/*****MEDIA QUEIRES*******/

@media (max-width: 580px) {

    .navbar {

        width: 100%;
        height: 40%;

    }

    /********BIENVENIDA*********/

    .bienvenidaContainer {
        height: auto;
        padding: 6rem 0;
        display: flex;
        justify-content: center;
        background-position: right center;
        color: white;

    }

    .bienvenidaContainer::after {

        content: "";
        width: 100%;
        height: 100%;
        background-color: #0000008a;
        position: absolute;

    }

    .textoBienvenidaContainer {

        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        z-index: 2;

    }

    .tituloBienvenida::after {

        width: 100%;
    }

    .textoBienvenida {

        width: 95%;
    }

    .subParrafo {

        width: 98%;
        color:  #302f2f;
    }

    .main {

        gap: 3rem;
    }

    /**********PERFIL PROFESIONAL**************/

    .perfilProfesionalContainer {

        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 4rem 0;
    }

    .perfilProfesionalContainerImg {

        width: 98%;
        height: auto;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);

    }

    .MariaJose {

        grid-column: auto;
        grid-row: auto;
    }

    .perfilProfesionalContainerTexto {

        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        background-size: 50%;
        order: -1;
        padding: 1rem 0;
    }

    .perfilTexto,
    .parrarfoCeleste {

        width: 90%
    }

    .contactoNumero a::after {

        content: none;

    }

    .contactoNumero a:hover::after {

        opacity: none;
    }


    /******** SERVICIOS*********/

    .serviciosContainer {

        height: auto;
        padding-bottom: 3rem;
    }

    .serviciosContainerImg {

        width: 90%;
        height: auto;
        flex-direction: column;
        /*grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 40vh;*/


    }


    /**********TRATAMIENTOS FACIALES***************/

    .facialContainer {

        height: auto;
        padding: 3rem 0;
    }

    .facialTitulo {

        width: 90%;

    }

    .facialTexto {

        width: 95%;
        height: auto;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
        padding: 2rem 0;

    }

    .facialImg {
        width: 25%;
    }

    .facialItem img {

        border-radius: 0;

    }


    /********EXPERIENCIAS PREMIUM*************/

    .premiumContainer {

        width: 100%;
        height: auto;
        padding: 3rem 0;
    }

    .tituloPremium {

        width: 90%;
    }

    .detallesPrermiumContainer {

        height: auto;
        flex-direction: column;
        gap: 3rem;
        padding: 2rem 0;

    }

    .textoPremiumContainer {

        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .detalleTituloPremium{

        transition: border-radius 0.2s linear;
       
    }

    .premiumItem:hover .detalleTituloPremium{

        border-radius: 0;
        
    }

    .textoPremium {

        padding: 0 1rem;
    }


    /********TRATAMIENTOS CORPORALES*************/

    .corporalesContainer {

        height: auto;
        gap: 2.5rem;
        padding-bottom: 2rem;

    }

    .detallesCorporales {

        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
    }

    .detallesCorporalesImg {

        width: 90%;
        height: auto;
        display: grid;

    }

    .detallesCorporalesTexto {

        width: 100%;
        height: auto;
    }


    .itemCorporal {

        gap: 1rem;
        border-left: 0.2rem solid #eea3c8;
        transition: padding 0.25s linear, background-color 0.25s linear;
    }

    .itemCorporal:hover {

        padding: 1rem 0;
        background-color: aliceblue;
        transform: none;
    }

    .itemTextoCorportal {

        border-left: none;

    }

    .itemTituloCorporal {

        text-align: center;
        font-style: italic;
        font-size: 1.2rem;
    }


    .item2 {

        padding-left: 0;
    }

    .item3 {

        padding-left: 0;
    }

    /*******ASESORAMIENTO*********/

    .asesoramientoContainer {

        width: 100%;
        height: auto;
    }

    .asesoramientoImg {

        display: none;
    }

    .asesoramientoTextoContainer {

        width: 100%;
        height: auto;
        background-image: url(img/asesoramiento/asesoramiento_rutina_facial.webp);
        background-color: rgba(0, 0, 0, 0.7);
        background-blend-mode: multiply;
        background-size: cover;
        color: white;
        padding: 2rem 0;
        background-attachment: fixed;
    }

    /*******DEPILACION*******/

    .depilacionContainer {

        width: 95%;
        height: auto;
        display: flex;

    }

    .depilacionDetalles {

        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 3rem;

    }

    .depilacionItem {

        width: 100%;
        height: 30vh;
        display: flex;
        position: relative;

    }

    .depilacionDetalleImg {

        display: flex;
        position: absolute;
        height: 100%;
        border-radius: 2rem;
        z-index: -1;
        filter: brightness(0.6);

    }


    .depilacionDetalleTexto {

        height: 100%;
        color: white;

    }

    .parrafoDetalleDepilacion {

        height: 50%;
        display: flex;
        align-items: center;

    }



    /*********CONTACTOS************/

    .contactoContainer {

        height: auto;

    }

    .ItemContactoContainer {

        width: 100%;
        height: auto;
        padding: 2rem 0;

    }
    
    .tituloContacto{

        width: 90%;
    }

    .iconosContactoContainter {

        width: 90%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2rem;

    }

    .imgRedes {

        display: flex;
        align-items: center;
        justify-content: center;

    }

    .imgRedes img{

        display: flex;
        justify-content: center;
    }

    .imgContainer {

        display: none;

    }

    /**********FOOTER***********/

    .footer {

        flex-direction: column;
    }

    .containerWhatsapp {

        width: 15vw;
    }

}

@media (min-width:581px) and (max-width: 920px) {

    .navbar {

        width: 100%;
        height: 40%;

    }

    /********BIENVENIDA*********/

    .bienvenidaContainer {
        height: auto;
        padding: 6rem 0;
        display: flex;
        justify-content: center;
        background-position: right center;
        color: white;

    }

    .bienvenidaContainer::after {

        content: "";
        width: 100%;
        height: 100%;
        background-color: #0000008a;
        position: absolute;

    }

    .textoBienvenidaContainer {

        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        z-index: 2;

    }

    .subParrafo {

        width: 90%;
    }

    /**********PERFIL PROFESIONAL**************/

    .perfilProfesionalContainer {

        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 4rem 0;

    }

    .perfilProfesionalContainerImg {

        width: 100%;
        height: 50%;
        grid-template-columns: 60% 30%;
        grid-template-rows: repeat(3, 1fr);

    }

    .MariaJose {

        grid-column: span 1;
        grid-row: span 3;
    }

    .perfilProfesionalContainerTexto {

        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        background-size: contain;
        order: -1;
        padding: 1rem 0;

    }

    .perfilTexto,
    .parrarfoCeleste {

        width: 90%
    }

    /******** SERVICIOS*********/

    .serviciosContainer {

        height: auto;
    }

    .serviciosContainerImg {

        width: 80%;
        height: auto;
        flex-direction: column;
        /*grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 40vh;*/

    }

    .detallesServicio {

        font-size: 2rem;
    }

    /**********TRATAMIENTOS FACIALES***************/

    .facialContainer {

        height: auto;
        padding: 3rem 0;
    }

    .facialTitulo {

        width: 90%;

    }

    .facialTexto {

        width: 95%;
        height: auto;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
        padding: 2rem 0;

    }


    /********EXPERIENCIAS PREMIUM*************/

    .premiumContainer {

        width: 100%;
        height: auto;
        padding: 3rem 0;
 
    }

    .tituloPremium {

        width: 90%;
    }

    .detallesPrermiumContainer {

        width: 90%;
        flex-direction: column;
        height: auto;
        gap: 3rem;
        padding: 2rem 0;

    }

    .textoPremiumContainer {

        width: 90%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 2rem 0;
       
    }

    .detalleTituloPremium{

        font-size: 1.8rem;
        padding: 1.5rem 0;
        transition: border-radius 0.2s linear;
       
    }

    .detallesPrermiumContainer:hover .detalleTituloPremium{

        border-radius: 0;
        
    }

    .textoPremium{

        font-size: 1.5rem;
        padding: 1.5rem 0;
        text-align: justify;
    }*/
     
    /********TRATAMIENTOS CORPORALES*************/

    .corporalesContainer {

        height: auto;
        gap: 5rem;

    }

    .detallesCorporales {

        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .detallesCorporalesImg {

        width: 90%;
        height: auto;
        display: grid;

    }

    .detallesCorporalesTexto {

        width: 90%;
        height: auto;
        padding: 2rem 0;
        gap: 4rem;
    }

    .itemCorporal {

        gap: 1rem;
        border-left: 0.2rem solid #eea3c8;
        transition: padding 0.25s linear, background-color 0.25s linear;
    }

    .itemCorporal:hover {

        padding: 1rem 0;
        background-color: aliceblue;
        transform: none;
    }

    .itemTituloCorporal {

        text-align: center;
        font-style: italic;
        font-size: 2rem;

    }

    .itemTextoCorportal {

        text-align: justify;
        font-size: 1.5rem;
        border-left: none;
    }

    .item2 {

        padding-left: 0;
    }

    .item3 {

        padding-left: 0;
    }

    /*******ASESORAMIENTO*********/

    .asesoramientoContainer {

        height: auto;
        padding-bottom: 3rem;
    }

    .asesoramientoItemContainer {

        width: 80%;
        height: auto;
        flex-direction: column;
    }

    .asesoramientoImg {

        width: 100%;
        height: 35vh;
        border-radius: 2rem 2rem 0 0;

    }

    .asesoramientoImg img {

        width: 100%;
        height: auto;
    }

    .asesoramientoTextoContainer {

        width: 100%;
        height: auto;
        padding: 5rem 0;
        border-radius: 0 0 2rem 2rem;
    }

    /*******DEPILACION*******/

    .depilacionContainer {

        height: auto;
    }

    .depilacionDetalles {

        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .depilacionDetalleImg {

        width: 100%;
        height: 100%;
        border-radius: 0 1rem 1rem 0;
        overflow: hidden;

    }

    .depilacionItem {

        width: 100%;
        height: 20vh;
        display: flex;
        flex-direction: row;
    }

    .depilacionDetalleTexto {

        order: -1;
    }

    .tituloDetalleDepilacion {

        border-radius: 1rem 0 0 0;
        padding: 1rem 0;
    }

    /*********CONTACTOS************/

    .contactoContainer {

        height: auto;

    }

    .ItemContactoContainer {

        width: 100%;
        height: auto;
        padding: 2rem 0;

    }

    .iconosContactoContainter {

        width: 90%;
        height: auto;
        display: grid;
        flex-direction: column;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;

    }


    .imgRedes {

        display: flex;
        align-items: center;
        justify-content: center;

    }


    .imgContainer {

        display: none;

    }

    .containerWhatsapp {

        width: 10vw;
    }

}



/**************MENU HMABUERGUESA*************/
@media (max-width: 920px) {

    .logoHeader {

        width: 70%;
    }

    .menu-toggle {

        display: flex;
        justify-content: center;
        width: 30%;
        user-select: none;
        color: #72d0cb;
        ;

    }

    .navbar {

        display: flex;
        flex-direction: column;
        width: 100%;
        opacity: 0;
        height: auto;
        background-color: #e9bbbc67;
        backdrop-filter: blur(4px);
        position: absolute;
        top: 12vh;
        left: 0;
        transition: opacity 0.2s linear;

    }

    .navbar.active {
        opacity: 1;
    }


    .navbarList {
        flex-direction: column;
        gap: 2rem;
        padding: 1rem;
    }

    .listItem a {
        color: black;
        font-size: 1.2rem;
    }


}