html {
    scroll-behavior: smooth;
  }
/*------------------------ HEADER------------------------------*/
header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}
/*-------------------- 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;}
}


/*---------------------- HEADER------------------*/
.header_container {background-color: #fff;}

/*------------------------- PRODUCTO------------------------------*/
.producto{
    width: 80%;
    margin: 0 auto;
}
.bonus {
    width: 56px;
    margin-bottom: 0.3rem;
}
.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: 80%;
    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: #000;text-align: justify;}
.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;}
span.legal-tcea {
    border: solid 2px #000;
    padding: 6px 6px 1px;
    margin-bottom: 7px;
    display: inline-block;
}
/*-------------------- 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;
    }
}
