/*------------------------ HEADER------------------------------*/
header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}
/*---------------------------- DEFAULT------------------------*/
.owl-nav button {
    display: none;
    outline: none;
    border: none;
}
/*---------------------- CARRUSEL DE HEADER------------------*/
.navMainTheme a {
    height: calc(4rem);
    text-align: center;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    margin: 0 0;
    border-radius: 25px;
    font-size: calc(0.95rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 110%;
}
.header_container {
    background-color: #fff;
}
.navMainTheme a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fedc01;
    position: absolute;
    right: -5px;
    top: 39%;
    border-radius: 50%;
}
button.navMainArrow {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    background-position: center center;
    background-size: 8px auto;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    background-color: #fff;
    z-index: 2;
    padding: 0;
}
navMain .owl-theme {
    width: calc(100% - 70px);
    margin: 0 auto;
}
.navMainStageOuter {
    overflow: hidden;
}
.navMainStage {
    display: flex;
    align-items: center;
}
button.navMainArrow.prev {
    left: -35px;
    background-image: url(../img/navMainArrow_prev.png);
}
button.navMainArrow.next {
    right: -35px;
    background-image: url(../img/navMainArrow_next.png);
}
@media screen and (min-width: 361px){
    .navMainTheme a {
        font-size: calc(0.95rem + 0.3vw);
        height: 50px;
    }
}
@media screen and (min-width: 768px){
    .navMainTheme a {
        font-size: 18px;
        height: 60px;
    }
}
.navMain{
    width: calc(100% - 70px);
    margin: 0 auto;
}
.navMainThemeDesktop{
    display:none;
}
@media screen and (min-width: 1170px){
    .owl-carousel.owl-loaded.navMainThemeMovil{
        display: none;   
    }
    /*MENU PARA DESKTOP*/
    .navMainThemeDesktop{
        display: flex;
    }
    .navMainThemeDesktop>div a {
        font-size: 15px !important;
        position: relative;
        padding: 0 31px;
    }
    .navMainThemeDesktop div:last-child a:after {
        display: none;
    }
}
/*-------------------- CONTENEDOR GENERAL-----------------------*/
#wrap_main {
    -webkit-box-shadow: 0px 0px 32px rgba(21,21,21,.2);
    box-shadow: 0px 0px 32px rgba(21,21,21,.2);
}
@media screen and (min-width: 560px){
    #wrap_main{width: 460px;}
}
@media screen and (min-width: 768px){
    #wrap_main{width: 720px;}
}
/*------------------------- AYUDA--------------------------------*/
.th_mxw720{max-width: 720px}
.th_bgs100{background-size: 100% auto;}
/*------------------------- PRODUCTO------------------------------*/
.producto{
    width: 80%;
    margin: 0 auto;
}
.bonus {
    width: 56px;
    margin-bottom: 5px;
}
.bonus img {
    width: 100%;
}
.th-producto-img{
    margin: 0 auto;
}
.th-card-cencosud{
    background:url('../img/cencosud-card.png') left bottom no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 19px;
    margin-bottom: 4px;
}
.precio_cencosud {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.producto.con_numero {
    margin-right: 0;
}
.producto.con_foto {
    margin-left: auto;
    margin-right: auto;
}
.producto.con_foto .producto_img {
    width: 100%;
    margin: 0 auto;
}
.producto.con_foto .producto_info {
    width: 90%;
    margin-left: 20%;
}
@media screen and (min-width: 560px){
    .producto{
        width: 80%;
    }
    .th-card-cencosud{
        width: 30px;
        height: 23px;
    }
}
/*-------------------- DIVISIONES EN LAS FILAS -----------------*/
.row-borders>div{
    position: relative;
}
.row-borders>div:after{
    position: absolute;
    right:0;
    top:0%;
    content:"";
    display: block;
    width: 1.5px;
    height: 100%;
    background-color: #FFC400;
}
.row-borders>div:last-child:after{
    display: none;
}
.th_divisor{
    height: 1.5px;
    width: 90%;
    background-color: #FFC400;
}
.pro_borde {
    border-left-width: 3px;
    border-left-style: solid;
}
.pro_borde {
    border-left-color: #FFC400
}
@media screen and (min-width: 560px) {
    .bonus {
        width: 66px;
    }
}
@media screen and (min-width: 768px) {
    .bonus {
        width: 87px;
    }
}
/*-------------------- ICON APP METRO --------------------------*/
.theme-legal{border-radius:30px 30px 0 0;padding: 6%;}
.theme-legal p{font-size: 0.8rem;line-height: 130%;color: #fff;}
.theme-legal .tcea{padding:3px;margin-bottom:15px}
.theme-legal-logo{width: 120px;}
.icon_appmetro{width: 83px;}
.theme-legal-card{width: 74px;float: left;margin: 0 10px 5px 0;}

/*-------------------- ICON APP METRO ----------------------*/
.icon_appmetro{width: 83px;}
@media screen and (min-width: 560px) {
    .icon_appmetro {
        width: 140px;
    }
}
@media screen and (min-width: 768px) {
    .icon_appmetro {
        width: 166px;
    }
}
/*-------------------- ESTILOS PARA CARRUSEL DE PRODUCTOS/SLIDES ----------------------*/
.themeNavigator {
    width: 119px;
    margin: 0 auto;
}
@media screen and (min-width: 768px){
    .themeNavigator.position-relative {
        transform: scale(1.5);
    }
}

/*-------------------- ESTILOS PARA ARROWS  ----------------------*/
.theme_arrows {
    z-index: 2;
    text-align: center;
    justify-content: space-between;
    display: flex;
}
.theme_arrows button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
}
.theme_arrows button.owl-prev{background-image: url(../img/navPrev_red.png);}
.theme_arrows button.owl-next{background-image: url(../img/navNext_red.png);}

.theme_arrows button.owl-prev-1{background-image: url(../img/navPrev_1.png);}
.theme_arrows button.owl-next-1{background-image: url(../img/navNext_1.png);}
.theme_arrows_cero {
    position:  absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.theme_arrows_cero button{
    position: absolute;
    top: 37%;
}

.theme_arrows_cero button.owl-prev {
    left: 0;
}
.theme_arrows_cero button.owl-next {
    right: 0;
}



/*COLOR AMARILLO
.theme_arrows.arrows_yellow button.owl-prev.active {background-image: url(../img/navPrev.png);}
.theme_arrows.arrows_yellow button.owl-next.active {background-image: url(../img/navNext.png);}
*/

/*-------------------- ESTILOS PARA POINTS  ----------------------*/
.theme_points {
    top: 30%;
    left: 35%;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 30%;
}
.theme_points button {
    outline: none;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 10px;
    padding: 0;
    opacity: 0.5;
    background-color: #DE332E;
}
.theme_points button.active {
    opacity: 1;
}

/**/
.owl_cero {
    width: 94%;
    margin: 0 auto !important;
}
.owl_cero .producto_info {
    border-top: solid 2px #DE332E;
    padding-top: 12px;
}

.owl_cero .producto {
    width: 100%;
}

.owl_cero .producto .producto_img {width: 80%;margin: 0 auto;}