﻿.ib_keyword{
	font-size: 1.34rem;
    text-transform: none;
    color: #999 !important;
	margin-top: 50px;
    margin-bottom: 0;
}
/* productos_overview_home */
.wrapper_logra_metas{
    background: white;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 30%, #dbdbdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(30%, #eaeaea), color-stop(100%, #dbdbdb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 30%, #dbdbdb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 30%, #dbdbdb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 30%, #dbdbdb 100%);
    background: linear, to bottom, white 0%, #eaeaea 30%, #dbdbdb 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
}

.wrapper_productos_overview_home .productos_overview_home{
    display: flex;
    padding: 50px 15px;
}

.wrapper_productos_overview_home .productos_overview_home .info{
    flex:1;
}

.wrapper_productos_overview_home .productos_overview_home .info .titulo{
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    margin: 35px 0 0 0;
    font-size:3.5rem;
    text-transform:none;
}

.wrapper_productos_overview_home .productos_overview_home .info .desc{
    line-height:1.4;
    margin: 20px 0;
    padding-right: 20px;
    color:#808080;
}

.wrapper_productos_overview_home .productos_overview_home .info .enlaces{
    display: flex;
    flex-direction: column;
}
.wrapper_productos_overview_home .productos_overview_home .info .enlaces .enlace{
    font-size:1.6rem;
    line-height: 1;
    margin-bottom: 15px;
}
.wrapper_productos_overview_home .productos_overview_home .productos{
    flex:3;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(29, 26, 26, 0.45);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.wrapper_productos_overview_home .productos_overview_home .productos .producto{
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px 0 15px;
    text-align: center;
    position: relative;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto.producto_bottom{
    margin-top: 20px;
    background: #f4f4f4;
    padding: 30px 15px;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto.producto_bottom:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f4f4f4;
    position: absolute;
    top: -12px;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto .icono{
    color:#012169;
    min-height: 50px;
}

.wrapper_productos_overview_home .productos_overview_home .productos .producto .icono.icono_tarjeta{
    font-size:3.2rem;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto .icono.icono_cuentas,
.wrapper_productos_overview_home .productos_overview_home .productos .producto .icono.icono_plan_unico{
    font-size:4.2rem;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto .icono.icono_prestamo{
    display: flex;
    font-size:5rem;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto .img_producto{
    width: 100px;
    border-radius: 7px;
    overflow: hidden;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto .titulo{
    color: #012169;
    font-size:1.5rem;
    margin-top: 5px;
    width:100%;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto .desc{
    color:#808080;
    line-height: 1.4;
    margin-bottom: 40px;
    width:100%;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto.producto_bottom .desc{
    margin-bottom:0;
}
.wrapper_productos_overview_home .productos_overview_home .productos .producto .enlace{
    position: absolute;
    bottom:10px;
}
/* /productos_overview_home */


/* Banca Digital */
.wrapper_banca_digital .banca_digital{
    padding: 100px 15px 30px 15px;
}

.wrapper_banca_digital .banca_digital .titulo{
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    margin:0 0 50px 0;
}

.wrapper_banca_digital .banca_digital .productos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper_banca_digital .banca_digital .productos .producto{
    width: 27%;
    position: relative;
    margin-bottom: 50px;
}

.wrapper_banca_digital .banca_digital .productos .producto .top{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.wrapper_banca_digital .banca_digital .productos .producto .top .img_producto{
    width: 75px;
    margin-right: 25px;
}

.wrapper_banca_digital .banca_digital .productos .producto .top .img_producto.img_app_popular,
.wrapper_banca_digital .banca_digital .productos .producto .top .img_producto.img_tPago,
.wrapper_banca_digital .banca_digital .productos .producto .top .img_producto.img_telebanco{
    width:16%;
    margin-left: 25px;
    max-width: 50px;
}

.wrapper_banca_digital .banca_digital .productos .producto .top .img_producto.img_internet_banking,
.wrapper_banca_digital .banca_digital .productos .producto .top .img_producto.img_atm,
.wrapper_banca_digital .banca_digital .productos .producto .top .img_producto.img_sab{
    width: 28%;
    max-width: 87px;
}

.wrapper_banca_digital .banca_digital .productos .producto .top .nombre_producto{
    font-family: roboto;
    font-weight: 300;
    color: #000;
    text-transform: none;
    font-size: 3rem;
    margin: 0;
}
.wrapper_banca_digital .banca_digital .productos .producto .desc{
    margin: 0;
    line-height: 1.4;
    font-size: 1.9rem;
    margin-bottom: 40px;
    color: #808080;
}

.wrapper_banca_digital .banca_digital .productos .producto .enlace{
    font-family: roboto !important;
    line-height: 1;
    font-size: 2rem;
    position: absolute;
    bottom:0;
}
/* /Banca Digital */


/* Comunicate con nosotros */
.wrapper_comunicacion .comunicacion{
    padding: 100px 15px 85px 15px;
}
.wrapper_comunicacion .comunicacion .titulo{
    color: #000;
    font-weight: 400;
    line-height: 1.4;
    margin:0 0 70px 0;
    font-family: roboto;
    text-transform: none;
    font-size: 3.5rem;
}
.wrapper_comunicacion .comunicacion .medios_comunicacion{
    display: flex;
    justify-content: center;
}
.wrapper_comunicacion .comunicacion .medios_comunicacion .medio_comunicacion{
    width:33%;
    text-align: center;
}
.wrapper_comunicacion .comunicacion .medios_comunicacion .medio_comunicacion .enlace{
    display: inline-block;
}
.wrapper_comunicacion .comunicacion .medios_comunicacion .medio_comunicacion .icono_medio{
    font-size:7rem;
}
.wrapper_comunicacion .comunicacion .medios_comunicacion .medio_comunicacion .nombre_medio{
    font-family: roboto;
    font-weight: 300;
    color: #000;
    text-transform: none;
    font-size: 2.5rem;
}

.wrapper_comunicacion .comunicacion .medios_comunicacion .medio_comunicacion .chat-icon{
	width:92px;
}

/* /Comunicate con nosotros */

/* IE 10+ */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .wrapper_productos_overview_home .productos_overview_home .productos .producto .enlace{
        left: 38%;
    }
}


/* Home no clientes */
/* :Indrany */
.cuenta-digital-libre {
    padding: 50px 20px;
}



.btn-hazte-cliente {
    text-align: center;
}

.currency {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00709E;
}

.quantity {
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 18px;
    color: #00709E;
}

.descripcion-cuenta .titulo {
    font-size: 28px;
    line-height: 48px !important;

}

.descripcion-cuenta .subtitulo {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px !important;
    color: #353535;
    margin-bottom: 30px;
}

.descripcion-cuenta h2,
.descripcion-cuenta .titulo,
.descripcion-cuenta .descripcion,
.descripcion-cuenta .subtitulo,
.descripcion-cuenta p {
    text-transform: none !important;
}

.descripcion-cuenta .descripcion {
    line-height: 1.2em !important;
    font-style: normal;
    font-size: 20px;
}



.mainHead--firstNumber {
    flex: 1 1 100%;
    padding-top: 30px;
    padding-bottom: 115px;
}

.mainHead--secondNumber {
    flex: 1 1 33%;
}

.mainHead--priceBlock {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 50%;
    align-items: self-start;
    justify-content: center;
}

.mainHead--firstNumber p,
.mainHead--secondNumber p {
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.mainHead--firstNumber .downtext {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 18px;
    color: #00709E;
}

.mainHead--secondNumber .currency {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00709E;
}

.mainHead--secondNumber .downtext {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #00709E;
}

.mainHead--secondNumber .quantity {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 18px;
    color: #00709E;
}

.bannerNoCliente .btn-hazte-cliente {
    width: 100%;
}



.btn-hazte-cliente {
    margin-top: 30px;
}



#card-overview-wrapper {
    padding: 40px 0 50px !important;
}

@media (max-width: 768px) {
    .descripcion-cuenta .descripcion {
        font-size: 18px !important;
    }

    .mainHead--priceBlock {
        display: block;
    }

    .mainHead--firstNumber,
    .mainHead--secondNumber {
        padding: 35px 0;
        border-bottom: 2px solid #002169;
    }


    .mainHead--firstNumber .quantity {
        line-height: 80px;
        order: 2;
    }

    .mainHead--secondNumber .quantity {
        line-height: 64px;
        order: 2;
    }

    .mainHead--secondNumber .currency {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 18px;
        color: #FFFFFF;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #00709E;
    }

    .mainHead--secondNumber .downtext {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 18px;
        color: #00709E;
    }

    .cuenta-digital-libre {
        padding: 40px 0px;
    }

    .cuenta-digital-libre .container {
        width: 100%;
        padding: 0;
    }

    .bannerNoCliente .container{
        width: 100%;
    }

    .btn-hazte-cliente,
    .btn-hazte-cliente:hover,
    .btn-hazte-cliente:link,
    .btn-hazte-cliente:visited {
        display: block !important;
    }

} .bannerNoCliente {
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    min-height: 450px;
    /* height: 550px; */
    padding: 30px 20px;
    color: #fff;
    /* background: linear-gradient(20deg, #012169 19.91%, #00C1D5 100%); */
}

.bannerNoCliente .titulo {
    font-style: normal;
    font-weight: 700;
    line-height: 72px !important;
    /* text-shadow: 1px 1px 10px rgba(0, 0, 0, .5) !important; */
    font-size: 30px !important;
}

.bannerNoCliente .descripcion {
    text-transform: none !important;
    font-size: 20px;
}

#card-overview-wrapper .filter-section,
#card-overview-wrapper .list-section {
    position: inherit !important;
}

#card-overview-wrapper .list-section {
    border-top-left-radius: 0;
}


.titulo-otras-cuentas{
    font-weight: bold;
    font-size: 24px;
    line-height: 40px !important;
    margin-bottom: 40px;
    text-transform: none !important;
    color: #262626 !important;
}



@media (min-width:768px) and (max-width:1199px) {
    .bannerNoCliente {
        height: 450px;
    }
}

@media(max-width:767px) {
    .bannerNoCliente {
        
        min-height: 550px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

   
}

/* :Bryan */
.textoGrande {
    font-size: 55px;
}

.fondoAzul {
    background-color: #EAF5FF;
}

.igualarAltura {
    display: flex;
    flex-wrap: wrap;
}

#bannerPrincipalHome, .contenidoNoCliente {
    display: none;
}

    #porQueElegir .cuadroSombreado {
    background-color: #EAF5FF;
    padding: 20px 45px;
    height: 100%;
    border: 2px solid #E8E6DF;
    border-radius: 10px;
}

#porQueElegir .cuadroSombreado .subtituloElegir {
    line-height: 0.2;
    margin-bottom: 20px;
}

#porQueElegir .cuadroSombreado .descripcionElegir {
    margin-top: 20px;
}

#porQueElegir .tituloSeccion {
    margin-bottom: 30px;
}

#porQueElegir {
    margin-bottom: 30px;
}

.fLoader {
    height: 450px;
}

/* Modal */

.modalHazteCliente {
    position: fixed;
    width: 318px;
    bottom: 142px;
    right: 29px;
    padding: 20px;
    border-radius: 8px;
    display: none;
    z-index: 2;
}

.modalHazteCliente .cerrarModalCliente {
    color: white;
}

.modalHazteCliente p {
    margin-bottom: 20px;
}

/* Boton mobile */

.botonMobileCuenta {
    position: fixed;
    width: 100%;
    padding: 15px;
    bottom: 0;
    z-index: 2;

}

.botonMobileCuenta .btn-orange {
    width: 100%;
}

@media (max-width: 992px) {
    #porQueElegir .cuadroSombreado {
margin-bottom: 30px;
}

.igualarAltura {
display: block;
}
}