*{
    
    margin: 0;
    
    padding: 0;
    
    list-style: none;
    
    box-sizing: border-box;

    text-decoration: none;

    
}
html body {
    font-family: Arial, sans-serif;
    background-color: #22043f;
    text-decoration: none;
}

.wave-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color:transparent; /* Fondo detrás de las ondas */
}

.header-img1{
    position: relative;
    width: 100%;
    z-index: 1;

}
.wave {
    position: absolute; top: 50%px; left: 0; right: 0; bottom: 0; margin: auto;
    z-index: 2;
    display: block;
    width: 200%; /* El doble del ancho para hacer la animación continua */
    height: 40%;
    animation: moveWave 5s linear infinite;
}
.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-top: 10%;
}

h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.content-bonus{
    width: 70%;

}
.content-carga{
    text-shadow: 1px 1px 10px rgba(243.09999999999997, 176.04989508506614, 25.895434782608703, 0.55);
    color: #ECC81E;
    font-weight: 500;
    font-size: 45px;
    margin-top: 50px;
}
.content-atencion{
    color: aliceblue;
    font-weight: 500;
    font-size: x-large;
}
.content-flecha{
    width: 40%;
    height: 40%;
}
.content-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.content-buttons-button{
    justify-items: center;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-top: 80px;
}
.content-buttons-button-img{
    width: 70%;
}
.carusel {
    width: 100%;
    overflow: hidden;
    border: 2px solid #22043f;
    background-color: #22043f;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

.carusel-images {
    display: flex;
    animation: slide 500s linear infinite; /* Animación automática */
}

.carusel-images img {
    width: 205px; /* Tamaño pequeño */
    height: 120px;
    object-fit: cover;
    margin: 0 20px;
    border-radius: 5px;
    border-color: blueviolet;
    border-width: 5px;
    border-style: solid;
}

.carousel-inner{
    margin-top: 100px;
    max-width: 1034px;
    max-height: 510px;
}

#carousel-img{   border-radius: 5px;
    border-color: blueviolet;
    border-width: 5px;
    border-style: solid;
}

#botonabajo{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 20%;
    height: 40px;
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #A634FA 0%, #411B5A 100%);
    border-radius: 10px 10px 10px 10px;
    border-color: blueviolet;
    box-shadow: 2px 0px 25px 10px rgba(174.0676275992439, 50.44565217391303, 255, 0.49);

 }

 .lista{
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: aliceblue;
    margin-top: 40px;
 }

 .lista-item1{
    border-color: aliceblue;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    margin-right: 10px;
 }

 .lista-item2{
    border-color: aliceblue;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    margin-right: 10px;
 }

 .lista-item3{
    border-color: aliceblue;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    margin-right: 10px;
 }
 .footer-text{
    background-image: linear-gradient(180deg, #A634FA 0%, #411B5A 100%);
    color: #FFFFFF;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-copy{
    display: flex;
    flex-direction: row-reverse;
    color: bisque;
}
.botones-flotantes{
    position: fixed; /* Fija el elemento en la pantalla */
    right: 0; /* Alineado al borde derecho */
    bottom: 0
}
.boton-wsp{ 
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #FFFFFF;
    border-color: aliceblue;
    border-width: 0.01px;
    border-radius: 100%;
    border-style: solid;
}

.boton-tele{ 
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border-color: aliceblue;
    border-width: 0.01px;
    border-radius: 100%;
    border-style: solid;
}

@media (max-width: 1145px) {

    #botonabajo{
        width: 35%;
        height: 40px;
    }
    
}

@media (max-width: 680px) {

    .content-carga{
        font-size: 38px;
    }
    .content-atencion{
        font-size: large;
    }
    #botonabajo{
        width: 50%;
        height: 40px;
        font-size: small;
    }
    .lista{
        font-size: small;
    }
    .footer-text{
        font-size: small;
    }

    .footer-copy{
        font-size: small;
    }
    
}
@media (max-width: 410px) {

    .content-carga{
        font-size: 30px;
    }
    .content-atencion{
        font-size: small;
    }
    #botonabajo{
        width: 50%;
        height: 45px;
        font-size: x-small;
    }
    .lista{
        font-size: x-small;
    }
    .footer-text{
        font-size: x-small;
    }

}

/* Animación para el desplazamiento continuo */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Mueve todo el carrusel */
    }
}
@keyframes wave { 0%{ 
    background-position-x: 0px;
}
100%{ 
    background-position-x: 1000px;
}
}

/* Animación del desplazamiento */
@keyframes moveWave {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); /* Mueve las ondas hacia la izquierda */
    }
}
