html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
    --brand-primary: #033451;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
#animation .text-xl {
    font-size: 1.5rem;
    color: currentColor;
    letter-spacing: 0.06em;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg

{
    font-size: 3.5rem;
}
}
/**/
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
}

    .icon-link > .bi {
        margin-top: .125rem;
        margin-left: .125rem;
        transition: transform .25s ease-in-out;
        fill: currentColor;
    }

    .icon-link:hover > .bi {
        transform: translate(.25rem);
    }

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.rounded-4 {
    border-radius: .5rem;
}

.rounded-5 {
    border-radius: 1rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
#nav-tabContent {
    transition: min-height 0.3s ease;
    min-height: 40vh;
}

.sin-borde {
    border: none !important;
}
/**/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.bubble {
    position: relative;
    background: #021c2b;
    color: white;
    border-radius: 15px;
    padding: 15px 20px;
    max-width: 300px;
    margin-bottom: 25px; /* espacio para el nombre */
}
.chat-item {
    display: flex;
    flex-direction: column;
    align-items: center; /*  clave */
    text-align: center;
}

    /* colita del diálogo */
    .bubble::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 25px;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: #021c2b;
        border-bottom: 0;
        border-left: 0;
    }

.tab-icons {
    background: #044c77;
}
/* estilo del nombre */
.name {
    text-align: left;
    font-size: 14px;
    color: #555;
    margin-left: 10px;
}

.chat {
    background-color: #e4edf3;
    padding-bottom: 5vh;
}
.circle {
    width: 120px; /* Ancho del círculo */
    height: 120px; /* Alto igual al ancho */
    background-color: #033451; /* Color de fondo */
    border-radius: 50%; /* Esto lo hace circular */
}

.pasos-icons{
    font-size: 120px;
    color:white;
}
.card-zoom {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.image-container {
    margin-top: 100vh; /* aparece después de hacer scroll */
    opacity: 0; /* inicial invisible */
    transform: scale(0.8); /* inicial más pequeña */
    transition: opacity 0.3s;
}

#imgCont {
    width: 300px;
    border-radius: 15px;
}

/* nav de productos */
.nav-pills .nav-link {
    font-weight: 500;
    color: #334155;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

    .nav-pills .nav-link:hover {
        background-color: #e2e8f0;
        transform: translateX(4px);
    }

    .nav-pills .nav-link.active {
        background-color: #2563eb;
        color: white;
        box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
    }

    .nav-pills .nav-link i {
        font-size: 1.1rem;
    }
.sidebar {
    width: 260px; /* ancho fijo */
    min-width: 260px; /* evita que se comprima */
    min-height: 100vh; /* mínimo igual al viewport */
    height: auto; /* puede crecer si el contenido es mayor */
}

/* ********************* PRODUCTOS ******************************** */

/* Para el titulo gradiente */
.text-gradient {
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#imagenesProductos{
    width:50vh;
    height:25vh;
}
#imagenesProductos2 {
    width: 50vh;
    height: 15vh;
}

.list-group-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .list-group-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
#tituloProducto {
    color: #1c5d84;
}

.icons-products {
    color: #1c5d84;
}

details summary {
    cursor: pointer;
    list-style: none;
}

details[open] summary {
    color: #0d6efd;
}

/*.sidebar .nav-link {
    color: #cbd5e1;
    border-radius: 0.5rem;
    padding: 0.6rem 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
    background: transparent;
}

    .sidebar .nav-link:hover {
        background-color: #334155;
        color: #ffffff;
        transform: translateX(3px);
    }

    .sidebar .nav-link.active {
        background-color: #2563eb;
        color: #fff;
        box-shadow: 0 0 10px rgba(37, 99, 235, 0.4);
    }

.sidebar i {
    font-size: 1.2rem;
}*/

/* FOOTER */
.footer-tech {
    background: linear-gradient( to right, #021c2b 0%, #0b517b 50%, #021c2b 100% );
}


/* Efecto brillo para subtítulos */
.text-gradient {
    font-weight: bold;
    background: linear-gradient(90deg, #4ac0ff, #6a8bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.3s;
}

    .footer-link:hover {
        color: white;
        padding-left: 6px;
    }

/* Redes sociales */
.social-icon {
    font-size: 1.8rem;
    color: white !important;
    /*color: rgba(255,255,255,0.6);*/
    transition: .3s;
}

    .social-icon:hover {
        color: darkblue !important;
        transform: scale(1.15);
    }

.footer-info {
    color: rgba(255,255,255,0.85);
}

.divider {
    border-color: rgba(255,255,255,0.15);
}

/* ACCORDEON PREGUNTAS*/
.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.accordion-button {
    background: #f7f9fb;
    font-weight: 600;
    border: none;
}

    .accordion-button:not(.collapsed) {
        background: #0b517b;
        color: white;
        box-shadow: none;
    }

.accordion-body {
    background: white;
    font-size: 15px;
    line-height: 1.6;
}
.support-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    margin-bottom: 25px;
}


/* CONTACTO */
.map-container iframe {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}


.about-page {
    background-color: #f7f8fa;
}

/* Sección base */
.about-section {
    background: #ffffff;
    padding: 3rem;
    margin-bottom: 3rem;
    border-left: 4px solid var(--brand-primary);
}

/* Título */
.about-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
}

    .about-title i {
        font-size: 1.5rem;
        color: var(--brand-primary);
    }

    .about-title h2 {
        margin: 0;
        font-weight: 600;
        color: var(--brand-primary);
    }

/* Texto */
.about-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Secciones lado a lado en desktop */
.about-section.split {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 2rem;
}
.anim-title {
    opacity: 0;
    transform: translateY(20px);
}

@media (max-width: 768px) {
    .about-section.split {
        grid-template-columns: 1fr;
    }
}

/* ICONO DE ZOOM */
.demo-icon {
    opacity: 0;
    transform: scale(0.4);
    font-size: 200%;
    margin-left: 8px;
    will-change: transform, opacity;
    pointer-events: none; /* no roba el hover */
}

/* Colores del modal */
.modal-header-principal {
    background-color: #212529;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: none;
}
.modal-logo-left {
    height: 48px;
}
.modal-title-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-weight: 600;
}

    .modal-header-principal .modal-title {
        color: #fff;
    }

    .modal-header-principal .btn-close {
        filter: invert(1);
    }

@media (max-width: 768px) {

    .hero {
        min-height: 80vh;
    }

    .hero-text {
        padding-top: 3rem;
    }

    .card {
        min-height: auto;
    }
}
@media (min-width: 768px) {
    .featurette-image {
        max-width: 450px;
    }
}
.featurette-image {
    max-width: 100%;
    height: auto;
}
.featurette {
    overflow-x: hidden;
}
html, body {
    overflow-x: hidden;
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 1.9rem;
    }

    .hero p {
        font-size: 1rem;
    }

    #imagenPrincipal {
        max-width: 70%;
    }
}
@media (max-width: 768px) {

    .sidebar {
        width: 60px !important;
        min-width: 60px !important; /* ESTO */
        max-width: 60px;
        flex-shrink: 1 !important; /* ESTO */
        padding: 0 !important;
    }
        .sidebar.p-3 {
            padding: 0.25rem !important;
        }

        /* ESTO ES LO QUE FALTABA */
        .sidebar .nav-link {
            width: auto !important; /* anula w-100 */
            min-width: 44px;
            height: 44px;
            padding: 0 !important;
            margin: 6px auto;
            justify-content: center;
        }

            /*  BOTÓN ACTIVO */
            .sidebar .nav-link.active {
                padding: 0 !important;
                border:none !important;
            }
    .sidebar-text {
        display: none;
    }

    .sidebar ul.nav {
        display: grid;
        justify-items: center;
        padding: 0;
        margin: 0;
    }

    /* Botón perfectamente centrado */
    .sidebar .nav-link {
        margin-left: auto;
        margin-right: auto;
    }

        /* Icono sin desplazamientos raros */
        .sidebar .nav-link i {
            display: block;
            margin: 0 auto;
        }
    .sidebar,
    .sidebar * {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

        /* Botones fijos */
        .sidebar .nav-link,
        .sidebar .nav-link.active {
            width: 44px;
            height: 44px;
            padding: 0 !important;
            margin: 6px auto;
            display: grid;
            place-items: center;
        }


            .sidebar .nav-link.active {
                outline: none;
            }
    .img-ing {
        max-width: 60% !important;
    }
}
.video-anim {
    max-width: 100%;
    height: auto;
    border-radius: 12px; /* opcional */
}
.video-responsive {
    width: 100%;
    max-width: 745px; /*  tamaño original */
    aspect-ratio: 745 / 500; /*  mantiene proporción */
    height: auto;
    display: block;
    margin: 0 auto; /* centra en desktop */
}
@media (max-width: 768px) {
    .video-responsive {
        max-width: 100%;
    }
}


        