.video_juegos #nav{
    border: none;   
    outline: none;
}
.video_juegos #nav li{
    overflow: hidden;
    outline: none;
}
.video_juegos #nav li:last-of-type {
    margin-right: 0%;
    border: initial;
}
.video_juegos #nav li picture span.sobre {
    background-color: rgba(0,0,0,.8);
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;    
    max-width: 150px;
    max-height: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video_juegos #nav li a.active picture span.sobre {
    background-color: transparent;
}
.video_juegos #nav>li.active>a, .video_juegos #nav> a.li.active:hover, .video_juegos #nav>li a.active:focus{
    background-color: transparent;
    border: none;
    outline: none;
}
.video_juegos #nav>li>a:hover{
    background-color: transparent;
    border: none;
}
.video_juegos #nav li.active picture span.sobre {
background-color: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.video_juegos #nav li a:hover picture span.sobre {
    background-color: transparent;
}
.video_juegos .tab-content div{
    color: #333333;
}

.video_juegos #nav {
  margin: 24px auto;
  width: 100%;
}
.video_juegos ul#nav {
  padding: 0;
}
.video_juegos #nav li a{
  list-style: none;
  width: 14%;
  margin-right: 2%;
    outline: none;
}
.video_juegos #nav li:last-of-type a{
  margin-right: 0%;
}
.video_juegos #nav li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
}
.video_juegos #nav section {
  display: none;
  /* I NEED TO FIX THIS */
  float: left;
  overflow: hidden;
  padding: 1% 3% 0 3%;
  border-radius: 27px;
  background-color: #f6f6f6;
  position: relative;
}
.video_juegos .no-js #nav section {
  display: block;
  /* I NEED TO FIX THIS */
}
.video_juegos #nav li ul li a {
  padding: 10px 25px;
}
.video_juegos .cuarto{
    display: inline-block;
    width: 24%;
    text-align: center;
    position: relative;
}
.video_juegos .cuarto a{
    width: auto !important; 
    padding: 0px !important;
    margin: 0 auto !important;
}
.video_juegos .categoria{
    text-align: center;
}
.video_juegos .categoria .cuarto{
    border-radius: 12px;
    overflow: hidden;
}
@media only screen and (min-width: 30em) {
  .video_juegos #nav {
    width: 100%;
    position: relative;
    border: none;
  }
  .video_juegos #nav li {
    display: inline;
  }
  .video_juegos #nav li a {
    display: inline-block;
  }
  .video_juegos #nav section {
    padding: 1%;
    position: relative;
    top: 50px;
    left: 0;
  }
}
.video_juegos span.icons-destacado{
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    margin: 0 0 30px;
}
.video_juegos span.icons-destacado img{
   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%); 
}
.video_juegos .contenido-modulos .logo{
    margin: 30px auto;
}
.video_juegos .contenido-modulos .destacados h2 {
    color: white;
    font-size: 48px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1px;
}
.video_juegos .contenido-modulos .destacados h3 {
    color: white;
    border: none;
    font-weight: 300;
    font-size: 36px;
    line-height: normal;
    margin-top: -10px;
}
.video_juegos .contenido-modulos p{
    color: white;
}
.video_juegos .nintendo .fondo {
    width: 3000px;
    height: 570px;
    border-right: 3000px solid transparent;
    border-top: 570px solid #ef1525;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    margin: 0px;
    float: none;
    position: absolute; 
    top: 0px;
    left: 0px;
}
.video_juegos .contenido-modulos {
    position: relative;
    z-index: 1;
    padding: 0 50px;
}
.video_juegos a.boton {
    background: #afd811;
    background: -moz-linear-gradient(left, #afd811 0%, #94cc0d 100%);
    background: -webkit-linear-gradient(left, #afd811 0%,#94cc0d 100%);
    background: linear-gradient(to right, #afd811 0%,#94cc0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd811', endColorstr='#94cc0d',GradientType=1 );
    text-align: center;
    color: white !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.2px;
    border-radius: 16px;
    display: block !important;
    padding: 17px 38px;
    width: 180px !important;
    position: relative;
    z-index: 1;
}
.video_juegos .un-tercio {
    float: left;
    width: 33%;
}
.video_juegos .dos-tercio{
    float: left;
    width: 66%;
}
.video_juegos .mitad{
    float: left;
    width: 50%;
}
.video_juegos .contenido-modulos h6{
    border: transparent !important;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
    color: #333333;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    white-space: normal;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    white-space: normal;
    overflow: hidden;
}
.video_juegos .sub-categoria img{
    text-align: center;
    display: block;
    width: 100%;
}
.video_juegos h3.subtitulo{
    border: transparent !important;
    text-align: center;
    margin: 20px auto;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 30px;
}
.video_juegos h1, .video_juegos h2, .video_juegos h3, .video_juegos h5, .video_juegos h6{
    font-family: Gotham, Lato, Verdana, Arial, Helvetica, sans-serif;
}
h6.categorias_general {
    background-color: #dadada;
    margin: 0 auto;
    font-size: 14px;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.fb-hero-media__top .fb-hero-media__video__link{
    z-index: 9;
}
.video_juegos h4.fb-responsive-hdng-5.fb-pod__product-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    white-space: normal;
   height: 75px;
}

@media (max-width: 768px){
    .video_juegos #nav li a{
        width: 100%;
        margin-right: 0;
    }
    .video_juegos #nav li picture{
        display: block;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
    }
    .video_juegos #nav li picture img{
        width: 100%;
        display: block;
    }
    .video_juegos #nav li picture span.sobre{
        max-width: initial;
        max-height: initial;
        border-radius: initial;
    }
    .video_juegos .cuarto{
        width: 49%;
    }
    .video_juegos h3.subtitulo{
        font-size: 21px;
    }
}
/*fin video juegos landing*/

/*Carrusel*/
.fb-pod__title {
    color: #888;
    font-family: Lato,sans-serif;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}
h4.fb-responsive-hdng-5.fb-pod__product-title.dynprice-descripcion {
    color: #333333;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    white-space: initial;
    width: 100%;
    max-width: 250px;
}
.CMR {
    height: 24px;
    margin-left: 5px;
    width: 61px;
    background-image: url(https://www.falabella.com/static/RDF/site/content/static-page-test/test-03/img/ou.jpg);
    z-index: 9999;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: 39%;
}
.fb-pod__prices-wrapper>.fb-pod__promoted-prices:first-child, .fb-pod__prices-wrapper>:first-child, .dynprice-price.precio-cmr.dynprice-main-price {
    color: #e4022d;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: bold;
}
.dynprice-price.precio-oferta {
    color: #333;
    font-size: 14px;
}
.carrusel a {
    text-decoration: none;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}
.fb-responsive-stylised-caps, .fb-stylised-caps {
    font-family: Lato,sans-serif;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.carrusel {
    min-width: initial;
    max-width: 1150px;
    width: 100%;
    position: relative;
}
.video_juegos .carrusel a.link-imagen{
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0px !important;
    display: block !important;
}
button.fb-btn.fb-btn-default.js-fb-pod-group-scroll.fb-pod-group__carousel__next.fb-pod-group__carousel__next--next, button.fb-btn.fb-btn-default.js-fb-pod-group-scroll.fb-pod-group__carousel__next.fb-pod-group__carousel__next--previous {
    min-width: initial;
    max-width: initial;
    border-radius: 50%;
    line-height: normal;
    width: 41px;
    position: absolute;
    padding: 13px;
}
button.fb-btn.fb-btn-default.js-fb-pod-group-scroll.fb-pod-group__carousel__next.fb-pod-group__carousel__next--next{
    padding-right: 15px;
    right: -20px;
}
button.fb-btn.fb-btn-default.js-fb-pod-group-scroll.fb-pod-group__carousel__next.fb-pod-group__carousel__next--previous{
    padding-left: 15px;
    left: -20px;
}
h3.fb-responsive-stylised-caps.fb-pod__title {
    text-align: center;
    border: none;
}
.fb-pod-group__carousel__pips {
    display: none;
}
.fb-pod-group__carousel-control {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
}
.fb-pod-group__carousel-control .fb-pod-group__carousel__next :not(.fb-pod-group__carousel__next--previous){
    padding: 0px;
    top: 0px;
    left: -5px;
}
button.fb-btn.fb-btn-default.js-fb-pod-group-scroll.fb-pod-group__carousel__next.fb-pod-group__carousel__next--previous i.icon-left{
    left: -10px;
}
.fb-btn.fb-btn-default{
    background-color: #a92231 !important;
}
.fb-pod-group .fb-pod-group__item{
    width: 20%;
}
@media (max-width: 768px){
    .CMR {
        position: relative;
        right: initial;
        display: block;
        left: 0;
    }
    .fb-pod__media {
        max-width: 100% !important;
    }
    .video_juegos .nintendo .fondo{
        width: initial;
        height: initial;
    }
    .video_juegos .un-tercio, .video_juegos .dos-tercio, .video_juegos .video .mitad {
        width: 100% !important;
    }
    .video_juegos .contenido-modulos{
        padding: 0 20px;
    }
    .video_juegos span.icons-destacado{
        display: none;
    }
    .video_juegos .contenido-modulos .logo{
        margin: 20px auto;
    }
    .video span.atras-fondo{
        font-size: 120px !important;
    }
    .video_juegos .mitad{
        position: relative;
    }
    .video_juegos .carrusel a.boton{
        width: 140px !important;
    }
    .video_juegos .carrusel a{
        padding: 5px 15px !important;
    }

}
@media (max-width: 480px){
    .carrusel{
        max-width: 350px;
    }
    .fb-pod-group .fb-pod-group__item{
        width: 50%;
    }
}
@media (max-width: 376px){
    .carrusel {
        max-width: 310px;
    }
}
@media (max-width: 350px){
    .carrusel {
        max-width: 260px;
    }
    .video_juegos .carrusel a {
        padding: 5px !important;
    }
    .video_juegos .carrusel a.boton{
        font-size: 11px !important;
        width: 110px !important;
    }
}
/*Fin Carrusel*/



 /* -- MODAL VIDEO -- */
    .lb-video{width:100%; cursor:pointer; position:relative; overflow:hidden;}
    .lb-video:after{content:''; display:block; width:100%; height:100%; position:absolute; z-index:9999; top:0; left:0; background:url('/static/RDF/site/content/static-page-test/test-02/images/fb-icon-video-play.svg') center center no-repeat;}
    .fb-modal-overlay{width:100vw; height:100vh; position:fixed; z-index:99999; background:rgba(0,0,0,0.6); top:0; left:0; }
    .fb-modal-content{width:80%; height:0; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); background:#fff; padding-bottom:46%; padding-top:25px; border-radius:5px;}
    .fb-modal-content iframe {position:absolute; bottom:1%; left:1%; width:98%; height:85%;}
    .lb-video-close:hover{background:#fafafa; color:#333;}
    .fb-modal-overlay span{width:100%; height:40px; position:relative; float:left;}
    .fb-modal-content h2{font-weight:400; position:relative; top:0; color:#333; font-size:2rem; z-index:999999; float:left; line-height:40px; left:2%;}
    .lb-video-close{position:relative; top:0; right:2%; color:#333; font-size:2rem; z-index:999999; padding:10px; cursor:pointer; float:right;}
    .btn-inv {margin-top: 189px!important; background-color: #fff!important;}
    .btn-inv span{color:#333!important;}

    .dynprice-price.precio-cmr.dynprice-main-price { display: inline-block!important; background: url('/static/RDF/site/common/img/icons-services-payment-cmr_card.svg') center right no-repeat; padding-right: 52px; }
    .numslides-5 .fb-hero-carousel-timer{
        bottom: 0px !important;
    }
    .fb-pod__label-txt {
        margin: 6px 0;
        padding: 0 13px 0 18px;
        font-family: Lato, sans-serif;
        font-weight: 300;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 20px;
        line-height: 2rem;
        color: #fff;
        background: #333333;
    }
           
    .fb-daily-deals-agotado-hidden {
        display: block;
    }

    .fb-daily-deals--with-promo--agotado .fb-daily-deals-agotado-hidden {
        display: block;
        position: absolute;
        width: 100%;
        z-index: 5;
        height: 100%;
        background-color: rgba(255, 255, 255, .4);
        overflow: hidden;
        left: 0;
    }

    .fb-daily-deals--with-promo--agotado .fb-daily-deals-agotado-bg {
        position: absolute;
        left: -50px;
        top: 25px;
        background-color: #e4022d;
        padding: 13px 70px 9px 60px;
        transform: rotate(-36deg);
    }

    .fb-daily-deals--with-promo--agotado .fb-daily-deals-agotado-hidden .fb-daily-deals-agotado-txt {
        font-size: 21px;
        color: #fff
    }

    .fb-daily-deals--with-promo--agotado .fb-daily-deal__flag {
        display: none!important
    }

    .fb-daily-deals--with-promo--agotado .fb-daily-deal .fb-btn {
        background: #bbb
    }
    .video {
        background-color: #999999;
        width: 100%;
        float: right;
        position: relative;
    }
   .video img {
        display: block;
        position: relative;
        z-index: 1;
        left: -30px;
        top: -30px;
    }
    .video h4 {
        font-size: 48px;
        line-height: normal;
        font-weight: bold;
        color: white;
        position: relative;
        z-index: 1;
    }
    .video h5 {
        font-size: 35px;
        line-height: normal;
        font-weight: 300;
        color: white;
        position: relative;
        z-index: 1;
    }
    .video p{
        position: relative;
        z-index: 1;
        color: white;
        margin: 30px auto;
    }
    .video_juegos .video .mitad{
        width: calc(50% + 100px);
    }
    .video_juegos .video .mitad:last-of-type {
        padding: 30px 30px 0 0px;
        width: calc(50% - 100px);
    }
    .video span.atras-fondo {
        position: absolute;
        top: 50%;
        right: 0px;
        font-size: 180px;
        font-weight: bold;
        color: #333333;
        opacity: 0.1;
        z-index: 0;
    }
    @media (min-width:741px) and (max-width:1023px){
        .fb-daily-deals--with-promo--agotado .fb-daily-deals-agotado-hidden .fb-daily-deals-agotado-txt{
            font-size: 27px;
        }
    }
    @media screen and (min-width: 1024px){
        .fb-promotional-media .fb-promotional-media__video-preview{
            width: 100%;
            margin-left: 0;
            padding-top: 0;
        }
        div.fb-overlay__content{
            top: 25vh;
        }
    }
    .fb-promotional-media{
        cursor: pointer;
    }
    .fb-gallery__video .embed-responsive{
        text-align: center;
    }
    .fb-promotional-media .fb-promotional-media__video-preview img{
        width: 100%;
    }
    .fb-hero-media__top:hover .fb-hero-media__video__link{
        background-color: rgba(0,0,0,0) !important;
    }
    .fb-overlay{
        position: fixed;   
    }
    .fb-overlay__content{
        position: fixed;
        top: 0;
        transform: translate(-50%,0);
        margin: 0 auto;    
        left: 50%;
    }   
    .bxl-catalogo-desktop{
        display: block;
        width: 70%;
        position: absolute;
        z-index: 100;
        height: 100%;    
    }
    .bxl-catalogo-mobile{
        display: none;
    }
    @media screen and (max-width: 740px){
        .fb-gallery__header{
            height: 40px;
        }
        .bxl-catalogo-mobile{
            display: block;
        } 
        .bxl-catalogo-desktop{
            display: none;
        }   
        .bxl-catalogo-mobile .fb-banner-promotion__image{
            height: auto;
        }
        .get-look-content-title-dk{display:none;}
        .get-look-content-right{width: 100%; position: relative; margin: 0;}
        .get-look-content-title-mb{display: block; padding: 10px 20px; text-align: center;}
        .fb-category-carousel-wrap h3{font-size:1.2em; letter-spacing:.03em;}
        .get-look-content-left{width:100%;}
        .get-look-hero-img-wrap img{width: 100%;}
        .get-look-content-brand-content{padding:0; width:100%;}
        .get-look-content-brand{width: 80%; margin:-25px 10% 0; position: relative; padding: 0;}
        .get-look-content-brand p{display: none;}
        .get-look-content-brand img{width: 50%; margin: 0;}
        .get-look-content-carousel{width: calc(90% - 20px); float: left; margin: 0 30px;}
        a.fb-grid-pin-a{font-size: .8em; padding: 7px 25px;}
        .fb-category-carousel-prod, .item-slick-carousel{padding: 0 15px;}
        .fb-modal-content{width: 96%; padding-bottom: 80%; padding-top: 0px;}
        .fb-rating-stars .fb-rating-stars__holder .icon-rating{font-size: 2.5rem;}
        .fb-rating-stars .fb-rating-stars__holder{width: 20px;}
        .fb-daily-deals--with-promo--agotado .fb-daily-deals-agotado-bg{
            transform: rotate(0);
            padding: 9px 30px 7px 40px;
            left: 0;
            transform: translateY(-50%);
            top: 36%;
        }
        .fb-daily-deals--with-promo--agotado .fb-daily-deals-agotado-hidden .fb-daily-deals-agotado-txt{
            font-size: 17px;
            font-weight: 700;
        }
        .video{
            overflow: hidden;
        }
        .video img{
            top: 0px;
            left: 0px;
        }
        .video_juegos .video .mitad:last-of-type{
            padding: 20px;
        }
        .video h4{
            line-height: 48px;
        }
        .video h5{
            line-height: 35px;
        }
        .video span.atras-fondo {
            right: initial;
            font-size: 120px !important; 
            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%);
            display: block;
            line-height: normal;
            letter-spacing: normal;
        }
    } 
 /* -- FIN MODAL VIDEO -- */





























