@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*  scroll-behavior: smooth; */
}
body{
    background-color: rgb(255 255 255);
}
html{
    background-color: white;
}
.desktop-hide {
    display: none;
}
.fondo-video {
    background-image: url("../img/carnes_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 52px;
}
.contenedor-catalogo{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #ffffff;
}
.contenido-interno{
    width: 100%;
    position: relative;
    padding-top: 40px;
}
.contenido-interno a {
    display: flex;
}
.z50{
    width: 66px;
}
.zmetro{
    width: 188px;
}
img{
    width: 100%;
    display: block;
}
a{
    cursor: pointer;
    text-decoration: none !important;
}
.ablock{display: block;}
.juntar{
    display: flex;
    flex-direction: column;
}
.displey-flex{display: flex;}
  #MenuToggle::after{
    content: url('../img/arrow-bott.svg');
    position: relative;
    padding-left: 5px;
    display: none;
}
.cat{
    display: block;
    background-color: #fe302b;
    width: 100%;
    max-width: 1200px;
}
#MenuToggle{
    cursor: pointer;
    font-size: 19px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    margin: 8px 10px;
    border: none;
    border-radius: 6px;
    padding: 11px 18px;
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.contenido-nav{
    top: 0;
    position: fixed;
    height: 46px;
    display: flex;
    background: #fe302b00 !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);
    width: 100%;
    left: 0;
}
.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: 30px;
    right: 0;
}
.menu-flotante.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    right: 0;
    top: 45px;
    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: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    height: 31px;
    padding: 1px 10px;
    display: inline-block;
    cursor: pointer;
}
.menu-flotante li a{
    text-decoration: none;
    color: black;
}
.content-a{
    display: contents;
}
.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:  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;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-150 {
    margin-top: 56%;
    z-index: 20;
}
.pt-153 {
    margin-top: 53%;
    z-index: 20;
}
.pt-155 {
    margin-top: 55%;
    z-index: 20;
}
.pt-156 {
    margin-top: 156.5%;
    z-index: 20;
}
.pt-127 {
    margin-top: 127.5%;
    z-index: 20;
}
.pt-161 {
    margin-top: 161%;
    z-index: 20;
}
.pt-185 {
    margin-top: 185.5%;
    z-index: 20;
}
.mt-30 {
    margin-top: 30px;
}
.owl-nav{display: none;}
.carousel-uno .owl-dots{
    display: block;
}
.carousel-dos{
    position: initial !important;
}
.carousel-dos .owl-dots{
    display: block;
    margin-top: 2%;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.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: 104px !important;
    height: 12px !important;
    margin: 5px -2px !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 65px !important;
    z-index: 30 !important;
    position: relative !important;
}
.owl-dots{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
}
.mitad{width: 50%;}
.carousel-sham .owl-item,
.padding-contenido .contenido-2{
    padding: 2px;
}
.bg-plantas{
    background-image: url("../images/plantas.jpg");
    background-size: contain;
    background-repeat: no-repeat;  
}
.bg-plantas2{
    background-image: url("../images/plantas2.jpg");
    background-size: contain;
    background-repeat: no-repeat;  
}
.bullet-yellow .owl-dots .owl-dot.active span{
    background-color: #ffc20e !important;
  }
  .bullet-yellow .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-red .owl-dots .owl-dot.active span{
    background-color: #f50a0a !important;
  }
  .bullet-red .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-blue .owl-dots .owl-dot.active span{
    background-color: #4f80d8 !important;
  }
  .bullet-blue .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-pink .owl-dots .owl-dot.active span{
    background-color: #ef80d8 !important;
  }
  .bullet-pink .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-pink-white .owl-dots .owl-dot.active span{
    background-color: #f0889b !important;
  }
  .bullet-pink-white .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-green .owl-dots .owl-dot.active span{
    background-color: #4ebe94 !important;
  }
  .bullet-green .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-orange .owl-dots .owl-dot.active span{
    background-color: #f39911 !important;
  }
  .bullet-orange .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-purple .owl-dots .owl-dot.active span{
    background-color: #a64bd8 !important;
  }
  .bullet-purple .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
/*
.owl-theme .owl-dots .owl-dot {
    background-color: #ffffff !important;
  }
.owl-theme .owl-dots .owl-dot span{
    width: 12px !important;
    height: 12px !important;
    margin: 7px !important;
}
 .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    background: red !important;
    width: 50%;
} 
.owl-dots{
    padding: 15px 1% 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}*/
.mitad{width: 50%;}
/* .owl-theme .owl-dots .owl-dot span{
    background-color: #f6f6f6 !important;
    width: 100% !important;
    height: 8px !important;
    border-radius: 0px !important;
    margin: 0px !important;
} 
.carousel-uno.owl-carousel .owl-nav{
    margin-top: 0px;
 }*/
.carousel-uno.owl-carousel .owl-nav.disabled {
    display: block;
}
.carousel-uno.owl-carousel .owl-nav button.owl-next, .carousel-uno.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    bottom: 40%;
    width: 30px;
    margin: 0px;
}
.carousel-uno.owl-carousel .owl-nav button.owl-prev{
    left: 2%;
}
.carousel-uno.owl-carousel .owl-nav button.owl-next{
    right: 2%;
}
.carousel-uno-rosa.owl-carousel .owl-nav.disabled {
    display: block;
}
.carousel-uno-rosa.owl-carousel .owl-nav button.owl-next, .carousel-uno-rosa.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    top: 45%;
    width: 50px;
    margin: 0px;
}
.carousel-uno-rosa.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.carousel-uno-rosa.owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.carousel-uno-rosa.owl-carousel .owl-nav{
    margin-top: 0px;
 }
 .carousel-uno-azul.owl-carousel .owl-nav button.owl-next, .carousel-uno-azul.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    top: 45%;
    width: 50px;
    margin: 0px;
}
.carousel-uno-azul.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.carousel-uno-azul.owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.carousel-uno-azul.owl-carousel .owl-nav{
    margin-top: 0px;
 }
.owl-carousel .owl-item img{
    /* box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36);
    -webkit-box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36);
    -moz-box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36); */
    border-radius: 0px;
}
.margen-3{
    width: 3.9%;
}
.contenedor-92{
    width: 92.2%;
    position: relative;
}
.margen-5{
    width: 5%;
}
.contenedor-95{
    width: 95%;
    position: relative;
}
.margen-2{
    width: 2.5%;
}
.contenedor-98{
    width: 98%;
    position: relative;
}
img.imagen-texto-categoria {
    width: 60%;
    padding: 3% 3%;
}

.rectangulo-flotante {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 0;
}
.caja-flotante {
    position: absolute;
    top: -35px;
    left: auto;
    right: auto;
}

@media screen and (max-width: 768px){
    .contenedor-catalogo {
        width: 95%;
    }
    .menu-flotante.active,
    .menu-flotante {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        top: 35px;
    }
   .menu-flotante ul li {
        font-size: 15px;
    } 
  .contenido-interno{
    padding-top:20px
  }
  #MenuToggle {
    font-size: 15px;
    padding: 7px 12px;
}
.contenido-nav {
    height: 33px;
}
}
