@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: rgb(233, 233, 233);
}
html{
    background-color: white;
}

.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%;
}
a{
    cursor: pointer;
}
.ablock{display: block;}
.block img{display: block;}
.juntar{
    display: flex;
    flex-direction: column;
}
.displey-flex{display: flex;}

#MenuToggle::after{
    content: url('../images/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;
}
/* menu */
.menu-flotante.active{
    top: 100%;
}
.cat{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#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;
    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;
}
.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;
}
.categoria:hover .texto-bajo{
    transition: all .5s;
    background-color: rgba(248, 219, 48, 0.9)
}
.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;
}

.no-arrow .owl-nav{display: none;}

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

.carousel-sham .owl-item,
.padding-contenido .contenido-2{
    padding: 0px;
}

.pr{ position: relative;}

.owl-theme .owl-dots .owl-dot span{
    background-color: #cacaca !important;
    width: 15px !important;
    height: 15px !important;
}


.owl-theme .owl-dots .owl-dot.active span{/* 
    background: #d8526b !important; */
    border-radius: 25px !important;
    height: 15px ;
    width: 15px ;
}

.sindots .owl-dots,
.sindots .owl-nav{
    display: none;
}

.owl-nav{
    position: relative;
    
}

.owl-nav .owl-prev{
    position: absolute;
    left: 30%;
    width: 10px;
    top: 12px;
}

.owl-nav .owl-next{
    position: absolute;
    right: 30%;
    width: 10px;
    top: 12px;
}
/* box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75); */
.owl-theme.contenido-interno{
    padding: 30px 30px 0px 30px;

}

.owl-theme.contenido-interno.notop{
    padding: 0px 30px 0px 30px;
}
.dots-morado .owl-dots .owl-dot.active span{
    background-color:  #805580 !important;
}
.dots-morado .owl-dots .owl-dot span{
    background-color:  #a78087 !important;
}

.dots-celeste .owl-dots .owl-dot.active span{
    background-color:  #7e9cd1 !important;
}
.dots-celeste .owl-dots .owl-dot span{
    background-color:  #5e84cc !important;
}

.dots-amarillo .owl-dots .owl-dot.active span{
    background-color:  #f8db30 !important;
}
.dots-amarillo .owl-dots .owl-dot span{
    background-color:  #d1ba5c !important;
}

.dots-naranja .owl-dots .owl-dot.active span{
    background-color:  #ffc161 !important;
}
.dots-naranja .owl-dots .owl-dot span{
    background-color:  #ffdebb !important;
}

/* Amarillo */
.owl-theme.amarillo .owl-dots .owl-dot.active span{
    background: #ffdd00 !important;
}

.owl-theme.amarillo .owl-dots .owl-dot span{
    background: #505050 !important;
}

.owl-carousel.amarillo.owl-loaded{
    background-color: #fefdf1;
}

/* morado */
.owl-theme.morado .owl-dots .owl-dot.active span{
    background: #926192 !important;
}

.owl-theme.morado .owl-dots .owl-dot span{
    background: #505050 !important;
}

.owl-carousel.morado.owl-loaded{
    background-color: #f9f7fa;
}

/* celeste */
.owl-theme.celeste .owl-dots .owl-dot.active span{
    background: #6a9cc4 !important;
}

.owl-theme.celeste .owl-dots .owl-dot span{
    background: #505050 !important;
}

.owl-carousel.celeste.owl-loaded{
    background-color: #f6fafd;
}


/* MASCOTAS FIN */



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
    background: transparent !important;
}

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

.metro {
    display: flex;
    height: 100%;
}
.metro-iconos{
    height: 100%;
}

.categorias .categoria:nth-child(1){
    flex: 0 0 100%;
}


.arrow .owl-item{
    padding: 1.25%;
}

@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;
    }
    .texto-bajo{
        border-radius: 0px 0px 26px 26px; 
    }
    
}
@media (max-width: 529px){
    .categoria{
        margin:  4px;
    }

   
}


@media (max-width: 520px){
    .texto-bajo{
        border-radius: 0px 0px 24px 24px; 
    }
    
}

@media (max-width: 500px){
    .texto-bajo{
        border-radius: 0px 0px 24px 24px; 
    }
    .titulo-categoria {
        font-size: 20px;
    }
    .texto-bajo{
        border-radius: 0px 0px 22px 22px; 
    }
    .owl-theme .owl-dots .owl-dot span{
        height: 10px !important;
        width: 10px !important;
    }

    .owl-nav .owl-prev{
        width: 7px;
        top: 0;
    }
    
    .owl-nav .owl-next{
        width: 7px;
        top: 0;
    }


    .owl-dots{
        padding: 5px;
    }

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

    .zmetro{
        height: 80%;
        width: 180px;
    }
    .z50 {
        height: 75%;
        width: 62px;
    }
}
@media (max-width: 460px){
    .titulo-categoria{
        font-size: 18px;
    }
    .texto-bajo{
        border-radius: 0px 0px 20px 20px; 
    }
    
}
@media (max-width: 425px){
    .titulo-categoria{
        font-size: 16px;
    }
    .texto-bajo{
        border-radius: 0px 0px 18px 18px; 
    }
    .owl-nav .owl-prev{
        left: 25%;
    }
    
    .owl-nav .owl-next{
        right: 25%;
    }
    
}
@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%;
    }

    .owl-nav .owl-prev{
        left: 20%;
    }
    
    .owl-nav .owl-next{
        right: 20%;
    }
    

}

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

@media (max-width: 380px){
    .titulo-categoria{
        font-size: 12px;
    }
    .texto-bajo{
        border-radius: 0px 0px 16px 16px; 
    }
}

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