#max-beauty {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -2;
}

#mia-skin{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -2;
}

#inelle {
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -2;
}

/* #pqtsMaxBeautyM, #pqtsMaxBeauty {
    background-image: url(../img/imgFondos/MUJER-fondo-2-superior.png);
    background-size: cover;
    z-index: 5;
    background-repeat: no-repeat;
    filter: drop-shadow(6px 10px 7px rgba(0, 0, 0, .4));
}   */

#descriMujer {
    position: absolute;
    z-index: 2;
    top: 6%;
}

#pDescriMujer {
    direction: rtl;
    font-weight: 100;
    line-height: normal;
    font-size: 1.5rem;
    letter-spacing: .5px;
}

#h1DescriMujer {
    font-weight: 600;
    color: #254a8a;
    text-align: center;
}

.miniLogoMujer {
    filter: grayscale(100%);
}

.miniLogoMujer:hover {
    filter: grayscale(0);
}

.miniLogoMiaM.show {
    transition: filter .3s;
    filter: grayscale(0);
}

.miniLogoMaxBeautyM.show {
    transition: filter .3s .3s;
    filter: grayscale(0);
}

.miniLogoInelleM.show {
    transition: filter .3s .6s;
    filter: grayscale(0);
}



.nuevasInelleM {
    position: absolute;
    width: 23%;
    left: 20%;
    top: 18%;
}

.aniInelle {
    animation: aniInelle .8s infinite linear;
}

.nuevasInelle {
    position: absolute;
    top: 18%;
    left: 18%;
    width: 25%;
}

@keyframes aniInelle {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.efectoMia {
    position: absolute;
    top: 18%;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
}


.efectoMia1 {
    transition: opacity .2s linear;
}

.efectoMia2 {
    transition: opacity .2s linear;
}

.efectoMia3 {
    transition: opacity .2s linear;
}

.efectoMia4 {
    transition: opacity .2s linear;
}

.efectoMia5 {
    transition: opacity .2s linear;
}

.efectoMia6 {
    transition: opacity .2s linear;
}

.efectoMia1.show,
.efectoMia2.show,
.efectoMia3.show,
.efectoMia4.show,
.efectoMia5.show,
.efectoMia6.show,
.efectoMiaM1.show,
.efectoMiaM2.show,
.efectoMiaM3.show,
.efectoMiaM4.show,
.efectoMiaM5.show,
.efectoMiaM6.show {
    opacity: 1;
    transition: opacity .2s linear;
}

@media (min-width:768px) {
    #inicioMujer {
        /*        background-image: url(../img/bg/bgMujer.jpg);
        background-size: cover;
        background-position: bottom;*/
    }

    .hrLineaMujer {
        padding-left: 3.5vw;
    }
}

@media (min-width:858px) {
    .hrLineaMujer {
        padding-left: 8.5vw;
    }
}

@media (min-width:1200px) {
    .hrLineaMujer {
        padding-left: 2.5vw;
    }
}

@media (min-width:1400px) {
    .hrLineaMujer {
        padding-left: 5.5vw;
    }

    #pDescriMujer {
        font-size: 1.85vw;
    }
}

@media (min-width:1500px) {
    .nuevasInelle {
        left: 21%;
        width: 22%;
    }
}

@media (min-width:1700px) {
    .nuevasInelle {
        left: 25%;
        width: 19%;
    }

    .hrLineaMujer {
        padding-left: 9vw;
    }
}

@media (min-width:1900px) {
    .nuevasInelle {
        left: 29%;
        width: 16%;
    }
}



@media (min-width:1000px) {
    #descriMujer {
        top: 19%;
    }
}

@media (min-width:1100px) {
    #descriMujer {
        top: 29%;
    }
}

@media (min-width: 1400px) {

    #descriMujer {
        top: 24%;
    }

    #h1DescriMujer {
        font-size: 2.6vw;
    }
}

@media screen and (max-width: 1400px) and (min-width: 800px) {
#pDescriMujer {
    direction: rtl;
    font-weight: 100;
    line-height: normal;
    font-size: 1.2rem;
    letter-spacing: .5px;
    padding-top: 5%;
}
#h1DescriMujer {
    padding-top: 7%;
}
}

@media screen and (max-width: 1000px) and (min-width: 992px) {
    #pDescriMujer {
        direction: rtl;
        font-weight: 100;
        line-height: normal;
        font-size: 1.2rem;
        letter-spacing: .5px;
        padding-top: 5%;
    }
    #h1DescriMujer {
        padding-top: 30%;
    }
    }
    