/********** Template CSS **********/
:root {
    --primary: #b5179e;;
    --light: #F5F5F5;
    --dark: #353535;
}
.text-primary {
    color: #c975f3 !important;
    box-shadow: #575757;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.text-primary {
    color: #b346e8 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 1;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 800;
    transition: .5s;
    border: none;
}

.btn.btn-primary,
.btn.btn-secondary {

    color: #FFFFFF;
    border-radius: 20px;
    top: 5px; 


}

.navbar-toggler-icon {
   background-color:  rgba(247, 37, 133, 0.7), 0 0 30px rgba(114, 9, 183, 0.7);
    border-radius: 35px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
 
}

.navbar {
  /* O puedes usar 'absolute' según tu diseño */
    top: 0; /* Asegura que esté en la parte superior */
   /* Asegura que esté alineada a la izquierda */
    width: 100%; /* Ocupa todo el ancho de la pantalla */
    z-index: 1000; /* Un valor alto para asegurar que esté en frente */
  
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px;
    background-color: #57575700;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-weight: 1200 !important;
  
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
    
    
}
.nav-link:hover{
    box-shadow: 0 0 15px rgba(247, 37, 133, 0.9), 0 0 30px rgba(114, 9, 183, 0.9);
    border-radius: 35px;
}
.bg-white {
    background-color:#000000 !important;
    opacity: .9;
}
.rounded {
    border-radius: 35px !important;
}
.hover-image {
    transition: opacity 0.3s ease, filter 0.3s ease; /* Transición suave para la opacidad y el filtro */
    opacity: 0.9; /* Transparencia inicial */
}

.hover-image:hover {
    opacity: 1; /* Aclarar la imagen al pasar el mouse */
    filter: brightness(1.2); /* Aumentar el brillo */
    box-shadow: 0 0 15px rgba(247, 37, 133, 0.7), 0 0 30px rgba(114, 9, 183, 0.7);
}

.hover-button {
    transition: background-color 0.3s ease, color 0.5s ease; /* Transición suave para el color de fondo y el texto */
    opacity: 0.7; /* Transparencia inicial */
}

.hover-button:hover {
    opacity: 1; /* Aclarar el botón al pasar el mouse */
    box-shadow: 0 0 15px rgba(247, 37, 133, 0.7), 0 0 30px rgba(114, 9, 183, 0.7);
    color: #fff; /* Asegúrate de que el texto sea blanco para mejor visibilidad */
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee00;
    }
    .navbar {
    display: flex; /* Asegúrate de que la navbar sea un flex container */
    align-items: center; /* Alinea todos los elementos al centro */
}

}

.navbar-light .navbar-brand,
.navbar-light a.btn {
height: 80%;
    font-size: 20px;
   
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: 800;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
    
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
 
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    h5{
        color: #c977ff !important;
    }
  
    
    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
   
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
   /* Envía el video al fondo */
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.conocenos-section {
    background: #000000;
    padding: 60px 20px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    font-size: 2.5rem;
    color: #f78fb3;
    margin-bottom: 20px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}

.conocenos-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
}

.hover-img {
    transition: transform 0.3s ease;
  
}

.hover-img:hover {
    transform: scale(1.05);
}



/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
    .imagen-hover{
        top: 20px !important;
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
    .imagen-hover{
        top: 20px !important;
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.3);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial {
    position: relative;


    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* Esta propiedad hace el efecto parallax en muchos navegadores */
}


.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}




@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(rgb(255, 0, 242));
    transform: scale(.8);
    transition: .5s;
    box-shadow: #0c0c0c;
    border-radius: 20px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}



.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}


.bg-dark {
    background-color: #35353500 !important;
  }
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/*mis estilos propios*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #EEEEEE;
    background-color: #000000;
    /* Propiedades para la imagen de fondo */
    background-image: url('../img/rrt1.jpg'); /* Cambia la ruta a tu imagen */
    background-size: cover; /* Para que la imagen cubra toda la pantalla */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-attachment: fixed; /* Mantiene la imagen fija al hacer scroll */
}
.conocenos-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto; /* Aumenta la altura según necesites */
    padding: 20px;
   /* background: url('../img/fondo.jpg') center center / cover no-repeat;*/
    background-attachment: fixed; /* Fija la imagen de fondo para el efecto parallax */
    color: white !important;
    background-color: #00000000;
   /* opacity: .9; */
}

.conocenos-section h1 {
    font-family: 'Fredoka One', cursive; /* Tipografía del título */
    font-size: 1.5rem; /* Reduce el tamaño del texto */
    margin-bottom: 20px;
    word-wrap: break-word; /* Permitir que las palabras largas se rompan */
    color: white !important;
}

.conocenos-section p {
    max-width: 800px; /* Limitar el ancho máximo del párrafo */
    font-size: 0.7rem; /* Reduce el tamaño del texto */
    font-weight: 600;
}

@media (min-width: 768px) {
  
    .conocenos-section h1 {
        font-size: 2rem; /* Aumenta el tamaño del texto en tablets y pantallas grandes */
       
    }

    .conocenos-section p {
        font-size: 1rem; /* Aumenta ligeramente el tamaño del texto en tablets */
    }
}

@media (min-width: 1200px) {
    
    .conocenos-section h1 {
        font-size: 3rem; /* Ajusta el tamaño para pantallas HD */
    }

    .conocenos-section p {
        font-size: 1.2rem; /* Ajusta el tamaño para pantallas HD */
    }
}

h4, .h4 {
    font-size: 1.2rem !important;
}

.btn-primary {
    background: linear-gradient(90deg, #7209b7, #f72585); /* Invertir el gradiente al pasar el cursor */
}
.counters-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem;
    background-color: #1d1c1c;
    border-radius: 20px;
}

.counter {
    text-align: center;
}

.counter i {
    font-size: 2rem; /* Tamaño del ícono */
    background: linear-gradient(40deg, #f72585, #b973da, #4361ee);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; /* Hace que el degradado se aplique al ícono */
    display: block;
    margin-bottom: 0.5rem; /* Separación entre el ícono y el texto */
}

.counter h2 {
    font-size: 3rem;
    margin: 0;
    font-weight: 800; /* Texto aún más grueso */
    font-family: 'Roboto', sans-serif; /* Fuente moderna */
    background: linear-gradient(40deg, #f72585, #b973da, #4361ee);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; /* Hace que el degradado se aplique al texto */
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave para un toque 3D */
    transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

.counter:hover h2 {
    transform: scale(1.1); /* Aumenta ligeramente el tamaño del texto al pasar el cursor */
    text-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}


.counter p {
    font-size: 1.2rem;
    font-weight: 300; /* Fuente más ligera para un contraste elegante */
    font-family: 'Open Sans', sans-serif; /* Fuente moderna y limpia */
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); /* Sombra suave para darle profundidad */
    letter-spacing: 0.05rem; /* Espaciado entre letras para una apariencia más moderna */
    transition: transform 0.2s ease-in-out, text-shadow 0.2s ease-in-out; /* Animación suave */
}

.counter p:hover {
    transform: translateY(-3px); /* Eleva el texto ligeramente al pasar el ratón */
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); /* Sombra más intensa al hacer hover */
}


/* Media Queries para Responsividad */
@media (max-width: 768px) {
    .counter h2 {
        font-size: 3rem;
    }
    .navbar-toggler-icon {
        background-color: rgba(247, 37, 133, 0.7);
        border-radius: 35px;
     position: relative;
      
      right: -130px;
    }
    .counter p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .navbar-toggler-icon {
        background-color: rgba(247, 37, 133, 0.7);
        border-radius: 35px;
     position: relative;
      top: -50px;
      right: -130px;
      
    }
   
    .counters-section {
        flex-direction: column;
        align-items: center;
    }
    .container-fluid{
        visibility: visible !important;
    }
.titulo1 {
    font-size: 2rem !important; /* Tamaño de fuente */
  
}
 


    .counter {
        margin-bottom: 20px;
    }

    .counter h2 {
        font-size: 2.5rem;
    }

    .counter p {
        font-size: 0.9rem;

    }
    .conocenos-section{
        height: auto;
        padding: 60px;
       
    }
    #it{
        height: 200;
    }
        
}


/* Responsividad */
@media (max-width: 768px) {
    .conocenos-section h1 {
        font-size: 3rem;
    }

    .conocenos-section p {
        font-size: 1rem;
    }
 
    
}

@media (max-width: 480px) {
  
    .conocenos-section h1 {
        font-size: 1rem;
    }

    .conocenos-section p {
      
            font-size: 0.7rem;
            font-weight: 800;
    }
}

/*estilos del video*/
.video-container {
    position: relative;
    width: 100%;
    height: 85vh; /* O el alto que necesites */
    overflow: hidden;
    z-index: 1;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Asegura que el video esté detrás del contenido */
    opacity: 0.8;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    
}

h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
    font-weight: 800;
}

#description {
    font-size: 2rem;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    color: #ffffff !important;
    font-weight: 600;
    font-family:  'Libre Bodoni', serif;
}

/* Ajustes para dispositivos móviles */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    #description {
        font-size: 1.2rem;
    }
}



.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .navbar-toggler-icon {
        background-color: rgba(247, 37, 133, 0.7);
        border-radius: 35px;
     position: relative;
 
      right: -130px;
    }
    .navbar-toggler {
        margin-left: auto;
        flex-grow: 1;
    }
    
    .hover-image {
width: 45% !important;

    }
    
    .navbar-collapse {
        text-align: right; /* Alinear los elementos del menú a la derecha */
        flex-grow: 1;
    }
}
h6{
    color: white;
}
h1.display-5.mb-5 {
    font-size: 5rem; /* Ajusta según el tamaño deseado */
    text-align: center; /* Centrado opcional */
    background: linear-gradient(90deg, #b5179e, #f78fb3); /* Tonos más claros */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Hace que el degradado sea visible */
    font-family: 'Sebino'; 
    text-shadow: 
      0 0 5px rgba(255, 255, 255, 0.5), /* Luz suave blanca alrededor */
      0 0 10px #f78fb39c, /* Sombra rosa clara */
      0 0 15px #f78fb3,
      0 0 20px #b5179e, /* Sombra púrpura clara */
      0 0 25px #b5179e; 
  
    transition: text-shadow 0.5s ease-in-out;
  }
  
  h1.display-5.mb-5:hover {
    text-shadow: 
      0 0 10px rgba(255, 255, 255, 0.3), /* Luz blanca más intensa */
      0 0 15px #f78fb3,
      0 0 20px #f78fb3,
      0 0 30px #b5179e,
      0 0 40px #b5179e;
  }
  
  .mb-3{
    color: #fff4f4;
  }


  /*nuevos estilos*/
.slider {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    border-radius: 25px;
}

.slider .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(200px * 28); /* Ajustado para 28 elementos (14 originales + 14 duplicados) */
}

.slider .slide {
    width: 200px;
}

.slider .slide img {
    width: 30%;
    border-radius: 25px;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-200px * 14)); /* Desplazar el ancho de 14 imágenes */
    }
}



.slide-track::before,
.slide-track::after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px; /* Ajusta el ancho del desvanecimiento */
    height: 100%; /* Debe coincidir con la altura del slider */
    pointer-events: none; /* Asegúrate de que el mouse pueda interactuar con el slider */
}

.slide-track::before {
    left: 0; /* Coloca a la izquierda */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) !important, rgba(255, 255, 255, 0) !important); /* Desvanecimiento hacia la derecha */
}

.slide-track::after {
    right: 0; /* Coloca a la derecha */
    background: linear-gradient(to left, rgba(255, 255, 255, 0) !important, rgba(255, 255, 255, 0) !important); /* Desvanecimiento hacia la izquierda */
}



.hover-img {
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
    filter: brightness(90%);
}

.hover-img:hover {
    transform: scale(1.1); /* Agranda la imagen un 10% */
    filter: brightness(110%) saturate(120%); /* Aumenta el brillo y la saturación para que los colores sean más vivos */
   
}

.border {
    border: 0px solid !important;
    box-shadow: 0 0 15px rgba(247, 37, 133, 0.7), 0 0 30px rgba(114, 9, 183, 0.7);
    border-radius: 50px;
    transition: box-shadow 0.3s ease; /* Suavizar el efecto */
    background-color: #252525;

}

.border:hover {
    box-shadow: 0 0 30px rgba(247, 37, 133, 1), 0 0 60px rgba(114, 9, 183, 1); /* Aumentar el box-shadow en hover */
}

.border-3 {
    border-width: 0px !important; 
}

/*
pruena detitulo*/



.titulo1 {
    font-size: 4rem; /* Tamaño de fuente */
    font-weight: 800; /* Peso de fuente */
    background: linear-gradient(40deg, #f72585, #b973da, #4361ee);
    background-clip: text;
    -webkit-background-clip: text; /* Soporte para Safari */
    color: transparent; /* Hace que el degradado se aplique al texto */
    text-shadow: 0 0 5px rgba(247, 37, 133, 0.8), 0 0 0px rgba(114, 9, 183, 0.8); /* Sombra suave */
    transition: text-shadow 0.3s ease, transform 0.3s ease; /* Transiciones para suavizar el efecto */
}

.titulo1:hover {
    text-shadow: 0 0 20px rgba(247, 37, 133, 1), 0 0 20px rgba(114, 9, 183, 0.9); /* Aumentar luminosidad en hover */

}

.imagen-hover {
    transition: box-shadow 0.3s ease; /* Suavizar la transición del box shadow */
}

.imagen-hover:hover {
    box-shadow: 0 0 20px rgba(247, 37, 133, 0.8), 0 0 40px rgba(114, 9, 183, 0.8); /* Efecto de sombra en hover */
   
}

.icon-container {
    transition: transform 0.3s, color 0.3s; /* Transición suave para el tamaño y color */
}

.icon-container:hover {
    transform: scale(0.9); /* Aumentar el tamaño del ícono */
    color: #a10aa1; /* Color más oscuro al hacer hover */
}


.background-image {
    background-image: url('../img/galactia.jpg'); /* Cambia la ruta a tu imagen */
    background-size: cover; /* Para que la imagen cubra toda el área */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    height: 100vh; /* Altura de la sección, puedes ajustarlo según necesites */
}



@keyframes glow {
    0% {
        text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FFFFFF, 0 0 30px #FF00FF, 0 0 40px #FF00FF, 0 0 50px #FF00FF, 0 0 60px #FF00FF, 0 0 70px #FF00FF;
    }
    100% {
        text-shadow: 0 0 20px #FFFFFF, 0 0 30px #FF00FF, 0 0 40px #FF00FF, 0 0 50px #FF00FF, 0 0 60px #FF00FF, 0 0 70px #FF00FF, 0 0 80px #FF00FF;
    }
}


.animated-title {
    font-family: 'Lato', sans-serif;/* Tipografía del título */
    font-size: 4rem;
    color: #FFFFFF;
    position: relative;
    overflow: hidden; /* Evita que el contenido se salga del contenedor */
    animation: slideIn 2s ease-out forwards;
    opacity: 0;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-100px); /* Desplazamiento inicial más grande */
    }
    60% {
        opacity: 1;
        transform: translateX(15px); /* Pequeño rebote hacia adelante */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
 .animated-description {
    font-family: 'Fredoka One', cursive; /* Tipografía */
    font-size: 2rem;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    animation: slideIn 2s ease-out forwards;
    opacity: 0;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-100px); /* Desplazamiento inicial */
    }
    60% {
        opacity: 1;
        transform: translateX(15px); /* Rebote */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.counters-section1
{

    background-color: #00000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem;
}


.section-title img {
    width: 40%;
    border-radius: 35px;
    position: relative;
    top: 100px;
    transition: all 0.3s ease; /* Para agregar efecto de hover suave */
}

.counters-section1 img {
    width: 70%;
    top: -60px;
}

@media (max-width: 1200px) {
    .section-title img {
        width: 50%; /* Ajusta la imagen a 50% para pantallas medianas */
        top: 80px; /* Reduce la distancia desde la parte superior */
    }

    .counters-section1 img {
        width: 60%; /* Ajusta el tamaño de la segunda imagen */
    }
}

@media (max-width: 768px) {
    .section-title img {
        width: 70%; /* Ajusta la imagen a 70% para pantallas pequeñas */
        top: 60px; /* Reduce más la distancia desde la parte superior */
    }

    .counters-section1 img {
        width: 100%; /* Ajusta la segunda imagen a un tamaño más pequeño */
    }
}

@media (max-width: 480px) {
    .section-title img {
        width: 135% !important; /* Aún más pequeño en pantallas móviles */
        top: 40px; /* Reduce más la distancia desde la parte superior */
      left: -55px;

    }

    .counters-section1 img {
        width: 155%; /* La imagen también será más pequeña en móviles */
       position: relative;

}
}

@media  (min-width: 1280px) {
    /* Estilos específicos para MacBook Air 13" */
    .counters-section1 img {
        width: 100%;
        top: -60px;
    }
}

@media only screen and (max-width: 390px) {
    /* Estilos específicos para iPhone 13 */
    .section-title img {
        width: 135% !important;
        top: 40px;
        left: -54px;
}
   
    
    
}

