body {
    background: rgb(255, 255, 255);

    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100dvh;
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 100
}

.infoNav {
    color: #ffffff;
    font-weight: 600;
    margin-left: 60px;
}

.LOGO {
    margin-top: 5px;
    /* Ajusta este valor según sea necesario para separar la imagen del borde superior */
}

.imgLogo {
    height: 150px;
    width: 250px;
}

.navbar-main .navbar-brand {
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand img {
    margin-top: 5px;
    /* Ajusta este valor según sea necesario para separar la imagen del borde superior */
}

.navbar {
    height: 55px;
    /* Puedes ajustar este valor según tus preferencias */
    padding-left: 25px;
    background-color: #ffffff;
    display: block;
}

.navbar-main {
    height: 65px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #fff;
    z-index: 2000;
}



.navbar1 {
    height: 40px;
    padding-left: 25px;
    background-color: #fa6000;
}

.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    /* Reduce el tamaño del texto */
    margin-right: 15px;
    /* Agrega espacio entre los elementos */

}



/* Ajusta el margen derecho del último elemento */
.navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
    /* Elimina el margen derecho del último elemento */
}

.redes {
    margin-left: auto;
    /* Esto alinea el elemento a la derecha */
    margin-right: 5px;
    /* Ajusta el margen derecho según sea necesario */
    margin-bottom: 15px;
    /* Ajusta el margen inferior según sea necesario */
    position: absolute;
    /* Posición absoluta */
    right: 10px;
    /* Alineado a la derecha con un margen de 10px */
    top: 5px;
    /* Alineado al borde superior con un margen de 10px */

}

.navbar-toggler {
    font-size: 0.9rem;
    /* Ajusta el tamaño de la fuente del icono */
    margin-left: 15px;
    /* Esto alinea el elemento a la derecha */
    margin-right: auto;
    /* Ajusta el margen derecho según sea necesario */
    position: absolute;
    /* Posición absoluta */
    left: 10px;
    /* Alineado a la derecha con un margen de 10px */
    top: 4px;
    /* Alineado al borde superior con un margen de 10px */

}

.Servicios {
    background-color: transparent;
    background-image: radial-gradient(rgb(253, 141, 5) 0%, rgb(248, 83, 6) 100%);
    height: 705px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerServicios {
    display: inline-grid;
    grid-template-columns: repeat(3, 400px);
    gap: 30px;
}

.containerServicios div {
    width: 400px;
    height: 400px;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 10px;
    font-size: 30px;
    text-align: center;
}

.imgServicios {
    width: 350px;
    height: 200px;
}

.tituloServicios {
    padding-top: 15px;
    font-size: 25px;
    font-weight: 900;
}

.textoServicios {
    font-size: 19px;
    text-align: left;
    font-weight: 600;
}

.containerServicios div:hover {
    -ms-transform: translateY(-20px);
    -webkit-transform: translate(-20px);
    transform: translateY(-20px)
}
/*
.textoNosotros {
    padding: 20px 0 10px 0;
    text-align: center;
    color: #147a25;
    font-size: 60px;
    font-weight: 900;
}

.Nosotros {
    padding: 15px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


#Servicios,
#Nosotros {
    scroll-margin-top: 65px;
    /* ajusta: 65px si tu navbar mide 65 
}

.containerNosotros {
    display: inline-grid;
    grid-template-columns: 550px auto;
}

.containerNosotros div {
    text-align: center;
}

.imgNosotros1 {
    width: 500px;
    height: 500px;

}


.textoNosotros2 {
    padding: 50px 0 15px 25px;
    color: #fa6000;
    font-weight: 600;
    font-size: 40px;
}

.textoNosotros3 {
    padding: 5px;
    text-align: justify;
    font-size: 16px;
    font-weight: 600;
    margin-left: 35px;
    margin-right: 5px;
} */

.cardsNosotros {
    height: 705px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerCardsNosotros {
    display: inline-grid;
    grid-template-columns: repeat(3, 400px);
    gap: 30px;
}

.cardsNosotros1 {
    width: 400px;
    height: 400px;
    background-color: #f1f1f1;
    border-radius: 20px;
    border: solid 7px #fa6000;
    padding: 20px;
    font-size: 30px;
    text-align: center;
    margin-left: 30px;
    margin-top: 10px;
}

.cardsNosotros2 {
    width: 400px;
    height: 400px;
    background-color: #f1f1f1;
    border-radius: 20px;
    border: solid 7px #147a25;
    padding: 20px;
    font-size: 30px;
    text-align: center;
    margin-left: 30px;
    margin-top: 10px;
}

.cardsNosotros3 {
    width: 400px;
    height: 400px;
    background-color: #f1f1f1;
    border-radius: 20px;
    border: solid 7px #000000;
    padding: 20px;
    font-size: 30px;
    text-align: center;
    margin-left: 30px;
    margin-top: 10px;
}

.imgCardsNosotros {
    width: 250px;
    height: 150px;
}

.TituloNosotros {
    padding-top: 20px;
    font-size: 25px;
    font-weight: 900;
} 

.ContenidoNosotros {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.cardsNosotros1:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cardsNosotros2:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cardsNosotros3:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
} 

#Servicios,
#Nosotros {
    scroll-margin-top: 65px;
    
}
.nosotros-section {
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
    padding: 20px 8%;
}

.nosotros-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.nosotros-texto {
    max-width: 680px;
}

.nosotros-badge {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #147a25;
    margin-bottom: 14px;
    position: relative;
    text-transform: uppercase;
}

.nosotros-titulo {
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    color: #fa6000;
    margin-bottom: 20px;
}

.nosotros-highlight {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 28px;
}

.nosotros-linea {
    width: 170px;
    height: 5px;
    background: linear-gradient(90deg, #fa6000, #147a25);
    border-radius: 20px;
    margin-bottom: 28px;
}

.nosotros-parrafo {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 22px;
    text-align: justify;
}

.nosotros-parrafo strong {
    color: #000;
    font-weight: 800;
}
.nosotros-lista{
    font-size: 15px;
}
.nosotros-mapa {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nosotros-mapa img {
    width: 100%;
    max-width: 500px;
    filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.12));
    transition: transform 0.35s ease;
}

.nosotros-mapa img:hover {
    transform: scale(1.02);
}

#carouselG {
    width: 100%;
    margin: auto;
    margin-top: 10px;

}

#carouselG .carousel-item img {

    width: 100%;
    max-height: 300px;
    object-fit: cover;


}

#carouselG .carousel-inner .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carouselG .carousel-inner .col {
    padding: 0;
    /* Elimina el relleno de las columnas */
    transition: transform 0.3s ease-out;
    /* Transición suave */
}

#carouselG .carousel-item .col:hover {
    transform: translateY(-5px);
    /* Desplaza el contenedor hacia arriba */
}

#carouselG .carousel-control-prev,
#carouselG .carousel-control-next {
    width: 5%;
    /* Ajusta el tamaño del área de los controles si es necesario */
}

.imgPagos {
    display: grid;
    grid-template-columns: auto 150px 150px 150px 110px 150px;
    margin-top: 30px;

}

.imgFooter {
    width: 220px;
    height: 220px;
    margin: 5px 0 0.5px 10px;
}

.imgMaster {
    width: 110px;
    height: 110px;
    margin: 100px 0 0 10px;
}

.imgVisa {
    width: 120px;
    height: 120px;
    margin: 100px 0 0 10px;
}

.imgNequi {
    width: 120px;
    height: 120px;
    margin: 100px 0 0 10px;
}

.imgDaviplata {
    width: 80px;
    height: 80px;
    margin: 115px 0 0 10px;
}

.imgBreb {
    width: 120px;
    height: 120px;
    margin: 98px 0 0 10px;
}




.lineaFooter {
    border: 2px solid #fa6000;
    width: 100%;
}

.footer {
    background-image: radial-gradient(rgb(3, 172, 76) 0%, rgb(20, 122, 37) 100%);
    color: #fff;
    padding: 24px 0;
    /* 🔑 crece verticalmente */
}

.footer-top {
    width: min(1100px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 🔑 columnas flexibles */
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.footer-col p {
    margin: 0;
    font-weight: 600;
}

.footer-col a {
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-decoration: none;

}

.footer-divider {
    margin: 16px auto;
    /* 🔑 separador full ancho del contenido */
    border: 0;
    border-top: 1px solid rgb(186, 255, 190);
}

.footer-bottom {
    width: min(1100px, 92%);
    margin: 0 auto;
    font-size: 14px;
    align-items: center;
    justify-items: center;
    opacity: 0.95;
}

.footer-copy {
    margin: 0;
}

/* ------------------MOVIL----------------------*/

@media (max-width: 991px) {
    .navbar1 {
        height: auto !important;
        padding: 6px 10px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .infoNav {
        font-size: 10px;
        font-weight: 400;
        margin-left: 0 !important;
        margin-top: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1; /* ← ocupa el espacio disponible */
    }

    .redes {
        position: static !important; /* ← elimina el absolute */
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0; /* ← no se encoge */
    }

    .img-redes {
        width: 22px !important;
        height: 22px !important;
        padding: 2px !important;
    }

    .navbar-nav {
        z-index: 100000;
        position: fixed;
        left: -300px;
        /* Posición inicial fuera de la pantalla */
        height: 100%;
        width: 250px;
        background-color: #ffffff;
        /* Color de fondo */
        transition: right 0.3s ease;
        /* Animación de deslizamiento */
    }

    .show-nav {
        left: 0;
        /* Deslizar la ventana hacia la izquierda */
    }

    .navbar-nav .nav-link {
        margin-left: 15px;
        padding-top: 15px;
        padding-left: 15px;
        /* Agrega un espacio a la derecha del texto */
    }

    .LOGO {
        margin-left: 70px;

    }

    .imgLogo {
        height: 130px;
        width: auto;

    }

    .navbar-toggler {
        position: absolute;
        left: 5px;
        bottom: 15px;
        top: auto !important;
    }


    .navbar-nav {
        top: var(--navbar-height, 100px);
        /* ← usa variable */
    }

    

    /* Secciones de contenido responsive */
    .containerServicios {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .containerServicios div {
        width: 100%;
        height: auto;
    }

    .imgServicios {
        width: 100%;
        height: auto;
    }

    .Servicios {
        height: auto;
        padding: 30px 0;
    }


    .containerCardsNosotros {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .cardsNosotros1,
    .cardsNosotros2,
    .cardsNosotros3 {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .cardsNosotros {
        height: auto;
        padding: 30px 0;
    } 

     #Servicios,
    #Nosotros {
        scroll-margin-top: 65px;
    }

    .nosotros-section {
        padding: 40px 6%;
    }

    .nosotros-wrapper {
        grid-template-columns: 1fr;  /* Apila texto y mapa */
        gap: 30px;
    }

    .nosotros-texto {
        max-width: 100%;
        order: 1;
    }

    .nosotros-mapa {
        order: 2;
    }

    .nosotros-badge {
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .nosotros-titulo {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .nosotros-highlight {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .nosotros-linea {
        width: 170px;
        height: 4px;
        margin-bottom: 20px;
    }

    .nosotros-parrafo {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 16px;
        text-align: left;
    }

    .nosotros-lista {
        font-size: 14px;
        padding-left: 18px;
        margin-top: 4px;
    }

    .nosotros-lista li {
        margin-bottom: 8px;
        line-height: 1.5;
    }

    .nosotros-mapa img {
        max-width: 70%;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    }

    .nosotros-mapa img:hover {
        transform: none;
    }


  #carouselG {
        width: 100%;
        overflow: hidden;
    }

    #carouselG .carousel-inner .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
    }

    #carouselG .carousel-inner .col {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        padding: 0 !important;
        min-width: 0 !important;
    }

    #carouselG .carousel-item img {
        width: 100% !important;
        height: 120px !important;
        object-fit: cover !important;
        display: block !important;
    }

     .imgPagos {
        display: flex !important;
        flex-wrap: nowrap !important;  /* ← una sola fila */
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 15px 10px;
    }

    .imgFooter {
        display: none;
    }

    .imgMaster,
    .imgVisa,
    .imgNequi,
    .imgDaviplata,
    .imgBreb {
        width: 55px !important;   /* ← más pequeño para que quepan */
        height: 55px !important;
        margin: 0 !important;
        object-fit: contain;
        flex-shrink: 0;
    }

    .textoNosotros {
        font-size: 40px;
    }

    .textoNosotros2 {
        font-size: 28px;
        padding: 20px 0 10px 10px;
    }

    .footer {
        padding: 16px 0;
    }

    .footer-top {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        width: 95%;
    }

    .footer-col p,
    .footer-col strong {
        font-size: 12px !important;
        text-align: center;
        font-weight: 400;
    }

    /* Iconos de redes sociales más pequeños */
    .footer-col .img-redes {
        width: 25px !important;
        height: 25px !important;
        padding: 2px !important;
    }

    .footer-bottom {
        width: 95%;
        text-align: center;
    }

    .footer-copy {
        font-size: 10px;
        text-align: center;
    }

    /* Número de teléfono — evita que se desborde */
    .footer-col strong {
        word-break: break-all;
        display: block;
    }
}