/* Banner */
.banner-index {
  position: relative;
  /* max-width: 1300px;
  margin: auto; */
}
.img-banner-index {
  width: 100%;
}
.caja-texto-banner-index {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: 50%;
}
.subcaja-texto-banner-index {
  /* position: absolute;
  right: 0; */
  padding: 1em;
  /* top: 0;
  bottom: 0; */
  height: fit-content;
  margin: auto;
  margin-left: 2em;
}
.titulo-banner-index,
.titulo-dos-banner-index {
  font-family: "Fredericka the Great", cursive;
  font-weight: 500;
}
.titulo-banner-index {
  font-size: 3.5em;
  margin: 0;
  width: min-content;
}
.texto-banner-index {
  margin-top: 1.2em;
  font-size: 1.5em;
  font-weight: 600;
}
.titulo-dos-banner-index {
  font-size: 2.5em;
  margin-top: 1.2em;
  text-transform: uppercase;
}

/* productos */

.flex-productos {
  padding-bottom: 1em;
}
.flex-productos-reverse {
  flex-direction: row-reverse;
}
.caja-texto-productos {
  width: 55%;
}
.caja-texto-productos-reverse {
  padding-left: 10%;
}
.titulo-productos {
  font-family: "Ms Madi", cursive;
  /* color: var(--color-texto-oscuro); */
  font-size: 3.1em;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
.particion-titulo-productos {
  display: block;
}
.icono-productos {
  height: 53px;
  position: relative;
  top: 9px;
  padding-left: 10px;
}
.icono-productos-reverse {
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.separador-productos {
  width: 150%;
  height: 2px;
  border: none;
  background-color: var(--color-texto-oscuro);
  margin-top: 0;
}
.separador-productos-reverse {
  right: 50%;
  position: relative;
}
.texto-productos {
  font-size: 0.9em;
  font-weight: 400;
  color: var(--color-texto);
}
.caja-imagen-productos {
  position: relative;
  width: 45%;
}
.imagen-productos {
  max-height: 450px;
  padding: 0.5em;
  object-fit: cover;
  width: 100%;
}
.boton-productos {
  border: 1px solid #4d403b;
  border-radius: 2px;
  width: fit-content;
  bottom: 20%;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background-color: #ffffff88;
  color: #4d403b;
  font-weight: 800;
  padding: 1em 10%;
  text-transform: uppercase;
  transition: all 0.5s;
}
.boton-productos:hover {
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .titulo-banner-index {
    font-size: 2.8em;
  }
  .texto-banner-index {
    font-size: 1.2em;
  }
  .titulo-dos-banner-index {
    margin-top: 0;
    font-size: 1.8em;
  }
  .subcaja-texto-banner-index {
    padding-left: 2em;
  }
}
@media screen and (max-width: 960px) {
  .titulo-productos-hierbas {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 900px) {
  .titulo-banner-index,
  .titulo-productos {
    font-size: 2.2em;
  }
  .particion-titulo-productos {
    display: inline;
  }
  .icono-productos {
    height: 44px;
  }
  .texto-banner-index {
    margin: 0.5em 0;
  }
  .titulo-dos-banner-index {
    font-size: 1.5em;
  }
  .caja-texto-productos {
    width: 100%;
  }
  .caja-imagen-productos {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .titulo-banner-index,
  .titulo-productos {
    font-size: 1.7em;
  }
  .icono-productos {
    height: 40px;
  }
  .icono-productos-reverse {
    left: -60px;
  }
  .texto-banner-index {
    font-size: 1em;
  }
  .titulo-dos-banner-index {
    font-size: 1.3em;
  }
  .caja-imagen-productos {
    width: 60%;
  }
}
@media screen and (max-width: 610px) {
  /* .caja-texto-banner-index {
    width: 100%;
  } */
  .texto-banner-index {
    display: none;
  }

  .subcaja-texto-banner-index {
    right: unset;
  }
  .titulo-banner-index {
    width: unset;
  }
  .caja-imagen-productos {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .titulo-banner-index {
    margin-bottom: 8px;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 500px) {
  .titulo-banner-index,
  .titulo-productos {
    font-size: 1.5em;
  }
  .icono-productos {
    height: 35px;
  }
  .icono-productos-reverse {
    left: -50px;
  }
  .texto-banner-index {
    font-size: 0.8em;
  }
  .titulo-dos-banner-index {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .titulo-dos-banner-index {
    display: none;
  }
  .particion-titulo-productos {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .titulo-banner-index {
    font-size: 1.3em;
  }
  .texto-banner-index {
    font-size: 0.8em;
  }
  .titulo-dos-banner-index {
    font-size: 0.8em;
  }

  /* .caja-imagen-productos {
    width: 100%;
  } */
}
