*{
  margin: 0;
  padding: 0;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: rgb(10, 69, 123);
}

.contenedor-title{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.contenedor-III{
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.contenedor-III div{
  position: fixed;
  right: 0;
  margin-top: 25px;
  z-index: 10;
}
.contenedor-III div h1{
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: rgb(215, 185, 0);
  padding: 15px;
  border-radius: 5px 0% 0% 0%;
  margin-bottom: 0;
}
.contenedor-III div h2{
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: rgb(36, 36, 36);
  padding: 15px;
  border-radius: 0% 0% 0% 5px;
}
.contenedor-III section{
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  width: 100%;
  max-width: 1440px;
  height: 450px;
  background: url(../assets/recetas-background.jpg);
  background-size: cover;
}

.contenedor-III section h1{
  font-size: 48px;
  font-weight: bold;
  color: gold;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 150px 150px 0 150px;
  clip-path: circle(50% at 50% 140%);
}
.contenedor-IV{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: darkgray;
}
.contenedor-IV-top{
  display: flex;
  justify-content: center;
  background-color: red;
  width: 100%;
  max-width: 1440px;
  height: 50px;
  margin-top: -50px;
}
.contenedor-IV-center{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
}
#content{
  display: flex;
  justify-content: center;
  width: 100%;
}
#carrusel {
    float:left;
    max-width: 1420px;
    width: 100%;
    height:262px;
    overflow:hidden;
    position:relative;
    margin: 25px 0;
}

#carrusel .left-arrow {
    position:absolute;
    left:0;
    z-index:1;
    top:36.5%;
}

#carrusel .left-arrow img{
  width: 30px;
}

#carrusel .right-arrow {
    position:absolute;
    right:0;
    z-index:1;
    top:36.5%;
}
#carrusel .right-arrow img{
  width: 30px;
}
.carrusel {
    width:4000px;
    left:0px;
    position:absolute;
    z-index:0;
}

.carrusel>div {
  float: left;
  cursor:pointer;
  text-align:center;
  margin: 0px 5px;
  padding: 0px 9px 20px 9px;
  width: 209px;
  background-color: white;
  border-radius: 10px;
}

.carrusel img {
    width: 177px;
    height: 177px;
}
.carrusel p{
  font-size: 18px;
  color: rgb(100, 100, 100);
}


.producto_info{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.producto_info section{
  cursor: pointer;
  margin: 0 10px;
  padding: 20px 20px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
}

.producto_info section img{
  width: 190px;
  height: 190px;
}

.producto_info section h1{
  font-size: 14px;
  color: rgb(100, 100, 100);
}
.producto_info section h2{
  font-size: 21px;
  color: rgb(40, 40, 40);
}
#left{
  transform: rotate(-5deg);
}
#center{
  height: 80%;
}
#center img{
  width: 185px;
  height: 185px;
}
#right{
  transform: rotate(5deg);
}
.contenedor-V{
}
.contenedor-V section{
  display: flex;
  justify-content: center;
  max-width: 1440px;
  z-index: 0;
}
.contenedor-V section h1{
  font-size: 36px;
  color: black;
}

.contenedor-VI{
}
.contenedor-VI-div{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}
.contenedor-VI section{
  display: flex;
  width: 100%;
  max-width: 1280px;
}
.contenedor-VI #personas{
  padding: 15px 0 5px 0;
}
.contenedor-VI #table{
  justify-content: center;
  padding: 25px 0 25px 0;
}
.table-responsive{
  overflow-y: hidden
}
.table{
  width: 1200px;
}
.nav {
  font-size: 18px;
}
.tab-pane div{
  background: white;
  border-radius: 5px;
  padding: 15px;
  margin: 10px;
  box-shadow: 0px 1px 5px rgba(125,125,125,0.75);
}
.contenedor-VI section h1{
  font-size: 21px;
}
.contenedor-VI section h2{
  font-size: 20px;
  width: 400px;
  margin-left: 10px;
  align-self: center;
}

.contenedor-VI section img{
  width: 150px;
  height: 125px;
}

.contenedor-VII{
  display: flex;
  justify-content: center;
}
.contenedor-VII-section{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  background: rgb(200, 200, 200);
  padding-bottom: 20px;
}
.contenedor-VI-VII{
}
#contentSlide{
  display: flex;
  justify-content: center;
  width: 100%;
}
#carruselSlide {
    float:left;
    max-width: 1440px;
    width: 100%;
    height:710px;
    margin-top: 25px;
    overflow:hidden;
    position:relative;
}

#carruselSlide .lefty-arrow {
    position:absolute;
    left:40%;
    z-index:1;
}

#carruselSlide .lefty-arrow img{
  width: 20px;
}

#carruselSlide .righty-arrow {
    position:absolute;
    right:40%;
    z-index:1;
}
#carruselSlide .righty-arrow img{
  width: 20px;
}
.carruselSlide {
    width:9999px;
    left:0px;
    position:absolute;
    z-index:0;
}

.carruselSlide>div {
    float: left;
    text-align:center;
    width: 100%;
    max-width: 100vw;
}




.receta_view{
  background-color: red;
  padding: 15px;
  color: white;
  transition: 0.2s;
}
.receta_labelX{
  width: 100%;
  display: flex;
  justify-content: end;
  font-size: 21px;
  cursor: pointer;
}
.receta_boton{
  display: flex;
  flex-direction: column;
    align-items: center;
}
.receta_boton button{
  width: 85px;
  margin: 20px 20px 0 20px;
}
.btn {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.contenedor-VII h1{
  text-align: center;
}
.contenedor-VIII{
  display: flex;
  justify-content: center;
}

.contenedor-IX{
  display: flex;
  justify-content: center;
}

.contenedor-whatsapp{
  display: flex;
  justify-content: center;
}

.contenedor-whatsapp section{
  position: fixed;
  bottom: 20px;
  left: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.contenedor-whatsapp section:hover{
  bottom: 25px;
}

.contenedor-whatsapp img{
  width: 60px;
  border-radius: 10px;
}
.contenedor-carrito{
  display: flex;
  justify-content: center;
}

.contenedor-carrito section{
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.contenedor-carrito section:hover{
  bottom: 25px;
}

.contenedor-carrito img{
  width: 60px;
  border-radius: 10px;
}

div.elem-group {
  margin: 10px 0;
}

.access .elem-group label {
  display: block;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.access .elem-group input{

  border-radius: 2px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 17px;
  width: 450px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);

}

input:focus, button:focus, textarea:focus, textarea:focus, select:focus, input:active, button:active, textarea:active, input:active, select:active, input, textarea, button, select {
  outline-style: none !important;
  outline: none !important;
  outline: 0 !important;
}



.carrito {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: right;
  z-index: 100;
  top: 0;
  transition: 0.3s;
  display: none;
}

.compra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: end;
    width: 512px;
    height: 650px;
    background-color: rgb(216, 216, 216);
    border-radius:10px;
    text-align: start;
    overflow-y: scroll;
    overflow-x: hidden;
}

.compra a {
  background-color: rgb(10, 69, 123);
  width: 100%;
  height: 30px;
  font-size: 20px;
  padding: 10px;
  color: #fff;
}

.articulos {
width: 95%;
background: #fff;
height: auto;
border-radius: 20px;
margin: 0px auto;
margin-top: 10px;
}

.articulos h1 {
  width: 100%;
  margin-left: 20px;
  margin-top: 10px;
}

.botones {
  margin-left: 20px;
  margin-top: 10px;
}

.botones button {
  background-color: rgb(10, 69, 123);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}

.botones p {
  margin-left: 6px;
}

.detalles {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.detalles img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
}

b.precio {
  font-size: 15px;
}

.descripcion {
  margin-top: 10px;
  margin-left: 9px;
}

.fas.fa-trash {

  color: black;
  background-color: transparent;
  font-size: 25px;
  margin-left: 120px;
  margin-top: 10px;
}

hr {
  width: 90%;
  margin-left: 20px;
  margin-bottom: 10px;
}

.subtotal {
  margin-left: 20px;
  margin-bottom: 10px;
}

.volver img {
  width: 20px;
  height: 20px;
}

.fas.fa-chevron-left {
  background: transparent;
  color: #fff;
}

.datos {
  width: 95%;
background: #fff;
height: auto;
border-radius: 20px;
margin: 0px auto;
margin-top: 10px;
display: flex;
flex-direction: column;
align-items: center;
}

.datos h2 {
  margin-left: 10px;
  margin-top: 15px;
}

.datos .bot {
  text-decoration: none;
  background-color: rgb(10, 69, 123);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  width: 90%!important;
  margin: 3px;
  padding: 3px 3px;
  font-size: 18px;
  text-align: center;
  height: 20px;
}

.bot:hover {
background-color: rgb(71, 39, 132);
}

.formu {
  width: 90%;
}

.pedid .elem-group label {
  display: block;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: black;
}

.pedid .elem-group input{

  border-radius: 2px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 17px;
  width: 100%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);

}

.pedid .elem-group select{

  border-radius: 2px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 17px;
  width: 100%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);

}

.formapago {

  width: 95%;
background: #fff;
height: auto;
border-radius: 20px;
margin: 0px auto;
margin-top: 10px;

}

.formapago h2 {
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.opcionesPago {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.opcionesPago a {
  width: auto;
  border-radius: 5px;
  margin: 5px;
  font-size: 15px;
  text-align: center;
  height: 15px;
  cursor: pointer;
}

.opcionesPago a:hover {

  background-color: rgb(71, 39, 132);

}

.formaP {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.total {
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.formapago h3 {

width: 100%;
text-align: center;
font-size: 17px;
}

.comentarios {
  width: 95%;
background: #fff;
height: auto;
border-radius: 20px;
margin: 0px auto;
margin-top: 10px;
}

.comentarios h2 {
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.elem-group2 {
  width: 100%;
}

.elem-group2 label {
  width: 90%;
  font-size: 15px;
  color: black;
  margin-left: 25px;
}

.elem-group2 textarea {
  width: 90%;
  height: 150px;
  resize: none;
  margin-left: 25px;
}

button.envioWhatsapp {
  width: 90%;
  margin: 10px auto;
  padding: 15px 0px 15px 0px;
  font-size: 15px;
  text-align: center;
  background-color: rgb(10, 69, 123);
  color: white;
}

.login {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0,0,0,0.8);
  display: flex;
  z-index: 100;
  top: 0;
  transition: 0.3s;
}

.formulario {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 512px;
  height: 380px;
  background-color: rgb(41, 41, 41);
  border-radius:10px;
  text-align: start;
}

.formulario h2 {
  width: 100%;
  margin-left: 70px;
  color: #fff;
  text-align: start!important;
}

.labelX{
  color: darkgray;
  font-size: 21px;
  cursor: pointer;
  background: none;
  border: none;
  align-self: end;
  margin-right: 20px;
}

.formulario button {
  background-color: rgb(10, 69, 123);
  padding: 2% 3%;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  width: 130px;
}

.formulario button:hover {
  background-color: rgb(71, 39, 132);
}

.formulario a.botton {
  text-decoration: none;
  background-color: rgb(10, 69, 123);
  padding: 2% 3%;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.formulario p {
  color: #fff;
  margin-top: 10px;
}

.formulario p a {
color: white;
}

.formulario a:hover {
  background-color: rgb(71, 39, 132);
}

#table-movil {
  display: none;
}

.producto_view{
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0,0,0,0.8);
  display: flex;
  z-index: 100;
  top: 0;
  transition: 0.3s;
  max-width: 100%;
}

.producto_detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius:10px;
  text-align: start;
  padding: 15px;
  background-color: #fafafa;
  color: black;
  transition: 0.2s;
  max-height: 400px;
  width: 400px;
  max-width: 100%;
}
.product_top{
  display: flex;
  width: 100%;
  align-items: center;
}
.product_labelX{
  color: gray;
  font-size: 31px;
  cursor: pointer;
  background: none;
  border: none;
  align-self: end;
  margin-right: 10px;
}

.product_labelX:hover{
  color: rgb(71, 39, 132);
}

.paxijo {
  max-width: 100%;
}

.paxi {
  overflow-y: scroll;
  margin-top: 10px;
  overflow-x: hidden;
  max-width: 100%;
}

.pip {
  width: 300px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.fas.fa-cart-plus {

  color: rgb(10, 69, 123);
  font-size: 25px;
  cursor: pointer;
  margin: 0px 5px;

}

.fas.fa-clipboard {
  color: rgb(10, 69, 123);
  font-size: 25px;
  cursor: pointer;
  margin: 0px 5px;
}

.dropbtn {
  display: flex;
  justify-content: center;
  background: #f1f1f1;
  color: black;
  font-size: 18px;
  font-weight: 900;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #DDDDDD;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: white;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
  transition: 0.2s;
}

.dropdown-content a {
  font-size: 14px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  text-align: left;
  display: block;
}
.dropdown-content i{
  font-size: 16px!important;
  background: none!important;
  color: black!important;
  width: 16px!important;
  margin: 0 8px 0 0!important;
}

.dropdown a:hover {background-color: #ddd;}

.dropbtn:focus + .dropdown-content{
  visibility: visible;
  opacity: 1;
}

.producto_view{
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0,0,0,0.8);
  display: flex;
  z-index: 100;
  top: 0;
  transition: 0.3s;
}

.producto_detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius:10px;
  text-align: start;
  padding: 5px;
  background-color: #fafafa;
  padding: 15px;
  color: black;
  transition: 0.2s;
  max-height: 400px;
  width: 400px;
  max-width: 100%;
}
.product_top{
  display: flex;
  width: 100%;
  align-items: center;
}
.product_labelX{
  color: gray;
  font-size: 31px;
  cursor: pointer;
  background: none;
  border: none;
  align-self: end;
  margin-right: 10px;
}

.product_labelX:hover{
  color: rgb(71, 39, 132);
}

.paxi {
  overflow-y: scroll;
  margin-top: 10px;
  overflow-x: hidden;
  max-width: 100%;
}

.pip {
  width: 300px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.fas.fa-cart-plus {

  color: rgb(10, 69, 123);
  font-size: 25px;
  cursor: pointer;
  margin: 0px 5px;

}

.fas.fa-clipboard {
  color: rgb(10, 69, 123);
  font-size: 25px;
  cursor: pointer;
  margin: 0px 5px;
}

.botones2 {
  margin-left: 20px;
  margin-top: 10px;
  display: flex;
  max-width: 100%;
}

.botones2 button {
  background-color: rgb(10, 69, 123);
  width: 20px;
  height: 20px;
  border-radius: 25%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: 0px 5px;
}

.botones2 h3 {
 margin-right: 12px;
}

.cantiper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.receta_boton {
  max-width: 100%;
}

.receta_boton button {
  width: 300px;
  max-width: 80%;
  border-radius: 50px;
  margin-top: 10px;
  max-width: 100%;
}

.receta_labelX{
  width: 100%;
  max-width: 100%;
}

hr {
  max-width: 100%;
}

.select {
  position: relative;
  border: 1px solid #ccc;
  width: 150px;
  overflow: hidden;
  background-color: #fff;
}
  
.select:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
}
  
.select select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;
    font-size: 20px;
}

.filtra {
  display: flex;
  flex-direction: row;
}

.filtra label {
  margin-right: 5px;
  font-size: 25px;
}

.btn2 {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 1px 3px;
  margin: 0px 5px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (max-width: 1440px){
  #carrusel {
    max-width: 1185px;
  }
}
@media screen and (max-width: 1280px){
  .center1{
    display: none;
  }
}
@media screen and (max-width: 1200px){
  #carrusel {
    max-width: 950px;
  }
  #carruselSlide .lefty-arrow {
    left:37%;
  }
  #carruselSlide .righty-arrow {
    right:37%;
  }
}
@media screen and (max-width: 1024px){
  .center2{
    display: none;
  }
  .contenedor-III section{
    height: 200px;
  }

}
@media screen and (max-width: 960px){
  #carrusel {
    max-width: 710px;
  }
  #carruselSlide .lefty-arrow {
    left:34%;
  }
  #carruselSlide .righty-arrow {
    right:34%;
  }

}
@media screen and (max-width: 760px){

  #center{
    display: none;
  }

  .formulario {
    width: 400px;
  }
  .access .elem-group input{
    width: 340px;
  }

#carruselSlide {
  height: 1065px;
}

  #carruselSlide .lefty-arrow {
    left:30%;
  }
  #carruselSlide .righty-arrow {
    right:30%;
  }

  .web {
    display: none!important;
  }

  #table-movil {
    display: flex;
    justify-content: center;
    margin-left: -5%;
  }
}

@media screen and (max-width: 720px){
  #carrusel {
    max-width: 475px;
  }

  .contenedor-VI section h2 {
    width: 300px;
  }
}

@media screen and (max-width: 590px){
  #carruselSlide .lefty-arrow {
    left:27%;
  }
  #carruselSlide .righty-arrow {
    right:27%;
  }
  .contenedor-III div h1{
    font-size: 14px;
    padding: 10px;
  }
  .contenedor-III div h2{
    font-size: 14px;
    padding: 10px;
  }
  .contenedor-VI section h2 {
    width: 250px;
  }
}

@media screen and (max-width: 510px){
  #left{
    transform: rotate(0deg);
  }

  #right{
    display: none;
  }
  .contenedor-III section h1 {
    font-size: 36px;
    padding: 50px 60px 0 60px;
    clip-path: circle(50% at 50% 130%);
  }
  .contenedor-V section h1 {
    font-size: 32px;
    color: black;
  }
  .contenedor-VI #personas {
    margin-top: 25px;
  }

    .formulario {
    width: 280px;
  }
  .access .elem-group input{
    width: 260px;
  }

  #carruselSlide {
    height: 1080px;
  }
  .producto_detail {
    padding: 10px;
  }
}

@media screen and (max-width: 485px){
  #carrusel {
    max-width: 240px;
  }
  #carruselSlide .lefty-arrow {
    left:23%;
  }
  #carruselSlide .righty-arrow {
    right:23%;
  }
  .nav {
    font-size: 16px;
  }
  .contenedor-VI section {
    flex-direction: column;
    align-items: center;
  }
  .contenedor-VI section h2 {
    margin-top: 10px;
    margin-left: 0;
    width: 230px;
  }
}
@media screen and (max-width: 435px){

  .botones {
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .botones button {
    width: 15px;
    height: 15px;
    font-size: 10px;
  }
  
  .botones p {
    margin-left: 4px;
  }

  .detalles {
    font-size: 15px;
  }

  .descripcion {
    font-size: 15px;
  }
  
  b.precio {
    font-size: 12px;
  }
  
  .fas.fa-trash {
    font-size: 20px;
    margin-left: 60px;
    margin-top: 10px;
  }
  #carruselSlide .lefty-arrow {
    left:20%;
  }
  #carruselSlide .righty-arrow {
    right:20%;
  }
  
}


@media screen and (max-width: 370px){
  #carruselSlide .lefty-arrow {
    left:15%;
  }
  #carruselSlide .righty-arrow {
    right:15%;
  }
  .nav {
    font-size: 14px;
  }
    .producto_detail {
    width: 280px;
  }
}
@media screen and (max-width: 330px){

  .fas.fa-trash {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
  }

  .comentarios h2 {
    font-size: 16px;
  }
  
  .elem-group2 label {
    font-size: 15px;
  }
  
  .elem-group2 textarea {
    margin-left: 15px;
  }
  #carruselSlide .lefty-arrow {
    left:12%;
  }
  #carruselSlide .righty-arrow {
    right:12%;
  }

  .pip {
    width: 250px;
    max-width: 100%;
  }

  .select {
    position: relative;
    border: 1px solid #ccc;
    width: 100px;
    overflow: hidden;
    background-color: #fff;
  }
    
  .select:before {
      content: '';
      position: absolute;
      right: 5px;
      top: 7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 5px 0 5px;
      border-color: #000000 transparent transparent transparent;
      z-index: 5;
      pointer-events: none;
  }
    
  .select select {
      padding: 5px 8px;
      width: 100%;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      appearance: none;
      font-size: 15px;
  }
  
  .filtra {
    display: flex;
    flex-direction: row;
  }
  
  .filtra label {
    margin-right: 5px;
    font-size: 20px;
  }
  
  .btn2 {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 1px 3px;
    margin: 0px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  

}

@media screen and (max-width: 300px){

  .producto_detail {
    width: 260px;
  }

  .receta_boton button {
    width: 80%;
    max-width: 80%;
  }
  
}