/*UTILITIES*/
html {
    scroll-behavior: smooth !important;
    
}
@font-face {
    font-family: 'Open Sans';
    src: url('/assets/webfonts/OpenSans-Bold.woff2') format('woff2'),
        url('/assets/webfonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/assets/webfonts/OpenSans-Light.woff2') format('woff2'),
        url('/assets/webfonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/assets/webfonts/Lato-Black.woff2') format('woff2'),
        url('/assets/webfonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

h1{font-family: 'Lato';font-size: 63px ; }
h2{font-family: 'Lato'; font-size: 30px ;}
h3{font-family: 'Lato'; font-size: 42px ;}
h4{font-family: 'Open Sans'; font-size: 23px ; font-weight: 300;}
p{font-family: 'Open Sans'; font-size: 16px ; font-weight: 300;}
span{font-family: 'Open Sans'; font-size: 21px ; font-weight: 300;}
a{font-family: 'Lato'; font-size: 18px !important;}
li, tr, td{font-size:15px;}
tr, td {border: black 1px solid; text-align: left;}
.bg-color {background-color: #007290;}

.p2{font-family: 'Open Sans'; font-size: 23px !important; font-weight: 300; margin-bottom: 31px;}
.bolder{font-weight: 600;}
.text-ab{line-height: 1.5;}
.medium{font-family: 'Lato'; font-size: 24px; font-weight: 600;margin: 1px !important;}

/*MAIN MENU AND BANNER*/
.navigation-logo img {
    width: 100%;
    max-width: 260px;
}

.navigation.scrolled .navigation-inner{
    padding: 1rem 24rem 1rem 24rem;
}

ul.parent {
    margin-bottom: 0;
}


.hero-slide-content {
    margin: 15rem 60rem 35rem auto;
    width: 60%;
}


.navigation-inner {
    box-shadow: 0 4px 6px -6px #222;
}
.logo img {
    width: 90%;
}
.btn-blue {
    background-color: #007290;
    padding: 8px 22px;
    color: white !important;
    font-weight: 600;
}
.btn-blue.largo {
    padding: 8px 50px;
}


/*US*/
.cta-section-wrapper.sec-hero-slider-wrapper.section-wrapper {
    background-position: 100% 0%;
}
.mg-bttm{
    margin-bottom: 20px;
}


/*ICONS*/

.icons-container {
    background-color: #f2f2f2;
    padding: 70px 0px;
}
.main-text {
    text-align: center;
}
.icons {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
}
.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
}


/*BROUCHURE*/
.brouchure-container {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(/assets/images/cta-a-brochure.png);
    background-repeat: no-repeat;
    background-size: cover;
}



/*CONTACT FORM AND MAP*/
.contact-container {
    display: flex;
    width: 100%;
    padding: 6rem 0rem;
}
.map.sect iframe {
    margin-left: 240px;
}

.text-contact {
    margin-bottom: 50px;
}
.sect{width: 50%;}
.form-contact form {
    width: 60%;
    text-align: center;
}

.names {
    display: flex;
    gap: 12px;
}





input#email, textarea#mensaje, .names {
    margin-bottom: 20px;
}
input.btn-blue.largo {
    border: 0;
    font-size: 20px;
}



/*FOOTER*/
.footer-wrapper-custom {
    background-color: #007290;
    color: white;
    padding: 6rem 0rem;
}
.container.custom-foot {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.direccion {
    margin-top: 20px;
}
.aviso {
    display: flex;
    justify-content: center;
    align-items: center;
}
.aviso a {
    margin-left: 31px;
}
.credits a {
    font-size: 15px;
}
.direccion {
    text-align: center;
}

/*AVISO DE PRIVACIDAD*/
.cta-section-wrapper.sec-hero-slider-wrapper.section-wrapper.aviso {
    background-color: white;
}
.aviso-container {
    text-align: justify;
}
.aviso-container br {
    display: none;
}

.icon-box-slide-inner h4.medium {
    margin-bottom: 1em !important;
}

@media (max-width: 1500px){
    .map.sect iframe {
        margin-left: 50px;
    }
    .hero-slide-content {
        margin: 27.7rem 39rem 50.5rem auto;
    }
}

@media (max-width: 1440px){
    .navigation.scrolled .navigation-inner {
        padding: 1rem 4rem 1rem;
    }
    .hero-slide-content {
        margin: 20rem 15rem 35rem;
        width: 100%;
    }
}


@media (max-width: 1300px){
    .form-contact form {
        width: 90%;
    }
}

@media(max-width: 1250px){
    .contact-container {
        flex-direction: column;
        align-items: center;
    }
    .map.sect iframe {
        margin-left: 0px;
    }
    .sect {
        width: 70%;
    }
    .text-contact {
        text-align: center;
    }
    .form-contact.sect {
        margin-top: 50px;
    }
    .form-contact form {
        width: 100%;
    }
    iframe{
        width: 100%;
    }
}





@media(max-width: 780px){
    .brouchure-container {
        flex-direction: column;
    }
    .icons {
      flex-direction: column;
    }
    h1 {
        font-size: 35px !important;
    }
    .text-left {
        text-align: center;
        font-size: 19px;
    }
    .text-left br{
        display: none;
    }
 
    .hero-slide-content {
        margin: 15rem 3rem 30rem;
        width: 100%;
    }
    .icon-box-section-heading-content {
        text-align: center;
    }
    .text-brouchure {
        text-align: center;
        
    }
    .text-brouchure h3 {
        line-height: 1;
    }
    h3 {
        line-height: 1.2;
    }
    .icon-circle img {
        max-width: 80px;
    }
    .icon-circle-lg {
        height: 70px;
    }

    .icons {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }


    .icon img {
        max-width: 60px;
    }
    .icon p.p2 {
        font-size: 18px !important;
    }
    .icon {
        width: 45%;
    }
    h3 {
        font-family: 'Lato';
        font-size: 35px;
    }
}


/*iPhone 12max */
@media only screen and (max-width: 390px){
    .navigation-bar {
        width: 4rem;
        height: 30px;
        
    }
    .navigation-logo img {
        width: 80% !important;
        min-width: 50px;

    }
    .navigation-logo {
        width: 75%;
    }

}


