html,body{
    font-family: 'rubik';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  position: relative;
    background-color: #F7F5FF;
}
.contenedor-header{
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    transition:background-color 0.3 ease;
    z-index: 1;
}

.logotipo{
    width: 23%;
    height: 120px;
    
}
.logotipo img{
    width: 100% !important;
    border-radius: 0 !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    padding: 15px;
}
.contenedor-op-menu{
    display: none ;
}
.__WebInspectorHideElement__.open path{
    fill:#14465b;
}
.opciones-menu.open{
    background-color: white;
}
.opciones-menu{
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    background-color: #E9E2F3;
    transition: background-color 0.4s ease;
}
.op-img svg{
    fill: #FFF;
    width: 100%;
    max-width: 110px;
    height: 100px;
}
.op-img.scrolled svg{
    fill:#10465B ;
}
.op-img-movil{
    display: none;
}
.opciones-menu.scrolled{
    background-color: #ffffff;
}
.op-menu-celular{
    display: none;
}
.menu-celular{
    display: none;
}
.op-img{
    width: 15%;
    display: flex;
    justify-content: right;

}
.op-menu.scrolled ul li{
    color: black;
}
.op-menu{
    width: 70%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.op-menu ul li{
    color: #390780;
}

.op-link{
    width: 30%;
    height: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.solicitar{
    display: flex;
    justify-content: center;
    align-items: center;
    width:40%;
    height:60%;
    float: left;
    border-radius:10px;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 5px;
    background-color: #C08BF3;
    color: white;
    font-weight: bold;
}



.opciones-menu img{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    object-fit: fill;
}
.opciones-menu ul{
 display: flex;
 gap: 30px;
 list-style: none;
 color: white;
 display: flex;
margin-top: 1.5%;
 align-items: center;
}

.whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    object-fit: fill;
    width: 10px;
    height: 10px;
    background-color: white;
}
.presentacion{
    background-color: #E9E2F3;
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 89.5px;
}
.contenedor-presentacion{
    width: 80%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.img-presentacion{
    flex: 1.1;
    color: #4f3475;
}
.img-presentacion h1{
    width: 80%;
    font-size: 3.4rem;
    padding: 30px;
}
.img-presentacion h4{
    font-size: 1.2rem;
    padding: 30px;
}
.img-presentacion img{
    width: 100%;
    max-width: 550px;
    height: 100%;
    max-height: 350px;
    margin: 0 auto;
    display: flex;
}

.calculadora{
    flex: 1;
    display: flex;
    justify-content: center;
 
}
.contenedor-cal{
    width: 90%;
    height: 550px;
    margin-top: 20%;
    background-color: white;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;

}
.contenedor-indicaciones{
    background-color:#E9E2F3;
}
.indicaciones{
    width: 80%;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 30px;
    display: flex;
}
.indicaciones img{
    width: 30px;
    height: auto;
    background-color: rgb(152,196,46);
    border-radius: 50%;
    padding: 5px;
}
.indicaciones div{
    display: flex;
    gap: 10px;
    flex: 1;
    text-align: center;
    color: black;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}

/*interior calculadora*/
.slider-rango{
   width: 85%;
   height: 100%;
   height: 60px;
   margin:0 auto;

  
}
.rango{
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #E9E2F3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.valor_monetario{
    width: 100%;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.valor_monetario span{
    font-size: 2.6rem;
    color: #4f3475;
    font-weight: bold;
}
.calculo{
    width: 100%;
    margin: 0 auto;
    background-color: rgb(219,236,247 );
    height: 120px;
    text-align: center;
    margin-top: 6%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px;
  
    
}
.calculo label {
    font-size: 1.2rem;
    font-weight: 350;
    margin-top:5%;
    font-family: 'rubik';
}
.calculo input{
    font-size: 1.4rem;
    font-family: 'rubik';
    font-weight: 600;
    text-align: left;
    border: 0px solid;
    background-color: rgba(190, 118, 118, 0);
    width: 24%;
    margin-top: -4%;
    color: #4f3475;
}
.simbolo{
    font-size: 1.4rem;
    font-family: 'rubik';
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solicitud{
    width: 100%;
    height: auto;

    display: flex;
    justify-content: center;
    margin-top: 8%;
}
.solicitud a{
    background-color: #C08BF3;
    color: white;
    padding: 16px;
    width: 100%;
    text-align: center;
    border-radius:10px ;
    font-size: 1rem;
    font-weight: 500;
}
.div-terminos{
    width: 95%;
    margin-top: 3%;
    padding: 10px;
}
.terminos{
    font-size: 14.5px;
    font-weight: 100;
    width: 100%;
    color: rgb(172, 181, 188);
}
.separador h1,.invitacion-prestamo h1{
    margin-top: 7%;
    text-align: center;
    font-size: 2.4rem;
}
.pasos{
    width: 80%;
    height: 280px;
    border-radius: 40px;
    margin: 0 auto;
    background-color: #D8F0FA;
    display: flex;
    margin-top: 3%;
}
.completa,.llamada,.recibir{
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction:column;
    text-align: center;
  gap: 20px;
}

.completa p ,.llamada p,.recibir p{
    font-weight: 300;   
   
}
.completa h3 ,.llamada h3,.recibir h3{
    font-weight: bold; 
    font-size: 1.33rem;  
}
.llamada i,.recibir i{
    font-size: 2rem;
    background-color: rgb(219,236,247 );
    border-radius: 50%;
    width: 20%;
    align-items: center;
    padding: 10px;
    margin: 0 auto;
}
.completa img{
    width: 19%;
    height: auto;
    background-color: rgb(219,236,247 );
    border-radius: 55%;
    padding: 1px;
    margin: 0 auto;
    color: aquamarine;
    margin-bottom: 1.5%;
}
.prestamo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin:0 auto;
    margin-top: 5%;

}
.con-img{
    width: 40%;
    justify-content: right;
}
.con-img img{
    width: 100%;
    left: 50;
    right: 50;
    margin: 0 auto;
    max-width: 420px;
    display: flex;
    padding: 10px;
}
.cont p, .cont ul{
font-weight: 200;
line-height: 2;
}
.cont ul li{
    line-height: 2.5;
}
.cont h1{
    font-size: 2.7rem;
}

.beneficios{
    width: 80%;
    margin-top: 2% !important;
    background-color: #D8F0FA;
    height: 350px;
    margin: 0 auto;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: flex;
    padding: 20px;
}

.horas,.linea,.adaptamos,.pago{
padding: 25px;
text-align: center;
flex: 1;
gap: 20px;
display: flex;
flex-direction: column;
}
.horas h3,.linea h3,.adaptamos h3,.pago h3{
    font-size: 1.2rem;
}
.horas p,.linea p,.adaptamos p,.pago p{
    font-weight: 350;
    font-size: 16px;
}
.horas i,.linea i,.adaptamos i{
font-size: 25px;
width: 25%;
height: auto;
margin: 0 auto;
background-color: white;
border-radius: 50%;
padding: 10px;
}
.pago img{
    width: 65px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
}
.invitacion-prestamo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.bt-solicitar{
    background-color: #C08BF3;
    padding: 20px;
    border-radius: 15px;
    color: white;
    text-decoration: none;
    cursor:pointer;
}
.cuadros{
    margin-top: 2%;
    background-color: #D8F0FA;
    padding: 10px;

}
.fila-1, .fila-2{
    display: flex;
    width: 75%;
    height: 250px;
    margin: 0 auto;

}
.cuadro{
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cuadro h3{
    font-size: 1.5rem;
    text-align: center;
}
.cuadro p{
    font-weight:320 ;
    text-align: center;
    font-size: 15px;
}
.cuadro i{
    width: 60px;
    height: 60px;
    font-size: 35px;
    background-color: #b7e6eb;
    padding: 20px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;

}



.prev-btn,.next-btn{
    border: 0px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 1.9rem;
    color: rgb(61,95,126);
}

/*Slider de opiniones*/
.cont-op{
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    padding: 20px;
    
}
.cont-op-movil{
    display: none;
}
.cont-op h1{
    margin-bottom: 3%;
}

.contenedor-opiniones{
    display: flex;
    transition: transform 0.5 ease;
    width: 50%;
    gap: 15px;
   
}

.opiniones i{
    color: rgb(177, 202, 74);
}
.opiniones p{
    height: 100%;
}
.opiniones{
    width: 30%;
    font-size: 16px;
    padding: 15px;
    background-color: #ffffff;
    height: 350px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 0 0 65%;
    border-radius: 10px;
    justify-content: space-between;
    z-index: -1;
}


.nombremovil{
    font-weight: bold;
    align-self: flex-start;
}
.dots-container {
    text-align: center;
    margin-top: 10px;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: rgb(61, 95, 126);
}




/*FIN DEL SLIDER */
.contenedor-domiciliar{
    display: flex;
    width: 80%;
    margin: 0 auto;
    background-color: rgb(235, 215, 240);
    margin-top: 2%;
    border-radius: 30px;
}

.text-domiciliar{
    padding: 50px;
    height: 100%;
}
.text-domiciliar{
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 60%;
    gap: 10px;
}
.text-domiciliar h3{
    font-size: 2rem;
}
.text-domiciliar ul{ line-height: 3.3;font-weight: 350;}

.img-domiciliar{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.img-domiciliar img{
    width: 95%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.enlace-domiciliar{
    display: flex;
    color: rgb(61, 95, 126);
    font-weight: 500;
}

.faq{
    width: 100%;
}

details.faq summary::-webkit-details-marker{
    display: none;
}
details.faq summary::marker{
    display: none;
}

details.contenido {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 10s ease, opacity 5s ease;
  }

  /* Mostrar contenido cuando está abierto */
  details[open].contenido {
    max-height: 200px; /* Ajusta según el contenido */
    opacity: 1;
  }

  /* Opcional: Estilizar el summary */
  details summary {
    cursor: pointer;

  }

.contenedor-faq{
    margin: 0 auto;
    width: 80%;
    line-height: 3;
    padding: 10px;
}

summary{
    font-weight: 470;
    font-family: 'rubik';
    font-size: 1.1rem;
}
.contenido{
    font-weight: 300px;
    margin-top: 1%;
    line-height: 1.5;
}

.contenido ul li{
    line-height: 3.2;
}

footer{
    width: 100%;
    height: auto;
}
.contenedor-f{
    width: 85%;
    height: auto;
    display: flex;
    margin: 0 auto;
    margin-bottom: 2%;
    border-bottom: 1px solid rgb(140, 140, 140);
}

.cont-derecha{
    width: 40%;
    height: auto;
    display: flex;
    
}
.cont-telefono{
    display: none;
}
.cont-izquierda{
    width: 60%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.7rem 1rem;
    gap: 2px;
    
}
.cont-izquierda div{
    width: 30%;
    margin-bottom: 1%;  
}
.cont-izquierda div p{
    font-weight: bold;
    font-size: 1.1rem;
}
.cont-izquierda div ul li{
    list-style-type: none;
    text-align: left;
    line-height: 3;
    font-size: 0.9rem;
    font-family: 'rubik';
    font-weight: 350;
}
.cont-izquierda div ul{
    text-align: left;
    padding: 0;
    margin: 0;
}
.cont-derecha div{
    flex: 1;
}
.avisopriv{
    padding: 15px;
    width: 85%;
    margin: 0 auto;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
.avisopriv p{
    font-weight:350 ;
    margin-top: -1%;
    width: 95%;
}
.limpio{
    width: 30%;
}
.seguir .iconos {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 30px;
}
.seguir p{
    margin-top: 5%;
    font-weight: 600;
    font-size: 1.1rem;
}

.iconos a{
 color: white;
 background-color: #C08BF3;
 font-size: 1.3rem;
 border-radius: 50%;
 text-align: center;
 align-items: center;
 width: 35px;
height: 35px;
padding: 3.5px;
}

@media (max-width:799px) {
    body{
        overflow-x: hidden;
    }
    .op-menu,.op-link{
        display: none;
    }
    .op-img{
       display: none;
    }
    .logotipo{
        display: none;
    }
    .op-img-movil{
        width: 40%;
        height: 90px;
        display: flex;
        justify-content: right;
    }
    .op-img-movil img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .op-img-movil.scrolled svg{
        fill: #10465B;
    }
    .contenedor-presentacion{
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .contenedor-presentacion h1{
        margin-top: 5%;
        text-align: center;
        margin: 0 auto;
        width: 85%;
        font-size: 2.1rem;
        font-weight: 700;
    }
    .contenedor-presentacion h4{
        margin-top: 5% !important;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        font-size: 1.02rem;
        font-weight: 700;
    }
    .img-presentacion img{
        display: none;
    }
    .calculadora{
        height: auto;
        margin-bottom: 10%;
    }
    .contenedor-cal{
        width: 85%;
        height: 600px;
    }
    .terminos{
        margin-top: 7%;
        color: #3a3a3a;
    }
    .indicaciones{
        width: 95%;
        flex-direction: column;
        justify-content: left;
        text-align: left;
        height: auto;
        margin-bottom: 60px;

        padding: 10px;
    }
    .indicaciones div{
        gap: 10px;
        font-size: 1rem;
        font-weight: 600;
        padding: 10px;
        width: 100%;
        justify-content: left;
    }
    .separador{
        width: 93%;
        margin: 0 auto;
    }
    .separador h1{
        font-size: 1.8rem;
        font-weight: 700;
    }
    .pasos{
        flex-direction: column;
        height: auto;
    }
    .prestamo{
        flex-direction: column;
        width: 90%;
    }
    .con-img{
        width: 100%;
    }
    .cont{
        width: 100% ;
        color: black;
    }
    .cont h1{
        font-size: 1.6rem;
        font-weight: 700;
    }
    .cont ul li{
        line-height: 2;
    }
    .beneficios{
        flex-direction: column;
        margin-bottom: 15% !important;
        height: auto;
    }
    .invitacion-prestamo{
        width: 90%;
        padding: 40px;
        margin: 0 auto;
    }
    .invitacion-prestamo h1{
        font-size: 1.5rem;
        font-weight: 700;
    }
    .cuadros{
        height: auto;
    }
    .cuadros h1{
        margin: 0 auto;
        height: auto;
        width: 85%;
        font-size: 1.8rem !important;
        font-weight: 700;
    }
    .fila-1,.fila-2{
        width: 95%;
        flex-direction: column;
        height: auto;
    }
    .cont-op{
        width: 95%;
        height: auto;
    }
    .cont-op button{
        display: none;
    }
    .contenedor-opiniones{
        width: 100%;
    }
    .opiniones{
        width: 100% !important;
    }
    .contenedor-domiciliar{
        flex-direction: column;
    }
    .img-domiciliar-movil{
        margin-top: 10% !important;
        display: block !important;
        width: 100%;
    }
    .img-domiciliar-movil img{
        width: 100%;
    }
    .text-domiciliar{
        width: 95%;
        margin-left: 3%;
        padding: 4px;
    }
    .text-domiciliar h3{
        width: 100%;
        font-weight: 700;
        font-size: 1.5rem;
    }
    .text-domiciliar ul{
        padding: 2px;
        margin-left: 10px !important;
        width: 95%;
        margin: 0 auto;
        text-align: left;
    }
    .text-domiciliar ul li{
        font-size: 14.3px;
        padding: 5px;
        width: 95%;
        line-height: 2;
    }
    .enlace-domiciliar{
        width: 100%;
        margin-bottom: 15%;
    }
    .enlace-domiciliar p{
        font-size:14px;
        text-align: left;
    }
    .enlace-domiciliar i{
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .img-domiciliar img{
        display: none;
    }
    .contenedor-faq{width: 100%;}
    .contenedor-faq h1{
        text-align: center;
        width: 100%;
        margin-top: 15%;
        font-weight: bold;
        font-size: 1.9rem;
    }   
    details{
        margin: 0 auto;
        width: 95% !important;
        padding: 15px;
        line-height: 2;
    }
    .cont-izquierda{
        display: none;
    }
    .cont-telefono{
        margin-top: 10%;
        display: block;
        margin-bottom: 5%;
        padding: 0 !important;
        width: 100% !important;
        
    }
    .cont-telefono details{
        color: black;
    }
    .cont-telefono a{
        text-decoration: none;
        color: #3a3a3a;
    }

    details.menu-celular summary::-webkit-details-marker{
        display: none;
    }
    details.menu-celular summary::marker{
        display: none;
    }
    footer{
        margin: 0;
        padding: 0  !important;
    }
    .contenedor-f{
        flex-direction: column;
    }
    .cont-derecha{
        width: 55%;
        margin-top: 5%;
        margin-bottom: 10%;
        justify-content: left;
        align-items: center;
        text-align: left;
    }
    .avisopriv{
        width: 90%;
    }
    .menu-celular{
        display: block;
        width: 50%;
        color: white;
        display: flex;
        justify-content: right;
        gap: 20px;
        
    }
    .menu-celular.scrolled{
        color: black;
    }
    .menu-celular i{
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .bi-person-circle{
        font-size: 1.9rem;
        font-weight: 200;
    }
    .bi-list{
        font-weight: bold;
        font-size: 2.3rem;
    }
    .calculo input{
        width: 38%;
    }
    .op-menu-celular{
        display: none;
        margin-top: 89px;
        height: 100vh;
        border: 1px solid;
        overflow-x: hidden;
    }

    .bi-x{
        color: black;
        display: none !important;
    }
    .bi-x.open{
        display: block !important;
        font-size: 1.9rem;
        color: black;
    }
    

    .contenedor-op-menu{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        font-size: 1.2rem;
        font: 700;
        position: fixed;
        background-color: #ffffff;
        z-index: 3;
        padding: 40px;
        font-size: 1.2rem;
        line-height: 3;
        font-weight: 600;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menu-c{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    
    }
    .interior{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
    }
    .interior a{
        padding: 5px;
        font-size: 1.3rem;
        font-weight: 200;
    }
    .interior a:hover{
        background-color: rgba(182, 246, 246, 0.507);
        border-radius: 10px;
    }
    .menu-c summary{
        font-size: 1.2rem;
        font-weight: 500;

    }
    .cont-op{
        display: none !important;
    }
    details.menu-c summary::-webkit-details-marker{
        display: none;
    }
    details.menu-c summary::marker{
        display: none;
    }
    .botones{
        width: 100%;
        height: 20vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        padding: 0;
        right: 0;
        left: 0;
        bottom: 0;
        gap: 20px;
    }
    .botones a{
        border: 3px solid #14465b;
        border-radius: 15px;
        width: 90%;
        text-align: center;
        padding: 5px;
        margin-bottom: 3%;
        margin-top: -5%;
    }
    .bt-solicitud{
        color: white;
        background-color: #14465b;
        text-decoration: none;
    }
    .bt-log{
        color: #14465b;
        background-color: white;
        text-decoration: none;
    }
    .link-whatsapp{
        display: flex;
        align-items: center;
        gap: 10px;
        color: black;
        text-decoration: none;
        font-weight: 500;
    }
    .bt-whatsapp{
        width: 29px;
        height: 29px;
        border-radius: 50%;
    }
    .img-presentacion h1{
        margin-top: 2%;
        padding: 0;
    }
    .img-presentacion h4{
        padding: 0;
    }

    /*Slider para celular*/
   .prev-btn,.next-btn{
    display: none !important;
   }
    .cont-op-movil{
        display: block;
        height: 400px;
        width: 90%;
        margin: 0 auto;
        margin-top: 5%;
        padding: 20px;
        margin-bottom: 30%;
    }
    .cont-op-movil h1{
        margin-bottom: -20%;
    }
    
    .contenedor-opiniones-movil{
        position: relative; /* Necesario para posicionar las tarjetas */
        width: 100%; /* Ocupa todo el ancho */
        height: auto;
        margin-bottom: 20%; /* Ajusta la altura automáticamente */
    }
    
    .opinionesmovil i{
        color: rgb(177, 202, 74);
    }
    .opinionesmovil p{
        height: 100%;
    }
    .opinionesmovil{
        position: absolute; /* Todas las tarjetas están apiladas */
        top: 0;
        left: 0;
        margin-top: 20%;
        width: 100%; /* Ocupa el ancho completo */
        padding: 1rem;
        box-sizing: border-box;
        text-align: left;
        opacity: 0; /* Oculta por defecto */
        transition: opacity 0.5s ease; /* Transición suave */
        z-index: 0; /* Tarjetas ocultas al fondo */
        margin-top: 40%;
    }
    .opinionesmovil.active {
        opacity: 1; /* Solo la tarjeta activa es visible */
        z-index: 0; /* Tarjeta activa al frente */
      }
    
    .nombre{
        font-weight: bold;
        align-self: flex-start;
    }
    .dots-containermovil {
        text-align: center;
        margin-top: 1rem;
        height: auto;
        padding: 30px;
      }
      
      .dots-containermovil .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: #ccc;
        border-radius: 50%;
        cursor: pointer;
      }
      
      .dots-containermovil .dot.active {
        background-color: #000; /* Dot activo */
      }
    
    
}
