/*** genérico ***/
div.boton-unique{
    display: none;
}
.opacity-div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, .1);
}
.wrapper{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*height: 550px;*/
    position: relative;
}
.wrapper-bg-image,
.wrapper-send-newsletter,
.wrapper-img-parallax,
.wrapper-boxes-info,
.wrapper-slick-slider{
    /*margin-bottom: 4px;*/
    padding: 12% 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #000;
    overflow: hidden;
    border-bottom: 0px solid #eee;
}
.wrapper-send-newsletter,
.wrapper-boxes-info,
.wrapper-slick-slider,
.wrapper-equipos-corredores,
.wrapper-text{
    padding: 4% 0;
    background-color: #fff;
}
.wrapper-text{
    padding-bottom: 0;
}
.wrapper-img-parallax{
    padding: 18% 0;
}
.content-bg{/*contenedor*/
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 2;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
}
.content-bg-full{
    max-width: 100%;
}
#content h1.title-bg,
#content h2.title-bg{/*títulos*/
    margin: 0;
    text-transform: uppercase;
    font-size: 3.5em;
    text-align: center;
    color: #fff;
    line-height: 110%;
    font-weight: 300;
}
#content h2.title-bg{/*título*/
    font-size: 38px;
}
#content h2.title-bg {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3em !important;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    color: var(--gray-text-color);
}
p.text-bg{/*texto*/
    width: 85%;
    margin: 2% auto 3% auto;
    font-size: 1.6em;
    line-height: 110%;
}
button.btn-bg{/*botón*/
    width: 80%;
    max-width: 120px;
    padding: 1% 0;
    position: relative;
    cursor: pointer;
    background-color: #cd202c;
    transition: all 0.3s linear;
}
button.btn-bg::before{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255 ,255 , 1);
    transition: all 0.3s linear;
}
button.btn-bg:hover::before{
    width: 100%;
}
button.btn-bg span{
    position: relative;
    z-index: 1;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
button.btn-bg:hover span{
    color: #cd202c;
}
/*** menú flotante ***/
/*ocultamos rrss*/
#asidel{
    display: none !important;
}
.position-fixed{

}
nav.float_menu{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 55%;
    max-width: 220px;
    /*position: fixed;*/
    position: absolute;
    top: 50%;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    color: #000;
    z-index: 92;
}
nav.float_menu.position-fixed{
    position: fixed;
    top: 120px;
    webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
nav.float_menu.position-absolute{
    position: absolute;
    botton: 120px;
    webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.bottom{
    top:auto;
    bottom:0;
    position:absolute;
}
nav.float_menu ul{
    width: 100%;
    padding: 0;
}
nav.float_menu ul li{
    width: 100%;
    height: 1.6rem;
}
nav.float_menu ul li.social-options {
    height: auto;
}
nav.float_menu ul li a{
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1.3rem;
    padding: 0 .7rem;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
nav.float_menu ul li a.hightlight-option{
    font-weight: 600;
}
nav.float_menu ul li a:hover{
}
nav.float_menu ul li ul li{
    height: auto
}
nav.float_menu ul li ul{
    margin: .5rem 0 0 0;
    padding: 0 0.7rem;
    overflow: hidden;
}
nav.float_menu ul li ul li a {
    width: 34px;
    height: 28px;
    float: left;
    margin-right: 5px;
    opacity: .7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: transparent url(/web/img/bgs/icons.png) no-repeat;
}
nav.float_menu ul li ul li a:hover{
    opacity: 1;
}
nav.float_menu ul li ul li a.social_fb {
    background-position: 0 -147px;
}
nav.float_menu ul li ul li a.social_tw{
    background-position: 0 -185px;
}
nav.float_menu ul li ul li a.social_vi{
    background-position: 0 -297px;
}
nav.float_menu ul li ul li a.social_yt{
    background-position: 0 -223px;
    margin-right: 0;
}
/*título descubre la gama*/
.descubre-gama--title{
    width: 100%;
    padding: 0;
    margin-bottom: 4%;
    text-align: center;
}
.descubre-gama--title a{
    height: 100%;
    display: inline-block;
}
.descubre-gama--title h2.title-bg,
.descubre-gama-img{
    display: inline-block;
    vertical-align: middle;
}
.descubre-gama--title h2.title-bg{
    color: #6d6d6d !important;
}
.descubre-gama-img{
    width: 50%;
    max-width: 240px;
}
.descubre-gama-img img{
    max-width: 100% !important;
    height: auto;
    display: block;
}
/*** backgrounds a pantalla completa: imagen y vídeo ***/
.wrapper-bg-image{
    height: calc(100vh - 110px);
    padding: 0;
    margin-top: -1px;
}
.wrapper-bg-image .content-bg{
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 25%;
    left: 5%;
    /*transform: translate(-50%, -50%);*/
    text-align: left;
}
#content .wrapper-bg-image h1.title-bg,
#content .wrapper-bg-image p.text-bg{
    /*text-shadow: 1px 2px 3px #666;*/
    color: #000;
    text-align: left;
}
#content .wrapper-bg-image h1.title-bg{
    width: 100%;
    margin-bottom: .3rem;
    font-size: 3.4em;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 100%;
}
#content .wrapper-bg-image p.text-bg{
    width: 90%;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 0 2% 0;
}
.video-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 91;
}
video.bg-video-full {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: calc(50% + 35px);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wrapper-bg-image .fa.fa-play,
.wrapper-bg-image .fa.fa-play-circle,
.wrapper-bg-image .fa.fa-youtube-play{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 6rem;
    color: #fff;
    cursor: pointer;
}
.wrapper-bg-image .fa-play:hover{
    opacity: .9;
}

.wrapper-full-bgimage a.play-video.view-more-product {
    border: 0;
    background-color: unset !important;
}

/*popup vídeo*/
.popup-video{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .9);
    /*visibility: hidden;
    transition: visibility 300ms linear;*/
    display: none;
}
.popup-video .fa-times{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 2em;
    z-index: 99999;
    cursor: pointer;
}
.popup-video .fa-times:hover{
    opacity: .9;
}
.popup-video iframe,
.popup-video video,
.popup-video #player{
    width: 98%;
    max-width: 900px;
    height: auto;
    min-height: 527px;
    /*display: block;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/**** send newsletter ***/
.wrapper-send-newsletter{
    background-image: none;
}
#content .wrapper-send-newsletter h2.title-bg,
.wrapper-send-newsletter p.text-bg,
#content .wrapper-boxes-info h2.title-bg,
.wrapper-boxes-info p.text-bg,
#content .wrapper-slick-slider h2.title-bg,
.wrapper-slick-slider p.text-bg{
    color: #6d6d6d;
    text-align: left;
}
#content .wrapper-boxes-info h2.title-bg,
.wrapper-boxes-info p.text-bg,
#content .wrapper-slick-slider h2.title-bg,
.wrapper-slick-slider p.text-bg{
    text-align: center;
    color: #474747;
}
.wrapper-send-newsletter p.text-bg,
.wrapper-boxes-info p.text-bg,
.wrapper-slick-slider p.text-bg{
    width: 100%;
    font-size: 1rem;
    margin: 1% 0 2% 0;
    color: #757575;
}

figure.send-newsletter-img,
.send-newsletter-text{
    display: inline-block;
    vertical-align: middle;
}
figure.send-newsletter-img{
    width: 100%;
    max-width: 400px;
    height: auto;
}
figure.send-newsletter-img img{
    max-width: 100%;
    height: auto;
    display: block;
}
.text-newsletter{
    width: 59%;
    display: inline-block;
    vertical-align: middle;
}
.send-newsletter-text{
    display: inline-block;
    padding-left: 4%;
    vertical-align: middle;
    width: 39%;
}
form.form-b2c{
    width: 100%;
    height: 3rem;
    margin: 0 auto;
    overflow: hidden;
    float: left;
}
form.form-b2c input[type="email"],
form.form-b2c input[type="submit"]{
    height: 100%;
    border: 0;
    font-family: "Roboto Condensed", sans-serif;
}
form.form-b2c input[type="email"]{
    width: 80%;
    float: left;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}
form.form-b2c input[type="submit"]{
    width: 20%;
    background-color: #cd202c;
    color: #fff;
    text-transform: uppercase;
}
form.form-b2c input:focus{
    outline: 0;
}
/*** imagen con efecto tipo parallax ***/
.wrapper-img-parallax{
    background-color: #fff;
    padding: 0;
}
div.img-parallax{
    padding: 18% 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
div.img-parallax_2{
    padding: 18% 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
/*** sección con cajas que al hacer hover aparece texto ***/
.wrapper-boxes-info{
    background-image: none;
}
ul.boxes-list{
    width: 100%;
    height: auto;
    margin: 0 0 -2% 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
li.boxes-list__item{
    width: 28.1%;
    min-width: 166px;
    max-width: 400px;
    /*height: 258px;*/
    height: auto;
    display: inline-block;
    margin-right: 5%;
    margin-bottom: 3%;
    position: relative;
}
li.boxes-list__item:nth-child(3),
li.boxes-list__item:nth-child(6),
li.boxes-list__item:nth-child(9),
li.boxes-list__item:nth-child(12){
    margin-right: 0;
}
li.boxes-list__item a{
    width: 100%;
    height: 100%;
    display: block;
}
li.boxes-list__item img{
    width: 100% !important;
    height: 100%;
    max-height: 235px;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
li.boxes-list__item h3{
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
}
p.boxes-list__item--text{
    width: 100%;
    height: calc(100% - 35px);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content-boxes-list__item{
    width: 94%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 100;
}
li.boxes-list__item:hover  p.boxes-list__item--text,
li.boxes-list__item:hover .content-boxes-list__item {
    opacity: 1;
}
span.boxes-list__item--title{
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 15px;
}
li.boxes-list__item.video-box a::before{
    font-family: FontAwesome;
    content: '\f04b';
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    padding: 21px 20px 15px 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 2.5rem;
    color: #000;
    background-color: #fff;
}
li.boxes-list__item.video-box a:hover{
    opacity: .9;
}
/***sección mapa***/
#product_store_locator{
    padding: 4% 0;
    border-bottom: 2px solid #eee;
}
#product_store_locator .title{
    color: #474747;
    font-size: 38px;
}
/*** sección del slick slider ***/
.wrapper-slick-slider .slider {
    width: 94%;
    height: auto;
    margin: 0 auto;
}
/*.slider img{
    width: 100% !important;
    max-width: 366px;
    height: 100%;
    max-height: 13rem;
}*/
.wrapper-slick-slider .slick-slide {
    height: 100%;
    max-height: 220px;
    margin: 0 20px;
    overflow: hidden;
    /*padding-top: 76px;
    pointer-events: none;*/
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
}
.wrapper-slick-slider .slick-slide a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrapper-slick-slider .slick-list{
    padding: 0 !important;
}
.wrapper-slick-slider .slick-list:focus {
    outline: none;
}
/*dots y arrows*/
.wrapper-slick-slider .slick-dots{
    bottom: -38px;
}
.wrapper-slick-slider .slick-dots li button::before{
    font-size: 3rem;
}
.wrapper-slick-slider .slick-dots li.slick-active button::before{
    color: #cd202c;
}
.wrapper-slick-slider .slick-prev,
.wrapper-slick-slider .slick-next{
    height: 40px;
    margin-top: -24px;
}
.wrapper-slick-slider .slick-prev:before,
.wrapper-slick-slider .slick-next:before{
    font-family: FontAwesome;
    font-size: 3rem;
    line-height: 1;
    font-weight: bolder;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    color: #cd202c;
}
.wrapper-slick-slider .slick-prev:before{
    content: '\f104 ';
}
.wrapper-slick-slider .slick-next:before{
    content: '\f105';
}
.wrapper-slick-slider .slick-center{
    /*-webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    margin: -37px 0 0 0;*/
}
.wrapper-slick-slider .slick-slider img{
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    display: block;
}
/*** sección bloque equipo corredores ***/
.wrapper-equipos-corredores{
    overflow: hidden;
    border-bottom: 2px solid #eee;
    padding-bottom: 19%;
}
.equipos-corredores--title{
    width: 100%;
    text-align: center;
}
.equipos-corredores--title h2.title-bg{
    color: #474747 !important;
    font-size: 36px !important;
}
.equipos-corredores--title .text-bg{
    width: auto;
    font-size: 1rem;
    margin: 1% 0 2% 0;
    color: #757575;
}
.wrapper-equipos-corredores img{
    width: 100%;
    height: 100%;
    display: block
}
.wrapper-equipos-corredores .top-equipos,
.wrapper-equipos-corredores .center-equipos{
    width: 91%;
    max-width: 1385px;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
.wrapper-equipos-corredores .top-equipos{
    margin-bottom: 100px;
}
.wrapper-equipos-corredores .top-left{
    width: 45%;
    max-width: 450px;
    height: auto;
    max-height: 250px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10%;
    padding-top: 0;
}
.wrapper-equipos-corredores .top-center{
    width: 257px;
    height: 334px;
    display: inline-block;
    position: relative;
}
.wrapper-equipos-corredores .top-center--text{
    width: 100%;
    position: absolute;
    top: 70px;
    padding: 5% 0;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
}
.wrapper-equipos-corredores .center-left{
    width: 45%;
    max-width: 450px;
    height: auto;
    max-height: 250px;
    display: inline-block;
    margin-right: 10%;
}
.wrapper-equipos-corredores .center-equipos{
    padding-left: 5%;
    position: relative;
    z-index: 2;
}
.wrapper-equipos-corredores .center-text,
.wrapper-equipos-corredores .center-tex-mob{
    width: 28%;
    max-width: 380px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2%;
    text-align: center;
}
.wrapper-equipos-corredores .center-text p,
.wrapper-equipos-corredores .center-text-mob p{
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 130%;
    color: #231F20;
}
.wrapper-equipos-corredores .center-text p:after,
.wrapper-equipos-corredores .center-text-mob p:after{
    content: url(/download/bancorecursos/portadab2c/landing_junio/separator.png);
    display: block;
    padding: 3% 0;
    font-weight: 800;
}
.wrapper-equipos-corredores .center-text a,
.wrapper-equipos-corredores .center-text-mob a{
    display: block;
    font-size: 1.2rem;
    margin-top: 5%;
}
.wrapper-equipos-corredores .bg-equipos{
    width: 39%;
    max-width: 550px;
    height: auto;
    max-height: 566px;
    position: absolute;
    top: 100%;
    margin-top: -4px;
    right: 50%;
    margin-right: -702px;
    z-index: 1;
}
.bg-equipos--text{
    width: 100%;
    position: absolute;
    top: 80%;
    color: #fff;
    padding: 4% 10px;
    background-color: rgba(0, 0, 0, .9);
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
}
.center-text-mob{
    display: none;
}
/**bloque iconosx2**/
.bloque-iconosx2{
    height: 600px;
    height: 60vh;
    min-height: 400px;
    max-height: 550px;
    margin-top: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: transparent;
    overflow: hidden;
}
.no-flexbox .bloque-iconosx2{
    overflow: hidden;
}
.bloque-iconosx2__block{
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -o-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.no-flexbox .bloque-iconosx2__block{
    float: left;
    position: relative;
}
.bloque-iconosx2__block__content{
    max-width: 420px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}
.no-flexbox .bloque-iconosx2__block__content{
    position: absolute;
    left: 50%;
    margin-left: -200px;
}
#content .bloque-iconosx2__block__content h1{
    margin-bottom: 10px;
    font-size: 1.8em;
}
.bloque-iconosx2__block__content__bottom{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.no-flexbox .bloque-iconosx2__block__content__bottom{
    display: block;
}
.bloque-iconosx2__block__content__bottom p{
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -o-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 115px;
    margin-right: 10px;
    font-size: .98em;
    text-align: justify;
}
.btn-black{
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    -o-flex: 0 0 30%;
    flex: 0 0 30%;
    min-width: 130px;
    position: relative;
    padding: 10px;
    font-size: .75em;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
}
.btn-black:hover,
.btn-black:focus{
    color: #fff;
}
.btn-black::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255,255,255,0.3);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.btn-black:hover::before{
    width: 100%;
}
.no-flexbox .btn-black,
.no-flexbox .bloque-iconosx2__block__content__bottom p{
    display: inline-block;
    vertical-align: middle;
}
/*bloque derecha*/
.bloque-iconosx2__block:last-child{
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}
.bloque-iconosx2__block:last-child .bloque-iconosx2__block__content{
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    margin-right: 10px;
    margin-bottom: 10px;
}
.no-flexbox .bloque-iconosx2__block:last-child .bloque-iconosx2__block__content{
    bottom: 10px;
    left: 90%;
}
.bloque-iconosx2__block:last-child  .bloque-iconosx2__block__content__bottom{
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.bloque-iconosx2__block:last-child  .bloque-iconosx2__block__content__bottom p{
    margin-right: 0;
    margin-left: 10px;
}
/*fin bloque derecha*/
/**bloque iconos*2*/
.bloque-text2{
    width: 100%;
    height: 600px;
    height: 60vh;
    min-height: 400px;
    max-height: 550px;
    padding: 2.4rem 0;
    margin-top: 3px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.no-flexbox .bloque-text2{
    position: relative;
}
.bloque-text2__top{
    width: 98%;
    max-width: 510px;
    text-align: center;
}
.no-flexbox .bloque-text2__top{
    margin-left: auto;
    margin-right: auto;
}
#content .bloque-text2__top h1{
    margin: 0 auto 5px auto;
    font-size: 2.5em;
    font-weight: 800;
    text-align: center;
    text-shadow: 1px 1px 1px #eee;
}
#content .bloque-text2__top p{
    margin: 0 auto 25px auto;
    font-size: .98em;
    color: #fff;
}
.btn-black--group{
    padding-top: 13px;
    padding-bottom: 13px;
    margin-right: 5px;
}
.btn-black--group:last-child{
    margin-right: 0;
}
.btn-black--group:hover{
    color: #fff;
}
.bloque-text2__bottom{
    width: 98%;
    max-width: 650px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.no-flexbox .bloque-text2__bottom{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    text-align: center;
}
.bloque-text2__bottom li{
    flex: 1 0 33.3333%;
    max-width: 160px;
    text-align: center;
}
.no-flexbox .bloque-text2__bottom li{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.no-flexbox .bloque-text2__bottom li:last-child{
    margin-right: 0;
}
.bloque-text2__bottom li a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
.bloque-text2__bottom li a:hover{
    color: rgba(0, 0, 0, .8);
}
.bloque-text2__bottom p{
    margin-top: 3px;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
}
.bloque-text2__bottom img{
    max-width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
}
/**media queries para bloques bloque_iconosx2 y bloque_text2**/
@media screen and (max-width: 61.250em) {  /*hasta 980px*/
    /**bloque iconosx2**/
    .bloque-iconosx2{
        max-height: 100%;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .bloque-iconosx2__block{
        width: 100%;
        height: 50%;
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        -o-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .bloque-iconosx2__block:last-child{
        margin-top: 2px;
    }
    /*bloque text2*/
    .bloque-text2{
        height: 40vh;
    }
}
@media screen and (max-width: 30.000em) {  /*hasta 480px*/
    /*bloque iconosx2*/
    .bloque-iconosx2{
        min-height: 510px;
        max-height: 100%;
    }
    #content .bloque-iconosx2__block__content h1{
        margin-bottom: 6px;
        padding-bottom: 0;
        font-size: 1.5em;
        text-shadow: 1px 1px 1px #eee;
    }
    .bloque-iconosx2__block__content__bottom,
    .bloque-iconosx2__block:last-child  .bloque-iconosx2__block__content__bottom{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .bloque-iconosx2__block__content__bottom p{
        margin-bottom: 10px;
        font-size: .88em;
        text-align: center;
        text-shadow: 1px 1px 1px #eee;
    }
    #content .bloque-iconosx2__block__content .btn-black{
        padding: 6px;
    }
    /*bloque text2*/
    .bloque-text2{
        min-height: 360px;
        max-height: 100%;
    }
    #content .bloque-text2__top h1{
        font-size: 1.6em;
    }
    #content .bloque-text2__top p{
        font-size: .83em;
    }
    .bloque-text2__bottom li{
        margin-bottom: 10px;
    }
    .bloque-text2__bottom li:last-child{
        margin-bottom: 0;
    }
    .bloque-text2__bottom img{
        max-width: 46px;
    }
    .bloque-text2__bottom p{
        font-size: .7em;
    }
    .btn-black{
        font-size: .65em;
    }
}
/***NUEVO BLOQUE con fondo y bloque texto y botones en 3 posiciones diferentes***/
.wrapper-bg-image .content-bg:not(.centro),.wrapper-bg-image .content-bg:not(.izquierda),.wrapper-bg-image .content-bg:not(.derecha){
    display: none;
}
.wrapper-bg-image .content-bg.centro,
.wrapper-bg-image .content-bg.izquierda,
.wrapper-bg-image .content-bg.derecha{
    width: 98%;
    max-width: 98%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items:  center;
    position: relative;
    z-index: 95;
    top: 0;
    left: 0;
}
.wrapper-bg-image .content-bg.izquierda{
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}
.wrapper-bg-image .content-bg.derecha{
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}
.wrapper-bg-image .content-bg__wrapper{
    width: 94%;
    max-width: 420px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.wrapper-bg-image .content-bg.centro .content-bg__wrapper{
    width: 98%;
    max-width: 870px;
    margin-top: 25.5%;
}
#content .wrapper-bg-image .content-bg.centro h1.title-bg,
#content .wrapper-bg-image .content-bg.izquierda h1.title-bg,
#content .wrapper-bg-image .content-bg.derecha h1.title-bg{
    width: 100%;
    font-size: 40px;
    font-size: 2.6rem;
    font-style: italic;
    font-weight: 600;
    text-shadow: 3px 1px 10px #000;
    color: #fff;
}
#content .wrapper-bg-image .content-bg.centro h1.title-bg{
    font-size: 3.1rem;
    text-align: center;
    font-style: normal;
}
.wrapper-bg-image .content-bg__wrapper p.text-bg{
    color: #fff;
    visibility: hidden;
    text-indent: -999em;
    display: none;
}
.content-bg.centro a.view-more-product,
.content-bg.izquierda a.view-more-product,
.content-bg.derecha a.view-more-product{
    height: 3rem;
    line-height: 3rem;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 21px;
    font-size: 1.313rem;
    font-weight: 800;
    text-transform: capitalize;
   /* background-color: #cd202c;*/
    border: 0;
}
.content-bg.izquierda a.view-more-product,
.content-bg.derecha a.view-more-product{
    margin-top: 2%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.113rem;
}
.content-bg.centro a.view-more-product{
    margin: 4% auto 0 auto;
}
.content-bg.centro a.view-more-product::before,
.content-bg.izquierda a.view-more-product::before,
.content-bg.derecha a.view-more-product::before{
    visibility: hidden;
    display: none;
}
.content-bg.centro a.view-more-product::after,
.content-bg.izquierda a.view-more-product::after,
.content-bg.derecha a.view-more-product::after{
    left: 0;
    background-color: #000;
    border: 0;
}
/*bloque tecnologías doble imagen - estilo web Adidas-*/
section.tecnologias-doble-imagen{
    padding: 20px 2%;
}
section.tecnologias-doble-imagen .bg-opacity-white,
.tecnologias-doble-imagen_img .bg-opacity-white-desktop{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .2);
    z-index: 1;
}
.tecnologias-doble-imagen--block{
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.tecnologias-doble-imagen_img{
    width: 72%;
    padding: 20% 0;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.tecnologias-doble-imagen--block.doble-imagen-block--right .tecnologias-doble-imagen_img{
    float: right;
    background-position: right center;
}
.tecnologias-doble-imagen__text{
    width: 35%;
    max-width: 410px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50% , -50%);
    -moz-transform: translate(50% , -50%);
    -ms-transform: translate(50% , -50%);
    -o-transform: translate(50% , -50%);
    transform: translate(50% , -50%);
    z-index: 2;
}
.tecnologias-doble-imagen--block.doble-imagen-block--right .tecnologias-doble-imagen__text{
    right: calc(100% - 410px);
}
.tecnologias-doble-imagen_img figure{
    width: 54%;
    max-width: 500px;
    height: auto;
    max-height: 500px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.tecnologias-doble-imagen--block.doble-imagen-block--right .tecnologias-doble-imagen_img figure{
    right: 0;
}
.tecnologias-doble-imagen_img figure img{
    width: 100%;
    height: 100%;
    display: block;
}
#content .tecnologias-doble-imagen__text h1{
    font-size: 1.7rem;
    font-weight: 800;
}
#content .tecnologias-doble-imagen__text p{
    font-family: 'Roboto',sans-serif;
    font-size: .9rem;
    font-weight: 300;
    line-height: 175%;
    text-shadow: 0px 0px 0px #000;
}
a.tecnologias-doble-imagen__link{
    width: 30%;
    max-width: 135px;
    /*display: block;*/
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    /*font-size: .95rem;*/
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    visibility: hidden;
    display: none;
}
a.tecnologias-doble-imagen__link:hover{
    opacity: .9;
}
/** **/
.img-spec {
    padding: 5.1em 0;
}
/**media querie para NUEVO BLOQUE con fondo y bloque texto y botones en 3 posiciones diferentes**/
/*** media queries ***/
@media (max-width: 61.188em) {  /*hasta 979px*/
    #home .wrapper-slick-slider .slick-slider img{
        width: 100% !important;
    }
    .wrapper-bg-image .content-bg{
        top: 3%;
    }
    #content .wrapper-bg-image h1.title-bg{
        padding-left: 0;
    }
    button.btn-bg{
        padding: 2% 0;
    }
    form.form-b2c{
        width: 100%;
        float: none;
    }
    div.img-parallax{
        background-image: url(/download/bancorecursos/portadab2c/landing_junio/bg-parallax-mob.jpg);
        background-position: center center !important;
        padding: 45% 0;
    }
    .content-boxes-list__item{
        top: 40%;
        line-height: 100%;
        font-size: 12px;
    }
    li.boxes-list__item img{
        height: 200px;
    }
    .slider{
        height: 100%;
    }
    .wrapper-slick-slider .slider{
        height: auto !important;
    }
    /*equipos corredores*/
    .wrapper-equipos-corredores .top-equipos{
        margin-bottom: 25px;
    }
    .wrapper-equipos-corredores .center-text{
        width: 42%;
    }
    .wrapper-equipos-corredores .bg-equipos{
        width: 45% !important;
        right: 0;
        top: 109%;
        margin-right: 0 !important;
    }
    /*mapas*/
    #store-locator-sidebar .results_container .results li .shop_type img{
        width: auto;
    }
    /*zig zag*/
    .tecnologias-doble-imagen__text{
        width: 50%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        left: 0;
        right: 0;
    }
    .tecnologias-doble-imagen_img{ /*está replicada en la media querie hasta 767px para que pise de la otra hoja de estilos*/
        width: 100%;
        min-height: 250px;
        float: none;
        padding: 20px 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .tecnologias-doble-imagen--block.doble-imagen-block--right .tecnologias-doble-imagen_img{
        float: none;
        background-position: center center;
    }
}
@media (max-width: 47.938em){ /*hasta 767px*/
    /*tecnologias zig zag*/
    #content .wrapper-bg-image .content-bg.centro h1.title-bg,
    #content .wrapper-bg-image .content-bg.izquierda h1.title-bg,
    #content .wrapper-bg-image .content-bg.derecha h1.title-bg{
        font-size: 30px;
        font-size: 1.875rem;
    }
    #content .wrapper-bg-image .content-bg.centro{
        /*height: auto;     */
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
    }
    #content .wrapper-bg-image .content-bg.izquierda .content-bg__wrapper,
    #content .wrapper-bg-image .content-bg.derecha .content-bg__wrapper{
        margin-bottom: 20px;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
    }
    .content-bg.centro a.view-more-product,
    .content-bg.izquierda a.view-more-product,
    .content-bg.derecha a.view-more-product{
        height: 2em;
        line-height: 2em;
        font-size: 16px;
        font-size: 1rem;
    }
    /*tecnologías*/
    section.tecnologias-doble-imagen .bg-opacity-white,
    .tecnologias-doble-imagen_img .bg-opacity-white-desktop{
        visibility: visible;
        display: block;
    }
    section.tecnologias-doble-imagen .bg-opacity-white{
        background-color: rgba(255, 255, 255, .8);
    }
    section.tecnologias-doble-imagen .bg-opacity-white{
        display: block;
    }
    section.tecnologias-doble-imagen .bg-opacity-white-desktop{
        display: none;
    }
    .tecnologias-doble-imagen--block{
        margin-bottom: 0;
        /* margin-left: -7px;
         margin-right: -7px;*/
    }
    /*.tecnologias-doble-imagen_img,
    .tecnologias-doble-imagen--block.doble-imagen-block--right .tecnologias-doble-imagen_img{
        width: 100%;
        float: none;
        padding: 55% 0;
        background-position: center center;
        background-size: cover;
    }*/
    .tecnologias-doble-imagen_img figure{
        width: 90%;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50%;
        z-index: 2;
    }
    /*.tecnologias-doble-imagen__text,
    .tecnologias-doble-imagen--block.doble-imagen-block--right .tecnologias-doble-imagen__text{
        width: 93%;
        top: 70%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: 0 auto;
        z-index: 2;
    }*/
    #content .tecnologias-doble-imagen__text h1{
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    #content .tecnologias-doble-imagen__text h1{
        font-size: 1.4rem;
    }
    #content .tecnologias-doble-imagen__text p{
        font-size: .73rem;
    }
    .nav-down #page{
        padding-top: 72px;
    }
    .home.nav-down #header.menu-transparente .top_bar{
        height: auto;
    }
    #content h1.title-bg{
        padding-right: 0;
        font-size: 2.2em;
    }
    #content h2.title-bg{
        font-size: 22px;
    }
    p.text-bg,
    button.btn-bg span{
        font-size: 1em;
    }
    .wrapper-send-newsletter p.text-bg,
    .wrapper-boxes-info p.text-bg,
    .wrapper-slick-slider p.text-bg{
        font-size: .9em;
    }
    figure.send-newsletter-img{
        width: 70%;
    }
    .text-newsletter{
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .send-newsletter-text{
        width: 98%;
    }
    form.form-b2c{
        width: 98%;
    }
    li.boxes-list__item,
    li.boxes-list__item:nth-child(3),
    li.boxes-list__item:nth-child(6),
    li.boxes-list__item:nth-child(9),
    li.boxes-list__item:nth-child(12){
        margin-right: 3%;
    }
    .wrapper-bg-image{
        height: calc(100vh - 68px);
        /* background-image: url(/web/portadas/img/bg-portadab2c-mob.jpg);*/
    }
    #content .wrapper-bg-image h1.title-bg{
        font-size: 2em;
    }
    #content .wrapper-bg-image p.text-bg{
        font-size: .9em;
    }
    .wrapper-slick-slider p.text-bg{
        margin-bottom: 2%;
    }
    ul.boxes-list{
        margin-bottom: -5%;
    }
    li.boxes-list__item{
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
        display: block;
        position: relative;
    }
    li.boxes-list__item:nth-child(even){
        margin-right: 0;
    }
    li.boxes-list__item img{
        height: auto
    }
    /*texto de bloque 4 ya no es hover, pasa debajo de imagen*/
    .content-boxes-list__item{
        width: 100%;
        max-width: 400px;
        position: relative;
        top: 0;
        left: 0;
        padding: 8px 0;
        margin: 0 auto;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        display: block;
        background-color: rgba(0, 0, 0, .8);
    }
    p.boxes-list__item--text{
        background-color: transparent;
    }
    span.boxes-list__item--title{  }
    li.boxes-list__item img{
        max-width: 400px !important;
        max-height: 100%;
    }
    li.boxes-list__item h3{
        margin-top: 5px;
    }
    .slick-center{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
    }
    .slick-slide{
        padding-top: 0;
    }
    .slick-slide img{
        height: 100%;
    }
    .slick-prev,
    .slick-next{
        transform: translateY(-50%);
    }
    .slick-prev{
        left: -13px;
    }
    .slick-next{
        right: -13px;
    }
    .wrapper-slick-slider .slick-prev, .wrapper-slick-slider .slick-next{
        margin-top: 0;
    }
    /*sección equipos corredores*/
    .wrapper-equipos-corredores{
        padding-bottom: 6% !important;
    }
    .wrapper-equipos-corredores .top-equipos,
    .wrapper-equipos-corredores .center-equipos{
        width: 95%;
        text-align: center;
    }
    .wrapper-equipos-corredores .top-equipos{
        margin-bottom: 0;
    }
    .wrapper-equipos-corredores .center-equipos{
        padding-left: 0;
    }
    .equipos-corredores--title h2.title-bg,
    #product_store_locator .title{
        font-size: 22px !important;
    }
    .equipos-corredores--title .text-bg{
        font-size: .9em;
    }
    .equipos-corredores--title{
        margin-bottom: 20px;
    }
    .wrapper-equipos-corredores .top-left,
    .wrapper-equipos-corredores .top-center,
    .wrapper-equipos-corredores .center-left{
        width: 100%;
        height: auto;
        max-height: 100%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-equipos-corredores .top-center{
        max-width: 257px;
    }
    .wrapper-equipos-corredores .center-text{
        display: none;
    }
    .wrapper-equipos-corredores .center-text p{
        font-size: 1.3rem;
    }
    .wrapper-equipos-corredores .bg-equipos{
        display: none;
    }
    .center-text-mob{
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .wrapper-equipos-corredores .center-text-mob p{
        font-size: 1.1rem;
    }
    .wrapper-equipos-corredores .center-text-mob p:after{
        padding: 1% 0;
    }
    .wrapper-equipos-corredores .center-text-mob a{
        margin-top: 10px;
    }
    /*ocultamos vídeo y ponemos imagen alternativa*/
    .video-wrapper{
        background-image: url(/download/bancorecursos/portadab2c/landing_junio/altervideo-mob.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }
    .video-wrapper .show-for-medium-up{
        display: none;
    }
    nav.float_menu{
        display: none;
    }
    .descubre-gama--title{
        margin-bottom: 0;
    }
    .descubre-gama-img{
        display: block;
        text-align: center;
        margin: 5px auto 0 auto;
    }
}
@media screen and (max-width: 47.938em) and (orientation: landscape){
    section.wrapper-bg-image{
        height: 100%;
        min-height: 800px;
    }
    .wrapper-bg-image .content-bg.centro .content-bg__wrapper{
        margin-top: 9.5%;
    }
    .bloque-iconosx2{
        min-height: 550px;
    }
}
@media (min-width: 1400px){
    .wrapper-slick-slider .slider{
        height: 175px;
    }
}
@media (max-width: 85.375em){ /*hasta 1366px, sólo para sección equipos corredores*/
    .wrapper-equipos-corredores{
        padding-bottom: 14%;
    }
    .wrapper-equipos-corredores .bg-equipos{
        width: 33%;
        margin-right: -620px;
    }
}

/*clase que agrega un background*/
.background-section{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
/*icono play para vídeo alternativo a imagen en portada*/
.video-alternative{
    position: relative;
    max-height: 100%;
}
.video-alternative .imagen a::after{
    width: 70px;
    height: 70px;
    font-family: FontAwesome;
    content: '\f04b';
    position: absolute;
    top: calc(50% + 25px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 27px 20px;
    font-size: 3rem;
    background-color: #fff;
    border-radius: 50%;
}
.video-alternative .imagen a:hover,
.video-alternative .imagen a:focus{
    color: #000;
}
@media (max-width: 47.938em) {  /*hasta 767px*/
    .video-alternative .imagen a::after{
        top: 50%;
    }
}

/*quitamos borde inferior a secciones cuando no queremos que salga*/
.no-border-bottom .wrapper-bg-image{
    border: 0;
}
/*div 100% que envuelve los section*/
.full-block{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.full-block.bg-black{
    background-color: white;
}
/*padding a section que está dentro de .full-block*/
.full-block > section,
.full-block > div,
.full-block > article{
    padding: 5% 0;
}
/*genérico*/
.title-textdegradate,
.textfadein{
    width: 98%;
    max-width: 720px;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
}
#content .title-textdegradate__title,
.title-textdegradate__title,
#content .imgopacity-textfadein__title ,
.imgopacity-textfadein__title{
    font-family: 'Roboto Condensed Bold', sans-serif;
    font-size: 4.063em; /*65px*/
    text-align: center;
    text-transform: uppercase;
    color: black;
    /*word-break: break-all;*/
}
#content h2.degradate-text,
.degradate-text,
.imgopacity-textfadein__text{
    margin: 4.5% 0 0 0; /*40px*/
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 1.563em; /*25px*/
    line-height: 120%;
    text-transform: none;
    color: black;
}

/**sección título y texto degradado**/
#content h2.degradate-text,
.degradate-text{
    background: -webkit-linear-gradient(to bottom, #111, #eee);
    background: linear-gradient(to bottom, #111, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/**sección imagen que al hacer scroll cubre una capa y aparece un texto por debajo**/
#content .imgopacity-textfadein__title span,
.imgopacity-textfadein__title span{
    color: #c0bcbc;
}
.full-block > .imgopacity-textfadein,
.imgopacity-textfadein{
    width: 98%;
    max-width: 1500px;
    height: 100vh;
    /*min-height: 837px;*/
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.opacity-fadein{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.opacity-fadein.opacity-visible{
    opacity: 1;
}
.textfadein{
    position: relative;
    z-index: 1;
}

/*efecto scroll*/
.sticky-container.scroll-wrapper{
    position: relative;
    z-index: 999;
}
.sticky-item{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
}
.scroll-image{
    width: auto;
    height: 100vh;
    background-image: url(/download/bancorecursos/landings/quartz/bike-under-opacity.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.scroll-wrapper__content{
    width: 98%;
    max-width: 680px;
    min-height: calc(100vh - 52px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
/**sección generic versión 1 con otro texto**/
#content .full-block.bg-black .generic.generic-v1.other-text,
.full-block.bg-black .generic.generic-v1.other-text{
    background-color: #000;
    margin: 0;
    font-size: 1rem;
}
#content .generic-v1.other-text .generic-title,
.generic-v1.other-text .generic-title{
    font-family: 'Roboto Condensed Bold', sans-serif;
    font-size: 3em; /*48px*/
    color: #fff;
}
#content .generic-v1.other-text .generic-title:first-letter,
.generic-v1.other-text .generic-title:first-letter,
#content .generic-v1.other-text .generic-title span,
.generic-v1.other-text .generic-title span{
    color: #c0bcbc;
    text-transform: capitalize;
}
#content .generic-v1.other-text .generic-text,
.generic-v1.other-text .generic-text{
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 1.563em; /*25px*/
    color: #fff;
}
/**sección slider transition**/
.slider-transition{
    margin: 0 !important; /*se pone !important porque hay que pisar el !important que agrega el css del slick*/
    pointer-events: all;
}
.slider-transition .slick-list{
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
}
.slider-transition.no-event{
    pointer-events: none;
}
.slider-transition .slick-slide{
    max-width: 500px;
    position: relative;
    padding:  30px 0;
}
.slider-transition .slick-slide.slick-center{
    padding: 0;
    z-index: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .5);
}
.slider-transition .slick-slide img{
    max-width: 100%;
    height: auto;
    display: block;
}
.slick-center .bg-opacity-slide{
    visibility: hidden;
    display: none;
}
.slider-transition__text{
    visibility: hidden;
    display: none;
    width: 100%;
    max-width: 470px;
    position: absolute;
    top: 23%;
    left: calc(100% - 90px);
    z-index: 1;
    font-size: 1rem;
    -webkit-animation:fadeOutRight 0.8s both;
    -moz-animation:fadeOutRight 0.8s both;
    -ms-animation:fadeOutRight 0.8s both;
    -o-animation:fadeOutRight 0.8s both;
    animation:fadeOutRight 0.8s both;
}
.slick-center .slider-transition__text{
    visibility: visible;
    display: block;
    -webkit-animation: fadeInRight 1s both;
    -moz-animation: fadeInRight 1s both;
    -ms-animation: fadeInRight 1s both;
    -o-animation: fadeInRight 1s both;
    animation: fadeInRight 1s both;
}
#content .slider-transition__text__title,
.slider-transition__text__title{
    font-family: 'Roboto Condensed Bold', sans-serif;
    font-size: 1.5em; /*24px*/
    text-align: center;
    color: #fff;
}
#content .slider-transition__text__text,
.slider-transition__text__text{
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em; /*18px*/
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    color: #fff;
}
.slider-transition .slick-dots{
    bottom: 60px;
}
.slider-transition .slick-dots li button:before{
    font-size: 55px;
    color: #eee;
}
/*sección con imagen de logo**/
.img-logo__image{
    width: 95%;
    max-width: 787px;
    height: auto;
    margin: 0 auto;
}
.img-logo__image img{
    max-width: 100%;
    height: auto;
    display: block;
}
/**media queries**/
@media screen and (max-width: 991px){
    .title-textdegradate,
    .textfadein,
    .slider-transition__text,
    #content .full-block.bg-black .generic.generic-v1.other-text,
    .full-block.bg-black .generic.generic-v1.other-text{
        font-size: 0.85rem;
    }
    /*slider transition*/
    .slider-transition .slick-slide.slick-center{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@media screen and (max-width: 767px){
    .title-textdegradate,
    .textfadein,
    .slider-transition__text,
    #content .full-block.bg-black .generic.generic-v1.other-text,
    .full-block.bg-black .generic.generic-v1.other-text{
        font-size: 0.75rem;
    }
    /*scroll section*/
    .scroll-wrapper__content{
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
    .sticky-item{
        width: 100%;
    }
    /*scroll image*/
    .scroll-image{
        background-image: url(/download/bancorecursos/landings/quartz/bike-under-opacity-mob.png);
    }
    /*slider transition*/
    .slider-transition__text{
        max-width: 100%;
        top: 0;
        left: 0;
        padding: 0.5em;
        background-color: rgba(0, 0, 0, .7);
    }
    .slider-transition .slick-dots{
        bottom: 55px;
    }
}
@media screen and (max-width: 575px){
    .title-textdegradate,
    .textfadein,
    #content .full-block.bg-black .generic.generic-v1.other-text,
    .full-block.bg-black .generic.generic-v1.other-text{
        font-size: 0.6rem;
    }
    #content .title-textdegradate__title,
    .title-textdegradate__title,
    #content .imgopacity-textfadein__title ,
    #content .imgopacity-textfadein__title ,
    .imgopacity-textfadein__title{
        font-size: 3.575em;
    }
    .full-block > .imgopacity-textfadein,
    .imgopacity-textfadein{
        min-height: 437px;
    }
    #content .generic-v1.other-text .generic-title,
    .generic-v1.other-text .generic-title{
        font-size: 2.5em;
    }
    #content .generic-v1.other-text .generic-text,
    .generic-v1.other-text .generic-text{
        font-size: 1.15em;
    }
    #content .generic-v1.other-text .generic-v1__right__img.bottom,
    .generic-v1.other-text .generic-v1__right__img.bottom{
        height: 50vh;
        min-height: 310px;
        max-height: 522px;
        position: relative;
    }
    #content .generic-v1.other-text .generic-v1__right__img.bottom img,
    .generic-v1.other-text .generic-v1__right__img.bottom img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
