@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.contenedor-catalogo{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
}
.contenido-interno{
    width: 100%;
}
.z50{
    height: 100%;
    width: 75px;
}
.zmetro{
    height: 100%;
    width: 200px;
}
img{
    width: 100%;
    display: block;
}

.arrow-red-izq {
    margin-left: 16px;
}

.arrow-red-der {
    margin-left: -23px;
}
a{
    cursor: pointer;
}
.ablock{display: block;}
.block img{display: block;}
.juntar{
    display: flex;
    flex-direction: column;
}
.displey-flex{display: flex;}

#MenuToggle::after{
    content: url('../img/arrow-bott.svg');
    position: relative;
    padding-left: 10px;
}
.cat{
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    max-width: 700px;
}
#MenuToggle{
    cursor: pointer;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.contenido-nav{
    top: 0;
    position: fixed;
    height: 60px;
    display: flex;
    align-items: center;
    background: #f6f6f6 !important;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -moz-box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
}
.content-a{
    display: contents;
}
.menu-flotante {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    top: 35px;
    right: 0;
}
.menu-flotante.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    right: 0;
    top: 35px;
    background: white;
    padding: 10px 25px;
    box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -moz-box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
}
.menu-flotante ul {
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.menu-flotante ul li {
    font-family: 'Montserrat', sans-serif;
    height: 31px;
    padding: 1px 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 0.85rem;
}
.menu-flotante li a{
    text-decoration: none;
    color: black;
}

.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.flex5{
    flex:.5;
}
.centrar{
    display: flex;
    justify-content: center;
    align-items: center;
}
.derecha{
    display: flex;
    justify-content: end;
    align-items: center;
}
.izquierda{
    display: flex;
    justify-content: start;
    align-items: center;
}
/* menu */
.cat{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu-flotante.active{
    top: 100%;
}

.categorias{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding:  15px;
}
.categoria{
    margin:  5px;
    position: relative;
    flex: 0 0 calc(49% - 5px);
}
.texto-bajo{
    width: 100%;
    text-align: center;
    bottom: 3px;
    border-radius: 0px 0px 28px 28px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .5s;
}

.titulo-categoria{
    font-weight: bold;
    font-family: Joost;
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 0px;

}
.aniversario {
    padding-top: 60px;
}


.owl-dots{
    padding: 15px 1% 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}




/* .owl-theme.contenido-interno.noborde {
    padding: 0px;
}
.owl-theme.contenido-interno{
    padding: 10px 45px 10px 45px;
} */


.carousel-sham.owl-theme .owl-dots .owl-dot.active span,
.carousel-banner.owl-theme .owl-dots .owl-dot.active span {
    background: #df848b  !important;
    border-radius: 25px !important;
}
.carousel-sham.owl-theme .owl-dots button.owl-dot,
.carousel-banner.owl-theme .owl-dots button.owl-dot{
    background: transparent  !important;
    border-radius: 25px !important;
}
.carousel-banner.owl-theme .owl-dots{
    padding: 15px 1%;
}

img.imagen-texto-categoria {
    width: 60%;
    padding: 3% 3%;
}


.carousel-sham.owl-theme .owl-dots .owl-dot span,
.carousel-banner.owl-theme .owl-dots .owl-dot span {
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #df848b;
}

.carousel-sham.owl-theme .owl-dots .owl-dot:hover span,
.carousel-banner.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #df848b;
}

.no-dots .owl-dots{
    display: none;
}
/* oscuro */
/* .carousel-sham.owl-theme .owl-dots .owl-dot.active span{
    background: #df848b  !important;
    border-radius: 25px !important;
} */
.dot-oscuro.owl-theme .owl-dots .owl-dot.active span{
    background: #2d2d2d  !important;
    border-radius: 25px !important;
}
.dot-oscuro.owl-theme .owl-dots .owl-dot.active span{
    background: #2d2d2d  !important;
    border-radius: 25px !important;
}
.dot-oscuro.owl-theme .owl-dots .owl-dot span {
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #2d2d2d;
}

.dot-oscuro.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #2d2d2d;
}

/* --------------------------------------------- */


.carousel-sham-pink.owl-theme .owl-dots .owl-dot span {
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../img/dot-pink.png');
    background-size: contain;
}

.carousel-sham-pink.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #df848b;
}


.carousel-sham-pink.owl-theme .owl-dots .owl-dot.active span{
    background: #df848b  !important;
    border-radius: 25px !important;
}
.carousel-sham-pink.owl-theme .owl-dots button.owl-dot{
    background: transparent  !important;
    border-radius: 25px !important;
}


/* .owl-dots{
    display: none;
} */


.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    background-color: transparent !important;
    position: absolute;
    top: 37%;
    width: 40px;
}

.owl-carousel .owl-nav button.owl-prev{
    left: 0;
    display: block;
}
.owl-nav button.owl-next{
    right: 0;

}

.prueba{
    background-image: url(../img/fondo-car.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.primero{
    width: 60%;
}
.segundo{
    width: 40%;
}
.prueba .owl-item div a img{
    border-radius: 20px;
    padding: 10px;
}



/* Fondo 2 */
.prueba2{
    background-image: url(../img/fondo-car-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.prueba2 .owl-item div a img{
    border-radius: 20px;
    padding: 10px;
}

@media (max-width: 701px){
    .contenedor-catalogo {
        width: 100%;
    }
    .menu-flotante.active,
    .menu-flotante {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    #MenuToggle {
        padding-right: 25px;
    }
    .mt-40{
        margin-top: 40px;
    }
    .aniversario {
        padding-top: 20px;
    }
    .texto-bajo{
        bottom: 2px;
    }


}


@media (max-width: 630px){
    .texto-bajo{
        bottom: 1px;
    }
    img.imagen-texto-categoria {
        width: 60%;
        padding: 4% 3%;
    }
}
@media (max-width: 600px){
    .texto-bajo{
        bottom: 0px;
    }

}

@media (max-width: 580px){
    .titulo-categoria{
        font-size: 22px;
    }
    
}
@media (max-width: 529px){
    .categoria{
        margin:  4px;
    }
}


@media (max-width: 520px){
    
}

@media (max-width: 500px){
    
    .titulo-categoria {
        font-size: 20px;
    }
    
    .owl-theme .owl-dots .owl-dot span{
        height: 14px !important;
        width: 14px !important;
    }
    img.imagen-texto-categoria {
        width: 60%;
        padding: 5% 3%;
    }
    .owl-carousel .owl-nav button.owl-next, 
    .owl-carousel .owl-nav button.owl-prev{
    width: 35px;
    }
}









@media (max-width: 460px){
    .titulo-categoria{
        font-size: 18px;
    }
}
@media (max-width: 425px){
    .titulo-categoria{
        font-size: 16px;
    }
}
@media (max-width: 420px){
    .categorias{
        padding-top: 0px;
    }
}
@media (max-width: 400px){
    .zmetro{
        height: 72%;
        width: 150px;
    }
    .z50 {
        height: 60%;
        width: 50px;
    }
}


@media (max-width: 380px){
    .titulo-categoria{
        font-size: 14px;
    }
    img.imagen-texto-categoria {
        width: 60%;
        padding: 6% 3%;
    }
    

}

@media (max-width: 329px){
    .categorias{
        padding: 8px;
    }
}

@media (max-width: 380px){
    .titulo-categoria{
        font-size: 12px;
    }
}

@media (max-width: 316px){
    .categorias{
        padding: 2px;
    }
}





@media screen and (min-width:700px) {
    .menu-flotante ul li {
        font-size: initial;
    }
}