
/*  Variables  */
:root{
  --texto: 'Montserrat', sans-serif;
  --titulo: 'Amiri', serif;
  --verde_bio_logo: #5a8c52;
  --marron_bio_logo: #4D2C23;
  --titulo_fondo_claro: #42CF76;
  --titulo_fondo_color: white;
  --fondo_claro: white;
  --prod_degrade_fuerte: #44b84d;
  --prod_degrade_liviano: #f0f0f0;
  --borde_li: rgba(0,0,0,.125);
}



/* ALL */

p {
  font-family: var(--texto);
  margin: 0;
}

li{
  font-family: var(--texto);
}




/* NAVBAR */

.navbar{
  margin: 11px 0 11px 11px;
}

.navbar-elements{
  text-align: center
}

.shop-cart{
  width: 30px;
}

/* PRESENTACION */


#presentacion::before{
  content: "";
  background-image: url("img/campo-trigo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  opacity: 0.5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#presentacion{
  position: relative;
  height: 55rem;
  max-width: 100%;
}

.logo-presentacion{
  width: 25rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.offcanvas-end {
  width: 50%;
}


/* macbook pro */
@media screen and (max-width: 1440px) {
  #presentacion {
    height: 40rem;
  }
}

/* tablet*/
@media screen and (max-width: 991px) {
  #presentacion {
    height: 40rem;
  }

  .logo-presentacion {
    width: 20rem;
  }
}


/* celu*/
@media screen and (max-width: 575px) {
  .logo-presentacion {
    width: 15rem;
  }
}



/* QUIENES SOMOS*/

#quienes-somos{
  padding: 10% 18%;
  letter-spacing: 0.1rem;
  line-height: 2.7rem;
  font-size: 1.4rem;
  text-align: justify;
  font-family: var(--texto);
}

.div-qs{
  margin-bottom: 5rem;
}

.titulo-qs{
  color: var(--verde_bio_logo);
  font-family: var(--texto);
  letter-spacing: 2px;
  text-align: center;
  font-size: 25px;
  font-weight:700;
}

.quienes-somos-texto{
  padding: 0;
}

.boton-conocenos-mas{
  border-color: none;
  letter-spacing: 0.1rem;
  line-height: 2.7rem;
  font-size: 1.4rem;
  text-align: center;
  background-color: #769A6C;
  color: white;
}

.row-button-colapse{
  margin-top: 2rem;
}

.btn:hover{
  color: none;
  background-color: none;
  border-color: none;
}

.accordion-item{
  border: none;
}

.qsp{
  width: 50%;
}

/* ipad pro*/
@media screen and (max-width: 1024px) {
  #quienes-somos {
    padding: 10rem 8rem;
  }
}

/* Samsung Galaxy S20 Ultra*/
@media screen and (max-width: 412px) {
  #quienes-somos {
    padding: 112px 52px;
    line-height: 2.10rem;
    font-size: 1rem;
  }

  .div-qs{
    margin-bottom: 2rem;
  }

  .boton-conocenos-mas{
    letter-spacing: 0.1rem;
    line-height: 1.8rem;
    font-size: 1rem;

  }

}


/*  PRODUCTOS  */


.productos-div{
  position: relative;
  max-width: 100%;
  text-align: center;
  padding: 7rem 0;
  letter-spacing: 0.1rem;
  line-height: 2.7rem;
  font-size: 1.4rem;
  font-family: var(--texto);
}

.productos-div::before{
  content: "";
  background-image: url("img/campo_de_trigo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.productos-titulo{
  padding: 0 0 5.5rem 0;
  position: relative;
}

.productos-titulo > h1 {
  color: var(--marron_bio_logo);
  font-size: 24px;
  font-weight: 600;
}

.columnas-productos{
  row-gap: 60px;
  margin: auto;
  color: var(--marron_bio_logo);
}

.producto-columna{
  position: relative;
}

.texto-productos{
  font-weight: 500;
}

.fa-solid{
  margin-bottom: o;
}

.fa-2x{
  font-size: 4rem;
}




/*  FIN PRODUCTOS  */



/* FOOTER */

#footer{
  padding: 50px 46px 50px;
  text-align: center;
}

.footer-container{
  margin: 0 5px;
}

.texto-footer{
  font-size: 15px;
  margin-bottom: 23px;
  font-weight: 300;
  font-family: var(--texto);
  font-style: italic;
}

.redes{
  margin: 1.5rem 0.7rem;
}

.fa-whatsapp, .fa-instagram, .fa-envelope{
  transition: transform .2s;
}

.fa-whatsapp:hover, .fa-instagram:hover, .fa-envelope:hover {
  color: var(--marron_bio_logo);
  transform: scale(1.5);
}

#footer > a {
  color: var(--verde_bio_logo)
}

a{
  text-decoration: none;
}
