#BannerTop{
    height: 25rem !important;
    position: relative;
}
#BannerTop .texto-banner{position: absolute;color: #fff;font-size: 2vw;width: 85%;height: 18%;left: 15%;top: 96%;transform: translate(-15%, -96%);margin-left: 10%;}

#BannerTop .texto-banner h1{
    margin: 0;
    font-size: 3rem;
}

/** content **/
#Content{
    margin-top: 3rem;
}
.Wrap{
    float: none;
    width: 90%;
    margin: 0 auto;

}
#Content>.Wrap:first-child {
    margin-top: 2rem;
}
.desc-productos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.desc-productos>div{
    width: 40%;
    margin: auto auto auto 0;
}

.menu-categorias{width: 100%;max-width: 900px;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;
    margin-bottom: 50px;
}

.menu-categorias h2{font-size: 1.7rem;text-align: center;color: var(--azul);width: 100%;margin-bottom: 10px;}

.menu-categorias a{
    display: block;
   
}

.menu-categorias p{
    border-radius: 30px;
    background-color: rgb(54 116 238);    
    font-weight: 700;
    color: #fff !important;
    border-radius: 30px;
    padding: 0.75rem 1rem;
    width: 180px;
    text-align: center;
}
/** prods **/

.lista-prods{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 2rem;
}

.lista-prods .prod{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
    max-width: 300px;
    height: 100%;
    margin: 10px 15px;
}

.lista-prods .prod img{
    width: 100%;
    max-width: 100%;
    height: 300px;
}

.lista-prods .prod .prod-desc{
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 2;
}

.lista-prods .prod .prod-desc p.med{
    text-transform: uppercase;
    color: #000 !important;
    font-size: 1.3rem;
}

.otros-prods{width: 90%;margin: 0 auto;text-align: center;margin-top: 9rem;}

.otros-text{
    font-size: 2rem;
    text-align: center;
}
.otros-prods>div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.otros-prods>div a{
    display: block;
    width: 27%;
}

.otros-prods>div div img{
    width: 100%;
    box-shadow: 38px 51px 60px rgba(0,0,0,0.25);
}

#Eco-Friendly{
    margin-top: 5rem;
}



@media (min-width: 2560px){
    .lista-prods{
        justify-content: space-around;
    }
    .lista-prods .prod .prod-desc{
        bottom: -3rem;
    }
}

@media (max-width: 1536px){
    .desc-productos>div{
        width: 60%;
    }
}

@media (max-width: 1360px){
    .lista-prods{
        width: 95%;
    }
}

@media (max-width: 1280px){
    .desc-productos>div{
        width: 100%;
    }
    .desc-productos>a{
        width: auto;
        display: block;
        margin: auto;
        margin-top: 1rem;
    }
}
@media (max-width: 1264px){
    .lista-prods{
        justify-content: space-around;
    }
}

@media (max-width: 1080px){
    #BannerTop .texto-banner h1{
        font-size: 3rem;
    }
    .otros-prods>div div{
        width: 35%;
    }
}

@media (max-width: 842px){
    .prod{
        width: 50% !important;
    }
    .otros-text{
        font-size: 2rem;
    }
    .menu-categorias a{
        width: 50%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 780px){
    #BannerTop .texto-banner h1{
        font-size: 3rem;
    }
    
    .prod{
        width: 80% !important;
    }
    .lista-prods .prod .prod-desc{
        /* bottom: -30px !important; */
    }
    .otros-prods>div a{
        width: 100%;
        text-align: center;
    }
    .otros-prods>div div{
        margin: 0 auto;
    }
    .lista-prods{
        width: 85%;
    }
    .lista-prods a{
        display: block;
        width: 50%;
        margin: auto;
    }
    .lista-prods a .prod{
        margin: 0 auto;
        max-width: 100%;
        width: 100% !important;
    }
    .lista-prods .prod img{
        height: auto;
    }
    .lista-prods .prod .prod-desc p.med{
        font-size: 1rem;
    }
    .otros-prods{
        margin-top: 3rem;
    }
}
@media (max-width: 640px){
    .otros-text{
        font-size: 1.8rem;
    }
    .otros-prods>div div{
        width: 56%;
        margin: 0 auto;
    }
    #BannerTop .texto-banner h1{
        font-size: 2.3rem;
    }
}

@media (max-width: 580px){
    #Content>.Wrap:first-child {
        margin-top: 0;
    }
    .lista-prods{
        width: 95%;
    }
}
@media (max-width: 480px){
    /* #BannerTop .texto-banner h1{
        font-size: 7vw;
    } */
    .lista-prods .prod{
        height: 100%;
        display: block;
        float: left;
    }
    .lista-prods .prod .prod-desc{
        position: relative;
        bottom: 10px !important;
        float: left;
    }
    .menu-categorias a{
        /* width: 100%; */
    }
    .menu-categorias p{
        margin: 5px;
    }
    .menu-categorias{
        margin-bottom: 20px;
        width: 96%;
    }
    .texto-banner.ropa{
        margin-left: 2% !important;
    }
}

@media (max-width: 380px){
    .lista-prods .prod{
        width: 100% !important;
    }  
    .otros-prods>div div{
        width: 72%;
    }
} 