
:root{
    --negro:#0f0f0f;
    --negro-suave:#111;
    --dorado-oscuro:#f4c259;
    --gris:#cfcfcf;
}
   /* ========================= */
/* CARRUSEL RESPONSIVE */
/* ========================= */

html{
  overflow-x: hidden;
}



#miCarrusel{
    height:100vh;
}

@media (max-width: 992px){
    #miCarrusel{
        height:80vh;
    }
}

@media (max-width: 768px){
    #miCarrusel{
        height:98vh;
    }
}
/* Asegura que cada slide ocupe toda la altura */
.carousel-item {
    height: 100%;
}

.carousel-item img:not(.icono-enlace) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================= */
/* TEXTO ANIMADO EN MÓVIL */
/* ========================= */

@media (max-width: 768px) {
    .texto-animado {
        font-size: 2rem;
        text-align: center;
    }
}
span{
    font-size:larger;
}