/*------------- HEADER-------------*/
header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    background-color: #F5F5F4;
}

/*------------- DEFAULT-------------*/
.owl-nav button {
    display: none;
    outline: none;
    border: none;
}
/*------- CARRUSEL DE HEADER-----------*/


.navMainStageOuter {
    margin-left: auto;
    margin-right: 54px;
    overflow: hidden;
    position: relative;
    right: -25px;
}

.navMainStage .owl-item {
    position: relative;
    text-align: center;

}

.navMainStage .owl-item div {
    width: 76px !important;
    padding: 1rem 1.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navMainTheme a {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9rem;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: "AzoSansBold"; 
}

.header_container {
    background-color: #fff;
    z-index: 20;
}

.navMainStage .owl-item:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #000;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}
button.navMainArrow {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background-position: center center;
    background-size: 8px auto;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    background-color: transparent;
}


.themePoints button {
    outline: none;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%;
    padding: 0;
}

.themePoints {
    top: 5px;
    left: calc(50% - 23px);
    z-index: 2;
    text-align: center;
}

.themePoints button.active {
    opacity: 0.5;
    background-color: #fedc01;
}

.owl_customDots button.active {
    opacity: 0.5;
    background-color: #FFC400;
}


.owl_customDots-2 button.active {
    opacity: 0.5;
    background-color: #FFC400;
}

.owl_customDots-3 button.active {
    opacity: 0.5;
    background-color: #FFC400;
}

.owl_customDots-4 button.active {
    opacity: 0.5;
    background-color: #FFC400;
}

.owl_customDots-5 button.active {
    opacity: 0.5;
    background-color: #FFC400;
}

.navMainStage {display: flex;align-items: center; justify-content: center;}

button.navMainArrow.prev {
    left: 9px;
    background-image: url(../img/navMainArrow_prev.png);
}


button.navMainArrow.next {
    right: 9px;
    background-image: url(../img/navMainArrow_next.png);
}

@media screen and (min-width:360px) {
    .navMainStage .owl-item div {
        padding: 1rem 0;
    }
}


@media screen and (min-width: 414px){
    .navMainStageOuter {
        right: -28px;
        margin-right: 51px;
    }
    


    .navMainStage .owl-item div {
        width: 85px !important;
    }

    button.navMainArrow.next {
        right: 13px;
    }

    button.navMainArrow.prev {
        left: 22px;
    }

    .navMainTheme a {
        font-size: 1rem;
    }
}

@media screen and (min-width: 425px) {
    .navMainStageOuter {
        margin-right: 62px;
    }
}

@media screen and (min-width: 430px) {
    .navMainStageOuter {
        margin-right: 67px;
        right: -23px;
    }

    button.navMainArrow.next {
        right: 23px;
    }

    button.navMainArrow.prev {
        left: 23px;
    }
}

@media screen and (min-width: 477px){
    .navMainStageOuter {
        margin: 0 0.4rem;
        right: 0;
    }

    .navMainStage .owl-item {
        display: flex;
        justify-content: center;
    }

    button.navMainArrow.next {
        right: 0;
    }

    button.navMainArrow.prev {
        left: 0;
    }
}

@media screen and (min-width: 490px){
    .navMainStageOuter {
        overflow: hidden;
        max-width: 100%;
    }

    .navMainStage .owl-item div {
        width: initial !important;
    }
} 






/*------- 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;}
}

/*----------CLASES DE AYUDA-----------*/
.th_mx720{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-card-cencosud{
    background:url('../img/cencosud-card.png') left bottom no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 19px;
    margin-bottom: 4px;
}
.th-producto-img{
    margin: 0 auto;
}

/*------ PRODUTOS EN FILA CON BORDES-------*/
.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;
}
@media screen and (min-width: 560px){
    .producto{
        width: 80%;
    }
    .th-card-cencosud{
        width: 30px;
        height: 23px;
    }
}



/*------ PRODUTOS: PRECIO CENCOSUD-------*/
    .precio_cencosud {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

/*------PRODUCTO CON BORDE A LA IZQUIERDA -------*/
.pro_borde {
    border-left-width: 3px;
    border-left-style: solid;
}

.pro_borde {
    border-left-color: #FFC400
}



/*------- FELCHAS DE CARRUSELES FLECHAS -------*/
.themeNav button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 32px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
}
.themeNav button.owl-prev{background-image: url(../img/navPrev.png);}
.themeNav button.owl-next{background-image: url(../img/navNext.png);}
/*COLOR */
.themeNav.themeNav_yellow button.owl-prev.active {background-image: url(../img/navPrev_yellow.png);}
.themeNav.themeNav_yellow button.owl-next.active {background-image: url(../img/navNext_yellow.png);}

/* SEGUNDO SLIDER */



.owl_customArrow button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 28px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
}

.owl_customArrow-2 button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 28px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
}

.owl_customArrow-3 button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 28px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
}

.owl_customArrow-4 button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 28px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
}

.owl_customArrow-5 button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 28px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
}


.owl_customArrow-uni button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 -6px; 
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
}

.owl_customArrow-uni-2 button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 -6px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
}

.owl_customArrow .owl_customArrow-p {
    background-image: url(../img/navPrev_yellow.png);
}

.owl_customArrow .owl_customArrow-n {
    background-image: url(../img/navNext_yellow.png);
}

.owl_customArrow-2 .owl_customArrow-p-2 {
    background-image: url(../img/navPrev_yellow.png);
}

.owl_customArrow-2 .owl_customArrow-n-2 {
    background-image: url(../img/navNext_yellow.png);
}

.owl_customArrow-3 .owl_customArrow-p-3 {
    background-image: url(../img/navPrev_yellow.png);
}

.owl_customArrow-3 .owl_customArrow-n-3 {
    background-image: url(../img/navNext_yellow.png);
}

.owl_customArrow-4 .owl_customArrow-p-4 {
    background-image: url(../img/navPrev_yellow.png);
}

.owl_customArrow-4 .owl_customArrow-n-4 {
    background-image: url(../img/navNext_yellow.png);
}

.owl_customArrow-5 .owl_customArrow-p-5 {
    background-image: url(../img/navPrev_yellow.png);
}

.owl_customArrow-5 .owl_customArrow-n-5 {
    background-image: url(../img/navNext_yellow.png);
}


.owl_customArrow-uni .owl_customArrow-uni-p {
    background-image: url(../productos/arrow-slider-left-1.png);
}

.owl_customArrow-uni .owl_customArrow-uni-n {
    background-image: url(../productos/arrow-slider-right-1.png);
}

.owl_customArrow-uni-2 .owl_customArrow-uni-p-2 {
    background-image: url(../productos/arrow-slider-left-1.png);
}

.owl_customArrow-uni-2 .owl_customArrow-uni-n-2 {
    background-image: url(../productos/arrow-slider-right-1.png);
}

.arrow-flotante {
    top: calc(50% - 23px);
    padding: 0;
    z-index: 5;
    width: 100%;
}

.arrow-flotante-2 {
    top: calc(50% - 19px);
    padding: 0;
    z-index: 5;
    width: 100%;
}

.owl_customArrow-uni {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl_customArrow-uni-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.owl_customDots {
    position: absolute;
    top: 10%;
}

.owl_customDots-2 {
    position: absolute;
    top: 5px;
}

.owl_customDots-3 {
    position: absolute;
    top: 5px;
}

.owl_customDots-4 {
    position: absolute;
    top: 5px;
}

.owl_customDots-5 {
    position: absolute;
    top: 5px;
}

.owl_customDots button {
    outline: none;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    padding: 0;
    background-color: #CFCFCF;
}

.owl_customDots-2 button {
    outline: none;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    padding: 0;
    background-color: #CFCFCF;
}

.owl_customDots-3 button {
    outline: none;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    padding: 0;
    background-color: #CFCFCF;
}

.owl_customDots-4 button {
    outline: none;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    padding: 0;
    background-color: #CFCFCF;
}

.owl_customDots-5 button {
    outline: none;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    padding: 0;
    background-color: #CFCFCF;
}

.themePoints button {
    outline: none;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    padding: 0;
}

.themePoints {
    top: 2%;
    left: 39%;
    z-index: 2;
    text-align: center;
}

.themePoints button.active {
    opacity: 0.5;
}
.owl_customDots button.active {
    opacity: 0.5;
}

.owl_customDots-2 button.active {
    opacity: 0.5;
}

.owl_customDots-3 button.active {
    opacity: 0.5;
}

.owl_customDots-4 button.active {
    opacity: 0.5;
}

.owl_customDots-5 button.active {
    opacity: 0.5;
}

.themeNavigator {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.themeNav {
    z-index: 1;
    text-align: center;
}

.legal p{
    color: white;
}


.slider-3-items {
    position: relative;
    overflow: hidden;
}
.slider-3-items a {
    position: relative;
    text-align: center;
}

.slider-3-items a img {
    transform: scale(0.75);
    display: inline-block;
    padding-bottom: 1.5rem;
    position: relative;
}

.slider-3-items .img-slider-3 {
    position: relative;
    display: flex;
}

.slider-3-items .img-slider-3::after {
    content: "";
    position: absolute;
    bottom: 12%;
    left: auto;
    right: auto;
    width: 100%;
    height: 1px;
    background: #FFC400;
}

.slider-3-items a span {
    display: block;
    margin-top: -4px;
    line-height: 100%;
    font-size: 1.2rem;
    font-family: "AzoSansBold"; 
}

.icono-app-metro img{
    max-width: 50%;
}

.img-portada {
    object-fit: cover;
    width: 100%;
}

.ruc {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    background-color: #00000026;
    color: #fff;
}

.texto-ruc-flotante{
    font-weight: 500;
    font-size: 1.1rem;
    z-index: 1;
    color: #fff;
    font-family: "NimbusSanLReg";
    letter-spacing: 1px;
    padding: 0.75rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
    .texto-ruc-flotante{
        letter-spacing: 2px;
    }
    .themeNavigator {
    transform: scale(1.5);
    transform-origin: left;
}
}
.caja-portada {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.titulo-flotante {
    position: absolute;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;

}

.titulo-flotante h1 {
    color: #FFC400;
    font-weight: 700;
    font-size: 13rem;
    display: inline-block;
    line-height: 96px;
    letter-spacing: normal;
    font-family: "AzoSansBold"; 
    font-weight: bold;
}

.titulo-flotante p {
    color: #FFC400;
    font-weight: 700;
    font-size: 2.6rem;
    font-family: "AzoSansBold"; 
    font-weight: bold;
}



@media screen and (min-width: 768px){
    .themeNav button {
        width: 60px;
        margin: 0 20px;
        height: 48px;
    }
    
}


/*------- LEGAL ----------*/
.theme-legal{border-radius:25px 25px 0 0;padding: 9% 5%;}
.theme-legal p{font-size: 0.9rem;line-height: 100%;}
.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;}
/*------- FOOTER ----------*/
.icon_appmetro{width: 83px;}
/*------ PRODUTOS EN FILA - BORDES-------*/
@media screen and (min-width: 560px) {
    .icon_appmetro {
        width: 140px;
    }

    .bonus {
        width: 66px;
    }

    .titulo-flotante h1 {
        font-size: 11rem;
    }
}


@media screen and (min-width: 768px) {
    .icon_appmetro {
        width: 166px;
    }

    .bonus {
        width: 87px;
    }

    .owl_customDots {
        top: 0px;
    }

    .owl_customDots-3 {
        top: 3px;
    }

    .owl_customDots-2 {
        top: 2px;
    }

    .navMainTheme a {
        font-size: 17px !important;
    }

    .titulo-flotante h1 {
        font-size: 13rem;
    }

    .titulo-flotante p {
        padding-top: 0.8rem;
    }
}
