.catalogoPagina{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1700px;
    width: 95%;
}
.prodCat{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 30vw;
    padding: 0 1vw;
    text-align: center;
    /* margin: 0 auto 3vw; */
    margin: 0 auto;
}
.prodCat h2{
    font-family: 'mont-light'!important;
}
.prodCat p{
    font-size: 1.1rem;
    padding:  0 2em;
}
.btn_prod{
    display: block;
    width: 10em;
    background-color: #0a87c6;
    color: white;
    padding: 0.5em;
    border: none;
    border-radius: 16px;
}
.containerProd ul{
    font-size: 1.2rem;
    padding: 0 4vw;
}
.containerProd p{
    padding: 0 4vw;
}
.btn_prod:hover{
    transform: scale(1.1);
    transition: 0.5s;
    text-decoration: none;
}
.prodCat h2{
    font-size: 1.7rem;
}
.prodCat h3{
    font-size: 1.5rem;
}
.prodCat img{
    object-fit: contain;
    margin-bottom: 1em;
    aspect-ratio: 1;
    width: 20vw;
}
.pagination{
    justify-content: center;
}

.intro{
    margin-bottom: 3em;
    position: relative;
}
.intro img{
    width: 100vw;
    aspect-ratio: 3.5/1;
    object-fit: cover;
    filter: brightness(40%);
}
.intro .txt__catalogo{
    font-family: 'brother';
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: grid;
    place-content: center;
}


/* SUBCATEGORIAS */
.subcategoria{
    max-width: 1750px;
    margin: auto;
}
.subcategoriaLab{
    width: 100%;
}
.subcategoriaLab h2{
    font-family: 'brother';
    font-size: 2em;
    text-align: center;
    padding: 0 1em;
    color: #a90b4c;
}
.owl-nav{
    color: #a90b4c;
    position: initial;
}
.owl-nav .owl-next, .owl-nav .owl-prev{
    position: absolute;
    top: 45%;
}
.owl-nav .owl-prev{
    left: 1rem;
}
.owl-nav .owl-next{
    right: 1rem;
}
.owl-carousel .owl-item img{
    width: 25em;
    aspect-ratio: 1/1;
    margin: 0 auto 1.5em;
    object-fit: contain;
}
.fondoM{
    padding-top: 2em;
    margin-bottom: 2vw;
    background-color: #fff6fa;
}
.fondoT{
    padding-top: 2em;
    margin-bottom: 2vw;
    background-color: #eef5ff;
}
.fondoS{
    padding-top: 2em;
    margin-bottom: 2vw;
    background-color: #fffeed;
}



/* SELLOS INICIO */
.titulo__privacidad img{
    width: 3em;
    aspect-ratio: 1/1;
    margin-right: 1em;
    margin-left: -3em;
}


/* DETALLE INICIO ------------------- */
#curvaDetalle{
    position: absolute;
    width: 20em;
    rotate: 180deg;
    opacity: 0.8;
    top: 40vw;
    z-index: -10;
}
.productoDet{
    padding: 4em;
    display: flex;
    align-items: center;
    max-width: 1700px;
    margin: auto;
}
.imgProd{
    width: 34vw;
    height: 34vw;
    border-radius: 16px;
    max-width: 600px;
    max-height: 600px;
    object-fit: contain;
}
.nombreProd, .marcaProd{
    display: inline;
}
.nombreProd{
    font-size: 2.5em;
    border-bottom: white solid 2px;
}
.marcaProd{
    font-size: 2em;
}
.txtProd{
    text-align: center;
}
.containerProd{
    display: grid;
}
.txtProd{
    margin: 1vw 4vw 4vw;
    border-radius: 25px;
    padding: 1em;
    color: white;
}
.descProd{
    padding: 0 4vw;
}
.btn__Prod{
    border: none;
    margin: 0 auto;
    color: white;
    width: 50%;
    border-radius: 16px;
    font-size: 1.5em;
    padding: 0.1em 0;
    background-color: #0798d8;
}
.btn__Prod:hover{
    transform: scale(1.1);
    transition: 0.5s;
    cursor: pointer;
}
.dropShad {
    filter: drop-shadow(2px 2px 4px rgba(145,145,145,1));
}

#relacionados{
    margin-top: 15em;
}
#relacionados .owl-nav{
    bottom: 15vw;
    color: black;
}
#relacionados .olw-items:hover{
    cursor: pointer;
}
#relacionados .owl-dots{
    display: none;
}
#relacionados .owl-carousel .owl-item img {
    width: 16em;
    margin: 0 auto 1.5em;
}
.recomendacion{
    width: auto!important;
}
/* DETALLE FIN ---------------------- */

@media (min-device-width:600px) and (max-device-width:1050px){
    .catalogoPagina{
        gap: 1vw;
    }
    .prodCat{
        width: 47vw;
        margin-bottom: 6vw;
    }
    .titulo__privacidad{
        margin-bottom: 6vw;
    }
    .productoDet{
        flex-direction: column;
        padding: 4em 2em;
        gap: 5vw;
    }
    .imgProd{
        width: 350px;
        height: 350px;
    }
    .intro img {
        aspect-ratio: 3.5/1;
    }
    .owl-carousel .owl-item img {
        width: 20em;
    }
}
@media (max-device-width:700px){
    .prodCat{
        width: 95vw;
    }
}
@media (min-device-width:200px) and (max-device-width:599px){
    #curvaDetalle{
        width: 14em;
        top: 130vw;
    }
    .titulo__privacidad h1{
        display: flex;
        flex-direction: column-reverse;
    }
    .titulo__privacidad img{
        margin: 0 auto;
    }
    .prodCat{
        padding: 0 4vw;
    }
    .titulo__privacidad{
        margin-bottom: 12vw;
    }
    .productoDet{
        flex-direction: column;
        padding: 2.5em 2.5vw;
        gap: 8vw;
    }
    .productoDet img{
        width: 95%;
    }
    .imgProd{
        width: 80vw;
        height: auto;
    }
    .intro img {
        aspect-ratio: 2/1;
    }
    .owl-carousel .owl-item img {
        width: 70vw;
    }
    .owl-dots{
        display: none;
    }
    #relacionados .owl-nav {
        bottom: 50vw;
    }
    #relacionados {
        margin-top: 10em;
    }
    .intro .txt__catalogo{
        display: none;
    }
}
