.header_container {
    background-color: #fff;
    box-shadow: 0 0 12px #ddd;
}
/*------FEB29 PRODUCTOS FLOTANTES -------*/
.position-absolute .producto {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6%;
}
span.pro_num_abs {
    position: absolute;
    left: -19px;
    top: 19px;
}
div#producto-01-01 {
    bottom: 10%;
    left: 10%;
}

div#producto-01-02 {
    left: 10%;
    top: 13%;
}

div#producto-01-03 {
    bottom: 6%;
    right: 10%;
}

div#producto-01-04 {
    bottom: 8%;
    right: 14%;
}

div#producto-01-05 {
    left: 10%;
    top: 21%;
}

/*---------- TITULARES--------------*/
p.p-lead {
    font-size: 1.1rem;
}

.bg-m {
    background-image: url(../img/m.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    background-size: cover;
    display: flex;
    align-content: center;
}

.bg-m p {
    display: block;
    margin: 0 auto;
    max-width: 67% !important;
    line-height: 120%;
}

.text_ruc {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 1;
    padding-bottom: 2%;
}

.text_ruc p {
    color: #000000;
    text-transform: uppercase;
    font-size: 0.88rem;
    letter-spacing: 2px;

}

.text-app-metro {
    margin-top: -5%;
    font-size: 1rem;
    letter-spacing: 1px;
}

.color-red {
    color: #FF0015;
}

.theme-legal {
    background-color: #FFC400;
    padding: 8% 5%;
}

.icon_appmetro_2 {
    width: 48%;
}

.theme-legal .text-legal {
    text-align: justify;
}

.theme-legal .text-legal a {
    text-decoration: underline;
}
.theme-legal p {
    font-size: 0.9rem;
} 

.bg-color-amarillo {
    background-color: #FFEB00;
}

.caja_metro_app {
    padding-bottom: 11%;
}

.color-red {
    color: #ff0202;
} 

.text_app_metro {
    padding-bottom: 5%;
    font-size: 1rem;
    letter-spacing: 1px;
}

.text_app_metro_2 {
    padding-bottom: 4%;
}

.icon_appmetro {
    width: 83px;
}

.icon_appmetro_2 {
    width: 60px;
}

.icon_appmetro_3 {
    width: 50%;
}

.caja_legal {
    margin-top: -8%;
}

.producto.con_foto .producto_info {
    width: 90%;
    margin-left: 10%;
}


.fondo_2_01 {
    background-image: url(../index/fondo_2_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.fondo_2_01_nuevo {
    background-image: url(../index/fondo_nuevo_19.99.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_2_01_nuevo_2 {
    background-image: url(../index/fondo2_nuevo_19.99.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_2_01_nuevo_3 {
    background-image: url(../index/fondo_muneca_nuevo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.fondo_2_02 {
    background-image: url(../index/fondo_4_01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_2_03 {
    background-image: url(../index/fondo_5_01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_2_04 {
    background-image: url(../index/fondo_6_01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_2_05 {
    background-image: url(../index/fondo_7_01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_2_06 {
    background-image: url(../index/fondo_8_01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_1_01_1 {
    background-image: url(../index/fondo_1_01_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo_1_02_1 {
    background-image: url(../index/fondo_1_02_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}



.text-desliza p {
    letter-spacing: 3px;
    font-size: 1.1rem;
}

.themeNavigator_4 {
    width: 95px;
    margin-top: -3%;
}

.theme_points {
    top: 30%;
    left: 37%;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 27%;
}

.theme_points button.active {
    background-color: #fff;
}

.theme_points_3 {
    left: 37%;
    width: 26%;
    top: 34%;
}

.theme_points button {
    outline: none;
    border: none;
    width: 7px;
    height: 7px;
    margin: 3%;
    border-radius: 10px;
    padding: 0;
    opacity: 0.5;
    background-color: #000000;
}

.producto{
    width: 85%;
}

@media screen and (min-width: 560px) {
    .producto {
        width: 85%;
    }
}
@media screen and (min-width: 768px){
    .bg-m {
        height: 300px;
    }

    .text_ruc p {
        font-size: 1.1rem;
    }

    .icon_appmetro {
        width: 166px;
    }

    .icon_appmetro_2 {
        width: 115px;
    }

    .text-desliza p {
        font-size: 1.2rem;
    }

    .themeNavigator_4 {
        width: 140px;
    }

    .theme_points {
        top: 31%;
    }

    .theme_points_3 {
        left: 35%;
        width: 30%;
    }
}
