@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

body {
    background-color: #9f9f9f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5%;
    background-color: #fff;
    position: relative;
}

.header {
}

.logo {
    border-left: 1px solid #000;
    padding-left: 30px;
    margin-bottom: 60px;
}

.logo img {
    max-width: 100%;
}

.logo p:nth-child(2) {
    color: #b2b2b2;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.logo p:nth-child(3) {
    color: #b2b2b2;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.logo p:nth-child(4) {
    color: #b2b2b2;
    margin-bottom: 60px;
}

.logo p:nth-child(5) {
    color: #b2b2b2;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.logo p:nth-child(6) {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.logo p:nth-child(7) {
    border: 2px solid #000;
    padding: 5px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.logo p:nth-child(7) span {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    background-color: #6ad9e0;
    text-align: center;
    padding: 5px;
    display: block;
}

.logo p:nth-child(7) span a{
    color: #000;
    text-decoration:none;
}
.logo p:nth-child(7) span a:hover{
    color: #000;
    text-decoration:none;
}

.form {
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 400px;
    margin-bottom: 60px;
}

#im-form {
    box-sizing: border-box;
    background-color: #2e3192;
    padding: 10px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 5%;
    width: 90%;
}

@media (min-width: 768px) {

    #im-form {
        background-color: #2e3192;
        padding: 10px;
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 15px;
        right: -5%;
        width: 80%;
    }
}

#im-form .form_inner {
    border: 1px solid #fff;
    padding: 20px 20px 15px 20px;
}

#im-form h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 10px;
}

#im-form p {
    text-transform: uppercase;
    font-size: 12px;
    color: #ccc;
}

#im-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

#im-form input,
#im-form select,
#im-form textarea {
    margin-bottom: 5px;
    border: 0;
    padding: 10px;
    width: 80%;
    box-sizing: border-box;
}

#im-form button {
    background-color: #fff568;
    border: 0;
    font-size: 16px;
    padding: 10px 30px;
    min-width: 150px;
    margin-bottom: 5px;
}

#im-form input {
    margin-bottom: 5px;
}

@media (min-width: 768px) {

    .header {
        display: flex;
        justify-content: center;
    }

    .logo {
        width: 45%;
    }
    
    .form {
        width: 55%;
    }
}

.content h3 {
    font-size: 35px;
}

.content img {
    max-width: 100%;
}

.content .img {
    margin-bottom: 60px;
}

.content .col1 {
    margin-bottom: 60px;
}

.content .col2 {
    margin-bottom: 60px;
}

.content .col1 p {
    font-size: 12px;
    padding-left: 70px;
    border-left: 1px solid;
    margin-bottom: 15px;
    text-align: justify;
    color: #858585;
}

.content .col2 p {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: justify;
    color: #858585;
}

@media (min-width: 768px) {

    .content {
        display: flex;
        justify-content: space-between;
    }

    .content .img {
        width: 30%;
    }
    
    .content .col1 {
        width: 30%;
    }
    
    .content .col2 {
        width: 30%;
    }
}

.banner {
    background-color: #6ad9e0;
    padding: 60px 5%;
    text-align: center;
}

.banner p:nth-child(1) {
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.banner p:nth-child(2) {
    font-size: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner p:nth-child(3) {
    font-size: 18px;
    margin-bottom: 5px;
}

.banner p:nth-child(4) {
    font-weight: bold;
    font-size: 75px;
}
.banner a{
    color: #000;
    text-decoration:none;
}
.banner a:hover{
    color: #000;
    text-decoration:none;
}

.footer {
    color: #fff;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 5%;
    text-align: center;
}

.footer .copyright {
    font-size: 12px;
    margin-bottom: 20px;
}

.footer .menu {
    font-size: 16px;
    font-weight: bold;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.socials {
    position: absolute;
    top: 150px;
    margin-left: -12px;
    text-align: center;
    background-color: #fff;
    padding: 10px 5px 0 5px;
}

.socials a {
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.chat_button {
    position: fixed;
    right: 15px;
    bottom: 100px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 15px 50px -20px rgba(37,37,38,.4);
}

.chat_button i {
    margin-left: 5px;
    font-size: 50px;
    vertical-align: middle;
}

.blink_me {
    animation: blinker 2s linear infinite;
}
  
@keyframes blinker {
    50% {
      opacity: 0;
    };
}


@media (max-width:992px) {
	.banner p a{
		font-size: 0.45em !important;
	}
	
	.texto_responsive{
		font-size: 35px !important;
	}
}