
*{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none; /*quita las viñetas o puntos de las etiquetas (a)*/
    font-size: 100%;
    vertical-align: baseline;

}

:root {
	--primario: #6D5046;
    --secundario: #E2D0C2;
	--gris-claro: #B8B8B8;
	--sombra: 0 0 13px 0 rgba(185,185,185, .25);
    --boton-contactenos: #fff;
}

body{

    text-align: center;
   /* font-family: sans-serif; /* tipo de letra, cambiar luego*/
    font-family: 'Sofia','Roboto', sans-serif;/* tipo de letra, cambiar luego*/

}



/* .roboto-<uniquifier> {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  } */

.sub-head{
    background: #6D5046;
    height: 35px;
    width: 100%;
    position: sticky; /*Permite scrollear la banda oscura del navar y ocultarlo*/
    top: 0; /**/
    z-index: 100; /*para que se sobre ponga en todos los elementos*/


}
/*.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    background: #E2D0C2;

    position: sticky; /*Permite scrollear la banda oscura del navar y ocultarlo*/
/*    top: 0;*/
   /* width: 100%;*/ /*para que el header abarque todo el ancho*/
  /*  z-index: 100; */ /*para que se sobre ponga en todos los elementos*/
/*}*/

header{

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    background: #E2D0C2;
    justify-content: space-between;/*Separa el logo al inicio y los demas elementos al final*/
    position: sticky; /*Permite scrollear la banda oscura del navar y ocultarlo*/
    top: 0; /*Permite scrollear la banda oscura del navar y ocultarlo*/
    z-index: 100; /*para que se sobre ponga en todos los elementos*/ /*Permite scrollear la banda oscura del navar y ocultarlo*/

}

header a{
    text-decoration: none; /*Quita el subrayado inferior del texto*/
}

.bars{
    display: none;
}

.nav-bar ul{
    display: flex;
}

.nav-bar{
    display: flex;
    margin-right: 10px;

}

.nav-bar ul li a{
    display: block;  /* los organiza en bloque*/
    color: var(--primario);
    /* padding: 20px 20px;
    font-size: 20px;   */
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.nav-bar ul li a:hover {
    color: #FDFAF4;

}






.btn-carrusel{

    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    width: 200px;
    padding: 10px;
    margin-top: 50px;
    border-radius: 16px;
    transition: 0.3s;
    background: #FDFAF4;
    color: #6D5046;
    font-weight: bold;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }


  .btn-carrusel:hover,
  .links a:hover{
      background: #E2D0C2;
  }



.navbar{
    display: flex;
    margin-right: 10px;
}

.logo{
    margin-left: 30px;
}

.logo a {
  /*  color: #37B750;*/
    color: #6D5046;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}
.logo a:hover {

    color: #FDFAF4;

}

/* NAV BAR PRIMERO */
/* .navbar a {
    display: block;
    padding: 20px 20px;
    font-size: 20px;
    color: #6D5046;
    text-decoration: none;
}

.navbar a:hover {
    color: #FDFAF4;

} */

.box-container .info-product a button{
    background: #FDFAF4;
    color: #6D5046;
    font-weight: bold;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .box-container-2 .info-product-2 a button{
    background: #FDFAF4;
    color: #6D5046;
    font-weight: bold;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }


  .box-container .info-product a button:hover,
  .links a:hover{
      background: #E2D0C2;
  }

  .box-container-2 .info-product-2 a button:hover,
  .links a:hover{
      background: #E2D0C2;
  }


/* BOTON FINALIZAR COMPRAS PRODUCTOS */

.btn-productos{
   
      border: none;
      outline: none;
      cursor: pointer;
      font-size: 1rem;
      /* width: 230px; */
      padding: 10px;
      margin-bottom: 30px;
      border-radius: 16px;
      transition: 0.3s;
     /* box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  
  }

  .btn-productos{
    background: #E2D0C2; 
    color: #6D5046;
    font-weight: bold;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  }


  .btn-productos:hover,
  .links a:hover{
      background: #FDFAF4;
  }

  /* FIN BOTON FINALIZAR COMPRAS PRODUCTOS */

/* .header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh; /*establece el tamaño de la img
    background: url(img/lICOR.PNG)no-repeat center; Pone la img en el header
    background-size: cover; para que la img se ubique mejo a su tamaño
} */

.d-item{ /*Alto del DIV que contienela imagen*/
    height: 650px;
}

.d-img{
    height: 100%;  /*imagen cubre todo el alto del DIV*/
    object-fit: cover;
    filter: brightness(0.9); /*Le da algo de claridad o opacidad a la img*/
}

.title{
    margin-bottom: 40px;
    font-size: 30px;
   /*color: #000000;*/
    color: #6D5046;
    /*color: #37B750;*/
  /*  text-transform: capitalize;*/
    text-align: center;
    font-weight: 700;

}
.sub-title{
  /*  color: #000000;*/
    /*color: #37B750;*/
    color: #6D5046;


}

.sub-title-2{
 /*   color: #000000;*/
    color: #6D5046;

}

.sau{
    padding: 110px 0;
   background: #FDFAF4;


}

.info-carrusel{
    height: 650px;
    background-color: #1d1d1d1c;
    text-align: center;
    justify-content: center;
    padding-top: 180px;

}

.info-carrusel p{
    font-size: 30px;
    font-weight: 400;
    color: #1D1D1D;

}

.info-carrusel h1{
    font-size: 50px;
    padding: 20px;
    color: #ffffff;

}

.box-container-quienes-somos{ /*QUIENES SOMOS*/

    margin-top: 50PX;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    flex-direction: column;

   }

.box-container-quienes-somos p{

    margin-bottom: 40px;
    font-size: 20px;
    font-weight: lighter;
    color: #1D1D1D;
    padding: 0 100px;
    text-align: center;

}
.box-container-nuestro-cafe{

    margin-bottom: 50px;
    font-size: 20px;
    font-weight: lighter;
    color: #1D1D1D;
    padding: 0 120px;
    text-align: center;

}

.este-2{
    padding-left: 120px;
    margin-bottom: 50px;
}


.nuestros-productos{
    margin-top: 50px;
    padding: 80px 0;
  /*  background: #f9f9f9fc;*/
}


p {

    font-size: 20px;
    font-weight: lighter;
    color: #1D1D1D;

}

.aviso strong{
    font-weight: bold;
}





.box-container{ /*NUESTROS PRODUCTOS*/

 display: flex;
 /*justify-content: center;*/
 flex-wrap: wrap;
/*text-align: centers;*/

 /* background: #3E6346; */
 /*background: #404f2d;*/


}

.box-container .info-product{
    flex: 30px;
  /*  background-color:  #f9f9f9fc; */  /* #f3f2f2;*/
   /* padding: 80px 130px;*/
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 10%;
    margin-right: 30px;

}

.box-container .info-product .sub-title{

    margin-bottom: 50px;

}

.box-container .info-product p{
    color: rgb(0, 0, 0);
    text-align: left;
  /*  padding-left: 0px 0px;*/

}

.box-container .info-product a button{
  /*  background: #37B750;*/
  /*  background: #FDFAF4;*/
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    width: 130px;
    padding: 10px;
    margin-top: 50px;
    border-radius: 16px;
    transition: 0.3s;
   /* box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

}

/*.box-container .info-product a button:hover,
.links a:hover{
    background: #6D5046;
}
*/
.box-container .box{

    height: 420px;
    width: 480px;
    background: #171717;
    margin-right: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
   /* flex: 70px;*/
   /* text-align: center;*/
    border-radius: 16px;

  /*  box-shadow: 0 5px rgba(0, 0,0, .3); Sombrea borde inferior de la imagen*/




}

.box-container .box img{

    height: 100%;
    width: 100%;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*background-size: cover; con esta se ve completa la imagen*/
    /*object-fit: cover;*/
   /* background-size: cover;*/
   object-fit: cover;
   border-radius: 16px;
 /*  align-content: center;*/
}

.box-container .box img:hover{
    /* transform: scale(1.15); */
    opacity: 0.5;

}




/*INICIO PRODUCTOS 2*/

.nuestros-productos-2{
     margin-top: 40px;
    padding: 80px 0;
   /* background: #ffffff;*/
   background: #FDFAF4;
}

.box-container-2{ /*NUESTROS PRODUCTOS*/

    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
   /*text-align: centers;*/

    /* background: #3E6346; */
    /*background: #404f2d;*/


   }

.box-container-2 .info-product-2 .sub-title-2{

    margin-bottom: 50px;
    text-align: end;

}



.box-container-2 .info-product-2{
    flex: 30px;
 /*   background-color: #ffffff;*/
    background: #FDFAF4;

   padding-top: 80px;
  /* padding-left: 0px;**/
  padding-right: 10%;
   margin-left: 30px;


}




.box-container-2 .info-product-2 p{
    color: rgb(0, 0, 0);
    text-align: right;


}


.box-container-2 .info-product-2 a button{
/*    background: #37B750;*/
   border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    width: 130px;
    padding: 10px;
    margin-top: 50px;
    border-radius: 16px;
    transition: 0.3s;





}

/*.box-container-2 .info-product-2 a button:hover,
.links a:hover{
    background: #6D5046;
} */

.box-container-2 .box-2{

    height: 420px;
    width: 480px;

    background: #171717;
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
   /* flex: 70px;*/
   /* text-align: center;*/
    border-radius: 16px;

  /*  box-shadow: 0 5px rgba(0, 0,0, .3); Sombrea borde inferior de la imagen*/


}

.box-container-2 .box-2 img{

    height: 100%;
    width: 100%;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*background-size: cover; con esta se ve completa la imagen*/
    /*object-fit: cover;*/
   /* background-size: cover;*/
   object-fit: cover;
   border-radius: 16px;
 /*  align-content: center;*/
}

.box-container-2 .box-2 img:hover{
    /* transform: scale(1.15); */
    opacity: 0.5;

}



/*FIN PRODUCTOS 2*/


/*INICIO MEZCAL*/

.section-mezcal{

    background-color: #f9f9f9fc;
    text-align: center;

}

.section-mezcal h2{

    padding-top: 80px;
}


/*INICIO WINCOFFE*/

.section-winCoffe h2{

    padding-top: 80px;
}

.section-winCoffe .winCoffe-p{

    text-align: center;
    padding: 0 120px;

}
.section-winCoffe-box{

     display: flex;
   /* flex-wrap: wrap;*/
    align-content: center;
    justify-content: center;


}


.contiene-box-img-Win{
    height: 510px;
  /*  width: 225px;*/

    width: 310px;

    margin:50px;
    object-fit: cover;
}


.box-img-Win{
    height: 270px;
   /* width: 225px;*/
   width: 310px;
    background-color:  #f9f9f9fc;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-img-Win img{
    height: 270px;
  /*  width: 225px;*/
  width: 310px;
    background-color:  #f9f9f9fc;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.box-img-Win:hover{
    height: 240px;

    transition: 0.3s;
}
.box-img-Win img:hover{
    height: 240px;

    transition: 0.3s;
}

.contiene-box-img-Win{
    text-align: center;

}
.contiene-box-img-Win p{
    font-size: 18px;
    font-weight: lighter;

}

.contiene-box-img-Win h5{

  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #6D5046;

}

.section-proceso-seleccion{

    display: flex;
   flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 0 40px;
    margin-top: 0px;
    margin-bottom: 50px;
   

}



/*FIN WINCOFFE*/


.section-mezcal .section-mezcal-p{

    text-align: center;
    padding: 0 120px;

}

.mezcal{
    display: flex;
    flex-wrap: wrap;
  /*  justify-content: space-evenly;/*/
    background-color:#f9f9f9fc;
    text-align: center;
    justify-content: center;



}


.mezcal .div-img{

   background-color: #f9f9f9fc;
   height: 530px;
   width: 400px;
   margin:50px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
   /**box-shadow: 0 5px rgba(0, 0,0, .3);*/
   box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.mezcal .div-img img{

    /* border-radius: 16px;*/
   border-top-left-radius: 16px;
    border-top-right-radius: 16px;
      height: 260px;
      width: 400px;
       object-fit: cover;


  }

  .mezcal .div-img img:hover{
      height: 300px;
      transition: 0.3s;


  }

.mezcal .div-img h5{

   padding-top: 10px;
   font-size: 18px;




 }

 .p-mezcal{
    font-size: 16px;
    font-weight: lighter;
 }

 .mezcal .div-img p{
   padding: 0 5px;

}


.mezcal .div-img a button{
    background: #a2ae8b;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
    width: 130px;
    padding: 5px;
    border-radius: 16px;
    transition: 0.3s;

}

.mezcal .div-img a button:hover,
.links a:hover{
    background: #189b34fd;
}


/*FIN MEZCAL*/







.box-container .box h3{

    padding: 12px;
    color: #fff;
    font-size: 20px;
}

.box-container .box a{

    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 10px;
}


.btn1{

   font-weight: bold;
  /* color: #1D1D1D;*/
   color: #6D5046;
   font-size: 16px;
   padding: 5px 10px;



   /*font-weight: bold;*/
   /* background: linear-gradient(rgba(5, 7, 12, 0.151), */
    /* rgba(5,7,12,0.151)); */
}
.btn1:hover{
    color: #E2D0C2;
}
.img-mezcal-fija{

    background:
    /*linear-gradient(rgba(0, 0, 0, 0.8),rgba(0,0,0,0.8)),*/
    url(img/img-mezcal.png)no-repeat center;
    background-size: cover; /*muestra la imagen completa*/
    background-attachment: fixed; /*fija la imagen para que no se mueva*/
    height: 80vh;



    /* object-fit: cover;*/
     /*  linear-gradient(rgba(5, 7, 12, 0.75),rgba(5, 7, 12, 0.75)),*/


  /* OTRA FORMA DE ACERLO
    background: url(img/contenedores.jpg)no-repeat center;
    background-size: cover;
    background-attachment: fixed;

    */

}



.contain{

margin-right: 0px;
 /*background: #37B750;*/
}



/*****************************/
/******* CONTACTENOS******** */
/*****************************/


.contact{  /*Imagen de contacto*/

    background: linear-gradient(rgba(5, 7, 12, 0.151),
    rgba(5,7,12,0.151)),
     url(img/contact.jpg) no-repeat center;
    background-size: cover;
    /* height: 100vh; */
    height: 850px;
}

.contact h2{
   padding-top: 80px;
   font-weight: 700;
   color: #0a0a0a;

}

.contact p{
    text-align: center;
    font-weight: 400;
}




/* .contact h2{

    padding-top: 40px;
    margin-bottom: 30px;

    color: #0a0a0a;


}
*/
.title_contact .text-comunicaion{
    /* background-color: aqua; */
    /* padding: 0 100px; */
    margin-bottom: 15px;

     margin-left: 40%;
   margin-right: 40%;
     color: #020202;

    /* align-content: center; */



    /* margin-bottom: 40px;
    font-size: 20px;
    font-weight: lighter; /*grosor de la letra*/
    /* color: #1D1D1D;
    padding: 0 100px;  */

}



.form-cont-init{  /*cuadro de formulario*/

    padding: 50px 50px;
    box-shadow: 0 0 20px rgba(5, 7, 12, 0.678);
    width: 650px;   /*define el ancho del formulario*/
    text-align: center;
   /* background-color: rgb(77, 117, 117);*/
    background-color: rgba(5, 7, 12, 0.541);
    margin: auto;  /*deja el formulario en el centro*/



}
input, textarea{

    background: #D9D9D9;
    padding: 16px 14px;
    margin-bottom: 20px;
    border: 0;
    outline: none;
    border-radius: 4px;


}

.formu-footer{
    display: flex;
    flex-direction: column;
    padding: 10px;  /*establece el espacio entre los campos de texto*/

}



.formu-footer input:focus, /*para que sombre de colo cuando se posicionen en los input del form*/
  .formu-footer textarea:focus{

    border-bottom: 6px solid #FDFAF4;


}

.form-cont-init button{

    background: #FDFAF4;
    color: #6D5046;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
   width: 30%;
    padding: 10px;
    margin: auto;
    border-radius: 16px;
    transition: 0.3s;

}


  .form-cont-init button:hover,
  .links a:hover{
      background: #E2D0C2;
  }

/* form button:hover,
.links a:hover{
    background: #2bf156fd;
}  */

/*::placeholder{
    color: #37B750;
}*/


.footer-section{
 background: #1D1D1D;
 height: 550px;
}




.footer-section{

    display: grid;
    grid-template-columns: auto auto auto auto;
    margin: 0px;
    height: 100%;
}

.footer-text{
    font-size: 20px;
    color: #FFFFFF;

}

.footer-section div{
    color: #fff;
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;

}

.footer-section i{

    margin-top: 40px;

}

.redes1{
    display: flex;
    flex-flow: column;
}

.redes1 .re{

    margin-top: 40px;

}

.Icons22 i{

    margin-top: 6px;
    padding: 0px 5px;
}



.footer-section2{
    height: 50px;
    background: #0a0a0a;


}



.footer-section2 p{
    color: #fff;
    font-size: 12px;
    padding: 5px;
    text-align: center;

}





* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


.pre-frecuentes {
	max-width: 1000px;
	width: 90%;
	margin: 40px auto;
}

.titulo {
	color: #3a3a3a;
	font-weight: 700;
	text-align: center;
	margin: 80px 0;
}

/*! =================================================*/
/*! ============= Categorias ============= */
/*! =================================================*/
.categorias {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 60px;
}

.categoria {
	cursor: pointer;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	font-weight: 700;
	color: var(--gris-claro);
	border: 2px solid transparent;
	transition: .3s ease all;
}

.categoria:hover { /*Sombra de la categoria*/
	box-shadow: var(--sombra);
	color: #000;
}

.categoria:hover path { /*Cambia color del icono cuando se pone el cursor arriba de la categoria*/
	fill: var(--primario);
}

.categoria svg { /*Cambia el tamaño del icono*/
	width: 64px;
	margin-bottom: 10px;
}

.categoria path {
	fill: var(--gris-claro);
	transition: .3s ease all;
}

.categoria.activa {  /*Cuando selecciona la categoria, mantiene el borde Cafe*/
	border: 2px solid var(--primario);
    box-shadow: var(--sombra);
	color: var(--primario);
}

.categoria.activa path { /*Cambia color del icono cuando se pone el cursor arriba de la categoria*/
	fill: var(--primario);
}

/*! =================================================*/
/*! ============= Contenedor Preguntas ============= */
/*! =================================================*/
.contenedor-preguntas {
	display: none; /*Oculta todas las preguntas en un inicio*/
	grid-template-columns: 1fr;
	gap: 40px;
}

.contenedor-preguntas.activo { /*Muestra todas las de la categoria Activa al ser seleccionada*/
	display: grid;
}

.contenedor-pregunta {
	background: #fff;
	padding: 40px;
	border: 2px solid transparent;
	border-radius: 10px;
	overflow: hidden;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedor-pregunta:hover {
	box-shadow: var(--sombra);
}

.contenedor-pregunta.activa {
	border: 2px solid var(--primario);
}

/*! =================================================*/
/*! ============= Preguntas ============= */
/*! =================================================*/
.pregunta {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pregunta img {
	width: 14px;
}

.respuesta {
	color: #808080;
	line-height: 30px;
	max-height: 0;
	opacity: 0;  /*hace desaparecer la respuesta que esta debajo de la pregunta*/
	transition: .3s ease all; /*hace desaparecer la respuesta que esta debajo de la pregunta*/
}

.contenedor-pregunta.activa .respuesta { /*Cuando se selecciona la pregunta, muestra las letras mediante otra opacidad*/
	opacity: 1;
	margin-top: 20px;
}

.contenedor-pregunta.activa img { /*Gira la img de mas a 45 grados dando el efecto de X*/
	transform: rotate(45deg);
}





/*! =================================================*/
/*! ============= DETALLE PRODUCTOS ============= */
/*! =================================================*/



.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* body {
    background: #000;
    color: #000;
  } */

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    /* opacity: 0.8; */
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .registerForm {
    color: aqua;
  }

  /* CONTIENE LA DESCRIPCION DEL PRODUCTOS */

  .productDescription {
  
    text-align: start;
    /* background-color: #6D5046; */
    width: 600px;
    padding: 40px;
    margin: 20px;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    

  }

  .productDescription h2{

    margin: 30px 0px;
    font-size: 26px;

  }

  .productDescription h4{
    font-size: 20px;
    margin-bottom: 20px;

  }

  .productDescription p{
    font-size: 18px;
    margin-bottom: 30px;


  }

/* CONTIENE CARRUSEL DE PRODUCTOS */
  .sliderContain { 

    height: 600px;
    width: 500px;
    margin: 50px;
    




  }


  .generalContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   margin-top: 50px;

   /* background: #eee;
   color: #000;
   margin: 0;
   padding: 0;
    */



  }

  .formu-producto{
    /* height: 800px; */
    width: 550px;
    margin: 50px;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 16px;
  }

  .row{
    padding: 40px;
  }

  .form-label{
    color: #000;
    text-align: left;
    font-size: 16px;
    margin-bottom: -10px;

  }

  
  
  .formu-producto h2{
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .formu-producto p{
    margin-bottom: 10px;
  }

  .input-quantity::-webkit-inner-spin-button, /*Quita las flechitas por default del contador*/
  .input-quantity::-webkit-outer-spin-button{
    -webkit-appearance:none;
    appearance: none;
  }


  /* SELECCIONE LA CANTIDAD DE GRAMOS DE PRODUCTO */
.cantidadDisponible{

    margin-bottom: 30px;
}




  .containContadorAndPrice{
    display: flex;
    gap: 50px;
    margin-left: 0px;

  }

  .contador{
    /* background-color: #000;  */
     position: relative;
    height: 44px;
    width: 120px;



  }
  .contador input{ /*centra el numero del contador*/
    text-align: center;

  }



  .input-quantity{
    border: none;
    border-radius: 16px;
    padding: 12px;
    width: 120px;
    height: 100%;
    color: #000;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0);


  }

  .containSignos{
    display: flex;
    justify-content: space-between;
    width: 120px;
  }

  .contador .containSignos{ /*UBICA LOS SIGNOS EN CENTRO*/
    position: absolute;
    top: 18px;
  }

  .contador i{
    font-size: 12px;
    cursor: pointer;

  }

  .fa-minus{
    margin-left: 15px;
    align-items: center;
    justify-content: center;
    color: #000;
  }
  .fa-plus{
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    color: #000;

  }

  .containContadorAndPrice .priceProduct{
    align-items: center;
    justify-content: center;
    margin-top: 12px;
  }

  .priceProduct P{
    font-weight: 600;
  }

  .btn-form-product{
  /* background: #FDFAF4; */
  background: #E2D0C2;
  color: #000;
  font-weight: bold;
  padding: 10px;
  border-radius: 16px;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
  .btn-form-product-c{

    background: #eee;
  /* background: #FDFAF4; */
  color: #000000;

  padding: 10px;
  border-radius: 16px;
  border: 0.3px groove;
  /* box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.btn-form-product:hover,
.links a:hover{
    background: #6D5046;
}



/*! =================================================*/
/*! =============FIN --> DETALLE PRODUCTOS ============= */
/*! =================================================*/



/*! =================================================*/
/*! =============DIVISOR PRODUCTOS ============= */
/*! =================================================*/

.divisor-producto{
    width: 100%;
    height: 60px;
    background-color: rgba(128, 128, 128, 0.289);
    margin-top: 50px;

}
.divisor-producto h4{
    text-align: center;
    justify-content: center;
    padding: 15px;
    font-size: 30px;
}




/*! =================================================*/
/*! ============= Responsive Design ============= */
/*! =================================================*/

@media screen and (max-width: 1680px) {



    .box-container .box{
        height: 320px;
        width: 380px;
        background: #171717;
        margin-left: 45px;
        margin-top: 90px;
        margin-bottom: 25px;
        border-radius: 16px;

    }



    .box-container-2 .box-2{
        height: 320px;
        width: 380px;
        background: #171717;
        margin-right: 45px;
        margin-top: 90px;
        margin-bottom: 25px;
        border-radius: 16px;

    }

    /* IMAGENES POR QUE WINCOFFE */


    .section-winCoffe-box{

       display: flex;
       flex-direction: row;

       /* display: grid;
       grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
       align-content: center;
       justify-content: center; */



   }


   .contiene-box-img-Win{

       height: 480;
       width: 220px;
       object-fit: cover;
   }


   .box-img-Win{
       height: 200px;
       width: 220px;
       background-color:  #f9f9f9fc;
       box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   }

   .box-img-Win img{
       height: 200px;
       width: 220px;
       background-color:  #f9f9f9fc;
       box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   }


  /********************/
  /*****MEZCAL*****/
  /********************/


   .mezcal .div-img{
    /* f9f9f9fc */
    background-color: #f9f9f9fc;
    height: 420px;
    width: 320px;
    margin-bottom: 50px;
   border-top-left-radius: 16px;
   border-top-right-radius: 16px;

    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


 }

 .mezcal .div-img img{

     /* border-radius: 16px;*/
     border-top-left-radius: 16px;
     border-top-right-radius: 16px;
       height: 230px;
       width: 320px;
         object-fit: cover;


   }


  /********************/
  /*****FORMULARIO*****/
  /********************/

  .contact{
    height: 850px;
  }



  .form-cont-init{  /*cuadro de formulario*/
   margin-bottom: 50px;

}

/* .sepa-footer{
height: 110px;
} */


input, textarea{

    background: #D9D9D9;
    padding: 6px 6px;
    margin-bottom: 10px;
    border: 0;
    outline: none;
    border-radius: 4px;


}

.form-cont-init button{

    background: #FDFAF4;
    color: #6D5046;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1rem;
   width: 200px;
    padding: 5px;
    margin: auto;
    border-radius: 16px;
    transition: 0.3s;

}

.form-cont-init button:hover,
.links a:hover{
    background: #E2D0C2;
}



}



.btn-what{

  position: fixed;
  height: 55px;
  width: 55px;
  bottom: 50px;
  right: 20px;
  border-radius: 50px;
  z-index: 100;
 
  

}
.btn-what img{
   
  height: 100%;
  width: 100%;
  border-radius: 50px;


  
 
  


}



@media screen and (max-width: 1239px) {
    .section-winCoffe-box{

        display: flex;
        flex-wrap: wrap;



    }

    .p-mezcal{
    font-size: 12px;
    font-weight: lighter;
   } 
    

}


@media screen and (max-width: 820px){


    .logo{
        margin-left: 5px;
    }

    header{
        padding: 0px 30px;

    }

    .bars{
        display: block;
        cursor: pointer;
        margin-right: 10px;
    }

    .bars .line{ /*Creando el menu*/
        width: 30px;
        height: 3px;
        background-color: var(--primario);
        margin: 6px 0px;
    }

    .nav-bar { /*NAV BAR */
        height: 0px;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: var(--secundario);
        transition: 0.5s;
        overflow: hidden; /*oculta el texto*/


    }

    .nav-bar.active{
        height: 550px;
    }

    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 10px auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;

    }

    .nav-bar.active ul{
        opacity: 1;
    }

    .nav-bar ul li a{
        margin-bottom: 20px;
    }

	.categorias {
		grid-template-columns: 1fr 1fr;
	}

    .navbar a {
        display: none;

    }


	.categoria {
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}

	.categoria svg {
		width: 30px;
		margin-right: 10px;
		margin-bottom: 0;
	}

    .footer-section{
        display: grid;
        grid-template-columns: 1fr;
    }


    .form-cont-init{  /*cuadro de formulario*/

        padding: 50px 50px;
        box-shadow: 0 0 20px rgba(5, 7, 12, 0.678);
        width: 530px;   /*define el ancho del formulario*/
        text-align: center;
       /* background-color: rgb(77, 117, 117);*/
        background-color: rgba(5, 7, 12, 0.541);
        margin: auto;  /*deja el formulario en el centro*/



    }
    input, textarea{

        background: #D9D9D9;
        padding: 8px 7px;
        margin-bottom: 10px;
        border: 0;
        outline: none;
        border-radius: 4px;


    }

    .section-winCoffe-box{

       display: flex;
       flex-wrap: wrap;
       margin: 0px 0px;




   }

   .p-mezcal{
    font-size: 14px;
    font-weight: lighter;
   }
}



@media screen and (max-width: 500px){

    .logo{
        margin-left: 5px;
    }

    header{
        padding: 0px 30px;

    }

    .bars{
        display: block;
        cursor: pointer;
        margin-right: 10px;
    }

    .bars .line{ /*Creando el menu*/
        width: 30px;
        height: 3px;
        background-color: var(--primario);
        margin: 6px 0px;
    }

    .nav-bar { /*NAV BAR */
        height: 0px;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: var(--secundario);
        transition: 0.5s;
        overflow: hidden; /*oculta el texto*/


    }

    .nav-bar.active{
        height: 550px;
    }

    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 10px auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;

    }

    .nav-bar.active ul{
        opacity: 1;
    }

    .nav-bar ul li a{
        margin-bottom: 20px;
    }

	.categorias {
		grid-template-columns: 1fr;
	}

    /* .navbar a {
        display: none;

    } */

    .box-container-quienes-somos p{

        margin-bottom: 40px;
        font-size: 20px;
        font-weight: lighter;
        color: #1D1D1D;
        padding: 0 50px;
        text-align: center;

    }

    .box-container .box{
        height: 300px;
        width: 360px;
        background: #171717;
        margin-left: 45px;
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 16px;

    }



    .box-container-2 .box-2{
        height: 300px;
        width: 360px;
        background: #171717;
        margin-right: 45px;
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 16px;

    }

    .section-winCoffe .winCoffe-p{

        text-align: center;
        padding: 0 50px;

    }

    .section-mezcal .section-mezcal-p{

        text-align: center;
        padding: 0 50px;

    }


    .mezcal .div-img{
        /* f9f9f9fc */
        background-color: #f9f9f9fc;
        height: 420px;
        width: 320px;
        margin-bottom: 50px;
       border-top-left-radius: 16px;
       border-top-right-radius: 16px;

        box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


     }

     .mezcal .div-img img{

         /* border-radius: 16px;*/
         border-top-left-radius: 16px;
         border-top-right-radius: 16px;
           height: 220px;
           width: 320px;
             object-fit: cover;


       }

   .p-mezcal{
    font-size: 14px;
    font-weight: lighter;
   }




    .form-cont-init{  /*cuadro de formulario*/

        padding: 25px 25px;
        box-shadow: 0 0 20px rgba(5, 7, 12, 0.678);
        width: 330px;   /*define el ancho del formulario*/
        text-align: center;
       /* background-color: rgb(77, 117, 117);*/
        background-color: rgba(5, 7, 12, 0.541);
        margin: auto;  /*deja el formulario en el centro*/



    }
    input, textarea{

        background: #D9D9D9;
        padding: 6px 6px;
        margin-bottom: 10px;
        border: 0;
        outline: none;
        border-radius: 4px;


    }

    .form-cont-init button{

        background: #FDFAF4;
        color: #6D5046;
        font-weight: bold;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 1rem;
       width: 200px;
        padding: 5px;
        margin: auto;
        border-radius: 16px;
        transition: 0.3s;

    }

    .form-cont-init button:hover,
    .links a:hover{
        background: #E2D0C2;
    }




}