/* Estilos para el slider Owl Carousel */
.slider-fade1 .owl-stage-outer {
    overflow: hidden;
    position: relative;
}

.slider-fade1 .owl-item {
    opacity: 0;
    transition: opacity 500ms ease;
}

.slider-fade1 .owl-item.active {
    opacity: 1;
}

.slider-fade1 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.slider-fade1 .owl-prev,
.slider-fade1 .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.3) !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-fade1 .owl-prev:hover,
.slider-fade1 .owl-next:hover {
    background: rgba(255,255,255,0.5) !important;
}

.slider-fade1 .owl-prev {
    left: 20px;
}

.slider-fade1 .owl-next {
    right: 20px;
}

/* Asegura que las imágenes de fondo cubran todo el slide */
.bg-img.cover-background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Overlay verde */
.light-green-overlay {
    position: relative;
}

.light-green-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(188, 206, 109, 0.959), rgba(7, 77, 24, 0.6));
    z-index: 1;
}

/* Contenido del slider sobre el overlay */
.banner-text-light {
    position: relative;
    z-index: 2;
}

/* Animacion de las letras de los cursos */

.typewriter {
  display: inline-block;
  overflow: hidden;
  border-right: 2px solid #048104; /* Cursor animado */
  white-space: nowrap;
  animation: typing 4s steps(25, end) infinite, blink-caret 0.75s step-end infinite;
  font-size: 2.5rem; /* Ajusta según tu diseño */
  font-weight: bold;
  max-width: 100%;
}

/* Animación de escritura */
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

/* Cursor parpadeante */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #0b8d1d;
  }
}
/* Fin Animacion de las letras de los cursos */

/* Estilos para el verde difuminado claro */
        .light-green-overlay {
            background: linear-gradient(rgba(188, 206, 109, 0.959), rgba(7, 77, 24, 0.6)) !important;
        }
        .banner-text-light h1, 
        .banner-text-light h2 {
            color: #f5fff5 !important;
            text-shadow: 1px 1px 2px rgba(0, 30, 15, 0.3);
        }
        .banner-text-light .text-secondary {
            color: #b0e0b0 !important;
        }
        .butn.green-btn {
            background-color: #3a8a4a;
            border-color: #3a8a4a;
        }
        .butn.green-btn:hover {
            background-color: #2e6e3b;
            border-color: #2e6e3b;
        }

/* estilo de titulo de las socias de refider */
.refider-neon-title {
    font-family: 'Exo 2', sans-serif; /* Usa Google Fonts */
    font-size: 3rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
}

/* Efecto NEON VERDE */
.neon-text {
    color: #026d02;
    text-shadow: 
        0 0 5px #076b03,
        0 0 10px #b3ec71,
        0 0 20px #227420;
    animation: neon-glow 1.5s ease-in-out infinite alternate;
}

/* Efecto parpadeo para "REFIDER" */
.neon-flicker {
    color: #248d04;
    text-shadow: 
        0 0 5px #0fff9d,
        0 0 10px #0fff9d,
        0 0 20px #0fff9d,
        0 0 40px #00ff88;
    animation: 
        neon-glow 1.5s ease-in-out infinite alternate,
        flicker 3s linear infinite;
}

/* Animaciones personalizadas */
@keyframes neon-glow {
    from {
        opacity: 0.8;
        text-shadow: 0 0 5px #0fff9d;
    }
    to {
        opacity: 1;
        text-shadow: 
            0 0 10px #0fff9d,
            0 0 20px #0fff9d,
            0 0 30px #0fff9d;
    }
}

@keyframes flicker {
    0%, 19%, 23%, 63%, 67%, 100% { opacity: 1; }
    20%, 22%, 65% { opacity: 0.6; }
}

.cover-background {
  background-size: cover;
  background-position: center;
}


/* estilos de agregar claro y oscuro */
