html, body {
	overflow-x: hidden;
	max-width: 100vw;
	overflow-x: hidden!important;
	}

body {position: relative;}

.cajon-botones {
    width: 100%;
    max-width: 430px;
}

.h4-descarga{
	visibility: hidden!important;
}

.parrafo-top {
    width: 63%!important;
}

.logos-operadoras{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
}

.logos-operadoras img{
    width: auto;
    height: 45px;
    padding: 10px;
}

.logos-operadoras img:first-child, .logos-operadoras img:last-child{
    height: 55px;
}

.recargas .contenedor-titulo-1{
    display: flex;
    flex-direction: column;
}

.nomenos991{
    display: block;
} 

.nomas991{
    display: none!important;
}

.mismo-fondo-footer{
    background-color: #8358a5;
    padding: 50px 20px;
}

.seccion-5-footer {
    padding-bottom: 0;
}

.subfooter{
    background-color: #8358a5;
    border: solid -1px #8358a5;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 1440px) {
    .image {
        top: 1%!important;
    }
}

@media screen and (max-width: 1440px) {
    .image {
        top: 5%!important;
    }
}

@media screen and (max-width: 991px) {
    .image {
        top: 2%!important;
		z-index: 3;
    }

    .seccion-5-footer.mobile {
        padding-bottom: 0px;
    } 
    
    .mismo-fondo-footer .politica._2 {
        border: none;
    }

    .subfooter .w-layout-hflex {
        flex-direction: column;
        align-items: center;
        display: flex;
        row-gap: 10px;
        text-align: center;
    }    

    .recargas-2-correcion {
        top: 350px!important;
        margin-top: unset!important;
    }   
    
    .contenedor-boton {
        margin-top: 350px;
    } 
    
    .caja-tutilo-seccion-2-general {
        align-self: center;
    }  
    
    .nomenos991{
        display: none!important;
    } 

    .nomas991{
        display: block!important;
    } 
    
    .contenedor-top {
        padding-top: 350px;
    }   

    .subtitulo-recaudo{
        padding-top: 25px;
    }
}

@media screen and (min-width: 991px) {
    .boton-descargar-1 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .cuerpo-onbording-4 {
        width: 100%;
    }

    .fix-mobile-space{
        margin-top: 10px!important;
    }

    .acordeon-dropdown {
        max-width: 100%!important;
    }
}

@media screen and (max-height: 668px) {
	.heading-14 {
        top: 75px;
    }
	
	.image-37.mobil-1.tablet {
        width: 80%;
    }
	
	.texto-dropdown {
		margin-left: 10%;
        margin-right: 5%;
	}	
}

@media (max-width: 380px) and (max-height: 668px) {
	.heading-12 {
        top: 49px;
    }
	
    .cajon-texto-h2 {
        top: 86px;
    }
	
	.cajon-botones {
        margin-top: 120px;
    }	
}

@media screen and (max-width: 479px) {
    .texto-dropdown.mobile.home {
        max-width: 100%!important;
    }

    .acordeon-text {
        max-width: 70%;
    }    
}

@media (max-width: 1170px) and (min-width: 991px) {
    /* Tus estilos aquí */
    .image-9 {
        margin-top: -127px;
    }
}

/* Pasarela de logos Recaudos */

/* styles.css */

.estilo-carrousel-celu {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80px;
}

.logo-carousel {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 991px) {
    .logo-carousel {
        position: absolute;
    }

    .acordeon-icon {
        margin-top: 24px;
    }    
}

.logos-container {
    display: flex;
    animation: scroll 20s linear infinite;
}

.logos-container .logo-item-carrousel {
    width: 100px; /* Ajusta el tamaño según sea necesario */
    margin: 0 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.ul-linkedin-footer li:nth-child(2){
    list-style: none;
}

.ul-linkedin-footer li svg{
    position: relative;
    left: 0px;
    top: 4px;
}

.ul-linkedin-footer li:nth-child(2) a{
    position: relative;
    left: -20px;
}

.boton-descargar-1{
    color: white;
    text-decoration: none;
}

.link {
    margin-right: 8%;
}

.whatsapp-flotante{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .fix-mobile-space {
        margin-top: 60px!important;
    }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
    .fix-contacto-p{
        margin-bottom: 106px;
    }

    .fix-contacto-titulo{
        margin-top: -50px;
    }

    .hide-480-991{
        display: none!important;
    }

    .caja-tutilo-seccion-2-general.contacto {
        margin-top: 0px;
    }
}

/* form */

.imputtt {
    height: 59px;
    margin-bottom: 29px;
    font-size: 21px;
    line-height: 79px;
}