/* All elements */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global */
html {
    background-color: #121212;
    font-size: 12px;
    color: #000;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

body,
h1,
h2,
h3,
p {
    font-family: 'Poppins', sans-serif;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none !important;
}

.container {
    width: 100%;
    max-width: 122.5rem;
    margin: 0 auto;
    padding: 0 2.4rem;
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: -2px;
}

.circle {
    color: #ffc845;
    margin: 2.4rem 0;
    font-size: 1.5rem
}

/* Header */
section.cap {
    background-color: #fff;
    z-index: 9999;
}

section.cap .dropdown-toggle::after {
    display: none;
    content: none;
}

.topMost {
    width: 100%;
    background-color: #78cae5;
    padding: 10px;
}

/* Header.Logo */
.banner {
    display: flex;
    align-items: center;
    height: 160px;
    justify-content: space-evenly;
    width: 100%;
    /* padding-left: 170px; */
}

.banner-empty {
    width: 300px;
}

.banner-img {
    display: block;
    height: 100%;
    padding: 22px 0;
    width: auto;
}

.banner-text {
    display: flex;
    flex-direction: column;
    font-size: 2.5rem;
    justify-content: center;
    color: #ffc845;
    font-weight: bold;
    /* margin-left: 10rem; */
    text-wrap: nowrap;
}

.banner-text .highlight {
    font-weight: bold;
    color: rgb(11, 11, 11);
}

/* Header.menu */
header {
    width: 100%;
    background-color: #78cae5;
    text-align: center;
}

.nav {
    display: table;
    margin: auto;
}

.menu-toggle {
    display: none;
}

.fa-times {
    /* Toggle Menu */
    display: none;
}

.nav-list {
    /* Menu Elements */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.nav-item {
    /* Menu Element */
    padding: 1.2rem 4.6rem;
    position: relative;
}

.dropdown-toggle i {
    /* Sub-Menu Pointer Element */
    margin-left: 5px;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.dropdown-menu {
    /* Sub-menu List */
    display: none;
    position: absolute;
    top: 100%;
    left: 4.6rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 11px 0;
    list-style: none;
    text-decoration: none;
}

.dropdown-item {
    /* Sub-menu Item */
    color: #333;
    display: block;
    padding: 11px 22px;
    text-wrap: nowrap;
}

.nav-link {
    /* Menu Item */
    color: #000;
    font-size: 1.2rem !important;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 !important;
    text-transform: uppercase;
}

/* Hero */
section.hero .slide img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100vh - 300px);
    /* 260 */
    width: 100vw;
}

section.hero .slide img#img0 {
    background-image: url(../img/hero.0.png);
}

section.hero .slide img#img1 {
    background-image: url(../img/hero.1.png);
}

section.hero .slide img#img2 {
    background-image: url(../img/hero.2.png);
}

section.hero .slide img#img3 {
    background-image: url(../img/hero.0.png);
}

section.hero .slide img#img4 {
    background-image: url(../img/hero.1.png);
}

section.hero .slide img#img5 {
    background-image: url(../img/hero.2.png);
}

/* Us */
section.dis-sto {
    padding: 7.9rem;
}

.res-info {
    text-align: center;
}

.global {
    text-align: center;
}

.h2-sub {
    font-size: 3rem;
    color: #78cae5;
}

.head {
    text-transform: uppercase;
    font-weight: 900;

}

.hea-dark {
    font-size: 4.7rem;
    letter-spacing: .8rem;
}

.res-des p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    padding-bottom: 2.4rem;
    text-align: justify;
}

.cta-btn {
    font-size: 1.1rem;
    background-color: #ffc845;
    padding: 1.5rem 3rem;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.cta-btn:hover,
.cta-btn:focus {
    color: #fff;
    background-color: #ffd97f;
}

/* Taste */
.taste {
    background: url("../img/descubre.nuestros.servicios.jpg") center no-repeat;
    background-size: cover;
}

.bt {
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.taste .head {
    color: #000;
    font-size: 4.7rem;
    letter-spacing: .8rem;
}

.taste.bt .h2-sub,
.taste .head {
    text-shadow:
        0 0 4px #fff,
        0 0 10px #fff,
        0 0 18px #fff,
        0 0 38px #f0f0f0,
        0 0 73px #f0f0f0,
        0 0 80px #f0f0f0,
        0 0 94px #f0f0f0,
        0 0 140px #f0f0f0;

}

/* Services */
section.services {
    background-color: #f3f3f3;
    padding: 7rem 2rem;
}

.services .services-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 66px;
    justify-content: space-around;
}

.services .service-item {
    max-width: 360px;
    text-align: center;
    padding: 5px 5px 20px 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.services .service-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.services .service-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.services .service-item p {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
}

.services .service-item .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffc845;
    color: #fff;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

/* contact */
section.contact_section {
    padding-bottom: 7rem;
}

.res-des .contact-info p {
    padding: 0 0 0 1.6rem;
    text-align: left;
}

.res-des .contact-info p a {
    color: #000;
}

.contact-info i {
    margin-right: 10px;
}

.contact_section .container {
    max-width: 80%;
    margin-right: auto;
}

.contact_section .col-md-5 {
    font-size: 2rem;
}

.contact_section .col-md-7,
.form-control {
    font-size: 1.5rem !important;
}

.contact_section .text-justify {
    font-weight: bold;
    text-align: justify;
    padding: 20px;
    max-width: 80%;
}

.contact_section .text-justify span {
    color: #78cae5;
}

.form-group.checkbox {
    display: flex;
}

.form-group.checkbox input {
    max-width: calc(1.5em + .75rem + 2px);
}

.form-group.checkbox label {
    margin: auto 1rem;
}

section.contact_section .btn {
    font-size: 2rem;
    margin: 2rem 0 0 0;
    padding: .375rem 1.5rem;
    text-align: center;
}

/* allies */
.our-allies {
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}

.our-allies .section-title h2 {
    font-size: 4.5rem;
    margin-bottom: 10px;
}

.our-allies .section-title h1 {
    font-size: 1.5rem;
}

.allies-images {
    align-items: center;
    column-gap: 66px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2rem;
    row-gap: 33px;
}

.allies-images img {
    width: 200px;
    height: auto;
    border-radius: 5px;
}

/* Values */
section.valores-section {
    padding-bottom: 7rem;
}

.valores-section {
    margin-top: -4rem;
    padding: 0 60px 60px 60px;
}

.valores-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 66px;
}

.valores-tarjeta {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 45%;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 540px;
    min-width: 540px;
}

.valores-tarjeta h2 {
    font-size: 2.6rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    padding-bottom: 5px;
}

.valores-tarjeta img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    margin-bottom: 10px;
    object-fit: cover;
}

.valores-tarjeta p {
    font-size: 16px;
    text-align: center;
}

.valores-tarjeta:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.valores-línea {
    height: 5px;
    background-color: #ffc845;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease;
}

.valores-tarjeta:hover .valores-línea {
    transform: scaleX(1);
}

/* Corporate Values */
section.valores-corporativos-section {
    padding-bottom: 7rem;
}

.valores-corporativos-section .valores-tarjeta {
    background: linear-gradient(to bottom right, #78cae5, #82d5ff);
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    min-width: 360px;
    max-width: 400px;
    min-height: 230px;
}

/* Services */
section.service-section {
    padding: 7.9rem 7.9rem 0 7.9rem;
}

.service-image img {
    width: 100%;
    max-width: 500px;
    height: 200%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.service-list {
    list-style: none;
    padding: 0 0 0 3rem;
}

.service-list li {
    margin-bottom: 10px;
    font-size: 18px;
}

.service-list i {
    color: #ffc845;
    margin-right: 18px;
}

.service-description {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
    padding-top: 2rem;
}

section.service-details {
    padding: 1rem 7.9rem;
}

section.service-download {
    padding: 1rem 7.9rem 7rem 7.9rem;
    font-size: 18px;
    text-align: center;
}

/* Offices */
section.offices {
    font-size: 18px;
    margin-bottom: 600px;
    padding: 7.9rem;

    .container {
        padding: 0;

        .container {
            padding: 2rem 6.8rem;
        }
    }

    .hea-dark {
        font-size: 3.5rem;
    }

    .city-list {
        column-gap: 77px;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
        row-gap: 33px;

        li:hover {
            cursor: pointer;
            font-weight: bold;
        }

    }
}

/* Footer */
footer {
    padding: 3rem 0;
    background-color: #121212;
    color: #fff;
    text-align: center;
    position: relative;
}

.footer-div {
    text-align: left;
    padding-left: 5%;
}

.footer-content h4 {
    font-size: 1.9rem;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 3px;
}

footer .contact-info a {
    color: #fff;
}

footer .contact-info p {
    font-size: 1.6rem;
    margin: 0;
}

/* Fixed Elements */
.contact-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #3eaf64;
    color: white;
    padding: 15px 20px;
    border-radius: 40px;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #277245;
}

/* Responsive Elements */
@media (min-width: 777.1px) {
    .nav-item:hover .dropdown-menu {
        display: block;
    }

    .nav-item:hover .dropdown-toggle i {
        transform: rotate(180deg);
    }

}

@media (min-width: 777px) {
    .dropdown-item:hover {
        background-color: #b8e3f1;
    }

    .nav-link:hover {
        color: #fff !important;
    }
}

@media (max-width: 1221px) {
    .banner-empty {
        display: none;

    }

    section.offices {
        padding: 6rem 4rem;
    }

}

@media (max-width: 777px) {

    section.cap {
        position: sticky;
        top: 0;
    }

    .topMost,
    .nav {
        padding: 1px;
    }

    .banner {
        height: 80px;
        justify-content: unset;
        padding-left: 0;
    }

    .banner-img {
        padding: 7px;
    }

    .banner-text {
        display: none;
    }

    .menu-toggle {
        display: flex;
        font-size: 40px;
        position: absolute;
        right: 23px;
        top: 23px;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 84px;
        width: 100%;
    }

    .nav-item .dropdown-toggle.active i {
        transform: rotate(180deg);
    }

    .nav-item .dropdown-menu.show {
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        display: block;
        font-size: 1.1rem;
        left: 0;
        padding: 0;
        position: relative;
        top: 0;
    }

    .nav-item .dropdown-menu.show li .dropdown-item {
        padding: 2.4rem 0 0 0;
    }

    .open .fa-times {
        display: block;
    }

    .open .fa-bars {
        display: none;
    }

    .open .nav-list {
        display: flex;
        background-color: #f4f4f4;
        border: #f8f8f8 1px solid;
        left: 0;
        z-index: 999;
    }

    .open .nav-item {
        padding: 1.2rem;
        text-align: center;
    }

    section.hero .slide img {
        height: 50vh;
    }

    section.dis-sto {
        padding: 3rem 1rem;
    }

    section.offices {
        padding: 3rem 1rem;

        .hea-dark {
            letter-spacing: .4rem;
            font-size: 3.3rem;
        }
    }

    .h2-sub {
        font-size: 2rem;
    }

    .hea-dark {
        font-size: 3rem;
    }

    .taste .head {
        font-size: 3rem;
    }

    .our-allies .section-title h2 {
        font-size: 2rem;
    }

    .our-allies .section-title h1 {
        font-size: 2rem;
        letter-spacing: 0.4rem;
    }

    .allies-images {
        padding: 0;
    }

    .allies-images img {
        width: 120px;
    }

    .valores-section {
        margin-top: 0;
        padding: 20px;
    }

    .valores-tarjeta {
        min-height: 500px;
        min-width: 360px;
    }

    .valores-corporativos-section .hea-dark {
        font-size: 2.4rem;
        letter-spacing: .4rem;
    }

    .valores-corporativos-section .valores-tarjeta {
        min-width: 320px;
    }

    section.service-section {
        padding: 3rem 1rem;
    }

    section.service-details {
        padding: 0 1rem 3rem 1rem;
    }

    section.service-download {
        padding: 0 1rem 7rem 1rem;
    }


    .service-list {
        padding-left: 1.5rem;
    }

    section.offices .container .container {
        padding: 0;
    }

    .contact_section .text-justify {
        text-align: center !important;
        padding: 0;
        max-width: 100%;
    }

    .contact_section .container {
        max-width: 95%;

    }

    .contact_section .col-md-5 {
        padding: 2rem;
    }

}