@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.page-template-template-units {
    position: relative;
    z-index: 5;
}

.page-template-template-units .header-banner-bg {
    margin: 0 !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 0;
}

::-webkit-scrollbar-track {
    background: #D4D4D4;
}
  
::-webkit-scrollbar-thumb {
    background-color: #0a6484;
}

/* BANNER */
.page-template-template-units .header-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    box-shadow: inset 0 -200px 200px #00000070;
}

/* BANNER */
.units-menu {
    padding: 2rem 0 3.5rem 0;
}

/* MAP */
.page-template-template-units .units-map {
    position: relative;
    z-index: 5;
}

.page-template-template-units .units-map .texts {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 37%;
    padding: 5rem 0;
}

@media (max-width: 1000px) {
    .page-template-template-units .units-map .texts {
        width: 100%;
    }
}

.page-template-template-units .units-map .texts .title h2 {
    width: 50%;
    color: #0a6484;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 0 1rem 0 !important;
}

@media (max-width: 1000px) {
    .page-template-template-units .units-map .texts .title h2 {
        width: 100%;
    }
}

.page-template-template-units .units-map .texts .title p {
    color: #384348;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
}

.page-template-template-units .units-map .texts .itens {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}


.page-template-template-units .units-map .texts .itens span {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.page-template-template-units .units-map .texts .itens span p {
    color: #384348;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
}

.page-template-template-units .units-map img.map {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

@media (min-width: 1600px) {
    .page-template-template-units .units-map img.map {
        width: 80%;
    }
}

@media (max-width: 1000px) {
    .page-template-template-units .units-map img.map {
        opacity: 0.3;
    }
}

/* COUNTRIES */
.page-template-template-units .units-countries {
    position: relative;
    width: 100%;
    z-index: 5;
}

.page-template-template-units .units-countries .units-countries-slider .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 16rem;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease;
}

@media (max-width: 1600px) {
    .page-template-template-units .units-countries .units-countries-slider .slick-prev {
        left: 6rem;
    }
}

@media (max-width: 1400px) {
    .page-template-template-units .units-countries .units-countries-slider .slick-prev {
        left: 1rem;
    }
}

.page-template-template-units .units-countries .units-countries-slider .slick-prev:hover {
    opacity: 0.7;
}

.page-template-template-units .units-countries .units-countries-slider .slick-prev svg {
    width: 4.5rem;
}

.page-template-template-units .units-countries .units-countries-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    right: 1rem;
    background: none;
    border: none;
    transition: .2s ease;
}

.page-template-template-units .units-countries .units-countries-slider .slick-next:hover {
    opacity: 0.7;
}

.page-template-template-units .units-countries .units-countries-slider .slick-next svg {
    width: 4.5rem;
    transform: rotate(180deg);
}

.page-template-template-units .units-countries .units-countries-slider .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 !important;
    margin: -4rem 0 0 0 !important; 
}

.page-template-template-units .units-countries .units-countries-slider .slick-dots li {
    transform: scale(0.7);
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-template-units .units-countries .units-countries-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0a648450;
    border: none;
    color: #ffffff00 !important;
}

.page-template-template-units .units-countries .units-countries-slider .slick-dots .slick-active button {
    background: #0a6484;
    outline: 2px solid #F4F2F2;
}

.page-template-template-units .units-countries .unit {
    position: relative;
    width: 100%;
    background: #F4F2F2;
    padding: 3rem 0 5rem 0;
}

@media (max-width: 1000px) {
    .page-template-template-units .units-countries .unit {
        position: relative;
        width: 100%;
        background: #F4F2F2;
        padding: 0;
    }
}

.page-template-template-units .units-countries .unit .content {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    min-height: 50rem;
}

@media (max-width: 1000px) {
    .page-template-template-units .units-countries .unit .content {
        width: 100%;
        max-width: 100%;
        padding: 4rem 0;
        min-height: auto;
    }
}

.page-template-template-units .units-countries .unit .title h2 {
    color: #0a6484;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0 !important;
}

.page-template-template-units .units-countries .unit .location h3 {
    font-family: 'Montserrat' ,sans-serif;
    font-size: 2rem;
    font-style: normal;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0 !important;
}

.page-template-template-units .units-countries .unit .location h3.country {
    color: #0a6484;
    font-weight: 700;
}

.page-template-template-units .units-countries .unit .location div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .page-template-template-units .units-countries .unit .location div {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0.5rem;
    }

    .page-template-template-units .units-countries .unit .location div .separator {
        display: none;
    }
}

.page-template-template-units .units-countries .unit .location div h3 {
    color: #595959;
    font-weight: 600;
}

.page-template-template-units .units-countries .unit .topics ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style-position: inside;
    padding: 0 1rem !important;
}

.page-template-template-units .units-countries .unit .topics li {
    color: #384348;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.page-template-template-units .units-countries .unit .topics li::marker {
    content: '• ';
}


.page-template-template-units .units-countries .unit .infos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.page-template-template-units .units-countries .unit .infos div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-template-template-units .units-countries .unit .infos div p {
    color: #384348;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
}

.page-template-template-units .units-countries .unit img.banner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-units .units-countries .unit[data-country="México"] img.banner,
.page-template-template-units .units-countries .unit[data-country="Mexico"] img.banner {
    object-position: right center;
}

@media (max-width: 1000px) {
    .page-template-template-units .units-countries .unit img.banner {
        position: relative;
        width: 100%;
        height: 30rem;
    }
}

/* OFFICES */
.page-template-template-units .units-offices {
    position: relative;
    z-index: 5;
    padding: 5rem 0;
}

.page-template-template-units .units-offices .title h2 {
    width: 30rem;
    color: #0a6484;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 0 1.5rem 0 !important;
}

@media (max-width: 1000px) {
    .page-template-template-units .units-offices .title h2 {
        width: 100%;
    }
}

.page-template-template-units .units-offices .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4rem;
}

@media (max-width: 1000px) {
    .page-template-template-units .units-offices .content {
        flex-direction: column;
        gap: 2rem;
    }
}

.page-template-template-units .units-offices .content .card {
    position: relative;
    width: calc(50% - 2rem);
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
}

@media (max-width: 1000px) {
    .page-template-template-units .units-offices .content .card {
        width: 100%;
    }
}

.page-template-template-units .units-offices .content .card .location h3 {
    font-family: 'Montserrat' ,sans-serif;
    font-size: 2rem;
    font-style: normal;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0 !important;
}

.page-template-template-units .units-offices .content .card .location h3.country {
    color: #0a6484;
    font-weight: 700;
}

.page-template-template-units .units-offices .content .card .location div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.page-template-template-units .units-offices .content .card .location div h3 {
    color: #595959;
    font-weight: 600;
}

.page-template-template-units .units-offices .content .card .infos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.page-template-template-units .units-offices .content .card .infos div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-template-template-units .units-offices .content .card .infos div p {
    color: #384348;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
}