@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;
}

.owl-nav{display: none;}

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

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

.pr{ position: relative;}

.owl-theme .owl-dots .owl-dot span{
    background-color: #f6f6f6 !important;
    width: 100% !important;
    height: 8px !important;
    border-radius: 0px !important;
    margin: 0px !important;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #eebd31 !important;
    border-radius: 25px !important;
}


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

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%;
}

.aqua .owl-dots .owl-dot.active span{
    background-color: #399bca !important;
}

.carousel-simple .owl-dots{
    display: none;
}
.carousel-simple{
    padding: 15px 0px 15px 0px;
}

@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: 7px !important;
    }
    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; 
    }
    
}
@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;
    }
    .texto-bajo{
        border-radius: 0px 0px 16px 16px; 
    }
}

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