@import url("general.css");
/* Banner */
.banner-americano {
  background-image: url(../img/productos/banner-products.png);
  background-size: cover;
  max-width: 100%;
  height: 800px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom;
}

.banner-americano h1 {
  margin-top: 225px;
}

/* informacion */
.his {
  padding: 50px 0px;
}

.his h1 {
  margin-top: 75px;
}
.his p {
  margin-top: 25px;
  margin-left: 50px;
}

.his .lineainutil {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 240px;
  background-color: #fbbb34;
}

@media (max-width: 767.98px) {
  .banner-americano {
    height: 530px;
  }
  .huacalito{
    max-width: 100%;
  }
  .lineainutil{
    display: none;
  }
  .his p {
    margin-left: 0px;
  }
}

/* productos */
.productos {
  background-image: url(../img/productos/fondo-productos.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 50px;
}

.productos .tomate {
    position: absolute;
    width: 250px;
    margin-top: 150px;
}

.productos .lechuga {
    position: absolute;
    right: -82px;
    bottom: 0;
    width: 330px;
    margin-bottom: 300px;
    z-index: 0;
}

/* .productos .container {
        position: relative;
        width: 100%;
        height: 100%;
    }
 */
.productos .otros-productos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 230px;
}

.productos .otros-productos img {
  width: 100%;
  height: 100%;
  display: block;
}

.productos .imagenes-productos {
  position: relative;
  width: 100%;
  height: 100%;
}

.productos .producto {
  position: absolute;
  text-align: center;
}

.productos .producto img {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto;
}

.productos .producto p {
  margin: 10px 0 0;
  font-size: 20px;
  color: black;
  font-family: Poppins-SemiBold;
}

/* Productos Americanos */

.productos .producto1-1 {
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.productos .producto2-1 {
  top: 40%;
  left: 75%;
  transform: translate(-50%, -50%);
}

.productos .producto3-1 {
  top: 78%;
  left: 65%;
  transform: translate(-50%, -50%);
}

.productos .producto4-1 {
  top: 78%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.productos .producto5-1 {
  top: 40%;
  left: 25%;
  transform: translate(-50%, -50%);
}

/* Estilos para Swiper */
.swiper-container {
  width: 100%;
  height: 880px;
  position: relative;
  left: 0;
  right: 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  position: absolute;
  transform: scale(0.8);
}

.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0;
  visibility: visible;
  transform: scale(0.8);
  z-index: 1 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #57b760 !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  bottom: 0px !important;
  top: auto !important;
}

.swiper-button-next {
  right: 43% !important;
}

.swiper-button-prev {
  left: 45% !important;
}

.swiper-pagination-bullet {
  background: #000;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px)) !important;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px)) !important;
}


.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--color-naranja)) !important;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .productos .col-md-10 {
    max-width: 100%;
  }
  .productos .otros-productos {
    width: 130px;
    height: 130px;
  }
  .productos .producto img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  .lechuga {
    display: none;
  }
  .productos .tomate {
    display: none;
  }
  .swiper-container{
    display: none;
  }
}

.productos-movil .col-4 {
  margin: 10px 0px;
}
.productos-movil img {
  max-width: 100%;
}

.productos-movil p {
  margin: 5px 0 0;
  font-size: 17px;
  color: black;
  font-family: Poppins-SemiBold;
  text-align: center;
}

@media (min-width: 768px) {
  .productos-movil {
    display: none;
  }
}



/* Redes */
.redes {
  text-align: center;
  padding: 150px 0px 50px 0px;
}

.redes .iconos {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 75px;
  cursor: pointer;
}

.redes .icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--color-naranja);
  border-radius: 90%;
  transition: 1s;
}

.redes .icono:hover {
  background-color: var(--color-verde);
}

.redes .icono svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .redes {
    text-align: center;
    height: 340px;
  }
}

@media (max-width: 767.98px) {
  .redes {
    margin-bottom: 70px;
  }
}
