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

.desktop-hide {
    display: none;
}

.fondo-video {
    background-image: url("../images/carnes_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 52px;
}
.contenedor-catalogo{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
}
.contenido-interno{
    width: 100%;
}
.z50{
    
    width: 66px;
}
.zmetro{
    width: 188px;
}
img{
    width: 100%;

}
a{
    cursor: pointer;
}
.ablock{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;
}
#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;
}
.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(255, 195, 0, 0.8);
}
.categorias{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 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;

}
.categoria-mitad{
    width: 50%;
    height: 319px;
}
.categoria-margin{
    margin: 8px;
}
.categoria-tradicional{

    height: 100%; 
    background:round;
    background-image:url(../images/cat_01.jpg);
}
.categoria-tradicional:hover{

    height: 100%;
    background:round;
    background-image:url(../images/cat_01_.jpg);
    transition: all .5s;
}

.categoria-glam{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_02.jpg);
}
.categoria-glam:hover{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_02_.jpg);
    transition: all .5s;
}
.categoria-bosque{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_03.jpg);
}
.categoria-bosque:hover{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_03_.jpg);
    transition: all .5s;
}
.categoria-merry{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_04.jpg);
}
.categoria-merry:hover{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_04_.jpg);
    transition: all .5s;
}
.categoria-boho{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_05.jpg);
}
.categoria-boho:hover{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_05_.jpg);
    transition: all .5s;
}
.categoria-festive{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_06.jpg);
}
.categoria-festive:hover{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_06_.jpg);
    transition: all .5s;
}
.categoria-infaltables{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_07.jpg);
}
.categoria-infaltables:hover{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_07_.jpg);
    transition: all .5s;
}
.categoria-peluches{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_08.jpg);
}
.categoria-peluches:hover{
    
    height: 100%;
    background:round;
    background-image:url(../images/cat_08_.jpg);
    transition: all .5s;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.owl-dots{
    padding: 5px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color:#fff!important;
}
.mitad{width: 50%;}



.pr{ position: relative;}

/* .owl-theme .owl-dots .owl-dot span{
    background-color: #d4d4d4 !important;
    width: 100% !important;
    height: 8px !important;
    border-radius: 0px !important;
    margin: 0px !important;
} */
/* .owl-theme .owl-dots .owl-dot {
    background-color: #d4d4d4 !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%;
} */
.carousel-sham.owl-carousel .owl-nav button.owl-next, .carousel-sham.owl-carousel .owl-nav button.owl-prev{
    background-color: transparent !important;
    position: absolute;
    bottom: -0.2%;
    width: 20px;
    margin: 0px;
}

.carousel-sham.owl-carousel .owl-nav button.owl-prev{
    left: 38%;
}
.carousel-sham.owl-carousel .owl-nav button.owl-next{
    right: 38%;

}
.owl-nav {
    margin-top: 0px!important;
}
.owl-nav{display: block;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color:transparent!important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
}

.owl-dots{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color:transparent!important;
}

.owl-theme .owl-dots .owl-dot.active span{
    border-radius: 25px !important;
}
.carousel-simple.owl-carousel .owl-nav button.owl-next, .carousel-simple.owl-carousel .owl-nav button.owl-prev{
    background-color: transparent !important;
    position: absolute;
    bottom: -0.2%;
    width: 20px;
    margin: 0px;
}
.carousel-simple.owl-carousel .owl-nav button.owl-prev{
    left: 38%;
}
.carousel-simple.owl-carousel .owl-nav button.owl-next{
    right: 38%;

}


.bullet-red .owl-dots .owl-dot.active span{
    background-color: #F20A0A !important;
  }
  
  .bullet-yellow .owl-dots .owl-dot.active span{
    background-color: #FEBE10 !important;
  }




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

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

.legal-producto{
    font-size: 11px;
    color: #4b4b4b;
    text-align: justify;
    line-height: 1.2;
    padding: 15px 30px;
    font-family: arial, sans-serif;
}

/* .none{
    display: none;
}
.block{
    display: block;
}
 */

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

    .mobile-hide {
        display: none;
    }
    .desktop-hide {
          display: block;
    }
    .fondo-video {
        padding-bottom: 48px;
    }
    .pb-20{
        padding-bottom: 10px;
    }
    .pt-10 {
        padding-top: 5px;
    }
    .pt-30 {
        padding-top: 5px;
    }
    .pt-40{
        padding-top: 15px;
    }
    
    .pt-50 {
        padding-top: 20px;
      }
    .texto-bajo{
        bottom: 2px;
    }
    .legal-producto{
        font-size: 9px;
        padding: 9px 15px;
        font-family: arial, sans-serif;
    }
    .categoria-mitad{
        height: 287px;
    }
    
    
}
@media (max-width: 630px){
    .texto-bajo{
        bottom: 1px;
    }
    img.imagen-texto-categoria {
        width: 60%;
        padding: 4% 3%;
    }
    .categoria-mitad{
        height: 270px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 12px !important;
        height: 12px !important;
    }
    .carousel-sham.owl-carousel .owl-nav button.owl-next, .carousel-sham.owl-carousel .owl-nav button.owl-prev{
        bottom: -0.2%;
        width: 17px;
    }
    .carousel-simple.owl-carousel .owl-nav button.owl-next, .carousel-simple.owl-carousel .owl-nav button.owl-prev{
        bottom: -0.2%;
        width: 17px;
    }
}
@media (max-width: 600px){
    .texto-bajo{
        bottom: 3px;
    }
    .categoria-mitad{
        height: 250px;
    }

}

@media (max-width: 580px){
    .titulo-categoria{
        font-size: 22px;
    }
    .texto-bajo{
        border-radius: 0px 0px 26px 26px; 
    }
    .categoria-mitad{
        height: 235px;
    }
   
    
}
@media (max-width: 529px){
    .categoria{
        margin:  4px;
    }
    .categoria-mitad{
        height: 225px;
    }
}


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

@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; 
    }
    
    img.imagen-texto-categoria {
        width: 60%;
        padding: 5% 3%;
    }

    .zmetro{
        width: 180px;
    }
    .z50 {
        width: 55px;
    }
    .fondo-video {
        padding-bottom: 33px;
    }
    .categoria-mitad{
        height: 203px;
    }
    .categoria-margin{
        margin: 8px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 11px !important;
        height: 11px !important;
    }
    .carousel-sham.owl-carousel .owl-nav button.owl-next, .carousel-sham.owl-carousel .owl-nav button.owl-prev{
        bottom: -0.2%;
        width: 15px;
    }
    .carousel-simple.owl-carousel .owl-nav button.owl-next, .carousel-simple.owl-carousel .owl-nav button.owl-prev{
        bottom: -0.2%;
        width: 15px;
    }
}
@media (max-width: 460px){
    .titulo-categoria{
        font-size: 18px;
    }
    .texto-bajo{
        border-radius: 0px 0px 20px 20px; 
    }
    .fondo-video {
        padding-bottom: 31px;
    }
    .categoria-mitad{
        height: 188px;
    }
    
}
@media (max-width: 425px){
    .titulo-categoria{
        font-size: 16px;
    }
    .texto-bajo{
        border-radius: 0px 0px 18px 18px; 
    }
    .z50 {
        width: 48px;
    }
    .fondo-video {
        padding-bottom: 29px;
    }
    .categoria-mitad{
        height: 173px;
    }
    
}
@media (max-width: 420px){
    .categorias{
        padding-top: 0px;
    }
    .carousel-sham.owl-carousel .owl-nav button.owl-prev{
        left: 36%;
    }
    .carousel-sham.owl-carousel .owl-nav button.owl-next{
        right: 36%;
    
    }
    .carousel-simple.owl-carousel .owl-nav button.owl-prev{
        left: 36%;
    }
    .carousel-simple.owl-carousel .owl-nav button.owl-next{
        right: 36%;
    
    }
}
@media (max-width: 400px){
    .zmetro{
        width: 154px;
    }
    .categoria-margin{
        margin: 7px;
    }
    .categoria-mitad{
        height: 165px;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 6px !important;
    }

}


@media (max-width: 380px){
    .titulo-categoria{
        font-size: 14px;
    }
    img.imagen-texto-categoria {
        width: 60%;
        padding: 6% 3%;
    }
    .categoria-mitad{
        height: 145px;
    }
    .carousel-sham.owl-carousel .owl-nav button.owl-prev{
        left: 35%;
    }
    .carousel-sham.owl-carousel .owl-nav button.owl-next{
        right: 35%;
    
    }
    .carousel-simple.owl-carousel .owl-nav button.owl-prev{
        left: 35%;
    }
    .carousel-simple.owl-carousel .owl-nav button.owl-next{
        right: 35%;
    
    }
    

}

@media (max-width: 329px){
    .categorias{
        padding: 8px;
    }
    .z50{
        width:45px;
      }
      .categoria-mitad{
        height: 138px;
    }
    .carousel-sham.owl-carousel .owl-nav button.owl-prev{
        left: 34%;
    }
    .carousel-sham.owl-carousel .owl-nav button.owl-next{
        right: 34%;
    
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 5px !important;
    }
    .carousel-simple.owl-carousel .owl-nav button.owl-prev{
        left: 34%;
    }
    .carousel-simple.owl-carousel .owl-nav button.owl-next{
        right: 34%;
    
    }
}

@media (max-width: 380px){
    .titulo-categoria{
        font-size: 12px;
    }
    .texto-bajo{
        border-radius: 0px 0px 14px 14px; 
    }
    .fondo-video {
        padding-bottom: 23px;
    }
}

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