.lang-toggle {
    position: relative;
    display: inline-block;
    width: 70px;
    width: 60px;
    height: 35px;
    margin-right: 30px;
}

.lang-toggle input {
    display: none;
}

.lang-toggle label {
    display: block;
    background: #0061df86;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    height: 100%;
}

.lang-toggle .slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 2;
    background-image: url('../img/bandera_es.jpg');
    background-size: cover;
    background-position: center;
}

.lang-toggle .lang {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    z-index: 1;
    color: #fff;
}

.lang-toggle .en {
    left: 10px;
}

.lang-toggle .es {
    right: 10px;
}

.lang-toggle input:checked+label .slider {
    transform: translateX(25px);
    background-image: url('../img/bandera_en.jpg');
}

/*-----------------*/

html,
body {
    margin: 0;
    height: 100%;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    overflow-y: scroll;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: clamp(16px, 1.15vw, 19px);
    line-height: 115%;
    font-style: normal;
    color: #fff;
}

*,
p {
    margin: 0;
    padding: 0;
}

h1 {
    color: #fff;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(4rem, 8vw, 11rem);
    line-height: 84%;
    margin-bottom: 42px;
}

h2 {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: clamp(48px, 6.54vw, 100px);
    line-height: 96%;
}

h3 {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 2.3vw, 35px);
    margin: 0;
    text-transform: uppercase;
    line-height: 103%;
    margin-bottom: 7px;
}

section {
    scroll-snap-align: start;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 66px;
    overflow: hidden;
    position: relative;
}

.seccion_contenida {
    max-width: 1415px;
    margin: auto;
    padding: 0 40px;
}

.row {
    width: 100%;
}

/*--------ANIMACIONES--------*/

.animate-mobile {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-mobile.visible {
    opacity: 1;
    transform: translateY(0);
}

/*--------NAVBAR--------*/

.navbar {
    padding: 0;
    background-color: #033584 !important;
    box-shadow: 0px 9.5px 20px rgba(0, 0, 0, 0.23);
    font-size: 18px;
}

.navbar-brand {
    background-color: #fff;
    clip-path: polygon(0% 0%,
            /* esquina superior izquierda desplazada */
            calc(100% - 0px) 0,
            /* esquina superior derecha desplazada */
            94% 100%,
            /* esquina inferior derecha */
            0% 100%
            /* esquina inferior izquierda */
        );
    padding: 10px 35px 10px 30px;
}

.navbar-brand img {
    height: 44px;
}

.descargar_pagina_pdf {
    background-color: #0061df86;
    border-radius: 50px;
    padding: 7px 25px !important;
    margin-right: 5px;
}

.descargar_pagina_pdf img {
    margin-right: 10px;
    height: 22px;
    margin-top: -5px;
}

.boton_whatsapp {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3vw;
    right: 3vw;
    background-color: #33D951;
    z-index: 4;
    aspect-ratio: 1/1;
    border-radius: 50%;
    /*padding: 1.5%;*/
    box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.35);
    width: 6vw;
    height: 6vw;
    min-width: 55px;
    min-height: 55px;
    max-width: 90px;
    max-height: 90px;
}

.boton_whatsapp img {
    width: 53%;
}

/*--------SECCIÓN HERO--------*/

.seccion_hero {
    background-color: #033584;
    padding: 0;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* para cubrir el área sin deformar */
    z-index: 0;
    padding: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(3, 53, 132, 0.7), rgba(3, 53, 132, 1.0));
    z-index: 1;
    pointer-events: none;
    /* para que no bloquee interacciones si hay contenido clickeable debajo */
}

.contenedor_texto_hero {
    text-align: center;
    z-index: 1;
}

h1 span {
    color: #BFF603;
}

.boton_hero {
    background-color: #BFF603;
    border-radius: 50px;
    text-decoration: none;
    color: #033584;
    font-size: 27px;
    padding: 11px 25px;
    box-shadow: 5.5px 6.5px 8.5px rgba(0, 0, 0, 0.42);
}

/*--------SECCIÓN SOLUCIONES INTRO--------*/

.seccion_soluciones {
    background-color: #033584;
    color: #033584;
}

.seccion_soluciones .row {
    align-items: center;
    position: relative;
}

.con_textos_soluciones {
    background-color: #A9DE1D;
    background-image: url(../img/borde_soluciones.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 190px 30px 115px;
    z-index: 2;
}

.titulo_soluciones {
    font-weight: 200;
    font-size: clamp(15px, 3.6vw, 48px);
}

.titulo_soluciones span {
    font-weight: 500;
}

.con_textos_soluciones p {
    margin-right: 80px;
}

.con_textos_soluciones p span {
    font-weight: 900;
}

.imagen_tableta {
    transform: translate(-35%, 0px) scale(1.55);
    z-index: 2;
    max-height: 50vh;
    object-fit: contain;
    position: relative;
}

.circulos_tableta {
    position: absolute;
    width: 87vh;
    right: 0;
    top: -20vh;
}

/*--------SECCIÓN VALORES Y VISIÓN--------*/

.seccion_valores {
    background: #0062DF;
    background: radial-gradient(circle, rgba(0, 98, 223, 1) 0%, rgba(0, 60, 154, 1) 75%);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.seccion_valores .container-fluid {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.seccion_valores .seccion_contenida {
    align-items: center;
}

.izq_valores {
    margin-left: 50px;
}

.izq_valores p {
    font-size: clamp(16px, 2.4vw, 34px);
    line-height: 110%;
}

.seccion_valores h2 {
    font-weight: 300;
}

.seccion_valores .seccion_contenida h2 span {
    font-weight: 600;
    color: #BFF603;
}

.con_valor {
    display: flex;
    align-items: flex-end;
}

.con_valor:nth-child(1) {
    margin-left: 10.2%;
    margin-bottom: 35px;
}

.con_valor:nth-child(2) {
    margin-left: 5.5%;
    margin-bottom: 18px;
}

.con_valor img {
    width: 12vw;
    max-width: 250px;
    min-width: 230px;
}

.con_valor h3 {
    width: fit-content;
}

.valores_textos_con {
    margin-left: 25px;
}

.valores_textos_con p {
    width: 19vw;
}

.con_vision {
    background-color: #0475e65b;
    width: 100vw;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 45px 0;
}

.con_vision h2 {
    width: auto;
}

.con_vision p {
    width: 39%;
}

/*--------SECCIÓN BENEFICIOS--------*/

.seccion_beneficios {
    /*background-image: url(../img/fondo_circulos.jpg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.seccion_beneficios .seccion_contenida {
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    padding: 0 30px 0 50px;
}

.seccion_beneficios .seccion_contenida * {
    z-index: 1;
}

.circulos_fondo {
    position: absolute;
    left: -35.2vw;
    width: 102vw;
    max-width: initial;
    z-index: 0;
}

.titulo_beneficios {
    text-align: center;
    background-color: #0062DF;
    height: 27vw;
    width: 28vw;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo_beneficios h2 {
    font-size: clamp(48px, 4.54vw, 76px);
    margin-bottom: 0;
}

.titulo_beneficios p {
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 2.4vw, 37px);
    line-height: 100%;
}

.beneficio:nth-child(2) {
    margin-left: auto;
}

.grupo_beneficios h3 {
    font-size: clamp(25px, 1.4vw, 31px);
    line-height: 97%;
    background-color: #0062DF;
    width: min-content;
    padding: 12px 17px;
    border-radius: 11px;
    margin: 0 0 -50px 24px;
    z-index: 1;
    position: relative;
    min-width: 11vw;
}

.grupo_beneficios p {
    background-color: #033584;
    border-radius: 11px;
    padding: 55px 24px 24px 24px;
    margin-bottom: 40px;
}

/*--------SECCIÓN VALOR AGREGADO--------*/

.seccion_valor_agregado {
    background-color: rgba(4, 117, 230, 1);
    padding: 66px 0 0 0;
}

.fondo_valor_agregado {
    position: absolute;
    top: 137px;
    left: 11%;
    height: 488px;
}

.seccion_valor_agregado .row {
    z-index: 1;
}

.seccion_valor_agregado h2 {
    text-align: center;
    font-weight: 200;
    margin-bottom: 20px;
}

.seccion_valor_agregado h2 span {
    font-weight: 500;
    color: #BFF603;
}

.con_valores_agregados {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    /* espacio entre columnas y filas */
    padding: 0;
}

.con_valores_agregados div {
    background-color: #033584;
    height: 150px;
    display: flex;
    align-items: center;
}

.con_valores_agregados div:nth-child(odd) {
    clip-path: polygon(0 0,
            /* esquina superior izquierda desplazada */
            calc(100% - 0px) 0,
            /* esquina superior derecha desplazada */
            94% 100%,
            /* esquina inferior derecha */
            0% 100%
            /* esquina inferior izquierda */
        );
    justify-content: flex-end;
    padding: 0 80px 0 50px;
    margin-right: -55px;
}

.con_valores_agregados div:nth-child(even) {
    margin-top: 65px;
    /* este valor crea el efecto de intercalado */
    clip-path: polygon(13% 0,
            /* esquina superior izquierda desplazada */
            calc(100% - 0px) 0,
            /* esquina superior derecha desplazada */
            100% 100%,
            /* esquina inferior derecha */
            7% 100%
            /* esquina inferior izquierda */
        );
    padding: 0 50px 0 16%;
    margin-left: -55px;
}

.con_valores_agregados div:nth-child(3) {
    margin-top: -40px;
    clip-path: polygon(0 0,
            /* esquina superior izquierda desplazada */
            calc(100% - 7%) 0,
            /* esquina superior derecha desplazada */
            87% 100%,
            /* esquina inferior derecha */
            0% 100%
            /* esquina inferior izquierda */
        );
}

.con_valores_agregados div:nth-child(4) {
    margin-top: 25px;
    clip-path: polygon(6% 0,
            /* esquina superior izquierda desplazada */
            calc(100% - 0px) 0,
            /* esquina superior derecha desplazada */
            100% 100%,
            /* esquina inferior derecha */
            0% 100%
            /* esquina inferior izquierda */
        );
    padding: 0 50px 0 8%;
}

.con_valores_agregados p {
    max-width: 540px;
    font-size: clamp(23px, 1.8vw, 28px);
    line-height: 104%;
}

.con_valores_agregados p span {
    color: #BFF603;
    font-weight: 900;
}

/*--------SECCIÓN SERVICIOS--------*/

.seccion_servicos {
    background-color: #033584;
    background: linear-gradient(0deg, rgba(3, 53, 132, 1) 0%, rgba(4, 117, 230, 1) 100%);
    padding: 75px 0 0 0;
}

.col_general_servicios {
    padding: 0;
}

.seccion_servicos h2 {
    max-width: 1415px;
    margin: auto;
    padding: 0 60px;
}

.con_carrusel_servicios {
    background-image: url(../img/fondo_servicios.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: clamp(0px, 100%, 1670px) auto;
    margin: -30px 30px 0 0;
}

.con_overflow_servicios {
    max-width: 1415px;
    max-width: 1355px;
    overflow: hidden;
    height: 240px;
    display: flex;
    width: 90%;
    margin: auto;
}

#thumbnail-carousel {
    height: auto;
    margin: 0 40px;
    padding-top: 0;
    width: 100%;
    margin: auto;
    overflow: visible;
}

#thumbnail-carousel .splide__track {
    overflow: visible;
    width: 100%;
}

#thumbnail-carousel .splide__arrow {
    background: none;
}

#thumbnail-carousel .splide__arrow svg {
    fill: #fff;
}

#thumbnail-carousel .splide__arrow--prev {
    left: -10px;
}

#thumbnail-carousel .splide__arrow--next {
    right: -10px;
}

#thumbnail-carousel .splide__slide {
    display: flex;
    justify-content: center;
    opacity: 0.6;
}

#thumbnail-carousel .splide__slide.is-active {
    opacity: 1;
    border: none;
}

.servicio_circulo_ext {
    background-color: #03358487;
    border-radius: 50%;
    width: 62%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    box-shadow: 2.5px 3.5px 6.5px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.servicio_circulo_int {
    background-color: #033584;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    margin: 7px;
    box-shadow: 2.5px 3.5px 6.5px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}

#thumbnail-carousel .splide__slide.is-active .servicio_circulo_int {
    background-color: #BFF603;
}


#thumbnail-carousel .splide__slide.is-active .servicio_circulo_ext {
    transform: scale(1.6);
    transform-origin: center center;
}

#thumbnail-carousel .splide__slide svg {
    width: 69%;
    max-width: 85px;
    height: auto;
    max-height: 62%;
}

#thumbnail-carousel .splide__slide.is-active svg {
    color: #033584 !important;
}

#main-carousel {
    height: auto;
    text-align: center;
    padding-top: 0;
}

#main-carousel h3 {
    width: 100%;
    max-width: 445px;
    margin: auto;
    margin-bottom: 5px;
}

#main-carousel p {
    background-color: #0062DF;
    width: 100%;
    max-width: 445px;
    margin: auto;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: clamp(16px, 1.2vw, 17px);
}

/*--------SECCIÓN MAPA--------*/

.seccion_mapa {
    background-color: #033584;
}

.seccion_mapa .row {
    position: relative;
}

.contenedor_botones_mapas {
    background-color: #0061df37;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    position: absolute;
    right: 11%;
    top: 2%;
    border-radius: 5.5px;
    padding: 11px 22px 5px 22px;
    z-index: 3;
}

.contenedor_botones_mapas button {
    width: 90px;
    border-radius: 60px;
    border: none;
    padding: 4px;
    font-size: 13px;
    color: #033584;
    margin-bottom: 10px;
    font-weight: 600;
}

#boton_aereas {
    background-color: #fff;
}

#boton_maritimas {
    background-color: #27C6FF;
}

#boton_terrestres {
    background-color: #BFF603;
}

#boton_todas {
    background-color: #033584;
    color: #fff;
}

.contenedor_mapa {
    display: flex;
    justify-content: center;
    z-index: 2;
}

.mapa_svg {
    height: 68vh;
}

.punto_mapa {
    cursor: pointer;
    transform-box: fill-box;
    transform-origin: center;
    /* sin animación por defecto */
}

.punto_mapa.pulse {
    animation: pulse 1.5s ease-in-out 2;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.seccion_mapa h2 {
    font-weight: 300;
    margin-top: -260px;
}

.seccion_mapa h2 span {
    color: #BFF603;
    font-weight: 600;
}

.map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.map-popup {
    background: #0062DF;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    max-width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 10000;
    text-align: center;
}

.close-popup {
    background: #BFF603;
    color: #033584;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -8px;
    top: -6px;
}

/*--------SECCIÓN MAPA GLOBAL-------*/

.seccion_mapa_global {
    background-color: #033584;
    position: relative;
}

.seccion_mapa_global .col-12 {
    display: flex;
    justify-content: flex-end;
}

.seccion_mapa_global img {
    width: 79vw;
    max-height: 89vh;
    object-fit: contain;
    /*margin-right: 8vw;*/
}

.con_corresponsalias {
    position: absolute;
    bottom: 65px;
    left: 9vw;
}

.con_paises {
    display: flex;
    background-color: #0061df37;
    padding: 19px 11px;
    border-radius: 8px;
    width: 92%;
}

.con_paises ul {
    column-count: 2;
}

.con_paises li {
    font-size: clamp(13px, 1.1vw, 19px);
}


/*--------SECCIÓN CLIENTES--------*/

.seccion_clientes {
    color: #033584;
    text-align: center;
    position: relative;
    padding: 66px 0 0 0;
}

.seccion_clientes .col-12 {
    padding: 0;
}

.lineas_clientes_izq {
    position: absolute;
    top: -10px;
    left: -6px;
    width: 28vw;
}

.lineas_clientes_der {
    position: absolute;
    top: -22px;
    right: 0;
    width: 27vw;
}

#carousel-clientes-1,
#carousel-clientes-2 {
    height: auto;
}

#carousel-clientes-2 {
    padding-top: 52px;
}

#carousel-clientes-1 .splide,
#carousel-clientes-2 .splide {
    width: 100%;
    /* Ancho completo */
    max-width: 1000px;
    /* Ancho máximo */
    margin: 0 auto;
    /* Centrado horizontal */
}

#carousel-clientes-1 .splide__slide,
#carousel-clientes-2 .splide__slide {
    display: flex;
    justify-content: center;
    /* Centrado de contenido dentro de cada slide */
    align-items: center;
    /* Centrado vertical */
}

#carousel-clientes-1 .splide__slide img,
#carousel-clientes-2 .splide__slide img {
    width: 100%;
    /* Asegúrate de que las imágenes se ajusten al contenedor */
    height: auto;
    max-height: 75px;
    max-width: 210px;
    object-fit: contain;
}

/*--------SECCIÓN ARTÍCULOS DE INTERÉS--------*/

.seccion_articulos {
    background-color: #0062DF;
    background-image: url(../img/fondo_articulos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 44%;
}

.titulo_articulos_con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seccion_articulos h2 span {
    font-weight: 200;
}

.articulo_interes {
    display: flex;
    width: max-content;
    margin-bottom: 20px;
    align-items: center;
    text-decoration: none;
}

.icono_articulo {
    background-color: #BFF603;
    border-radius: 50%;
    width: 4.5vw;
    height: 4.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-top: -6px;
}

.icono_articulo img {
    width: 45%;
}

.textos_articulo {
    background-color: #033584;
    color: #fff;
    padding: 12px 52px 12px 72px;
    width: fit-content;
    margin-left: -54px;
    clip-path: polygon(6% 0,
            /* esquina superior izquierda desplazada */
            calc(100% - 0px) 0,
            /* esquina superior derecha desplazada */
            94% 100%,
            /* esquina inferior derecha */
            0% 100%
            /* esquina inferior izquierda */
        );
    max-width: 442px;
}

/*--------SECCIÓN CONTACTO--------*/

.seccion_contacto {
    background-color: #B4D6F7;
}

.seccion_contacto p {
    font-size: clamp(16px, -0.85vw, 22px);
    line-height: 110%;
}

.contacto-video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60vw;
    height: 100%;
    min-height: 100%;
    transform: translate(-18%, -50%);
    object-fit: cover;
    z-index: 0;
    padding: 0;
}

.fondo_contacto {
    position: absolute;
    left: 37%;
}

.seccion_contacto .row {
    position: relative;
}

.con_formulario {
    background-color: #033584;
    border-radius: 8px;
    padding: 40px 50px 20px 50px;
    margin-right: 100px;
}

.con_formulario h2 {
    font-size: clamp(48px, 5.54vw, 78px);
    max-width: 560px;
}

.con_formulario p {
    width: 69%;
    margin-bottom: 15px;
}

form {
    display: flex;
    flex-direction: column;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input,
textarea,
.form-control {
    border: none;
    border-radius: 5.5px;
    padding: 5px;
    margin-bottom: 17px;
    width: 59%;
    font-size: clamp(16px, -0.85vw, 22px);
}

.form-control {
    margin-bottom: 0;
}

.form-check-input {
    margin: 0 7px 0 0;
}

.contenedor_submit {
    width: 59%;
    display: flex;
    justify-content: flex-end;
}

.con_check_privacidad {
    width: 59%;
    font-size: 14.5px;
    text-align: left;
    margin-bottom: 5px !important;
    margin-top: -3px;
}

.check_privacidad {
    width: fit-content;
    margin-right: 6px;
    margin-top: 3px;
}

.con_check_privacidad a {
    color: #BFF603;
}

.invalid-feedback {
    margin-bottom: -8px;
}

.seccion_contacto button,
.btn-success {
    background-color: #BFF603;
    color: #033584;
    padding: 7px 20px;
    border-radius: 30px;
    border: none;
    width: fit-content;
    font-size: clamp(16px, -0.85vw, 22px);
}

.btn-success:hover {
    background-color: #BFF603;
    color: #033584;
}

.con_unete_equipo {
    text-align: center;
    height: fit-content;
    padding: 16px 60px;
    background-image: url(../img/fondo_unete_equipo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: -4px;
    top: 235px;
    box-sizing: content-box;
    min-height: 259px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con_unete_equipo p {
    margin-bottom: 13px;
}

#contact-form .messages {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 300px;
    width: auto;
}

#contact-form .alert {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

/*--------SECCIÓN OFICINAS--------*/

.seccion_oficinas {
    background-color: #033584;
    background-image: url(../img/fondo_mapas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 79px 0 0 0;
}

.seccion_oficinas .seccion_contenida {
    max-width: 1235px;
}

.seccion_oficinas h2 {
    font-weight: 200;
    text-align: center;
    margin-bottom: 14px;
}

.seccion_oficinas h2 span {
    color: #BFF603;
    font-weight: 600;
}

.contenedor_mapas {
    gap: 45px;
    flex-wrap: nowrap;
    justify-content: center;
    margin: auto;
}

.grupo_mapa {
    background-color: #0062DF;
    border-radius: 10px;
    margin-top: 145px;
    padding: 0 25px 20px 25px;
}

.grupo_mapa iframe {
    height: 38vh;
    width: 100%;
    border-radius: 10px;
    box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.25);
    margin-top: -140px;
    background-color: #033584;
}

.grupo_mapa h3 {
    font-size: clamp(16px, 2.3vw, 31px);
    margin: 9px 0 0 0;
}

.grupo_mapa p {
    font-size: clamp(16px, 1.15vw, 16px);
    max-width: 330px;
}

footer {
    background-color: #0062DF;
    margin-top: 20px !important;
}

.con_datos_footer {
    padding: 15px 0;
}

.datos_footer {
    display: flex;
    justify-content: center;
    gap: 40px;
}

footer p {
    font-size: 15px;
    text-align: center;
}

.contenedor_logos_footer {
    width: fit-content;
    margin: auto;
    background-image: url(../img/fondo_logos_footer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 10px 39px;
}

.contenedor_logos_footer img {
    height: 24px;
    max-width: 100%;
}

/*--------AVISO DE PRIVACIDAD-------*/

.body_aviso_privacidad {
    background: linear-gradient(0deg, rgba(3, 53, 132, 1) 0%, rgba(4, 117, 230, 1) 100%);
}

.con_aviso_privacidad {
    padding: 60px 5% 20px 5%;
}

.body_aviso_privacidad h1 {
    margin-top: 42px;
    margin-bottom: 0;
}

.body_aviso_privacidad h2 {
    font-size: clamp(28px, 2vw, 35px);
    max-width: 1415px;
    margin-top: 50px;
}

.boton_regresar {
    background-color: #BFF603;
    color: #033584;
    padding: 7px 20px;
    border-radius: 30px;
    border: none;
    width: fit-content;
    font-size: clamp(16px, -0.85vw, 22px);
    font-family: "Lato", sans-serif;
    text-decoration: none;
}

.boton_regresar:hover {
    background-color: #BFF603;
    color: #033584;
}

.body_aviso_privacidad footer {
    width: 102%;
}


@media (max-width:1400px) {
    .navbar-brand img {
        height: 34px;
    }

    .nav-link,
    .descargar_pagina_pdf {
        font-size: 16.5px;
    }

    /*--------SECCIÓN HERO-------*/

    .boton_hero {
        font-size: 22px;
    }

    /*--------SECCIÓN SOLUCIONES INTRO-------*/

    .titulo_soluciones {
        font-size: clamp(10px, 3vw, 56px);
    }

    /*--------SECCIÓN BENEFICIOS-------*/
    .seccion_beneficios .seccion_contenida {
        padding: 0 50px 0 86px;
    }

    .circulos_fondo {
        left: -28.5vw;
    }

    .titulo_beneficios {
        height: 32vw;
        width: 32vw;
    }

    /*--------SECCIÓN VALOR AGREGADO-------*/

    .con_valores_agregados div:nth-child(odd) {
        margin-right: -25px;
    }

    .con_valores_agregados div:nth-child(even) {
        margin-left: -25px;
    }

    /*--------SECCIÓN MAPA GLOBAL-------*/

    .con_corresponsalias {
        bottom: 43px;
        left: 5vw;
    }
}

@media (max-width:1199px) {
    h2 {
        font-size: clamp(48px, 7vw, 83.76px);
    }

    .navbar-brand img {
        height: 3vw;
    }

    .nav-link,
    .descargar_pagina_pdf {
        font-size: 14.5px;
    }

    .navbar-brand {
        padding: 10px 19px 10px 15px;
    }

    .descargar_pagina_pdf {
        padding: 7px 13px !important;
        margin-right: 15px;
    }

    .descargar_pagina_pdf img {
        margin-right: 5px;
        height: 17px;
        margin-top: -3px;
    }

    /*--------SECCIÓN HERO-------*/

    .boton_hero {
        font-size: 19px;
    }

    /*--------SECCIÓN SOLUCIONES INTRO-------*/

    .con_textos_soluciones {
        padding: 30px 200px 30px 88px;
    }

    .con_textos_soluciones p {
        margin-right: 0;
    }

    .imagen_tableta {
        transform: translate(-35%, 0px) scale(2);
        max-height: 31vh;
    }

    .circulos_tableta {
        width: 71vh;
        right: -90px;
        top: -19vh;
    }

    /*--------SECCIÓN VALORES Y VISIÓN-------*/
    .con_valor:nth-child(1) {
        margin-bottom: 44px;
    }

    .con_valor:nth-child(2) {
        margin-bottom: 28px;
    }

    .con_valor img {
        min-width: 175px;
    }

    .valores_textos_con p {
        width: 29vw;
    }

    /*--------SECCIÓN BENEFICIOS-------*/
    .seccion_beneficios .seccion_contenida {
        padding: 0 18px 0 86px;
    }

    .circulos_fondo {
        left: -27.5vw;
    }

    /*--------SECCIÓN VALOR AGREGADO-------*/

    .fondo_valor_agregado {
        left: 4%;
    }

    /*--------SECCIÓN SERVICIOS-------*/

    #main-carousel {
        margin-top: -30px;
    }

    #main-carousel h3 {
        font-size: clamp(16px, 3.3vw, 37.554px);
    }

    #main-carousel p {
        font-size: clamp(19px, 1.7vw, 32px);
    }

    .con_vision {
        min-height: 26vh;
    }

    /*#thumbnail-carousel .splide__slide.is-active .servicio_circulo_ext {
        transform: scale(1.3);
    }*/

    /*--------SECCIÓN MAPA-------*/

    .seccion_mapa {
        padding-top: 106px;
    }

    .seccion_mapa h2 {
        margin-top: -210px;
    }

    /*--------SECCIÓN CLIENTES-------*/
    .lineas_clientes_izq {
        width: 38vw;
    }

    .lineas_clientes_der {
        width: 36vw;
    }

    #carousel-clientes-1 {
        padding-top: 55px;
    }

    #carousel-clientes-2 {
        padding-top: 42px;
    }

    /*--------SECCIÓN ARTÍCULOS DE INTERÉS-------*/

    .icono_articulo {
        width: 6.5vw;
        height: 6.5vw;
        max-width: 70px;
        max-height: 70px;
        margin-top: 0;
    }

    .textos_articulo {
        max-width: 393px;
    }

    .textos_articulo h3 {
        font-size: clamp(29px, 2.3vw, 35px);
    }

    /*--------SECCIÓN CONTACTO-------*/

    .fondo_contacto,
    .contacto-video {
        display: none;
    }

    .con_formulario h2 {
        max-width: 500px;
    }

    .con_unete_equipo h3 {
        font-size: clamp(16px, 3.3vw, 40px);
    }

    .seccion_contacto p {
        font-size: clamp(16px, 2.15vw, 17px);
    }

    .con_unete_equipo {
        padding: 54px 48px;
        right: 49px;
        top: 204px;
        min-height: 203px;
    }

    /*--------SECCIÓN OFICINAS-------*/

    .contenedor_mapas {
        gap: 25px;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

@media (max-width:991px) {
    .lang-toggle {
        position: absolute;
        right: 35px;
        top: 9px;
    }

    .navbar-brand {
        padding: 10px 25px 10px 20px;
    }

    .navbar-brand img {
        height: 4vw;
    }

    .navbar-toggler {
        border: none !important;
        color: #fff;
        opacity: 1;
        margin-right: 10px;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .nav-link,
    .descargar_pagina_pdf {
        font-size: 18.5px;
        text-align: right;
        padding-right: 25px;
        width: fit-content;
        margin-left: auto;
    }

    .descargar_pagina_pdf {
        margin: 11px 23px 26px auto;
    }

    .seccion_contenida {
        padding: 0 10px;
    }

    /*--------SECCIÓN HERO-------*/

    h1 {
        color: #fff;
        font-family: "Kanit", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: clamp(3rem, 9vw, 11rem);
        line-height: 84%;
        margin-bottom: 42px;
    }

    /*--------SECCIÓN SOLUCIONES INTRO-------*/

    .circulos_tableta {
        width: 62vw;
        right: -13vw;
        top: -13vw;
    }

    .con_textos_soluciones {
        padding: 30px 177px 30px 88px;
    }

    .imagen_tableta {
        transform: translate(-35%, 0px) scale(3);
        max-height: 151px;
    }

    /*--------SECCIÓN VALORES Y VISIÓN-------*/

    .seccion_valores .seccion_contenida {
        display: flex;
        justify-content: center;
    }

    .izq_valores {
        margin: 0;
        margin-left: -8%;
    }

    /*--------SECCIÓN BENEFICIOS-------*/

    .titulo_beneficios h2 {
        font-size: clamp(39px, 4.54vw, 76px);
        margin-bottom: 0;
    }

    .circulos_fondo {
        left: -26.5vw;
    }

    /*--------SECCIÓN VALOR AGREGADO-------*/

    .con_valores_agregados p {
        font-size: clamp(22px, 1.8vw, 28px);
    }

    /*--------SECCIÓN SERVICIOS-------*/

    .con_carrusel_servicios {
        background-image: url(../img/fondo_servicios.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: clamp(0px, 142%, 1670px) auto;
        margin: -30px 30px 0 0;
    }

    /*--------SECCIÓN MAPA-------*/

    .contenedor_botones_mapas {
        right: 7%;
    }

    .mapa_svg {
        height: 73vh;
        max-height: 500px;
    }

    /*--------SECCIÓN MAPA GLOBAL-------*/

    .seccion_mapa_global .col-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .seccion_mapa_global img {
        width: 88vw;
        max-width: 748px;
    }

    .con_paises {
        padding: 14px 27px 0px 11px;
        width: 100%;
    }

    .con_paises ul {
        column-count: 4;
    }

    .con_corresponsalias {
        position: inherit;
        margin-top: 10px;
    }

    /*--------SECCIÓN CLIENTES-------*/

    .lineas_clientes_izq {
        width: 46vw;
    }

    .lineas_clientes_der {
        width: 42vw;
    }

    #carousel-clientes-1 .splide__slide img,
    #carousel-clientes-2 .splide__slide img {
        max-height: 82px;
        max-width: 220px;
    }

    /*--------SECCIÓN ARTÍCULOS DE INTERÉS-------*/

    .titulo_articulos_con {
        margin-left: -15px;
    }

    .textos_articulo {
        max-width: 353px;
    }

    .con_articulos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icono_articulo {
        width: 16.5vw;
        height: 16.5vw;
    }

    /*--------SECCIÓN CONTACTO-------*/

    .con_formulario h2 {
        max-width: 430px;
    }

    .con_unete_equipo {
        padding: 53px 48px;
        right: 13px;
        top: 206px;
    }

    textarea {
        height: 133px;
    }

    /*--------SECCIÓN OFICINAS-------*/

    .grupo_mapa {
        background-color: #0062DF;
        border-radius: 10px;
        margin-top: 145px;
        padding: 0 15px 20px 15px;
    }

    .grupo_mapa iframe {
        height: 33vh;
    }
}

@media (max-width:950px) {

    /*--------SECCIÓN BENEFICIOS-------*/
    .circulos_fondo {
        left: -26.5vw;
    }
}

@media (max-width:930px) {

    /*--------SECCIÓN BENEFICIOS-------*/
    .circulos_fondo {
        left: -25.5vw;
    }
}

@media (max-width:800px) {

    /*--------SECCIÓN BENEFICIOS-------*/
    .circulos_fondo {
        left: -24.5vw;
    }
}

@media (max-width:767px) {

    html,
    body {
        scroll-snap-type: none;
    }

    .navbar-brand img {
        height: 33px;
    }

    section {
        scroll-snap-align: start;
        height: auto;
        padding: 60px 20px;
    }

    .seccion_contenida {
        justify-content: center;
    }

    h2 {
        font-size: clamp(48px, 10vw, 83.76px);
    }

    h3 {
        font-size: clamp(16px, 4.3vw, 35px);
    }

    .izq_valores {
        margin: auto;
        text-align: center;
    }

    /*--------SECCIÓN HERO-------*/

    .seccion_hero {
        height: 100vh;
    }

    /*--------SECCIÓN SOLUCIONES INTRO-------*/

    .seccion_soluciones {
        background: linear-gradient(0deg, rgba(0, 60, 154, 1) 0%, rgba(3, 53, 132, 1) 100%);
    }

    .titulo_soluciones {
        font-size: clamp(10px, 6vw, 56px);
    }

    .con_textos_soluciones {
        background-image: none;
        padding: 58px 50px 44px 50px;
        clip-path: polygon(5% 0,
                /* esquina superior izquierda desplazada */
                calc(100% - 0px) 0,
                /* esquina superior derecha desplazada */
                96% 100%,
                /* esquina inferior derecha */
                0% 100%
                /* esquina inferior izquierda */
            );
    }

    .imagen_tableta {
        max-height: 394px;
        margin-bottom: -56px;
        z-index: 3;
        transform: rotate(4deg) translate(-4px, 0px);
    }

    .circulos_tableta {
        width: 72vw;
        right: 50%;
        top: -30px;
        transform: translate(50%, 0%);
        z-index: 1;
        min-width: 491px;
    }

    /*--------SECCIÓN VALORES Y VISIÓN-------*/

    .seccion_valores {
        background: radial-gradient(circle, rgb(10 111 241) 0%, rgba(0, 60, 154, 1) 75%);
        padding: 60px 20px 0px 20px;
    }

    .seccion_valores h2 {
        font-weight: 300;
        text-align: center;
    }

    .izq_valores p {
        margin-bottom: 37px;
    }

    .con_valores_general {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .con_valor {
        justify-content: center;
        margin-left: 0 !important;
        align-items: center;
    }

    .con_valor img {
        min-width: 210px;
    }

    .valores_textos_con {
        width: 42%;
        margin-top: 4%;
    }

    .valores_textos_con p {
        width: 100%;
    }

    .con_vision {
        min-height: 200px;
        margin: 59px 0 0 -20px;
        padding: 55px 0 210px 0;
    }

    /*--------SECCIÓN BENEFICIOS-------*/

    .seccion_beneficios {
        overflow: visible;
        background-image: url(../img/circulos_claros_movil.svg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 170%;
        padding: 0px 20px 60px 20px;
    }

    .seccion_beneficios .seccion_contenida {
        padding: 0px 20px;
    }

    .titulo_beneficios {
        height: 45vw;
        width: 45vw;
        margin: -26% auto 0 auto;
        position: relative;
        top: 0;
        /*transform: translate(0px, -50%);*/
    }

    .titulo_beneficios h2 {
        font-size: clamp(39px, 6.54vw, 76px);
    }

    .titulo_beneficios p {
        font-size: clamp(16px, 3.4vw, 37px);
    }

    .circulos_fondo {
        left: 50%;
        top: 0;
        transform: translate(-50%, -60%);
        display: none;
    }

    .grupo_beneficios {
        margin: 9% 0 0 0;
    }

    .beneficio {
        margin: auto;
    }

    /*--------SECCIÓN VALOR AGREGADO-------*/

    .fondo_valor_agregado {
        left: auto;
        right: 8%;
        top: 52px;
        height: 630px;
    }

    .seccion_valor_agregado .col-12 {
        padding: 0 8%;
    }

    .seccion_valor_agregado h2 {
        text-align: left;
        max-width: 342px;
    }

    .con_valores_agregados {
        display: flex;
        flex-direction: column;
        gap: 17px;
    }

    .con_valores_agregados div {
        margin: 0 5% 0 0 !important;
        clip-path: polygon(0 0,
                /* esquina superior izquierda desplazada */
                calc(100% - 0px) 0,
                /* esquina superior derecha desplazada */
                94% 100%,
                /* esquina inferior derecha */
                0% 100%
                /* esquina inferior izquierda */
            ) !important;
        justify-content: flex-start !important;
        padding: 20px 10% 20px 8% !important;
        height: auto;
    }

    .con_valores_agregados p {
        width: 100%;
        font-size: clamp(10px, 4.7vw, 21px);
    }

    /*--------SECCIÓN SERVICIOS-------*/

    .seccion_servicos h2 {
        text-align: center;
        margin-bottom: 15px;
    }

    .servicio_circulo_ext {
        width: 55%;
    }

    .con_carrusel_servicios {
        background-size: clamp(0px, 205%, 1670px) auto;
    }

    #thumbnail-carousel .splide__slide.is-active .servicio_circulo_ext {
        transform: scale(1.5);
        transform-origin: center center;
    }

    #thumbnail-carousel {
        padding-bottom: 0;
    }

    #main-carousel {
        margin-top: -10px;
    }

    #main-carousel h3 {
        font-size: clamp(27px, 4.3vw, 37.554px);
    }

    /*--------SECCIÓN MAPA-------*/

    .seccion_mapa {
        padding-top: 0;
    }

    .contenedor_botones_mapas {
        position: static;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        margin-bottom: 20px;
        padding: 15px 10px 15px 10px;
    }

    .contenedor_botones_mapas button {
        width: 95px;
        padding: 7px;
        font-size: 15px;
    }

    .contenedor_botones_mapas h3 {
        width: 100%;
        margin-bottom: 13px;
    }

    .seccion_mapa h2 {
        margin-top: 0;
        text-align: center;
    }

    /*--------SECCIÓN MAPA GLOBAL-------*/

    .seccion_mapa_global {
        padding-top: 0;
    }

    /*--------SECCIÓN CLIENTES-------*/

    .seccion_clientes {
        color: #033584;
        text-align: center;
        position: relative;
        padding-top: 25%;
        padding-bottom: 97px;
    }

    .seccion_clientes h2 {
        max-width: 520px;
        margin: auto;
    }

    .lineas_clientes_izq {
        width: 35vw;
    }

    .lineas_clientes_der {
        width: 33vw;
    }

    #carousel-clientes-1 .splide__slide img,
    #carousel-clientes-2 .splide__slide img {
        max-height: 102px;
        max-width: 204px;
    }

    #carousel-clientes-1,
    #carousel-clientes-2 {
        padding: 50px 0 0 0;
    }

    /*--------SECCIÓN ARTÍCULOS DE INTERÉS-------*/

    .con_articulos {
        align-items: flex-start;
        width: fit-content;
        margin-top: 40px;
    }

    .con_articulos {
        margin-top: 20px;
    }

    .titulo_articulos_con {
        margin-left: 0;
        text-align: center;
    }

    .textos_articulo {
        max-width: 503px;
    }

    /*--------SECCIÓN CONTACTO-------*/

    .seccion_contacto {
        padding: 0px 0px 60px 0px;
    }

    .seccion_contacto .seccion_contenida {
        margin-top: -90px;
    }

    .contacto-video {
        display: inline;
        width: 100%;
        position: inherit;
        transform: translate(0, 0);
        height: 601px;
        margin-top: -63px;
    }

    .fondo_contacto {
        display: inherit;
        transform: rotate(90deg) translate(35%, 50%);
    }

    .con_formulario h2 {
        max-width: 100%;
    }

    .con_formulario {
        background-color: #033584;
        border-radius: 8px;
        padding: 32px 40px 109px 40px;
        margin-right: 0;
        text-align: center;
    }

    .seccion_contacto p {
        width: 100%;
    }

    input,
    textarea,
    .form-control {
        font-size: clamp(14px, -0.85vw, 22px);
    }

    .con_check_privacidad {
        width: 100%;
    }

    input,
    textarea,
    .contenedor_submit,
    .form-control {
        width: 100%;
    }

    .con_unete_equipo {
        padding: 53px 48px;
        position: static;
        background-image: none;
        background-color: #0062DF;
        width: fit-content;
        border-radius: 10px;
        margin-top: -70px;
        min-height: auto;
    }

    /*--------SECCIÓN OFICINAS-------*/

    .seccion_oficinas h2 {
        margin: 0 auto 30px auto;
        max-width: 590px;
    }

    .contenedor_mapas {
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 60px;
    }

    .grupo_mapa {
        max-width: 470px;
    }

    /*--------FOOTER-------*/

    .datos_footer {
        display: flex;
        justify-content: center;
        gap: 3px;
        flex-direction: column;
        margin-bottom: 4px;
    }
}

@media (max-width: 575px) {

    .seccion_contenida {
        padding: 0;
    }

    h3 {
        font-size: clamp(16px, 12.1vw, 31px);
    }

    /*--------SECCIÓN SOLUCIONES INTRO-------*/

    .seccion_soluciones {
        padding: 60px 20px;
    }

    .circulos_tableta {
        width: 60vw;
        top: -23px;
        min-width: 120%;
    }

    .imagen_tableta {
        width: 90%;
    }

    .con_textos_soluciones {
        padding: 58px 40px 44px 40px;
    }

    .titulo_soluciones {
        font-size: clamp(10px, 5.1vw, 56px);
    }

    /*--------SECCIÓN VALORES Y VISIÓN-------*/

    .seccion_valores {
        padding: 10px 20px 0px 20px;
    }

    .con_valores_general {
        padding: 0;
    }

    .con_valor {
        flex-direction: column;
        text-align: center;
    }

    .con_valor img {
        width: 54%;
        max-width: 241px;
        margin-left: 24px;
    }

    .valores_textos_con {
        width: 100%;
        margin-left: 12px;
    }

    .con_valor h3 {
        margin: auto;
    }

    .valores_textos_con p {
        width: 90%;
        max-width: 350px;
        margin: auto;
    }

    .con_vision {
        padding: 55px 30px 215px 30px;
    }

    .con_vision p {
        width: 100%;
        text-align: center;
    }

    /*--------SECCIÓN BENEFICIOS-------*/

    .seccion_beneficios {
        background-size: 260%;
    }

    .titulo_beneficios {
        height: 65vw;
        width: 65vw;
        max-width: 330px;
        max-height: 330px;
        margin: -40% auto 0 auto;
    }

    .titulo_beneficios h2 {
        font-size: clamp(39px, 9.54vw, 48px);
    }

    .titulo_beneficios p {
        font-size: clamp(16px, 5.4vw, 26px);
    }

    .grupo_beneficios {
        margin: 13% 0 0 0;
    }

    .grupo_beneficios h3 {
        font-size: clamp(18px, 5vw, 23px);
        border-radius: 8px;
        margin: 0 0 -30px 18px;
        padding: 10px 15px;
    }

    .grupo_beneficios p {
        border-radius: 8px;
        padding: 41px 18px 24px 18px;
    }

    .beneficio {
        padding: 0;
    }

    /*--------SECCIÓN SERVICIOS-------*/

    .seccion_servicos h2 {
        margin-bottom: 0;
    }

    .con_carrusel_servicios {
        background-size: clamp(0px, 247%, 1670px) auto;
        margin: -30px 10px 0 0;
    }

    #main-carousel {
        margin-top: -29px;
        padding-bottom: 50px;
    }

    .servicio_circulo_ext {
        width: 70%;
    }

    #main-carousel p {
        max-width: 86vw;
    }

    /*--------SECCIÓN MAPA-------*/

    .seccion_mapa {
        padding: 0 10px 30px 10px;
    }

    .contenedor_mapa {
        padding: 0;
        overflow: visible !important;
        display: block !important;
        width: 100%;
        height: 100%;
    }

    .mapa_svg {
        height: auto;
        width: 100%;
        max-height: 500px;
        margin-top: 3%;
        display: block;
        overflow: visible;
    }

    .contenedor_botones_mapas {
        margin: 34px;
    }

    .contenedor_botones_mapas button {
        width: 40%;
        padding: 6px;
        font-size: 15px;
    }

    /*--------SECCIÓN MAPA GLOBAL-------*/

    .seccion_mapa_global h3 {
        font-size: clamp(16px, 6.1vw, 31px);
    }

    .seccion_mapa_global img {
        width: 94vw;
    }

    .con_paises ul {
        column-count: 2;
    }

    /*--------SECCIÓN CLIENTES-------*/

    .seccion_clientes {
        padding-bottom: 67px;
    }

    .seccion_clientes h2 {
        margin: auto;
        max-width: 280px;
    }

    .lineas_clientes_izq {
        width: 47vw;
        left: -38px;
    }

    .lineas_clientes_der {
        width: 44vw;
        right: -29px;
    }

    #carousel-clientes-1 {
        padding: 40px 0 0 0;
    }

    #carousel-clientes-2 {
        padding: 20px 0 0 0;
    }

    #carousel-clientes-1 .splide__slide img,
    #carousel-clientes-2 .splide__slide img {
        max-height: 80px;
        max-width: 145px;
    }

    /*--------SECCIÓN ARTÍCULOS DE INTERÉS-------*/

    .textos_articulo {
        max-width: 503px;
        width: 76vw;
    }

    .textos_articulo h3 {
        font-size: clamp(19px, 4.3vw, 23px);
        margin-bottom: 0;
    }

    /*--------SECCIÓN CONTACTO-------*/

    .contacto-video {
        height: 511px;
        margin-top: -48px;
    }

    .fondo_contacto {
        transform: rotate(90deg) translate(32.5%, 50%);
    }

    .seccion_contacto .seccion_contenida {
        padding: 0 10px;
    }

    .con_formulario {
        padding: 32px 20px 109px 20px;
    }

    .con_formulario h2 {
        font-size: clamp(18px, 7.54vw, 78px);
        max-width: 560px;
    }

    .con_unete_equipo h3 {
        font-size: clamp(16px, 6vw, 28px);
    }

    .con_unete_equipo {
        padding: 34px 28px;
        width: 64%;
        margin-top: -70px;
    }

    /*--------SECCIÓN OFICINAS-------*/

    .seccion_oficinas {
        padding: 50px 0 0 0;
    }

    .seccion_oficinas h2 {
        margin: 0 auto 17px auto;
    }

    .contenedor_mapas {
        gap: 25px;
        margin-bottom: 55px;
    }

    .grupo_mapa iframe {
        height: 55vw;
    }

    /*--------AVISO DE PRIVACIDAD-------*/

    .body_aviso_privacidad footer {
        width: 103%;
    }
}