*, body {font-family: 'Muli', 'Roboto', arial, helvetica, sans-serif;}           
a {text-decoration: none;}
b {font-weight: bold;}
p {margin: auto;}
.wrapper{background:white}

body, html { font-family: Muli;font-size: 16px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: #fff;background: var(--color-gris-fondo);min-height: 100vh;font-family: "Muli", "Roboto", arial, helvetica, sans-serif;}
.desktopView .barHeaderCP, .fullHeader .barHeaderCP { background: transparent; color: #000; padding: 0!important; margin-bottom: 0px; }
header .headerInf { box-sizing: content-box; background: #fff; font-weight: 500; height: 45px; position: relative; top: 0; box-shadow: -2px 2px 8pxrgb(0 0 0 / 15%);}
header { background: #fff; color: var(--color-rojo-pale); box-sizing: border-box; padding: 6px 5px; height: 0 px; display: flex; flex-direction: row; align-items: center; top: 0; width: 100%; z-index: 4; flex-wrap: wrap; position: relative; }  

.btn { box-sizing: border-box; display: flex; flex-direction: row; align-items: center; justify-content: center; border-radius: 5px; margin-bottom: 10px; font-size: 14px; text-decoration: none; padding: 8px 16px; cursor: pointer; width: 100%; height: 42px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-weight: 700; }  

h1, h2, h3 { margin: 0; padding: 0; text-align: center; font-weight: bold !important; }
ul { padding: 0; margin: 2px; }

.banner-principal{width:100%; margin:auto; }
.banner-principal img{width:100%; margin:auto;}
.banner-recoge {width:100%; margin:auto;}
.banner-recoge img{width:95%; margin:auto; margin-top: 2%;}
.banner-desktop{display: block;}
.banner-mobile{display: none;}

.desktopView header{
    height: 110px!important;
    padding: 0;
}


.titulo-SEO{
    width: 90%;
    margin: auto;
    color: #000;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 3% 0;
    font-weight: bold;
}
.textSEO{
    color: #e4002b;
}

.contenido-seo {
    width: 90%;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 100;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    color: darkgray;
    padding: .5% 0;
}

.linkURL{
    color: #e4002b;
    text-decoration: underline;
}

#envio-express-tendencia-3 {  
width: 90%;
margin: auto;
background: #FFF;
opacity:0.5;
transition: opacity .5s;
}

#envio-express-tendencia-3.fade {
opacity:0;
}
    


#envio-express-tendencia-3 {
width: 32%;
position: absolute;
margin-top: -1076px;
margin-left: 55%;
padding: 4%;
background: floralwhite;
opacity: 0.2;
}


li::marker {
list-style:none;
}    
.desktop{
    display: block;
}

.mobile{
    display: none;
}        


.container {
box-sizing: border-box;
position: relative;
width: 100%;
max-width: 96%;
height: auto;
margin: auto;
padding: 0 20px;
}

.sectionModalCreditoCS {
width: 95%;
border: 1px solid #e9e9e9;
border-radius: 10px;
text-align: center;
text-decoration: none;
color: #000;
position: relative;
align-items: center;
justify-content: center;
padding: 5px 20px;
box-sizing: border-box;
margin: 10px auto;
}

.sectionModalCreditoCS .divCompleto .unoCS {
display: flex;
align-items: center;
font-weight: 600;
font-size: 20px;
width: 50%;
min-width: 500px;
}            

.sectionModalCreditoCS .divCompleto {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 20px 0;
}
.sectionModalCreditoCS .divCompleto .unoCS img {
    max-width: 40px;
    height: auto;
    margin: auto 8px;
    bottom: 2px;
    position: relative;
}   
.sectionModalCreditoCS .divCompleto .unoCS .monto {
    color: var(--color-rojo-pale);
    color: #e2261e;
    font-weight: 600;
    font-size: 29px;
    margin: 5px;
} 

.sectionModalCreditoCS .divCompleto .sectionButtoCS {
margin: 10px auto;
max-width: 300px;
color: #fff;
border: 1px solid transparent;
font-weight: 700;
border-radius: 30px;
}  

a.btn-credito-disponible.btn.rojo {

color: #fff;
font-weight: 700;
border: 1px solid transparent;
background-color: dimgrey;

}              


:hover .btn-credito-disponible.btn.rojo {

color: #fff;
font-weight: 700;
border: 1px solid transparent;
background-color: darkgrey;

}                    

.tipos__formasPago .listas {
    box-sizing: border-box;
    background: white;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    float: none;
    min-height: 185px;
}
.tipos__formasPago .listas ul li h2 {
    color: #eb0028;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.2rem;
    width: 100%;
}
.tipos__formasPago .listas ul {
    margin-top: 16px;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}
.tipos__formasPago .listas p{
    color: #222;
    font-weight: 300;
    text-align: justify;
    font-size: 0.9rem;
    width: 100%;
    display: block;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
}

.sectionModalCreditoCS .divCompleto .sectionButtoCS .btn-credito-disponible {
border-radius: 30px;
min-width: 290px;
margin: 0 auto;
} 


/*Utlidades*/
.mb-5 { margin-bottom: 15px !important; }
.fn-bold { font-weight: bold; }
.mark-num li { list-style: decimal inside !important; }
.mark-circle li { list-style: disc inside !important; }

/*Contenedor-titulo */
.contenedor-principal {
    background-color: #e9e9e9;
}
.contenedor-titulo {
    margin: 0 auto;
    color: #ffff;
}

.contenedor-titulo h1 {
color: #000 !important;
font-size: 40px;
padding: 75px 0;
}
.contenedor-titulo p {
    text-align: center;
    font-size: 20px;
}

/*Promociones*/
.contenedor-promociones {
    width: 100%;
    margin: auto;
    background-color: #ffff;
    border-radius: 20px;
}
.promocion-banco {
    width: 100%;
    margin: 0 auto;
    background-color: #ffff;
    line-height: 1.2;
}
.linea {
    width: 95%;
    margin: 10px auto 0;
    border-bottom: solid 1px #d9d9d9;
}
.banco {
font-size: 18px;
width: 50%;
}
.promo {
font-size: 16px;
width: 50%;
margin: auto;
}

.promo-lista{
    margin: auto;
} 

.bolita{
    width: 0.8%;}

.bolita img { width: 80%; }

.respuesta {
text-align: center;
color: darkgray;
font-size: 16px;
width: 50%;
margin: auto;
font-weight: 200;
}

.respuesta p {
text-align: center;
}            

.vigencia {
    font-size: 13px;
}
.vigencia-info {
    padding-top: 5px;
}
.mas-info {
    text-align: center;
    display: block;
    width: 100%;
    margin: 10px auto 0;
    padding: 10px 0;
    background-color: rgba(0, 110, 255, 0.726);
    text-decoration: underline;
    color: #ffff;
    border-radius: 10px;
}

.flex-banco-promo{display: flex;}


@media (max-width: 2300px) {              
    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -1033px;
    margin-left: 55%;}

    .bolita{
        width: 0.7%;}
}


@media (max-width: 2150px) {              
    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -966px;
    margin-left: 55%;}

}  

@media (max-width: 2050px) {              
    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -910px;
    margin-left: 55%;}

}                  


@media (max-width: 1900px) {              
    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -822px;
    margin-left: 55%;}

}  

@media (max-width: 1780px) {              
    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -755px;
    margin-left: 55%;}

}              

@media (max-width: 1630px) {              
    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -705px;
    margin-left: 55%;}

} 

@media (max-width: 1520px) {              
    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -655px;
    margin-left: 55%;}

} 

@media (max-width: 1420px){
    #envio-express-tendencia-3 {
        width: 32%;
        margin-top: -605px;
        margin-left: 55%;
    } 
}            

@media (max-width: 1300px) {        

    .sectionModalCreditoCS .divCompleto {
    display: block; 
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 20px 0;}

    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -550px;
    margin-left: 55%;
    }
}

@media (max-width: 1200px) {                  
    .sectionModalCreditoCS .divCompleto .unoCS {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    width: 80%;}            

    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -509px;
    margin-left: 55%;}
} 


@media (max-width: 1100px) {           
    #envio-express-tendencia-3 {
    width: 32%;
    margin-top: -467px;
    margin-left: 55%;}
}

@media (max-width: 1000px) { 
    .flex-banco-promo{display: block;} 
    .promocion-banco {
    width: 100%;
    margin: 0 auto;
    background-color: #ffff;
    line-height: 1.2;
    }

    .banco {
    font-size: 18px;
    width: 100%;
    margin: auto;
    }

    .promo {
    width: 100%;
    font-size: 18px;
    margin: auto;}

    #envio-express-tendencia-3 {
    width: 55%;
    padding: 8% 0% 8% 0%;
    margin-top: -871px;
    margin-left: 35%;
    }

    .respuesta p { width: 80%;}

    .contenido-seo {
        width: 100%;
    }
}            


@media (max-width: 900px){
    #envio-express-tendencia-3 {
    width: 55%;
    padding: 8% 0% 8% 0%;
    margin-top: -738px;
    margin-left: 35%;}
} 


@media (max-width: 800px){
    #envio-express-tendencia-3 {
    width: 55%;
    padding: 8% 0% 8% 0%;
    margin-top: -659px;
    margin-left: 35%;}
    }              


 @media (max-width: 780px){       
    .desktopView .barCpResponsive .barHeaderCP, .fullHeader .barCpResponsive .barHeaderCP {
    background: 0 0!important;
    display: none;} 
}                  


@media (max-width: 768px) {

    .desktop{display: none;}
    .mobile{ display: block;}    

    .sectionModalCreditoCS .divCompleto .unoCS .monto {
    color: var(--color-rojo-pale);
    color: #e2261e;
    font-weight: 600;
    font-size: 20px;
    margin: 5px;}
        
    .sectionModalCreditoCS .divCompleto .unoCS {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    width: 60%;} 

} 

@media (max-width: 700px) {           
    #envio-express-tendencia-3 {
    width: 48%;
    padding: 9% 0% 8% 9%;
    margin-top: -576px;
    margin-left: 33%;}
}            

@media (max-width: 650px) {
    .contenedor-titulo h1 {
        color: #000 !important;
        font-size: 30px;
        padding: 50px 0;
    }   
    .container {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        max-width: 100%;
        /* height: auto; */
        /* margin: auto; */
        padding: 0 20px;
    }

    .sectionModalCreditoCS {
        width: 98%;
    }

    .respuesta p {
    text-align: justify;
    width: 90%;}

    .respuesta {
    text-align: center;
    color: darkgray;
    font-size: 16px;
    width: 98%;
    margin: auto;
    font-weight: 200;
    }

    .bolita{
    width: 1.2%;}

    .sectionModalCreditoCS .divCompleto {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 20px 0;
    }

    .divCompleto{
    margin: auto;   
    } 

    .sectionModalCreditoCS .divCompleto .unoCS {
    display: contents;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    width: 60%;
    } 
         
        
    .sectionModalCreditoCS .divCompleto .unoCS .monto {
    color: var(--color-rojo-pale);
    color: #e2261e;            
    font-weight: 600;
    font-size: 20px;
    }
  
    .sectionModalCreditoCS  .unoCS {
    display: contents;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    width: 80%;
    margin: auto;
    } 

    .unoCS{
    margin: auto;
    width: 90%;
    }    

}


@media (max-width: 600px) {           
    #envio-express-tendencia-3 {
    width: 48%;
    padding: 9% 0% 8% 9%;
    margin-top: -476px;
    margin-left: 33%;}
} 

@media (max-width: 500px) {           
    #envio-express-tendencia-3 {
    width: 48%;
    padding: 9% 0% 8% 9%;
    margin-top: -401px;
    margin-left: 33%;}

    .banner-desktop{display: none;}

    .banner-mobile{display: block;}

} 
    
@media (max-width: 420px) {

    #envio-express-tendencia-3 {
        width: 48%;
        padding: 9% 0% 8% 9%;
        margin-top: -340px;
        margin-left: 33%;
    }

    .info__formasPago .desc__formasPago .tipos__formasPago .listas ul {
        margin-top: 16px;
        padding: 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


    .contenedor-titulo h1 {
        color: #000 !important;
        font-size: 30px;
        padding: 4% 5%;
    }


    .respuesta p {
        width: 100%;
        text-align: justify;
        padding-top: 5%;
    }


    .bolita{
        width: 3%;
    }    

    .sectionModalCreditoCS .divCompleto .sectionButtoCS .btn-credito-disponible {
        border-radius: 30px;    
        min-width: 0px; */
        margin: 0 auto;
    }

    .sectionModalCreditoCS .divCompleto .unoCS {
        display: contents;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        width: 100%;
    }

    .contenedor-titulo h1 {
        color: #000 !important;
        font-size: 28px;
        padding: 40px 0;
    }

}    
      
@media (max-width: 400px) {

    .contenedor-titulo h1 {
    color: #000 !important;
    font-size: 26px;
    padding: 4% 5%;
    }

    #envio-express-tendencia-3 {
        width: 48%;
        padding: 9% 0% 8% 9%;
        margin-top: -300px;
        margin-left: 33%;
    }
}        


@media (max-width: 380px){
    #envio-express-tendencia-3 {
        width: 48%;
        padding: 9% 0% 8% 9%;
        margin-top: -300px;
        margin-left: 33%;
    }
} 

@media (max-width: 350px){
    #envio-express-tendencia-3 {
    width: 48%;
    padding: 9% 0% 8% 9%;
    margin-top: -275px;
    margin-left: 33%;}
}

@media (max-width: 330px){
    #envio-express-tendencia-3 {
    width: 48%;
    padding: 9% 0% 8% 9%;
    margin-top: -250px;
    margin-left: 33%;}
} 

@media (max-width: 300px){
    #envio-express-tendencia-3 {
    width: 48%;
    padding: 9% 0% 8% 9%;
    margin-top: -225px;
    margin-left: 33%;}
}                
