@font-face {
    font-family: 'Roboto';
    src: url('fonts/sources/roboto/Roboto-Medium.eot');
    src: url('fonts/sources/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/sources/roboto/Roboto-Medium.woff2') format('woff2'),
        url('fonts/sources/roboto/Roboto-Medium.woff') format('woff'),
        url('fonts/sources/roboto/Roboto-Medium.ttf') format('truetype'),
        url('fonts/sources/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/sources/roboto/Roboto-Bold.eot');
    src: url('fonts/sources/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/sources/roboto/Roboto-Bold.woff2') format('woff2'),
        url('fonts/sources/roboto/Roboto-Bold.woff') format('woff'),
        url('fonts/sources/roboto/Roboto-Bold.ttf') format('truetype'),
        url('fonts/sources/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/sources/roboto/Roboto-Light.eot');
    src: url('fonts/sources/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/sources/roboto/Roboto-Light.woff2') format('woff2'),
        url('fonts/sources/roboto/Roboto-Light.woff') format('woff'),
        url('fonts/sources/roboto/Roboto-Light.ttf') format('truetype'),
        url('fonts/sources/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/sources/roboto/Roboto-Regular.eot');
    src: url('fonts/sources/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/sources/roboto/Roboto-Regular.woff2') format('woff2'),
        url('fonts/sources/roboto/Roboto-Regular.woff') format('woff'),
        url('fonts/sources/roboto/Roboto-Regular.ttf') format('truetype'),
        url('fonts/sources/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/sources/roboto/Roboto-SemiBold.eot');
    src: url('fonts/sources/roboto/Roboto-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/sources/roboto/Roboto-SemiBold.woff2') format('woff2'),
        url('fonts/sources/roboto/Roboto-SemiBold.woff') format('woff'),
        url('fonts/sources/roboto/Roboto-SemiBold.ttf') format('truetype'),
        url('fonts/sources/roboto/Roboto-SemiBold.svg#Roboto-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* Estilos Generales */

.wp-nav-breb {
    margin-top: 20px;
}
.wp-nav-breb .nav-breb {
    display: flex;
    width: 100%;
    padding: 20px 0 0;
}

.wp-nav-breb .nav-breb .item-nav-breb {
    width: 47%;
    margin: 0 7px;
    cursor: pointer;
}

.wp-nav-breb .nav-breb .item-nav-breb img {
    width: 100%;
}

h1, h2, h3, h4{
    font-weight: bold;
    color: #2C66AA;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
}
h2{
    font-size: 50px;
}
p {
    font-size: 24px;
    color: #3B3B3B;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
}
strong {
    font-weight: bold;
}
.img-pagos-inmediatos {
    width: 100%;
}
.content-bre p.txt-pasos-envia {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
/* .content-recibir:after {
    content: "";
    width: 95%;
    height: 2px;
    background-color: #2C66AA;
    display: block;
    margin: 0 auto;
} */
p.txt-guias-banca-movil {
    text-align: right;
    margin-bottom: 0;
}

p.btn-guias-banca-movil {
    text-align: center;
    margin-bottom: 0;
    transition: all 0.5s;
}

p.btn-guias-banca-movil a {
    display: inline-flex;
    background-color: #2C66AA;
    padding: 3% 10%;
    border-radius: 20px;
    color: #ffff;
    height: 100px;
    align-items: center;
    transition: all 0.5s;
}

p.btn-guias-banca-movil a img {
    margin-right: 12px;
}

.row.wp-guias-banca-movil {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.btn-guias-banca-movil a img {
    width: 45px;
    transition: all 0.5s;
}

p.btn-guias-banca-movil a:hover img {
    width: 52px;
}

p.btn-guias-banca-movil a:hover {
    font-weight: bold;
}
.wp-pasos-registro {
    justify-content: center;
}

.wp-pasos-registro .col-sm-2 {
    width: 20%;
}
.wp-pasos-registro .col-sm-2 img {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.wp-registro-llave {
    background-color: #F7F7F7;
    padding: 5% 20px;
}

.wp-registro-llave .title-registro {
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

.wp-registro-llave p {
    width: 80%;
    margin: 0 auto 14px;
    text-align: center;
}

.wp-registro-llave .box-registro-llaves {
    width: 80%;
    margin: 10px auto;
}

.wp-registro-llave .box-registro-llaves img {
    display: block;
    width: 70%;
    margin: 0 auto 10px;
}

.wp-registro-llave .box-registro-llaves p.txt-registro {
    width: 100%;
}

.txt-small {
    font-size: 14px;
}

.wp-registro-llave .wp-guias-banca-movil {
    /* width: 80%; */
    margin: 0 auto;
}

.wp-registro-llave .wp-guias-banca-movil .txt-guias-banca-movil {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
}

.wp-registro-llave .wp-guias-banca-movil .btn-guias-banca-movil {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.seccionLanding-page header {
    display: none;
}
.seccionLanding-page footer {
    display: none;
}
.page-bre-b {
    margin-top: -80px;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}
  
.page-bre-b.active {
    display: block;
    pointer-events: auto;
}
  
.page-bre-b.show {
    overflow: clip;
    opacity: 1;
    transform: translateY(0);
}
.page-bre-b.show .Main {
    padding-top: 0;
    margin-top: 0;
}
img.logo-gnb {
    width: 40%;
    padding-top: 85px;
}
.recibe-bre-b {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.page-bre-b .head-bre-b {
    text-align: center;
    padding: 30px;
}
.page-bre-b .img-banner-bre {
    width: 100%;
}
.banner-bre-b img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-bre {
    padding: 30px 0 0;
}
.content-bre img {
    width: 100%;
    max-width: max-content;
}
.content-bre p {
    margin-bottom: 15px;
}
.spacer-10 {
    display: block;
    height: 10px;
    margin: 10px 0;
}
.spacer-20 {
    display: block;
    height: 20px;
    margin: 20px 0;
}
.spacer-30 {
    display: block;
    height: 30px;
    margin: 20px 0;
}
.spacer-40 {
    display: block;
    height: 20px;
    margin: 40px 0;
}
.content-bre  .img-tiempo {
    display: block;
    margin: 0 auto;
    padding: 20px 0 20px;
    width: 50%;
    max-width: max-content;
}
.wp-que-son-llaves {
    display: flex;
    align-items: center;
}
.wp-pasos-registro img {
    width: 90%;
    margin: 0 auto;
}
.wp-utilizar-llave img {
    width: 100%;
    max-width: 100%;
}
/* Recibir*/
.content-recibir .row {
    align-items: center;
}

.wp-beneficios h2 {
    text-align: center;
    margin-bottom: 40px;
}

.wp-beneficios img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.wp-beneficios .box-beneficio {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.wp-beneficios .box-beneficio .col-img {
    padding: 0;
}
.wp-beneficios .box-beneficio .col-img  img {
    width: 70%;
}
.wp-como-funcionan img {
    width: 80%;
    margin: 0 auto;
}
.wp-preguntas-frecuentes strong {
    display: block;
}
.faqs-breb {
    padding: 10px 10px 30px;
    text-align: center;
}

.faqs-breb .btn-faqs-breb {
    background-color: #2C66AA;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 24px;
}
.faqs-breb .btn-faqs-bre:hover {
    font-weight: bold;
}
.faqs-breb {
    padding: 10px 10px 30px;
    text-align: center;
}

.faqs-breb .btn-faqs-breb {
    background-color: #2C66AA;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    transition: all 0.5s;
}
.faqs-breb .btn-faqs-breb:hover{
    font-weight: bold;
}
.faqs-breb .btn-faqs-breb span {
    scale: 2;
    display: inline-block;
    position: relative;
    top: -3px;
}

.faqs-breb .btn-faqs-breb:hover span {
    font-weight: 400;
    transition: all 0.5s;
    transform: rotate(90deg);
    transform: translateX(4px) rotate(90deg);
    top: 3px;
    left: 5px;
}
.litle-title {
    font-weight: 100;
    width: 80%;
    max-width: 580px;
    color: #58C1F9;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.subtitle-blue {
    color: #230652;
    font-weight: 700;
    font-size: 24px;
    width: 90%;
    max-width: 900px;
    text-align: center;
    margin: 10px auto;
}
.wp-preguntas-frecuentes p {
    text-align: justify;
    font-size: 20px;
}
.faqs-breb .content-hidden-bre-be.activa {
    border: 0;
    padding-top: 40px;
}
.line-dar-blue {
    background-color: #230652;
    height: 8px;
    display: block;
}
.footer-bre {
    background-color: #230652;
    text-align: center;
    padding: 30px;
}

.footer-bre img {
    width: 150px;
}

.seccionBre-b .header-sup {
    display: none;
}

.seccionBre-b .header {
    display: none;
}

.seccionBre-b .servitrust {
    display: none;
}

.seccionBre-b .header-space.hidden-xs {
    display: none !important;
}

img.image-large{
    display: block;
}
img.image-small{
    display: none;
}

@media (max-width: 767px){
    img.image-large{
        display: none;
    }
    img.image-small{
        display: block;
    }

    .wp-pasos-registro img {
        width: 80%;
        margin: 0 auto;
    }
    .wp-que-son-llaves {
        display: grid;
    }
    
    .wp-que-son-llaves .img-arrow-left {
        transform: rotate(90deg);
        display: block;
        margin:  0 auto;
    }
    
    .wp-que-son-llaves h2 {
        text-align: center;
    }
    .wp-pasos-registro .col-sm-2 {
        width: 32%;
    }
}

@media (max-width: 500px){
    p {
        font-size: 18px;
        line-height: 1.1;
    }
    .col-xs-6 {
        width: 50%;
    }
    h2{
        font-size: 40px;
        text-align: center;
        line-height: 1;
    }
    .wp-pasos-registro .col-sm-2 {
        width: 48%;
    }
    
    .content-bre p.txt-pasos-envia {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    p.txt-guias-banca-movil {
        text-align: center;
    }

    p.btn-guias-banca-movil {
        text-align: center;
    }
    .wp-registro-llave .wp-guias-banca-movil .txt-guias-banca-movil {
        text-align: center;
        margin-bottom: 10px;
    }

    .wp-registro-llave .wp-guias-banca-movil .btn-guias-banca-movil {
        text-align: center;
    }
    .wp-beneficios .box-beneficio .col-img {
        width: 25%;
    }

    .wp-beneficios .box-beneficio .col-img  img {
        width: 80%;
    }
    .wp-beneficios .box-beneficio .col-txt {
        width: 75%;
        padding-left: 14px;
    }
}
