/*
Template Name: Softek | Software and App Landing Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 1.0
*/
/*
-- Body
-- Custom Bootstrap
-- Index
-- Navbar
-- Back To Top
-- Mobile Sidebar
-- Page Loading
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
/* CORREGIDO: Eliminada la fuente 'Sora' que no se usaba */

/* Body */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none !important;
    color: #1b1b1b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    a:hover {
        color: #0d6efd;
        text-decoration: none !important;
    }

/* Custom Bootstrap */
.btn {
    font-size: 14px;
    padding: 12px 30px !important;
    font-weight: 600;
}

.btn-primary {
    border-color: #76b5c1;
    background: linear-gradient(142deg, rgba(118,181,193,1) 0%, rgba(6,129,155,1) 50%, rgba(118,181,193,1) 100%);
}

    .btn-primary:hover, .btn-primary:focus {
        background: #76b5c1;
        border-color: #76b5c1;
    }

.bg-primary {
    background-color: #76b5c1 !important;
}

.shadow {
    box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
}

.bg-light {
    background-color: #fff5f2 !important;
}

.text-primary {
    color: #f14f00 !important;
}

/* Index */
.transition-3d-hover {
    transition: all 0.2s ease-in-out;
}

    .transition-3d-hover:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

.gradient-text {
    color: #000000;
}

.icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* CORREGIDO: Nueva clase para reemplazar estilos en línea en íconos */
    .icon .icon-img {
        width: 100%;
        height: 100%;
    }

.user-img {
    width: 40px;
}

.admin-icon {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-sm {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navbar */
/*.app-nav a.nav-link {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
}

.app-nav .navbar-nav .nav-link:hover {
    color: #0a9d65;
    background-color: #fff;
    border-radius: 25px;
    font-weight: bold;
}

.app-nav .navbar-nav .nav-link.active {
    color: #0a9d65;
    font-weight: bold;
    background-color: #fff;
    border-radius: 25px;
}

.osahan-header-logo .logo {
    height: 30px;
}

.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0px 24px 21px rgb(0 0 0 / 11%) !important;
    background-color: #0a9d65;
    color: #fff;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    color: #0a9d65;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes dropdown-show {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dropdown-menu:hover .dropdown-item {
}

#sectores {
    background-color: none;
    border-radius: 0;
    font-size: 14px;
}

    #sectores:hover {
        transform: scale(1);
        background-color: #2A9B76;
        opacity: unset;
        font-weight: 500;
        color: #fff;
        border-radius: 0;
    }

.dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #0a9d65;
    opacity: unset;
    font-weight: 500;
}

.dropdown-item {
    transition: all 0.2s ease-in-out;
    padding-right: 40px;
    color: #fff;
    font-size: 3vh;
}

    .dropdown-item:hover {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    .dropdown-item:after {
        content: "\ea6c";
        font-family: remixicon !important;
        font-style: normal;
        position: absolute;
        right: 0;
        font-size: 14px;
        line-height: 24px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .dropdown-item:hover:after {
        opacity: unset;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.dropdown-item {
    position: relative;
}
*/
/* Back To Top */
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
    background-color: #fff;
    color: #2d2a3e;
    width: 50px;
    border-radius: 100px;
    cursor: pointer;
    height: 50px;
    border: 3px solid #ebebeb;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

    #back-to-top:hover {
        box-shadow: 0 10px 40px 0 rgba(47,47,47,.1) !important;
        background-color: #2d2a3e;
        color: #0a9d65;
    }

/* Mobile Sidebar */
/*#sidebar .offcanvas-header .link-light {
    color: #000 !important;
}

.offcanvas-body {
    background-color: #0d9a65;
}

#sidebar .offcanvas-body .nav-item .nav-link {
    color: #fff !important;
    text-align: center;
    padding: 15px 20px !important;
}

#sidebar .offcanvas-body .nav-item.dropdown {
    color: #000 !important;
    position: unset !important;
}

#sidebar .offcanvas-body .dropdown-menu {
    color: #000 !important;
    position: relative !important;
    transform: unset !important;
    box-shadow: none !important;
}

    #sidebar .offcanvas-body .dropdown-menu .dropdown-mega-content .col-lg-3 {
        border: none !important;
        padding: 15px 15px !important;
        text-align: center;
    }

.prueba {
    display: flex;
    justify-items: end;
    font-size: 45px;
    justify-content: end;
}*/
/* Page Loading */
.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

[data-bs-theme="dark"] .page-loading {
    background-color: #121519;
}

.page-loading.active {
    opacity: 1;
    visibility: visible;
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.page-loading.active > .page-loading-inner {
    opacity: 1;
}

.page-loading-inner > span {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #6f788b;
}

[data-bs-theme="dark"] .page-loading-inner > span {
    color: #fff;
    opacity: .6;
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    background-color: #d7dde2;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

[data-bs-theme="dark"] .page-spinner {
    background-color: rgba(255,255,255,.25);
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* estilos de nav */
/*.navbar-seccion1 {*/
/*	background-color: #10192b;*/
/*background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;*/ /* Para que quede por encima del contenido */
/*transition: background-color 0.3s ease;*/ /* Para un efecto suave */
/*}*/
/* estilos de nav */
/* cambiar a sticky para fijar el nav  */
/*.navbar-seccion2 {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    color: black;
    z-index: 1000;*/ /* Para que quede por encima del contenido */
/*transition: background-color 0.3s ease;*/ /* Para un efecto suave */
/*height: 100px;
    max-height: 100px;
}

.navbar-seccionIndex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: black;
    z-index: 1000;*/ /* Para que quede por encima del contenido */
/*transition: background-color 0.3s ease;*/ /* Para un efecto suave */
/*height: 100px;
    max-height: 100px;
    margin: 0px;
    padding: 0px;
}

.navbar-seccion3 {*/
/*	background-color: #10192bcf;*/
/*background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: black;
    z-index: 1000;*/ /* Para que quede por encima del contenido */
/*transition: background-color 0.3s ease;*/ /* Para un efecto suave */
/*}

.navbar-seccion4 {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: black;
    z-index: 1000;*/ /* Para que quede por encima del contenido */
/*transition: background-color 0.3s ease;*/ /* Para un efecto suave */
/*}

.navbar-seccion6:hover {
    color: #0a9d65;
}

.navbar-seccion5 {*/
/*background-color: #009c65;*/
/*background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: black;
    z-index: 1000;*/ /* Para que quede por encima del contenido */
/*transition: background-color 0.3s ease;*/ /* Para un efecto suave */
/*}

.navbar-seccion6 {
    background-color: #0a9d65;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    color: black !important;
    z-index: 1000;*/ /* Para que quede por encima del contenido */
/*transition: background-color 0.3s ease;*/ /* Para un efecto suave */
/*}

.navSecundario {
    color: white !important;
}

    .navSecundario li a {
        color: white;
        font-size: 18px;
    }

.navbarN {
    width: 100%;
    height: 100%;
    background-color: #0a9d65;
}

.Lineanavbar {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,#1e7c51 0%,#079b66 50%,#37c684 100%);
}*/
/* estilos del carousel */
/* Asegúrate de que la imagen mantenga su tamaño y proporciones originales */






/* --- Contenedor Principal del Carrusel --- */
.carousel-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000; /* Fondo oscuro por si las imágenes tardan en cargar */
    mask-image: linear-gradient( black 95%, transparent );
}

/* --- Cada Diapositiva --- */
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* ===== CAMBIO CLAVE 1: Animación de Opacidad ===== */
    /* Todas las diapositivas son invisibles por defecto y listas para la transición */
    opacity: 0;
    transition: opacity 1.2s ease-in-out; /* Una transición más lenta y suave */
}

    /* ===== CAMBIO CLAVE 2: La Diapositiva Activa se Muestra ===== */
    /* La diapositiva con la clase .active se vuelve visible */
    .carousel-slide.active {
        opacity: 1;
        z-index: 2; /* Se asegura que la diapositiva activa esté por encima */
    }

/* Las clases .prev y .next ya no necesitan estilos para esta animación */
/* pero el JS las sigue usando en su lógica, así que las dejamos estar. */


/* --- Contenedor de la Imagen de Fondo --- */
.background-image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}



/* --- Estilos de Texto --- */
.text-content {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 80%;
    max-width: 800px;
    z-index: 3; /* Encima de la imagen activa */
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

    .text-content h2 {
        font-size: 3em;
        margin-bottom: 10px;
    }

    .text-content p {
        font-size: 1.2em;
        margin-bottom: 20px;
    }

.action-button {
    padding: 10px 20px;
    font-size: 1.5em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #0a9d56;
    color: white;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 5px 1px 5px #000;
    width: 50vh;
}

    .action-button:hover {
        background-color: #055d32;
        text-decoration: none;
        color: #fff;
        transform: scale(1.1);
        transition: transform 0.3s ease;
    }

/* --- Botones y Indicadores --- */
.carousel-nav-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 40%;
}

    .carousel-nav-btn:hover {
        background-color: rgba(10, 157, 101, 0.7);
    }

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.slide-indicators {
    position: absolute;
    bottom: 20px;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

    .slide-indicators span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: background-color 0.3s ease;
        box-shadow: 2px 2px 3px #000;
    }

        .slide-indicators span:hover {
            background-color: rgba(255, 255, 255, 0.8);
        }

        .slide-indicators span.active {
            background-color: #0a9d65;
            transform: scale(1.5);
            transition: transform 0.3s ease;
        }

/* CORREGIDO: Corregida la ruta de '..//' a '../' */
.background-image-container.img1bg {
    background-image: url(..//img/pages/BANNERSIONET/bannersCOPILOT.png);
}

.background-image-container.img2bg {
    background-image: url(..//img/pages/BANNERSIONET/bannersM365.png);
}

.background-image-container.img3bg {
    background-image: url(..//img/pages/BANNERSIONET/bannersADOBE.png);
}

.background-image-container.img4bg {
    background-image: url(..//img/pages/BANNERSIONET/bannersHARDWARE.png);
}

.background-image-container.img5bg {
    background-image: url(..//img/pages/BANNERSIONET/bannersPODCAST.png);
}

.background-image-container.img6bg {
    background-image: url(..//img/pages/BANNERSIONET/bannersIOCONECTA.png);
}





/* Tamaños de letras */
.f-70 {
    font-family: 'Raleway', sans-serif;
    font-size: 70px;
}

.f-65 {
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
}

.f-50 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    line-height: 1;
    text-align: left;
}

.f-45 {
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    line-height: 1;
    text-align: left;
}

.f-43 {
    font-family: 'Raleway', sans-serif;
    font-size: 43px;
    line-height: 1;
    text-align: left;
}

.f-40 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    line-height: 1;
    text-align: left;
}

.f-30 {
    font-family: 'Raleway', sans-serif;
    font-size: calc(10.84px + 0.8vh + 0.9vw) !important;
    font-weight: 300;
}

.f-25 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
}

.f-20 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.f-26 {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
}

.f-19 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
}

.f-18 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.f-16 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.f-12 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.fvw-2 {
    font-size: 2vw;
}
/* grosor de fuentes */
.fw-700 {
    font-weight: 700;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}


/* boton descubre mas */
#solucionesTI {
    background-color: #fff;
    color: black;
}

.custom-button {
    background: linear-gradient(135deg, #76b5c1, #06819b); /* Degradado de colores */
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    color: white;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease; /* Animación de presionar */
}

    .custom-button:hover {
        transform: scale(1.05); /* Aumentar tamaño al pasar el mouse */
    }

    .custom-button:active {
        transform: scale(0.95); /* Reducir tamaño al hacer clic */
    }

.btnSolucionesTI {
    background-color: #fff; /* Color verde claro */
    color: #000; /* Color del texto verde oscuro */
    border: 3px solid #0a9d56; /* Sin borde */
    border-radius: 26px; /* Bordes redondeados */
    padding: 15px 30px; /* Espaciado interno */
    font-size: 20px; /* Tamaño del texto */
    font-family: 'Arial', sans-serif; /* Fuente del texto */
    cursor: pointer; /* Cambia el cursor al pasar por encima */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
    transition: background-color 0.3s ease; /* Transición para el hover */
    transition: transform 0.5s ease;
}

    .btnSolucionesTI:hover {
        color: #fff;
        background-color: #2A9B76;
        transform: scale(1.05);
    }

    .btnSolucionesTI:active {
        transform: scale(0.95); /* Reducir tamaño al hacer clic */
    }

.logosSoluciones {
    width: 40%;
}

.heightdiv {
    height: 100%;
    align-items: center;
}

.tamañoImgCopilot {
    width: 90%;
}

.buttonBanner2 {
    background-color: transparent; /* Color de fondo */
    border: 2px solid #FAFAFA; /* Borde con el mismo color que el fondo */
    color: #FAFAFA; /* Color del texto */
    padding: 10px 20px; /* Espaciado interno */
    border-radius: 10px; /* Esquinas redondeadas */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    transition: transform 0.3s ease; /* Animación de presionar */
    font-weight: 600;
}

    .buttonBanner2:hover {
        transform: scale(1.05); /* Aumentar tamaño al pasar el mouse */
    }

    .buttonBanner2:active {
        transform: scale(0.95); /* Reducir tamaño al hacer clic */
    }

.buttonBanner3 {
    background-color: transparent; /* Color de fondo */
    border: 2px solid #173328; /* Borde con el mismo color que el fondo */
    color: white; /* Color del texto */
    padding: 10px 20px; /* Espaciado interno */
    border-radius: 10px; /* Esquinas redondeadas */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    transition: transform 0.3s ease; /* Animación de presionar */
    font-weight: 600;
}

    .buttonBanner3:hover {
        transform: scale(1.05); /* Aumentar tamaño al pasar el mouse */
    }

    .buttonBanner3:active {
        transform: scale(0.95); /* Reducir tamaño al hacer clic */
    }

/* .fondoPantalla{
	height: calc(500px + 13vh + 13vw);
} */

.pilares {
    display: flex;
    justify-content: center;
    align-content: center;
}

.card-container {
    width: 300px;
    height: 200px;
    perspective: 1000px;
}

.card-container {
    width: 300px;
    height: 200px;
    perspective: 1000px;
    cursor: pointer;
}

.card {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 3px solid #0a9d56;
}

    /* CORREGIDO: Eliminada la regla ':hover' para evitar conflicto con el script de 'click' */
    /*
.card-container:hover .card {
    transform: rotateY(180deg);
}
*/

    /* Regla para móviles: voltea cuando se añade esta clase con JS */
    .card.is-flipped {
        transform: rotateY(180deg);
    }

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-front {
    background-color: #fff;
    color: #000;
    z-index: 2;
}

.card-back {
    background-color: #0a9d56;
    color: #ffffff;
    font-size: 15px;
    transform: rotateY(180deg);
    border: none;
}





/* boton seccion 4  */
.btnContactanos {
    width: auto;
    background-color: #d3e3e7;
    color: #1896ba;
    padding: 10px;
    border: 1px solid #dbedff;
    border-radius: 8px;
    transition: transform 0.5s ease;
    text-align: center;
}

/* boton contactanos whatsapp */
.btnWts {
    width: 50%;
    background-color: #d2e9e2;
    border: 1px solid #dbedff;
    border-radius: 8px;
    transition: transform 0.5s ease;
    text-align: center;
    color: #009c65;
    font-size: 25px;
}

    /* CORREGIDO: Nueva clase para el SVG del botón de WhatsApp */
    .btnWts .wts-svg {
        width: 25px;
        height: 25px;
    }

    .btnWts:hover,
    .btnContactanos:hover,
    .btnTextBannerVertical-1:hover,
    .btnBannerVertical-5:hover,
    .btnBannerVertical-2:hover,
    .btnBannerVertical-1:hover {
        transform: scale(1.05); /* Aumentar tamaño al pasar el mouse */
    }

    .btnWts:active,
    .btnContactanos:active,
    .btnTextBannerVertical-1:active,
    .btnBannerVertical-5:active,
    .btnBannerVertical-2:active,
    .btnBannerVertical-1:active {
        transform: scale(0.95); /* Reducir tamaño al hacer clic */
    }






.logo-section .logo {
    width: 160px;
    max-width: 160px;
}

.menu-section ul {
    list-style: none;
}

    .menu-section ul li {
        margin: 10px 0;
    }

        .menu-section ul li a {
            text-decoration: none;
            color: #000;
        }

            .menu-section ul li a:hover {
                text-decoration: underline;
            }

.contact-section h4, .connect-section h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.contact-section p, .connect-section p {
    color: #333;
    margin: 5px 0;
    font-size: 14px;
}

.connect-section a {
    color: #333;
    text-decoration: none;
}

.iconosFooter {
    width: 35px;
    height: 35px;
}

.alineadoBannerP {
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 1;
}

/* scroll */
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #009c6585 #ffffff00;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff00;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #009c6585;
        border: 3px solid #ffffff00;
    }

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-link img {
    width: 70px;
    height: 70px;
    max-width: 75px;
}

.whatsapp-link:hover img {
    opacity: 0.8;
}
/* Oculta el widget predeterminado de Google Translate */
#google_translate_element {
    display: none;
}
/* Estilo para las imágenes personalizadas */
.language-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
}
/* Ocultar la barra superior de Google Translate */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/* Estilo para las imágenes personalizadas */
.language-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-bottom: 10px; /* Espaciado entre imágenes */
    display: block; /* Asegura que las imágenes estén en bloque y no en línea */
}

/* Contenedor de los botones flotantes */
.floating-buttons {
    position: fixed;
    right: 20px; /* Distancia desde la derecha */
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000; /* Asegura que los botones estén sobre otros elementos */
    display: flex;
    flex-direction: column; /* Coloca los elementos en columna (uno debajo del otro) */
    align-items: center; /* Centra las imágenes horizontalmente */
}

.skiptranslate {
    display: none;
}

.tamanonav {
    --bs-offcanvas-width: 60vw !important;
}

.separacionBordes {
    max-width: 1200px;
    margin: 0 9%;
}

.botonesIdioma {
    color: #fbfbfa;
    border: none;
    background-color: transparent;
    font-weight: 500;
}

/* Estilo general para el pie de página */
footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #444444;
    color: white;
    padding: 20px;
    font-size: 14px;
}

/* Estilos para las secciones */
.footer-section {
    margin: 0 0;
}

/* Estilos para los íconos */
.footer-icons a {
    margin: 0 5px;
    color: white;
    text-decoration: none;
    font-size: 20px;
}

/* Modo móvil: organiza en columna */
@media (max-width: 768px) {
    footer {
        flex-direction: column;
        text-align: center;
    }

    .footer-section, .footer-icons {
        margin: 0 0;
    }
}

.EstiloPiePagina {
    margin: 0 10px;
}

    .EstiloPiePagina h4 {
        font-size: 20px;
        text-align: left;
        font-weight: 700;
        padding: 15px 0 0 0;
    }

    .EstiloPiePagina h3 {
        font-size: 16px;
        text-align: left;
        font-weight: 700;
    }

.EstiloPiePagina {
    font-size: 16px;
    justify-items: left;
}



.animacionboton {
    border: none;
    background-color: transparent;
    color: #1c956d;
    transition: transform 0.3s ease;
}

    .animacionboton:hover {
        transform: scale(1.05);
    }

.menuCollapse {
    background-color: #374540 !important
}

    .menuCollapse li a {
        color: white;
    }

        .menuCollapse li a:hover {
            color: white;
            background-color: #0A9D65;
        }

.dropdown-item:after {
    content: "\ea6c";
    font-family: remixicon !important;
    font-style: normal;
    position: absolute;
    right: 15px;
    font-size: 3vh;
    line-height: 38px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.BotonColores {
    background: linear-gradient(263deg, rgba(180,77,199,1) 0%, rgba(18,145,227,1) 20%, rgba(81,176,112,1) 32%, rgba(214,189,19,1) 52%, rgba(219,84,148,1) 70%, rgba(235,86,60,1) 100%);
    -webkit-text-fill-color: transparent;
}



/* -- Sección Soluciones M365 -- */

.soluciones {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    height: 500px;
}

.BannerSolucion1 {
    text-align: center;
    border: 0px;
    border-radius: 1px 50px;
    background-image: url('/img/pages/test/fondos_prueba1.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 600px;
    padding-block: 20px;
    transform: scale(1.5);
}

.BannerSolucion2 {
    text-align: center;
    border: 0px;
    border-radius: 1px 50px;
    background-image: url('/img/pages/test/fondos_prueba2.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 600px;
    padding-block: 20px;
    transform: scale(1.5);
}

.BannerSolucion3 {
    text-align: center;
    border: 0px;
    border-radius: 1px 50px;
    background-image: url('/img/pages/test/fondos_prueba3.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 600px;
    padding-block: 20px;
    transform: scale(1.5);
}

.BannerSolucion4 {
    text-align: center;
    border: 0px;
    border-radius: 1px 50px;
    background-image: url('/img/pages/test/fondos_prueba4.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 600px;
    padding-block: 20px;
    transform: scale(1.5);
}

.titulosoluciones {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}

.card-img {
    width: 60%;
    filter: drop-shadow(2px 2px 2px black);
    object-fit: cover;
}



.BannerSolucion1:hover, .BannerSolucion2:hover, .BannerSolucion3:hover, .BannerSolucion4:hover {
    transform: scale(1.5);
    filter: drop-shadow(1px 1px 1px black);
}

/* -- Fin de Sección Soluciones M365 -- */


/* -- Sección Para quién -- */

.paraquien {
    background-color: #0a9d56;
    color: white;
    display: flex;
    align-content: center;
    justify-content: center;
}

.paraquiensection {
    background: #0a9d56;
    color: white;
    padding-left: 40px;
}

.titulo_paraquien {
    padding-block: 25px;
}

.lista_paraquien {
    list-style: circle;
    padding-block: 30px;
    text-align: justify;
    gap: 15px;
    padding-right: 20px;
}




/* -- Fin de Sección Para quién -- */


/* -- Sección trayectoria -- */

.excelencia {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.excelenciasection {
    margin-bottom: 80px;
    padding-inline: 40px;
    background-color: #0a9d65;
}

/* CORREGIDO: Nueva clase para la imagen de partner */
.excelencia .img-partner {
    width: 90%;
}

.excelencia_datos {
    color: #fff;
    font-size: 18px;
    padding-block: 15px;
}

.tituloexcelencia {
    font-size: 30px;
    color: #fff;
    padding-block: 35px;
    font-weight: 500;
}

/* -- Fin Sección trayectoria -- */










@media(max-width: 500px) {
    .carousel-container {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        mask-image: linear-gradient( black 95%, transparent );
    }

    /* CORREGIDO: Rutas de imagen cambiadas a relativas a la raíz (empiezan con /) */
    .background-image-container.img1bg {
        background-image: url(/img/pages/BANNERSIONET/bannersCOPILOTMOVIL.png);
    }

    .background-image-container.img2bg {
        background-image: url(/img/pages/BANNERSIONET/bannersM365MOVIL.png);
    }

    .background-image-container.img3bg {
        background-image: url(/img/pages/BANNERSIONET/bannersADOBEMOVIL.png);
    }

    .background-image-container.img4bg {
        background-image: url(/img/pages/BANNERSIONET/bannersHARDWAREMOVIL.png);
    }

    .background-image-container.img5bg {
        background-image: url(/img/pages/BANNERSIONET/bannersPODCASTMOVIL.png);
    }

    .background-image-container.img6bg {
        background-image: url(/img/pages/BANNERSIONET/bannersIOCONECTAMOVIL.png);
    }

    .text-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        width: 50%;
    } Z

        .text-content h2 {
            font-size: 2em;
            margin-bottom: 10px;
        }

        .text-content p {
            font-size: 1rem;
            margin-bottom: 20px;
        }

    .action-button {
        width: 100%;
        left: 50%
    }

    .div.container-fluid {
        display: flex;
        flex-direction: row;
    }

    summary {
        border-bottom: 3px solid #fff;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
    }
}

details {
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

    details[open] summary ~ * {
        animation: sweep .4s ease-in-out;
    }

@keyframes sweep {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

details > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

details[open] > ul {
    max-height: 500px; /* valor mayor al contenido esperado */
    border-left: 0.2px solid #fff;
    border-right: 0.2px solid #fff;
    padding-inline: 10px;
}



@media(min-width: 1200px) and (max-width: 1400px) {
}


/* Opcional: estilizar el summary */
details summary {
    cursor: pointer;
    list-style: none;
    font-weight: bold;
    padding: 10px;
}

    details summary::-webkit-details-marker {
        display: none;
    }

details {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

    details[open] summary ~ * {
        animation: slideDown 0.3s ease-in-out;
    }

@keyframes slideDown {
    from {
        transform: translateY(-10%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

summary {
    cursor: pointer;
    list-style: none;
    padding-block: 15px;
    font-size: 20px;
    text-align: center;
}


hr {
    border: 3px solid #fff;
}



details:last-of-type summary {
    list-style: none;
    &::after
}

{
    content: "˅";
    color: white;
    background-color: var(--blue);
    border-radius: 1em;
    font-weight: bold;
    padding: 0 5px;
    margin-inline-start: 5px;
}

[open] &::after {
    content: "˄";
}


/* Estilos de la Barra de Navegación */
.container-fluid {
    border: none;
    padding: 1vw;
    border-bottom: 6px solid rgba(0, 0, 0,0.4);
    position: fixed; /* Fijo en la parte superior */
    top: 0;
    width: 100%; /* Ocupa todo el ancho */
    z-index: 1000;
}
/* Marca */
.navbar-brand {
    color: white !important;
    font-weight: bold;
}

/* Botón del toggler */
.navbar-toggler {
    background-color: transparent !important;
    border-color: white !important;
    filter: brightness(0) invert(1);
}

/* Estilos de los Elementos del Menú Principal */
.nav-link {
    color: white !important;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

    .nav-link:hover,
    .nav-link.active {
        background-color: white !important;
        color: #0a9d65 !important;
        border-radius: 5px;
    }

    /* Botón "Tienda dominios" */
    .nav-link.btn-dom {
        background-color: white !important;
        color: #0a9d65 !important;
        border-radius: 5px;
        font-weight: bold;
    }

        .nav-link.btn-dom:hover {
            background-color: #d9d9d9 !important;
            color: #0a9d65 !important;
        }

/* Offcanvas (móvil) */
.offcanvas-header {
    background-color: #0a9d65;
    color: white;
}

.offcanvas-title {
    color: white;
}

.offcanvas-body {
    background-color: #0a9d65;
}

.btn-close {
    filter: invert(1);
}

/* ---------------------------------------------------- */
/* ESTILOS DEL MEGA-MENÚ (Dropdown) */
/* ---------------------------------------------------- */
.dropdown-menu {
    border: none !important;
}

.menu-desplegable {
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Apartados {
    color: white;
    padding: 15px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

    .Apartados:last-child {
        border-right: none;
    }

/* Título de la sección (h6) */
.titulo-mega-menu {
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid white;
    display: flex;
    align-items: center;
}

    .titulo-mega-menu i {
        color: white;
        font-size: 1.2em;
        margin-right: 8px;
    }

/* Sub-elementos (dropdown-item) */
.dropdown-item {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 700;
    padding: 5px 10px !important;
    white-space: nowrap;
    background-color: transparent !important;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    margin: 2px 0;
}

    .dropdown-item:hover {
        background-color: white !important;
        color: #0a9d65 !important;
    }

.list-unstyled {
    margin-left: 1.5em;
}

    .list-unstyled li {
        padding-right: 10px;
    }

/* ---------------------------------------------------- */
/* MEDIA QUERIES */
/* ---------------------------------------------------- */

/* Laptop (>= 992px) */
@media (min-width: 992px) {
    .logonav {
        width: 10vw;
    }

    .navbar {
        padding: 0px;
    }

    .dropdown-menu {
        width: 1000px !important;
        max-width: 90vw !important;
        left: -30vw;
        transform: translateX(0);
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        margin-top: 0;
    }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        background-color: transparent;
    }

    .menu-desplegable .col-lg-4:nth-child(3n) {
        border-right: none;
    }

    .nav-link {
        font-size: 1.3vw;
    }

    .nav-item {
        padding-inline: 10px;
    }
}

/* Pantallas pequeñas (<= 991.98px) */
@media (max-width: 991.98px) {
    .logonav {
        width: 30vw;
    }

    .navbar {
        padding: 0px;
    }

    .dropdown-menu {
        width: 100%;
        position: static !important;
        transform: none !important;
    }

    .nav-link {
        font-size: 5vw;
    }

    .menu-desplegable {
        flex-direction: column;
        padding: 0 15px !important;
        width: 100%;
    }

    .Apartados {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

        .Apartados:last-child {
            border-bottom: none;
        }

    .list-unstyled {
        margin-left: 0;
    }

    .offcanvas .dropdown-item:hover {
        background-color: white !important;
        color: #0a9d65 !important;
    }
}
/* Añade esto al final de tu archivo CSS principal (ej: /css/style.css) */

/* Estilos para que el header del Offcanvas sea visible */
#offcanvasNavbar .offcanvas-header {
    /* Le damos un fondo para que no sea transparente */
    background-color: #0a9d65; /* O el color verde que estés usando */
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Hacemos que la "X" para cerrar sea blanca y visible sobre el fondo verde */
#offcanvasNavbar .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/*
  SOLUCIÓN DEFINITIVA PARA TEXTOS LARGOS EN MÓVIL
  Este código se aplica solo en pantallas de 767px o menos (móviles)
  y usa !important para forzar el corte de palabras, anulando cualquier otro estilo.
*/
@media (max-width: 767px) {
    .EstiloPiePagina a {
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        /* Esta es una regla más 'agresiva' que asegura el corte si las otras fallan */
        word-break: break-all !important;
    }
}

.servicio-card {
    width: 18rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    color: #fff;
    border-radius: 1px 50px;
}

    .servicio-card:hover {
        transition: transform 0.3s ease;
        transform: scale(1.1);
        z-index: 1;
    }

.servicio1 {
    background-image: url('../img/pages/FondoCards/FondoCardAmarillo.jpg');
    background-position: center;
    background-size: cover;
}

.servicio2 {
    background-image: url('../img/pages/FondoCards/FondoCardAzulClaro.jpg');
    background-position: center;
    background-size: cover;
}

.servicio3 {
    background-image: url('../img/pages/FondoCards/FondoCardAzulFuerte.jpg');
    background-position: center;
    background-size: cover;
}

.servicio4 {
    background-image: url('../img/pages/FondoCards/FondoCardAmarillo.jpg');
    background-size: cover;
    background-position: center;
}

.servicio-encabezado {
    font-weight: 800;
    height: 8vh;
    margin: 5px;
    padding: 5px;
}

.servicio-descripcion {
    height: 23vh;
    margin: 5px;
    padding-block: 10px;
}

.servicio-icono {
    height: 20vh;
    margin: 5px;
    padding: 5px;
}

    .servicio-icono img {
        height: 100%;
        width: auto;
    }

.servicio-enlace {
    display: flex;
    align-content: end;
    height: 5vh;
    justify-content: center;
}

.btn-solucion {
    border: 2px solid rgba(254, 254, 254, 0.5);
    color: #fff;
    background-color: #0a9d65;
    font-size: 15px;
    height: 50px;
    border-radius: 15px;
    font-weight: 600;
    box-shadow: 5px 1px 5px #000;
}

    .btn-solucion:hover {
        background-color: #1c956d;
    }

/* CORREGIDO: Eliminada la llave '}' extra que sobraba al final del archivo */
