@charset "utf-8";

@font-face {
    font-family: 'Goudita Sans';
    src: url('../fonts/Goudita-Sans-SF.ttf');
    src: url('../fonts/Goudita-Sans-SF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Goudita Sans Light';
    src: url('../fonts/gouditasanslightsf-webfont.ttf');
    src: url('../fonts/gouditasanslightsf-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 20px;
    color: #707070;
    line-height: 1!important;
}
body {
    font-family: "Goudita Sans";
}
.error{
    color: #fd1c1c !important;
    font-size: 15px;
}

a {
    color: #77afe8;
    text-decoration: none;
}
a:hover {
    color: #77afe8;
    text-decoration: none;
}
p {
    color: #676767;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

.mg-0 {
    margin:0;
}

.pd-0 {
    padding: 0;
}

.flex {
    display: flex;
}

section {
    padding: 100px 10%;
}
.section-title {
        padding: 0 0 45px 0;
}


.section-title hr {    
    border-top: 2px solid #4d8ac7;
    position: relative;   
    display: block;
    width: 150px;
}
label {    
    color: #565656!important;
}

/* --- NAV --- */

.nav {
    padding: 21px 10%;
    justify-content: space-between;
}

.nav a {
    width: 30%;
    min-width: 100px;
}

.nav img {
    width: 80px; 
    height: 58px;
}

.nav h2, .nav p{
    color: #273c8b;
    text-transform: uppercase;
    margin: 0;
}

.nav p {
    font-size: 18px;
    font-weight: 100;
}

.nav p a {
    color: #1d1131;
}

.nav p a:hover {
    text-decoration: none;
    color: #d166a0;
}

.nav h2 {
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 520px) {
    .nav p {
        font-size: 23px;
        font-weight: 100;
    }

    .nav h2 {
        font-size: 15px;
        font-weight: 700;
    }
}

@media (min-width: 768px) {

    .nav img {
        width: auto;
    }

    .nav p {
        font-size: 36px;
        font-weight: 100;
    }

    .nav h2 {
        font-size: 24px;
        font-weight: 700;
    }
}
@media (min-width: 991px) {
    .section-title {
        padding: 0 0 90px 0;
    }
}


/* --- END NAV --- */

/* --- HEADER --- */  

header {
    background-image: url("../img/background2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #1d1131;
    padding: 30px 5% 60px;
}

header h2 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 22px;
    margin: 0;
    color: #ffffff;
}

header h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    color: #464894;
}

header form {
    background-color: white;
    -webkit-box-shadow: 3px 4px 14px -1px rgba(0,0,0,0.58);
-moz-box-shadow: 3px 4px 14px -1px rgba(0,0,0,0.58);
box-shadow: 3px 4px 14px -1px rgba(0,0,0,0.58);
    padding: 40px;
}
header .header-title {
    padding: 30px 15px 40px;
}
header form h1 {
    font-size: 28px;
    color: #1d1131;
}

header form input, header form select {
    border-radius: 0!important;
    border: 1px white solid!important;
    border-bottom: 1px solid #707070!important;
    /* padding: 0!important; */
    font-size: 15px;
    /* height: 40px!important; */
}

header form input[type="checkbox"] {
    height: 13px!important;
    width: 13px!important;
    margin: 2px 5px 2px 0;
}

header form .checkbox-label{
    width: calc(100% - 18px);
}

header form span {
    font-size: 15px;
    color: #707070;
    position: relative;
    line-height: 1!important;
}

header form .btn {
    width: 100%!important;
    background-color: #273c8b!important;
    color: #ffffff!important;
    border: 0!important;
    padding: 15px;
    font-size: 22px;
    /* letter-spacing: 2px;
    font-weight: bold; */
    text-transform: uppercase;
    margin-top: 10px;
}
.form-control-lg{
    font-size: 16px;
}
.clickphone{
    font-size: 30px;
    color: #77afe8;
}

@media (min-width: 768px) {
    header {
        padding: 60px 5%;        
    }
    header .header-title {
        padding: 0px 0px;
    }

    header h2 {
        font-size: 24px;
    }
    
    header h1 {
        font-size: 37px;
    }

    header form h1 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    header {
        padding: 30px 5%;        
    }
    header .header-title {
        padding: 70px 80px;
    }
    
    
    header h2 {
        font-size: 36px;
        line-height: 52px;
    }
    
    header h1 {
        font-size: 40px;
    }

    header form h1 {
        font-size: 35px;
    }
}
@media (min-width: 1440px) {
    header .header-title {
        padding: 70px 120px;
    }
    header h2 {
        font-size: 40px;
        line-height: 60px;
    }
    
}
@media (min-width: 1750px) {
    header h2 {
        font-size: 52px;
        line-height: 70px;
    }
}


/* --- END HEADER --- */

/* --- DEDICATED --- */

.dedicated .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 22px;
}

.dedicated h1 {
    font-size: 50px;
    font-weight: 400;
    color: #1d1131;
}

.dedicated h4 {
    font-size: 30px;
    color: #273c8b;
    font-weight: 400;
}
.dedicated p {
    color: #707070;
    font-size: 18px;
}
@media (min-width: 768px) {
    .dedicated p {
        font-size: 20px;
    }
}
.dedicated .mb-sm-4{
        margin-bottom: 0px !important;
    }
/* --- END DEDICATED --- */

/* --- DESCRIPTION --- */

.description {
    background-image: url("img/back_texto.png"); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 10%;
}

.description h1 {
    font-size: 24px;
    color: #1d1131;
}

@media (min-width: 768px) {
    .description {
        padding: 125px 20%;
    }

    .description h1 {
        font-size: 35px;
    }
}


/* --- END DESCRIPTION --- */

/* --- TREATMENT --- */

.treatment .trat-img {
    width: 80%;
    margin: 0 auto 30px auto;
    display: block;
    max-width: 250px;
    min-width: 135px;
}

.treatment .trat {
    margin: 0 0 100px 0px;
}

.treatment h1 {
    color: #1d1131;
    font-size: 50px;
    font-weight: 400;
}

.treatment .trat p {
    color: #707070;
    font-size: 17px;
}

.treatment .trat span {
    color: #d166a0;
}

.treatment h2 {
    font-size: 24px;
    color: #1d1131;
    font-weight: bold;
}

@media (min-width: 768px) {
    .treatment .trat p {
        font-size: 17px;
    }

    .treatment h2 {
        font-size: 29px;
    }
}

/* --- END TREATMENT --- */

/* --- RESUME --- */

.resume {
   background-color: #f6f6f6;
}

.resm {
    text-align: center;
    margin-bottom: 20px;
}
.resm-img {
    margin-bottom: 40px !important;
    width: 80%;
    margin: 0 auto;
}

.resm-img2 {
    margin-top: 40px;    
    width: 100%;
    margin: 0 auto;
}
.resume .flex{
    align-items: center;
}

.resmLine {
    display: none;
}
hr.resmLine.vmovil {
        border: 1px solid #4d8ac7;
        display: block !important;
        width: 30%;
        position: relative;
        left: -35%;
}
#resume p{
    margin-bottom: 30px;
}
@media screen and (min-width: 768px){
    .resm {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .resm-img {
        margin-top: 0px; 
        margin-bottom: 0px !important;   
        width: 40%;

    }
}
@media screen and (min-width: 992px){
    .resmLine {
        border: 1px solid #4d8ac7;
        display: block;
        width: 30%;
        position: relative;
        left: -35%;
    }
    #resume p{
        margin-bottom: 0px;
    }
    .resm-img {
        width: 60%;

    }
}
@media screen and (min-width: 1199px){
    .resm {
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}
/* --- END RESUME --- */

/* --- FIRST --- */

.first {
    background-color: #e8e8e8;
    padding: 100px 10%;
}

.first h1, .first h2 {
    color: #1d1131;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.first h2 {
    font-weight: 100;
}
.first p {
    margin: 30px 0;
    font-size: 22px;
    font-weight: 200;
    color: #333333;
}


.first .btn {
    width: 85%;
    min-width: 200px;
    border-radius: 0;
    text-transform: uppercase;
    margin: 45px auto 0 auto;
    display: block;
    background-color: #d166a0;
    border: 0;
    font-size: 18px;
}

@media (min-width: 768px) {
    .first h1, .first h2 {
        font-size: 46px;
        line-height: 50px;
    }

    .first .btn {
        width: 400px;
        font-size: 24px;
    }
    .first p {
        font-size: 30px;
    }
}

/* --- END FIRST --- */

/* --- GOALS --- */

.goals {
    padding: 80px 10% 125px 10%;
}

.goals .goals-container {
    width: 100%;
}

.goals .goals-container img {
    width: 48px;
    height: 44px;
}

.goals .goals-container h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    font-style: italic;
    margin-top: 75px;
    margin-top: 34px;

}

@media (min-width: 970px) {
    .goals .goals-container {
        width: 60%;
        margin-left: 40%;
    }

    .goals .goals-container img {
        width: 80px;
        height: 75px;
    }

    
    .goals .goals-container h2 {
        margin-top: 75px;
    }

    .goals {
        background-image: url('../img/origen.png');
        background-position-x: left;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 80px 100px 125px 100px;
    }
}

@media (min-width: 1400px) {
    .goals .goals-container {
        width: 55%;
        margin: 0 auto;
    }

}

/* --- END GOALS --- */

/* --- GOALS2 --- */

.goals2 {
    background-color: #DBDBDB;
    padding: 40px 0;
}

.goals2 .goals2-container {
    width: 100%;
}

.goals2 .goals2-container img {
    width: 48px;
    height: 44px;
}

.goals2 .goals2-container h2 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    margin-top: 75px;
    margin-top: 34px;
}
.goals2 .goals2-container h2.type {
    font-family: "Goudita Sans Light";
}
section.goals2 h2.type{
        font-size: 18px;
        line-height: 26px;
    }
    .goals2 {
    background-image: url(../img/quote_hm.png);
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 10%;
    color: #fff;
}


@media (min-width: 768px) {
    section.goals2 h2.type{
        font-size: 26px;
        line-height: 35px;
    }
}
@media (min-width: 970px) {
    .goals2 .goals2-container {
        width: 60%;
    }

    .goals2 .goals2-container img {
        width: 80px;
        height: 75px;
    }
    
    .goals2 .goals2-container h2 {
        margin-top: 25px;
        line-height: 35px;
        color: #ffffff;
    }    
    .goals2 {          
        background-position-x: right;
        padding: 80px 100px;
    }
}

@media (min-width: 1400px) {
    .goals2 .goals2-container {
        width: 55%;
        margin: 0 auto;
    }

}

/* --- END GOALS2 --- */


/* --- FOOTER --- */

footer {
    padding: 40px;
    background-color: #ffffff;
    color: 1d1131;
    text-align: center;
}

footer img {
    width: 140px;
    margin-bottom: 30px;
}

footer p {
    font-size: 15px;
    font-weight: 100;
}
.logos img{
    display: inline-block;
    margin: 25px;
    }
    .logos img:last-child{
        margin-left: 35px;
    }

@media (min-width: 768px) {
    footer img {
        width: auto;
    }
    
    footer p {
        font-size: 19px;
    }
    .logos img:last-child{
        margin-left: 0px;
    }
}

/** Thank You Page **/
header .thanks-box {
    background-color: white;
    -webkit-box-shadow: 3px 4px 14px -1px rgba(0,0,0,0.58);
    -moz-box-shadow: 3px 4px 14px -1px rgba(0,0,0,0.58);
    box-shadow: 3px 4px 14px -1px rgba(0,0,0,0.58);
    padding: 40px;
    min-height: 100%;
}
@media (min-width: 1200px){
    /** Thank You Page **/
    header .thanks-box{
        padding-top: 94px;
    }
    header .thanks-box  h1 {
        font-size: 30px;
    }
}
/************************/
/** AJUSTES RESPONSIVE **/
/************************/
@media (max-width: 1812px) {
    /** HEADER **/
    .br-heading{
        display: none;
    }
}
@media (max-width: 1199px) {
    /** HEADER **/    
    header h2 {
        font-size: 40px;
        line-height: 54px;
    }
    /** DEDICATED **/
    .dedicated h1 {
        font-size: 38px;
    }
    .dedicated .mb-sm-4{
        margin-bottom: 60px !important;
    }


}
@media (max-width: 565px) {
    section{
        padding: 100px 10% 50px;
    }
    .section-title h1{
        font-size: 40px;
    }
    /** NAV **/
    .text-llama{
        width: 100%;
        text-align: center !important;
        margin-top: 30px;
    }
    /** HEADER **/
    
    header h2 {
        font-size: 30px;
        line-height: 40px;
    }
    header form h1 {
        font-size: 28px;
    }
    
    
    /** TREATMENT **/
    
    .treatment .trat {
        margin: 0 0 65px 0px;
    }
    .treatment h1 {
        font-size: 40px;
    }
    
    
    
}