@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/* Reset básico */
* {
    text-decoration: none !important;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: -2px !important;
    bottom: 20px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

#modalAuto {
    padding: 0;
    border: none;
    max-width: 600px;
    width: 90%;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    background: transparent;
    overflow: hidden;
}

#modalAuto::backdrop {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    /* opcional, para oscurecer un poco */
}

@media (max-width: 1284px) and (min-width: 770px) {
    .navbar-buttons {
        margin-left: 8%;
    }

    .col_img_banner3 img {
        padding: unset;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .card_1_ns {
        height: unset !important;
    }

    .card_1_ns p {
        font-family: 'Manrope';
        font-weight: 400;
        font-size: 14px;
        line-height: 19.12px;
        letter-spacing: 0%;
        width: unset !important;
        height: unset !important;
        margin-top: 20px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hidden_animated {
    opacity: 0;
    /* Oculta los elementos */
    transition: opacity 0.5s ease;
    /* Transición suave para el efecto de aparición */
}

body {
    background-color: transparent !important;
}

#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* Asegura que el header esté por encima de otros elementos */
}

.wp_icon {
    background: #25d366;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    display: flex;
    /* Usamos flexbox */
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
}

.wp_icon .icon {
    max-width: 65%;
    max-height: 62%;
}

.text_wp_icon {
    color: #fff;
    font-family: 'Sarabun';
    font-size: 19px;
    font-weight: 800;
    line-height: 17px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-right: 3%;
    text-shadow: 2px 2px 5px rgb(0 0 0);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    /* Ajusta según sea necesario */
    background-color: inherit;
    /* Conserva el color de fondo actual */
}


/* Evitar que el contenido se superponga al header */

body {
    margin-top: 220px;
    /* Ajusta este valor dependiendo de la altura del header */
}


/* Barra superior */

.navbar_superior {
    background-color: #ffffff;
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.li_nav_superior {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-right: 6%;
}

.li_nav_superior li {
    display: flex;
    align-items: center;
}

.li_nav_superior a {
    color: #2d2929;
    text-decoration: none;
    transition: color 0.3s;
}

.li_nav_superior a:hover {
    color: #ffffff;
}


/* Barra de navegación principal */

.navbar {
    padding: 0 7% !important;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    z-index: 10;
    /* Asegura que el nav esté encima */
}

.navbar-logo img {
    position: absolute;
    top: -25px;
    height: 100%;
    transition: transform 0.3s;
}

.navbar-logo img:hover {
    transform: scale(1.1);
}


/* Menú principal */


/* Menú de escritorio */

.desktop-menu {
    display: flex;
    gap: 15px;
    margin-right: -60%;
}

.desktop-menu li {
    list-style: none;
}

.desktop-menu a {
    font-family: 'Sarabun';
    font-size: 14px;
    font-weight: 800;
    line-height: 18.2px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #FFFFFF;
}

.containerMindH {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* Estilos responsive */

@media (max-width: 768px) {
    #modalAuto {
        padding: 0;
        border: none;
        max-width: 600px;
        width: 90%;
        margin: auto;
        position: fixed;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: transparent;
        overflow: hidden;
    }

    .as-slider-slide {
        min-height: 180px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
        /* Oculta flechas en móvil si quieres */
    }

    .slick-slide img {
        width: 100% !important;
        height: auto !important;
        max-height: 590px !important;
    }

    .info_text_hero {
        position: relative;
        text-align: center;
        z-index: 10;
        right: 0px !important;
    }

    .desktop-menu {
        display: none;
    }

    .containerMindH {
        display: flex;
    }
}


/* Dropdown */

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    padding: 5px 20px;
}

.dropdown-menu li a {
    color: #fff;
    font-size: 14px;
}


/* Botones */

.navbar-buttons .btn {
    padding: 8px 15px;
    /* border: 1px solid #fff; */
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.navbar-buttons .btn:hover {
    background-color: #fff;
    color: #333 !important;
}


/* WhatsApp Icon */

.whatsapp-container {
    position: fixed;
    bottom: 30%;
    left: 20px;
    z-index: 1000;
}

.whatsapp img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp img:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}


/* HERO */


/* Hero Section */

.hero_home {
    position: relative;
    height: 100vh;
    min-height: calc(100vh - 135px);
    /* Asegura que sea al menos la altura del hero */
    margin-top: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;

}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
    /* Asegura que el overlay esté debajo del texto */
}

.info_text_hero {
    position: relative;
    text-align: left;
    z-index: 10;
    padding: 20px;
    max-width: 790px;
    top: 15px;
    right: 113px;
}

.info_text_hero h1 {
    font-family: 'Sarabun';
    font-size: 60px;
    font-weight: 800;
    line-height: 55.14px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
    animation: zoomIn 1.5s;
}

.info_text_hero h3 {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btns_hero {
    display: flex;
    gap: 15px;
}

.btn_hero_1,
.btn_hero_2 {
    background-color: #025db0;
    border: none;
    padding: 15px 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 259px;
    height: 59.75px;
    border-radius: 30px;
    opacity: 0px;
}

.btn_hero_1 a,
.btn_hero_2 a {
    color: black;
    text-decoration: none;
}

.btn_hero_1:hover,
.btn_hero_2:hover {
    background-color: #0269c8;
}


/* Mobile Responsiveness */

@media (max-width: 768px) {
    .titulo_baner2 h2 {
        font-family: 'Sarabun';
        font-size: 20px !important;
        line-height: unset !important;
        font-weight: 800;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .info_banner2 {
        min-width: 100% !important;
    }

    .hero_home {
        height: auto;
        padding: 50px 20px;
    }

    .info_text_hero h1 {
        font-size: 2rem;
    }

    .info_text_hero h3 {
        font-size: 1.2rem;
    }

    .btns_hero {
        flex-direction: column;
    }

    .btn_hero_1,
    .btn_hero_2 {
        width: 100%;
        text-align: center;
    }
}


/* Responsivo */

@media (max-width: 768px) {
    .navbar {
        padding: 0 !important;
    }

    .hamburger-menu2 {
        display: flex;
    }

    .whatsapp img {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 800px) {
    .containerMindH {
        display: none !important;
    }
}

.contentMovil {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    z-index: 1000;
    overflow-y: auto;
}

.contentMovil.active {
    display: block;
}

.icon-close {
    display: block;
    text-align: right;
    padding: 10px;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
}

.hamburger-menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hamburger-menu span {
    width: 30px;
    height: 5px;
    background-color: white;
    ;
}


/* Fondo del menú móvil */

.contentMovil {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    /* Fondo oscuro elegante */
    color: #fff;
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}


/* Mostrar el menú cuando está activo */

.contentMovil.active {
    transform: translateX(0);
}


/* Estilo del encabezado del menú */

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.menu-header h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.icon-close {
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}


/* Estilo de la lista */

.navbar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -30% 0px 0px;
}


/* .navbar-menu li {
margin-bottom: 15px;
} */

.navbar-menu li a {
    text-align: center;
    color: #3c3c3c;
    font-size: 18px;
    margin: 0px !important;
    font-weight: bolder;
}

.navbar-menu li a:hover {
    font-size: 1.22rem;
    color: #3c3c3c;
}


/* Submenús */

.dropdown-menu {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
    border-left: 2px solid #444;
}

.dropdown-menu li {
    margin-bottom: 10px;
}

.dropdown-menu li a {
    font-size: 1rem;
    color: #ddd;
}

.dropdown-menu li a:hover {
    color: #00bcd4;
}

#conocimientos {
    margin: 0% 10%;
}

.titulo_baner2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.titulo_baner2 img {
    width: 80.86px;
    height: 73.67px;
    margin-right: 2%;
}

.titulo_baner2 h2 {
    font-family: 'Sarabun';
    font-size: 60px;
    font-weight: 800;
    line-height: 55.14px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.text_banner2 {
    display: flex;
    justify-content: space-between;
}

.text_banner2 h2 {
    font-family: 'Sarabun';
    font-size: 40px;
    font-weight: 800;
    line-height: 36.76px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2D3033;
    max-width: 428px;
}

.text_banner2 img {
    max-width: 33px;
    max-height: 30px;
}

.info_banner2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 70%;
    margin-top: 1%;
}

.info_banner2 p {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2D30;
}

.slick-track {
    gap: 15px !important;
}

.cards_slider {
    display: flex;
    justify-content: flex-start;
    align-items: left;
    width: 100%;
}

.cards_s {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    margin: 5% !important;
}

.cards_s p {
    margin-top: 2%;
}

.slick-slide {
    display: flex !important;
    /* Forzamos a que cada slide tenga el mismo comportamiento de flex */
    justify-content: left;
}

.slick-track {
    display: flex !important;
    /* Para que los slides se alineen correctamente */
}

.slick-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.slick-prev,
.slick-next {
    background-color: rgba(0, 0, 0, 0.5);
    /* Asegura que las flechas sean visibles */
    color: #fff;
    padding: 10px;
    visibility: hidden;
}

.nuestros_servicios_info {
    font-family: 'Sarabun';
    font-size: 13px;
    font-weight: 600;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2D30;
}

.cards_s h2 {
    font-family: Sarabun;
    font-weight: 800;
    line-height: 36.76px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2D30;
}

.btn_sliders {
    width: 259px;
    height: 59.75px;
    top: 2115.25px;
    left: 79px;
    gap: 0px;
    border-radius: 29.88px 29.88px 29.88px 0px;
    opacity: 0px;
    background-color: #025DB0;
    border: none;
    font-family: 'Sarabun';
    font-size: 14px;
    font-weight: 800;
    line-height: 18.2px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.banner_resultados {
    max-width: 50vh;
    height: auto;
}

#banner_resultados {
    margin-top: 3%;
}

.col_img_banner3 img {
    padding: unset;
    width: 100%;
    /* Asegúrate de que la imagen ocupe toda la columna */
    height: auto;
    object-fit: cover;
    /* Ajusta la imagen sin deformarla */
}

.col2_banner3 {
    padding: 88px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #025DB0;
    color: #FFFFFF;
}

.titulo_baner3 h2 {

    font-size: 60px;
    font-weight: 800;
    line-height: 55.14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    font-family: 'Sarabun', sans-serif;
    margin-bottom: 38%;
    letter-spacing: -0.06em;
}

.info_baner3 h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}

.img_banner3 {
    width: 695px;
    height: 63px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-left: -30px;
}

.img_banner3 img {
    margin: 0 10px;
    max-width: 50%;
    height: 50px;
    /* Ajusta la altura de los logos */
}

.prebel {
    width: 110px;
    height: 21px !important;
}

.colcafe {
    width: 86px;
    height: 35px !important;
}

.universidad {
    width: 141px;
    height: 35px !important;
}

.container_slider {
    width: 417px;
    height: 613px;
    background-color: #025DB0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
    margin-right: 1.5%;
}

.pr_img_slider {
    width: 456px !important;
    height: 472px !important;
}

.a_card_proyectos {
    text-decoration: none !important;
}

.sliders_img {
    display: flex;
    overflow-y: none !important;
    overflow-x: auto;
    /* Activa el scroll horizontal */
    scroll-snap-type: x mandatory;
    /* Asegura que los elementos se alineen correctamente */
    -webkit-overflow-scrolling: touch;
    /* Mejora la experiencia en dispositivos móviles */
    gap: 10px;
    /* Espacio entre elementos */
    padding-bottom: 10px;
    /* Evita que el scroll tape elementos */
}

.sliders_img::-webkit-scrollbar {
    display: none;
}

.img_flecha_2 {
    width: 34px !important;
    height: 25px !important;
    position: absolute;
    top: 5px;
    right: 5px;
}

.titulo {
    display: flex;
}

.titulo h2 {
    width: 232px;
    height: 85px;
    gap: 0px;
    opacity: 0px;
    font-family: 'Sarabun';
    font-size: 40px;
    font-weight: 800;
    line-height: 41.96px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.container_slider p {
    width: 301px;
    height: 124px;
    gap: 0px;
    opacity: 0px;
    font-family: Sarabun;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.cards_proyectos {
    display: flex;
}

.pr_cards_slider {
    display: flex;
    justify-content: flex-start;
    /* Asegura que los elementos estén alineados a la izquierda */
    align-items: left;
    width: 100%;
    /* Asegúrate de que el slider ocupe el 100% del ancho disponible */
    scroll-snap-align: start;
    /* Hace que las cards se alineen correctamente al deslizar */
    flex: 0 0 auto;
}

.pr_cards_s h2 {
    font-family: Sarabun;
    font-size: 40px;
    font-weight: 800;
    line-height: 36.76px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2D30;
    max-width: 450px;
}

.pr_cards_s {
    display: flex;
    flex-direction: column;
    /* Asegura que la imagen esté encima del texto */
    justify-content: left;
    align-items: left;
    margin: auto 15px;
    position: relative;
    /* Importante para que los elementos hijos con posición absoluta se ubiquen respecto a este div */
    display: flex;
    flex-direction: column;
}

.pr_cards_s p {
    margin-top: 2%;
}

.container_slider p {
    width: 301px;
    height: 124px;
    gap: 0px;
    opacity: 0px;
    font-family: Sarabun;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.cards_proyectos {
    margin: 3% 0;
    display: flex;
}

.pr_cards_slider {
    display: flex;
    justify-content: flex-start;
    /* Asegura que los elementos estén alineados a la izquierda */
    align-items: left;
    width: 100%;
    /* Asegúrate de que el slider ocupe el 100% del ancho disponible */
    scroll-snap-align: start;
    /* Hace que las cards se alineen correctamente al deslizar */
    flex: 0 0 auto;
}

.pr_cards_s h2 {
    font-family: Sarabun;
    font-size: 35px;
    font-weight: 800;
    line-height: 32.17px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2D30;
}

.pr_cards_s {
    display: flex;
    flex-direction: column;
    /* Asegura que la imagen esté encima del texto */
    justify-content: left;
    align-items: left;
    margin: 0 15px;
}

.pr_cards_s p {
    height: 9px;
    gap: 0px;
    opacity: 0px;
    color: #2A2D30;
    font-family: 'Sarabun';
    font-size: 13px;
    font-weight: 600;
    line-height: 16.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 2%;
}

@media (max-width: 992px) {
    .col2_banner3 {
        padding: 20px !important;
    }

    .titulo_baner3 h2 {
        font-size: 2rem;
    }

    .info_baner3 h2 {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .titulo_baner3 h2 {
        margin-bottom: 20px !important;
    }

    .img_banner3 img {
        margin: 10px 5px;
        height: 40px;
    }

    .img_banner3 {
        width: unset;
        height: unset;
        margin-left: unset;
        flex-direction: column;
    }

    .img_slider {
        max-width: 80%;
        margin: 0 auto;
    }

    .img_slider2 {
        max-width: 100%;
        margin: 0 auto;
    }
}

.pr_cards_s {
    width: 100% !important;
    /* Evita que Slick le asigne un ancho fijo */
    max-width: 100%;
    /* Asegura que no sobrepase el contenedor */
}

.slick-slide {
    display: flex;
    /* Asegura que los slides se adapten bien */
    justify-content: center;
    /* Centra el contenido */
}

.sliders_img {
    overflow: hidden;
    /* Evita el scroll no deseado */
}

@media (max-width: 1024px) {
    .pr_cards_s {
        width: 90% !important;
        /* Ajuste para pantallas medianas */
    }
}

@media (max-width: 768px) {
    .pr_cards_s {
        width: 100% !important;
        /* Ajuste para celulares */
    }
}

@media (max-width: 768px) {
    #proyectos_realizado .container {
        display: flex;
        flex-direction: column;
        /* Asegura que los elementos estén en columna */
    }

    .container_slider {
        display: none;
        order: 1;
        /* Esto lo pone arriba */
    }

    .img_flecha_2 {
        max-width: 25px !important;
        /* Esto lo pone abajo */
    }
}

/* NOVEDADES DESTAACADAS */
#novedades_destacadas {
    padding-top: 4%;
    padding-bottom: 4%;
}

.blog_destacado {
    display: flex;
}

.texto_blog {
    margin-right: 10px;
}

.texto_blog h1 {
    max-width: 270px;
    font-family: 'Sarabun';
    font-weight: 800;
    font-size: 40px;
    line-height: 36.76px;
    letter-spacing: -6%;
    width: 279;
    height: 109;
    top: 645px;
    left: 162.34px;
    color: #2A2D30;
    margin-bottom: 5%;
}

.titulo_blog_destacado_2 {
    max-width: 330px;
    font-family: 'Sarabun';
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -6%;
    width: 279;
    top: 645px;
    left: 162.34px;
    color: #2A2D30;
    margin-bottom: 5%;
}

.leer_mas {
    font-family: 'Sarabun';
    font-weight: 800;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 14px;
    letter-spacing: 0%;
    font-family: Sarabun;
    font-weight: 800;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 14px;
    letter-spacing: 0%;
    color: #333333 !important;
    text-decoration: none !important;
}

.leer_mas a {
    text-decoration: none;
    color: #2A2D30 !important;
}

.novedad_icono {
    color: #025DB0;
    margin-bottom: 5%;
}

.novedad_texto {
    margin-bottom: 5%;
    font-family: 'Sarabun';
    font-weight: 600;
    font-size: 13px;
    leading-trim: Cap height;
    line-height: 16.9px;
    letter-spacing: 0%;
    color: #2A2D30;
}

.dividor_blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    height: 100%;
    /* Asegura que el contenedor tenga altura */
}

.dividor_blog::before {
    content: "";
    width: 3px;
    /* Grosor de la línea negra */
    height: 100%;
    /* Ahora ocupará toda la altura del contenedor */
    background-color: gray;
    /* Color de la línea negra */
    position: absolute;
    top: 0;
    /* Asegura que comience desde arriba */
    left: 50%;
    transform: translateX(-50%);
}

.dividor_blog::after {
    content: "";
    width: 6px;
    /* Grosor de la línea azul */
    height: 40px;
    /* Ajusta la altura de la parte azul */
    background-color: #333333;
    /* Color azul */
    position: absolute;
    top: 0;
    /* Alineado con la parte superior */
    left: 50%;
    transform: translateX(-50%);
}


.p_destacado {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: 0%;
    text-align: justify;
    color: #2A2D30;
    margin-top: 4%;
    max-width: 274px;
}

.img_blog img {
    max-width: 435px;
    max-height: 551px;
    top: 635px;
    left: 468px;
}

.fecha_line {
    margin-left: -60px;
    font-family: Sarabun;
    font-weight: 800;
    font-size: 28px;
    line-height: 25.73px;
    letter-spacing: -6%;
    width: 47;
    height: 35;
    top: 3720px;
    left: 912.67px;
    color: #025DB0;
}

.fecha_line {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dia {
    width: 47;
    height: 35;
    top: 3720px;
    left: 912.67px;
    color: #333333;
    font-size: 28px;
}

.mes {
    width: 24.82574462890625;
    height: 9.99993896484375;
    top: 3752px;
    left: 916.84px;
    color: #333333;
    font-size: 13px;
}

/* FOOTER */
.formulario_contacto_footer {
    /*background-color: #333333;*/
    color: #000;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px;
    align-items: center;
    justify-content: space-between;
}

.info_contacto_footer {
    flex: 1;
    font-size: 18px;
    line-height: 1.5;
    max-width: 50%;
    text-align: left;
}

.arrow {
    display: flex;
    font-size: 30px;
    margin-top: 20px;
    right: 0px !important;
    justify-content: flex-end;
    font-weight: bolder;
}

.form_inputs {
    flex: 1;
    max-width: 50%;
}

.form_inputs form {
    display: flex;
    flex-direction: column;
}

.form_inputs input,
.form_inputs textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 16px;
}

textarea {
    resize: none;
    height: 80px;
}

input::placeholder,
textarea::placeholder {
    color: #000;
}

.checkbox-container {
    display: flex;
    align-items: left;
    margin-bottom: 15px;
}

.checkbox-container input {
    margin-right: 10px;
}

.checkbox-container label {
    font-size: 14px;
}

.checkbox-container a {
    color: #000;
    text-decoration: underline;
}

.buttons {
    display: flex;
    gap: 10px;
}

.btn-enviar,
.btn-whatsapp {
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.btn-enviar {
    background-color: #fff;
    color: #333333;
}

.btn-enviar:hover {
    background-color: #e5e5e5;
}

.btn-whatsapp {
    background-color: #25d366;
    color: #fff;
}

.btn-whatsapp:hover {
    background-color: #1ebe5b;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .formulario_contacto_footer {
        flex-direction: column;
        text-align: center;
    }

    .info_contacto_footer,
    .form_inputs {
        max-width: 100%;
    }

    .arrow {
        display: none;
    }
}

.form_inputs input[type="checkbox"] {
    display: inline-block;
    width: auto;
    /* Para que no ocupe todo el ancho */
    margin-right: 10px;
    /* Espacio entre el checkbox y el texto */
    vertical-align: middle;
    /* Alinear con el texto */
}

.form_inputs p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.footer_1 {
    margin-bottom: 3%;
}

/* FOOTER 2 */
footer {
    background-color: #1e1e1e;
    color: #fff;
    padding: 2% 5% 1%;
    font-family: Arial, sans-serif;
}

.container_footer {
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
}

.newsletter,
.contact_info,
.links {
    width: 100%;
}

.newsletter h3,
.contact_info h3,
.links h3 {
    font-size: 18px;
    margin-bottom: 10px;
}



.newsletter_input {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .links {
        margin-top: 15px;
    }

    .contact_info {
        margin-top: 15px;
    }
}


.newsletter_input button {
    background-color: #025DB0;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.checkbox_container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.checkbox_container input {
    width: auto;
}

.links ul {
    list-style: none;
    padding: 0;
}

.links ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 20px auto 0;
    border-top: 1px solid #444;
    padding-top: 20px;
}

.social_icons a {
    color: white;
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
}

.scroll_top img {
    width: 35px;
}

.footer_bottom_1 {
    display: flex;
    justify-content: space-between;
    margin: auto 15px;
}

.img_web {
    filter: invert(1) !important;
    -webkit-filter: invert(1) !important;
}

.bannerEventos {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
    /* Ajusta la altura según necesites */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bannerEventos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bannerEventos h1 {
    position: relative;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    width: 372;
    height: 94;
    font-family: 'Sarabun';
    font-weight: 800;
    font-size: 72px;
    line-height: 94.18px;
    letter-spacing: 0%;
    text-align: center;

}

/* Responsivo */
@media (max-width: 768px) {
    .bannerEventos {
        height: 30vh;
    }

    .bannerEventos h1 {
        font-size: 3.8rem;
        margin-top: 16%;
    }

    .img_soldador {
        width: 100% !important;
    }


}

.textoNuestraExperiencia {
    margin-top: 3%;
}

.info_texto_experiencia p {
    width: 549;
    height: 100;
    top: 549px;
    left: 147px;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #2A2D30;
}

.banner_mision_vision {
    background-color: #025DB0;
    padding: 5%;
}

.banner_politica_integral {
    background-color: #2A2D30;
    padding: 4%;
    color: #fff;
}

#banner_mision_vision img {
    background-color: #f5f4f0;
}

.banner_mision_vision h2 {
    width: 134;
    height: 62;
    font-family: 'Sarabun';
    font-weight: 700;
    font-size: 48px;
    line-height: 62.4px;
    letter-spacing: 0%;
    color: #fff;
}

.banner_mision_vision p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    width: 677;
    height: 150;
    color: #fff;
}

.card_1_ns {
    background-color: #F5F4F0;
    padding: 6%;
    width: 100%;
    height: 242px;
    opacity: 0.9;
    margin: 1%;
}

.card_1_ns h4 {
    font-family: 'Sarabun';
    font-weight: 700;
    font-size: 22px;
    line-height: 28.6px;
    letter-spacing: 0%;
    width: 106;
    height: 58;
    top: 1769px;
    left: 160px;
}

.card_1_ns p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    line-height: 19.12px;
    letter-spacing: 0%;
    width: 182px;
    height: 114px;
    margin-top: 20px;
}

.cards_ns {
    display: flex;
    flex-direction: row;
}

#banner_soldador h2 {
    font-family: 'Sarabun';
    font-weight: 700;
    font-size: 36px;
    line-height: 37px;
    letter-spacing: 0%;
    width: 100%;
    color: #423E3E;
}

#banner_doldador p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 18px;
    line-height: 24.59px;
    letter-spacing: 0%;
    width: 564;
    height: 50;
    top: 848px;
    left: 730px;
    color: #423E3E;
}

@media (max-width: 1280px) {

    /* Laptops pequeñas */
    .navbar {
        padding: 0 1% !important;
    }
}

@media (max-width: 1024px) {

    /* Tablets y laptops más pequeñas */
    .navbar {
        padding: 0 1% !important;
    }
}

@media (max-width: 768px) {

    /* Tablets en modo vertical y móviles grandes */
    .navbar {
        padding: 0 1% !important;
    }

    .titulo_pr {
        width: 100% !important;
    }
}

@media (max-width: 480px) {

    /* Móviles pequeños */
    .navbar {
        padding: 0 1% !important;
    }
}


.img_soldador {
    max-width: 100%;
    max-height: 491px;
}

.img_servicio {
    max-width: 100%;
    max-height: 459px;

    border-radius: 10px;
    /* Bordes redondeados opcionales */
}

.cards_s a {
    text-decoration: none !important;
}

.img_s {
    display: flex;
    justify-content: center;
}

.info_texto_servicio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info_texto_servicio p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
    width: 852px;
    height: 188px;
}

/* .mega-menu .dropdown-menu {
    top: 100%;
    left: -827%;
} */

/* Ajuste para pantallas medianas */
@media (max-width: 1536px) {
    .mega-menu .dropdown-menu {
        left: -927% !important
    }
}

@media (max-width: 1599px) {
    .mega-menu .dropdown-menu {
        left: -940% !important
    }
}

/* Ajuste para pantallas pequeñas */
@media (max-width: 992px) {
    .mega-menu .dropdown-menu {
        left: -200% !important;
    }
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .mega-menu .dropdown-menu {
        left: 0;
        width: 100%;
    }
}

.info_texto_servicio_2 {
    color: #fff;
    background-color: #2A2D30;
}

.btn_c_1 {
    width: 204px;
    height: 45px;
    border-radius: 100px;
    background-color: #fff;
    color: #025DB0;
    border: none;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 17.07px;
    letter-spacing: 0%;
    font-weight: bolder;

}

.btn_c_2 {
    width: 204px;
    height: 45px;
    border-radius: 100px;
    background-color: #0A883E !important;
    color: #fff;
    border: none;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    font-weight: bolder;
    leading-trim: Cap height;
    line-height: 17.07px;
    letter-spacing: 0%;
}

.camposContacto input:focus {
    /* border: 1px solid #ccc; Mantiene el mismo borde al hacer foco */
    outline: none;
}

.camposContacto textarea:focus {
    /* border: 1px solid #ccc; Mantiene el mismo borde al hacer foco */
    outline: none;
}

.blog_destacado {
    display: flex;
    align-items: center;
    /* gap: 20px; */
    flex-direction: column;
}

.proyecto_realizado {
    margin-top: 10% !important;
}

.titulo_pr {
    font-family: 'Sarabun';
    color: #2A2D30;
    font-weight: 800;
    font-size: 50px;
    line-height: 45.95px;
    letter-spacing: -6%;
    width: 541px;
}

.sub_pr {
    font-family: 'Sarabun';
    font-weight: 600;
    font-size: 13px;
    line-height: 16.9px;
    letter-spacing: 0%;
    width: 148px;
    color: #2A2D30;
}

.texto_pr {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: 0%;
    text-align: justify;
    max-width: 70%;
    color: #2A2D30;
}

@media (max-width: 768px) {
    .proyecto_realizado {
        margin-top: 25% !important;
    }

    .titulo_blog_destacado_2 {
        margin-top: 3%;
    }

    .img_blog img {
        width: 100%;
        height: auto;
    }

    .blog_destacado {
        flex-direction: column;
        /* Pone la imagen arriba y el texto abajo */
    }

    .img_blog,
    .texto_blog {
        width: 100%;
        /* Ambos elementos ocupan el ancho completo */
    }

    .img_blog img {
        width: 100%;
        height: auto;
    }

    .texto_blog h1 {
        max-width: 100% !important;
    }

    .p_destacado {
        max-width: 100% !important;
    }

    .hidden_divisor_pc {
        visibility: hidden !important;
        display: none;
    }

    .line_m {
        visibility: hidden !important;
        display: none;
    }

    .card_1_ns {
        width: 100% !important;
    }

    .dropdown-menu li a {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
    }

    .img_servicio {
        width: 100%;
    }

    .hidden_novedad {
        display: none !important;
    }

    .texto_blog h1 {
        font-size: 18px !important;
    }

    .bannerEventos h1 {
        line-height: unset !important;
        font-size: 27px !important;
        width: 100%;
    }
}

.hidden_divisor_pc {
    visibility: visible;
    display: flex;
}

.line_m {
    visibility: hidden;
    display: none;
}

.dropdown-menu a {
    color: #000;
}

.blog-content {
    margin-top: 10%;
}

.titulo_blog_detalle {
    font-family: 'Sarabun';
    font-weight: 800;
    font-size: 55px;
    line-height: 56.05px;
    letter-spacing: -6%;
    color: #2A2D30;
}

.texto_intro_blog {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 28px;
    line-height: 38.25px;
    letter-spacing: 0%;
    text-align: justify;
    color: #000;
}

.img_blog_detail {
    /* width: 100%; */
    height: 448px;
    top: 485px;
    left: 293px;
}

.text_blog_detail {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: 0%;
    text-align: justify;
    color: #2A2D30;
    max-width: 100%;
    overflow-wrap: break-word;
}

.text_blog_detail p:first-of-type::first-letter {
    font-size: 3em !important;
    /* Ajusta el tamaño según necesites */
    color: blue !important;
    /* O el color azul que prefieras */
}

.img_slider_logos {
    width: 70% !important;
    height: auto !important;
    /*filter: brightness(0) invert(1) !important;*/
}

.img_pr {
    max-width: 469px;
    max-height: 298px;

}

.h3_footer {
    font-family: 'Sarabun';
    font-weight: 800;
    font-size: 40px !important;
    line-height: 36.76px;
    letter-spacing: -6%;
    width: 250px;
    color: #fff;
}

.input_btn input {
    min-width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.input_btn input:focus {
    outline: none;
    border-top: none;
    /* Elimina el borde en el enfoque */
    border-right: none;
    /* Elimina el borde en el enfoque */
    border-left: none;
    /* Elimina el borde en el enfoque */
}

.input_btn button {
    width: 111.96868896484375px;
    height: 59.75px !important;
    border-radius: 29.88px;
    -webkit-border-radius: 29.88px;
    -moz-border-radius: 29.88px;
    -ms-border-radius: 29.88px;
    -o-border-radius: 29.88px;
}

.inpt {
    display: flex;
}

.input_btn {
    display: flex;
}

.laboratorio-bg {
    background-image: url('../img/uploads/sections/laboratorio_mertrologia.jpg');
    background-size: cover;
    background-position: center;
    height: 650px;
}

.back-azul {
    background-color: #1a2a47;
    /* azul oscuro */
}

.titulo-seccion {
    font-size: 2rem;
    font-weight: bold;
}

.separador {
    height: 2px;
    background: #fff;
    width: 100px;
}

.boton-ampliar {
    background-color: #ff9800;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 28px;
    border: none;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.boton-ampliar:hover {
    background-color: #e68a00;
    transform: scale(1.05);
    color: #fff;
}

.pd-prod-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 280px;
    min-height: 400px;
    /* <-- altura consistente */
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.pd-prod-card:hover {
    transform: translateY(-5px);
}

.pd-prod-img {
    max-width: 80%;
    height: 180px;
    /* Fija la altura de la imagen */
    object-fit: contain;
    /* Asegura que no se deforme */
    margin-bottom: 16px;
}

.pd-prod-arrow {
    margin-bottom: 12px;
}

.pd-prod-title-link {
    text-decoration: none !important;
    width: 100%;
}

.pd-prod-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #bbb7b2;
    transition: color 0.3s ease;
    min-height: 48px;
    /* Hace que los títulos ocupen espacio parejo */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 🔥 Cambia color a amarillo en hover */
.pd-prod-title-link:hover .pd-prod-title {
    color: #ffc107;
}


.video-card {
    width: 100%;
    max-width: 250px;
    height: 300px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
}

.img_slider2 {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.card-title {
    font-size: 1.1rem;
    line-height: 1.4;
}

.card-text {
    font-size: 0.95rem;
    color: #333;
}

.btn-warning {
    background-color: #F7931E;
    border: none;
}

.btn-warning:hover {
    background-color: #d6740d;
}


/* BARRA SUPERIOR */
.navbar-superior {
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
}

.navbar-superior-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-superior-list li a {
    font-size: 0.85rem;
    color: #333 !important;
    text-decoration: none;
    padding: 4px 6px;
    transition: color 0.2s ease;
}

.navbar-superior-list li a:hover {
    color: #0056b3 !important;
}

.social-icon {
    width: 24px;
    height: auto;
}

.lang-link {
    font-weight: 600;
    color: #444;
}

.lang-link.active {
    color: #0056b3 !important;
}

/* NAVEGACIÓN PRINCIPAL */
.navbar-main {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    background: white;
    position: relative;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    justify-content: center;
}

.navbar-logo img {
    margin-left: 3%;
    max-width: 180px;
}

.navbar-menu {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.navbar-menu li a {
    text-decoration: none;
    color: #333 !important;
    font-weight: 600;
    transition: color 0.2s ease;
}

.navbar-menu li a:hover {
    color: #ea744c !important;
}

/* DROPDOWN SIMPLIFICADO */


/* MENÚ MÓVIL */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background: #333;
    border-radius: 3px;
    display: block;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 998;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    margin: 1rem 0;
}

.mobile-menu li a {
    color: #333 !important;
    text-decoration: none;
    font-size: 1rem;
    display: block;
}

.nav_mobil1 {
    display: flex;
}

.nav_mobil2 {
    display: flex;
}

/* RESPONSIVE */
@media screen and (max-width: 1024px) {
    .navbar-superior-list {
        gap: 0rem !important;
    }

    .navbar-superior {
        margin-top: 0%;
        display: flex;
        justify-content: center;
    }

    .navbar-logo img {
        right: 5%;
        top: 2px !important;
        height: 80% !important;
        transition: transform 0.3s !important;
    }

    .navbar-main {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1rem 2rem;
        background: white;
        position: relative;
        z-index: 999;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        justify-content: flex-start;
    }

    .nav_mobil1 {
        margin: auto;
    }

    .desktop-menu {
        display: none !important;
    }

    .hamburger {
        display: flex !important;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-menu.open {
        display: block !important;
    }
}

/**/
/* Mostrar al hacer hover en escritorio */
@media (min-width: 992px) {
    .mm-dropdown:hover>.dropdown-menu {
        display: block;
    }
}

/* Mega‑menú ancho completo */
.megamenu {
    left: 10px !important;
    right: 10px !important;
    width: 100vw !important;
    transform: translateX(calc((80vw - 100%) / -2)) !important;
    top: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
    -webkit-transform: translateX(calc((100vw - 100%) / -2)) !important;
    -moz-transform: translateX(calc((100vw - 100%) / -2)) !important;
    -ms-transform: translateX(calc((100vw - 100%) / -2)) !important;
    -o-transform: translateX(calc((100vw - 100%) / -2)) !important;
}


/* Tipografía y efectos */
.megamenu h6 {
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.megamenu a {
    transition: background-color .15s !important;
}

.megamenu a:hover {
    background: #f5f5f5 !important;
    text-decoration: none !important;
}

.mega-menu-content {
    max-height: 70vh !important;
    /* ocupa máximo el 70% del alto de pantalla */
    overflow-y: auto;
    /* activa scroll vertical si es necesario */
    padding-right: 1rem !important;
    /* espacio para evitar que el scroll tape contenido */
}

/* Opcional: personaliza la barra de scroll (solo en navegadores WebKit) */
.mega-menu-content::-webkit-scrollbar {
    width: 6px !important;
}

.mega-menu-content::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
}

/* Mejora UX: mantiene el mega menú abierto al pasar el mouse */
.dropdown.megamenu-hover:hover>.dropdown-menu {
    display: block;
}

.dropdown.megamenu-hover>.dropdown-toggle::after {
    /* transform: rotate(180deg); */
}

.dropdown.megamenu-hover>.dropdown-toggle.show::after {
    transform: rotate(0deg);
}

/* Prevenir que desaparezca abruptamente */
.dropdown.megamenu-hover .dropdown-menu {
    margin-top: 0 !important;
}

.navbar-menu li {
    height: 80px;
    align-items: center;
    display: flex;
}

.as-slider-wrapper {
    position: relative;
    width: 100%;
    height: 62vh;
    overflow: hidden;
}

.as-slider-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as-slider-content {
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 50px;
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
    animation: fadeInUp 0.8s ease-in-out;
}

.as-slider-content h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.as-slider-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.as-slider-btn {
    display: inline-block;
    background-color: #ff6600;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.as-slider-btn:hover {
    background-color: #e05500;
}

/* Navegación */
.as-slider-prev,
.as-slider-next {
    color: #fff;
}

/* Paginación */
.as-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.as-slider-pagination .swiper-pagination-bullet-active {
    background: #ff6600;
    opacity: 1;
}

.as-slider-prev,
.as-slider-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #ff6600 !important;
    color: white !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    cursor: pointer !important;
    border-radius: 6px !important;
    transition: background 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.as-slider-prev:hover,
.as-slider-next:hover {
    background-color: #e05500 !important;
}

.as-slider-prev {
    left: 20px !important;
}

.as-slider-next {
    right: 20px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '' !important;
}


/* Animación */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/**/

.subtitulo-20.txt-bold a {
    color: #333 !important;
    text-decoration: none !important;
    transition: color 0.3s ease-in-out !important;
}

.subtitulo-20.txt-bold a:hover {
    color: #007bff !important;
    /* azul bonito al pasar */
}

.parrafo-small {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 6px 8px !important;
    color: #666 !important;
    transition: all 0.3s ease !important;
    gap: 8px !important;
    text-decoration: none !important;
    text-align: left;
}


.parrafo-small img {
    width: 14px !important;
    height: 14px !important;
    opacity: 0.7 !important;
    transition: opacity 0.3s ease !important;
}

.parrafo-small:hover img {
    opacity: 1 !important;
}

.redes_b1 {
    position: fixed;
    bottom: 30%;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.redes_b2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: rotateIn 0.6s;
    animation: rotateIn 0.6s;
}

.redes_a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;

}

.redes_img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.input_buscar {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    width: 250px;
    font-size: 16px;
}

.btn_buscar {
    padding: 10px 15px;
    background-color: #ff6600;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    cursor: pointer;
}

.btn_buscar:hover {
    background-color: #e65c00;
}

.td_el_mob {
    display: none !important;
}

.menu-link {
    display: block;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
}

.menu-link:hover {
    color: #f97316;
}

@media (max-width: 768px) {
    .menu-link {
        display: block;
        font-size: 16px;
        color: #111827;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s;
    }

    .menu-link:hover {
        color: #f97316;
        transform: translateX(4px);
    }

    .submenu-link {
        display: block;
        padding: 6px 0;
        font-size: 14px;
        color: #374151;
        text-decoration: none;
        padding-left: 10px;
    }

    .submenu-link:hover {
        color: #f97316;
        transform: translateX(4px);
    }

    .td_el_desk {
        display: none !important;
    }

    .td_el_mob {
        display: block !important;
        margin-left: 5% !important;
    }

    .responsive-bg {
        height: 60vh !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .as-slider-wrapper {
        position: relative;
        width: 100%;
        height: 40vh !important;
        overflow: hidden;
    }

    .swiper-button-next {
        display: none !important;
    }

    .as-slider-wrapper {
        margin-top: -13% !important;
    }

    #conocimientos {
        margin-left: 17% !important;
    }
}

.no-drag .swiper-wrapper {
    pointer-events: none !important;
}

@media (min-width: 769px) {
    .slider-categorias {
        display: none !important;
    }

    #openMobileMenu {
        display: none !important;
    }
}

@media (max-width: 1396px) {
    .navbar-logo img { 
        margin-left: 7% !important;
        max-width: 180px !important;
        position: absolute !important;
        top: -38px !important;
        height: 80% !important;
        transition: transform 0.3s;
    }
}

.styles__WidgetLauncherContainer-sc-f7xurm-0 hBTpyH{
    left:20px !important;
}