.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

#contenedor {
    width: 100%;
    margin: 0 auto;
    font-optical-sizing: auto;
    margin-top: 100px;
}


header{
    background-color: #F4F3F0;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
} 

#logo{
  display: inline-block;
  width: 230px;
  height: 82px;
  background-image: url(imagenes/Logo2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0px;
  margin: 9px 0 0 20px;
}

nav{
  display: flex;
  margin: 17px 0 0 auto;
}

nav ul{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 20px 20px;
}

nav ul li{
  display: inline-block;
  list-style-type: none;
  text-align: center;
  padding: 0px 10px;
  font-size: 20px;
}

a{
    color: black;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover{
    color: rgb(58, 121, 54);
}

header nav a,
#nav-menu.show a,
.submenu li a {
    color: #1D1D1B;
}

header nav a:hover,
#nav-menu.show a:hover,
.submenu li a:hover {
    color: rgb(58, 121, 54);
}

#nav-menu.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100px;
    right: 0;
    background: #F4F3F0;
    width: 100%;
    padding: 10px 0;
    z-index: 1001;
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

#nav-menu.show li {
    margin: 10px 0;
    text-align: center;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 40px 20px 0 0;
    z-index: 1002;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #1D1D1B;
    border-radius: 2px;
}

.dropdown {
    position: relative;
    padding-bottom: 10px; /* Espacio extra para crear puente visual */
}

.submenu {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    background: #F4F3F0;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    padding: 0;
    margin-top: 0px;
}

.dropdown:hover .submenu,
.submenu:hover {
    display: block;
}

.submenu li {
    display: block;
    padding: 10px;
    margin: 0;
}

.submenu li a {
    color: #1D1D1B;
    text-decoration: none;
}

.submenu li a:hover {
    color: rgb(58, 121, 54);
}


h3 {
  font-size: 50px;
  margin: 20px 0;
}

h4 {
  font-size: 30px;
  margin: 10px 0;
}
p {
  font-size: 20px;
  margin: 20px 0;
}
.Arribaimagen {
  position: relative;
  display: inline-block;
  width: 100%;
}

.Arribaimagen h2,
.Arribaimagen h3,
.Arribaimagen p {
  position: absolute;
  color: white;
  z-index: 10;  margin: 50px;
}

.Arribaimagen h2 {
  top: 20px;
  left: 20px;
  font-size: 65px;
  margin: 40px;
}

.Arribaimagen h3 {
  top: 70px;
  left: 20px;
  font-size: 50px;
  margin: 90px 40px 40px 40px;
  color: rgb(58, 121, 54);
}

.Arribaimagen p {
  font-size: 25px;
  margin: 250px 700px 40px 60px;
}

.boton-whatsapp {
  position: absolute;
  top: 110px;
  left: 20px;
  background-color: rgb(90, 185, 90);
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 30px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin: 350px 40px 40px 40px;
}

.boton-whatsapp:hover {
  background-color: rgb(58, 121, 54);
}

.boton-whatsapp:hover {
  background-color: rgb(58, 121, 54);
}

.fundasropa {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.PolietilenoTubo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}


.cortar {
  display: flex;
  align-items: center;
  justify-content:left;
  margin: 50px 20px;
}

#justo {
  color: rgb(58, 121, 54);
}

.cortar img {
  width: 50%;
  height: auto;
  border-radius: 15px;
}

.cortar div {
  text-align: center;
  margin-left: 40px;
}

.cuadro{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.945);
  padding: 30px;
  border-radius: 15px;
  margin: 50px auto;
  max-width: 80%;
  border: 3px solid rgb(58, 121, 54);
  color: white;
  text-align: left;
}

.cuadro img {
  width: 100px;
  height: auto;
  margin: 0;
}

.cuadro hr {
  width: 3px;
  height: 80px;
  border: none;
  background-color: rgb(58, 121, 54);
  margin: 0;
}

#especificaciones {
  padding: 0px 40px 100px 70px;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#especificaciones h4 {
  font-size: 30px;
}

#especificaciones hr {
  width: 20%;
  margin-bottom: 20px;
  margin-left: 0;
  border-color: rgb(58, 121, 54);
  border-style: solid;
}

#especificaciones div div div{
  display: flex;
}

#especificaciones div div div div{
  display: inline-block; 
  margin: 20px;
  margin-left: 50px;
}

#especificaciones > .especificaciones-contenido {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
  margin: 50px 0;
}

.especificaciones-cards {
  flex: 0 0 47%;
  min-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.especificaciones-cards .tarjeta {
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
}

#especificaciones > .especificaciones-contenido .bolsas {
  order: 2;
  flex: 0 0 35%;
  min-width: 360px;
  max-width: none;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  align-self: stretch;
}


.especificaciones-cards .tarjeta img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

#especificaciones .especificaciones-cards .tarjeta {
  display: block;
}

#especificaciones .especificaciones-cards .tarjeta .texto-tarjeta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  padding-left: 0;
}

@media (max-width: 1150px) {
  #especificaciones > .especificaciones-contenido {
    flex-wrap: wrap;
  }

  .especificaciones-cards {
    min-width: 100%;
    flex: 1 1 100%;
  }

  #especificaciones > .especificaciones-contenido .bolsas {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.bolsas {
  margin-left: 10px;
}

 .tarjeta{
 padding: 35px;
 }

 .tarjeta div{
  padding-left: 20px;
}

.tarjeta img{
  padding-top: 40px;
}

.tarjeta div h4{
  color: rgb(58, 121, 54);
}

.texto-tarjeta p{
  font-size: 20px;
}

#stock{
  justify-content: center;
  text-align: center;
  margin: 50px;
  margin-left: 12%;
  padding: 20px;
  background-color: #ddffd8;
  border-radius: 15px;
  width: 70%;
}

.parrafo-stock{
  font-size: 25px;
  color:rgb(58, 121, 54);
}

#stock p{
  font-size: 30px;
  margin: 10px 0;
}

.BolsasTermocontraibles{
width: 100%;
}

.uso{
margin: 5%;
}

.uso div {
background-color: #ddffd8;
justify-content: center;
display: flex;
flex-direction: row;
margin: 30px;
padding: 20px;
border-radius: 15px;
}

.uso p{
 width: 30%;
 margin: 12px 50px;
}

.uso hr{
    color:rgb(58, 121, 54);       
    height: 140px;  
    border:solid rgb(58, 121, 54);     
}

.Bobinalogo{
 width: 10%;
 height: 10%;
}

.Procesoconlogos{
   width: 30%;
}

.adaptable {
  margin: 0;
  padding: 0;
}

.adaptable > div {
  display: flex;
  align-items: stretch;
  margin: 0;
}

.adaptable + .adaptable {
  margin-top: 0;
}

#partetexto{
  display: inline-block;
  color: white;
  background-color:#171717;
  padding: 30px;
  width: 50%;
}

#partetexto h4{
  font-size: 50px;
}

#partetexto hr{
margin: 20px 0px;
width: 100%;
border: solid rgb(58, 121, 54);
}

#partetexto p{
margin: 10% 0%;
}

.bolsasmedidas{
  width: 50%;
  border-radius: 15px;
}

.Información {
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h4 {
  font-size: 30px;
  margin: 10px 0;
}

p {
  font-size: 20px;
  margin: 20px 0;
}

.Infomacion > div{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.Infomacion > div > div{
    width: 300px;
    text-align: center;
    align-items: center;
    margin-bottom: 5%;
}

.Infomacion img{
    width: 120px;
    height: 120px;
    background-color: #E7F3DE;
    border-radius: 50%;
    padding: 22px;
    box-sizing: border-box;
    object-fit: contain;
}

.Infomacion hr{
    border: rgb(58, 121, 54);
    width: 50%;
    height: 3px;
    background-color: rgb(58, 121, 54);
    border-radius: 1px;
}

.PoliolefinaTermocontraible{
width: 100%;
}

#parrafouso{
width: 50%;
margin-top: 2%;
}

footer{
  width: 100%;
  background-color: #F4F3F0;
}

footer div{
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

footer div div{
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;
}

footer div div img{
  margin: 0;
  display: inline-block;
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.parrafo{
  display: inline-block;
  width: 700px;
  text-align: right;
  margin: 90px 0px;
  vertical-align: top;
}

#logofooter{
  display: inline-block;
  width: 170px;
  margin: 20px;
}

#material{
color: rgb(58, 121, 54);
}

.bolsamesa {
  width: 30%;
  border-radius: 15px;

}

.cosas {
  width: 50%;
}
/* =======================================================
   RESPONSIVE - CELULAR Y TABLET
   ======================================================= */

@media (max-width: 1150px) {
  .cortar {
    flex-direction: column;
    text-align: center;
  }

  .cortar img {
    width: 100%;
  }

  .cortar div {
    margin-left: 0;
    margin-top: 20px;
  }

  .cuadro {
    flex-direction: column;
    max-width: 90%;
  }

  .cuadro hr {
    width: 60px;
    height: 3px;
  }

  .uso div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .uso p {
    width: 100%;
  }

  .uso hr {
    width: 60px;
    height: 3px;
  }

  .adaptable > div {
    flex-direction: column;
  }

  #partetexto {
    width: 100%;
    box-sizing: border-box;
  }

  .bolsasmedidas {
    width: 100%;
  }

  #parrafouso {
    width: 100%;
  }

  .bolsamesa {
    width: 60%;
  }

  .cosas {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #logo {
    width: 150px;
    height: 50px;
    margin: 20px 0 0 10px;
  }

  nav ul {
    gap: 15px;
    margin: 20px 10px;
  }

  nav ul li {
    font-size: 16px;
    padding: 0px 8px;
  }
}

/* MOBILE (max-width: 768px) */
@media (max-width: 768px) {
  #contenedor {
    margin-top: 70px;
  }

  header {
    height: 70px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  #logo {
    width: 110px;
    height: 38px;
    margin: 0 0 0 15px;
  }

  .hamburger {
    display: flex;
    margin: 0 15px 0 auto;
  }

  nav {
    margin: 0;
    width: auto;
  }

  #nav-menu.show {
    top: 70px;
  }

  nav ul {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  nav ul.show {
    display: flex;
    position: static;
    background: #F4F3F0;
    padding: 10px 0;
  }

  nav ul li {
    font-size: 14px;
    padding: 8px 10px;
  }

  .submenu {
    min-width: 200px;
  }

  h3 {
    font-size: 23px;
    margin: 15px 0;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  /* Banner superior: la imagen ocupa todo el ancho y el texto queda superpuesto, como en la versión de escritorio */
  .Arribaimagen {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    padding: 22px 20px 22px 20px;
    box-sizing: border-box;
    display: block;
  }

  .Arribaimagen::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.5) 100%);
    z-index: 2;
  }

  .Arribaimagen img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .Arribaimagen h2,
  .Arribaimagen h3,
  .Arribaimagen p {
    position: relative;
    top: 0;
    left: 0;
    max-width: 85%;
    z-index: 10;
    margin: 0 0 8px 0;
  }

  .Arribaimagen h2 {
    font-size: 22px;
    line-height: 1.2;
    color: white;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  }

  .Arribaimagen h3 {
    font-size: 15px;
    line-height: 1.3;
    color: white;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  }

  .Arribaimagen p {
    font-size: 12px;
    line-height: 1.4;
    color: white;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
  }

  .Arribaimagen .boton-whatsapp {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    width: auto;
    margin: 4px 0 0 0;
    font-size: 14px;
    padding: 10px 18px;
  }

  /* Cortás el largo */
  .cortar {
    margin: 30px 15px;
  }

  #especificaciones {
    padding: 30px 15px 50px 15px;
    background-color: #FAFAF7;
  }

  #especificaciones hr {
    width: 40%;
  }

  .especificaciones-cards .tarjeta {
    padding: 20px;
  }

  .especificaciones-cards .tarjeta img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    padding-top: 0;
  }

  #stock {
    width: 100%;
    margin: 30px 0;
    box-sizing: border-box;
  }

  .parrafo-stock {
    font-size: 18px;
  }

  #stock p {
    font-size: 16px;
  }

  /* Stock inmediato / Envíos / Asesoramiento: una sola fila compacta */
  .Información,
  .Infomacion {
    padding: 20px 10px 40px 10px;
  }

  .Infomacion > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: nowrap;
  }

  .Infomacion > div > div {
    width: 33%;
    padding: 0 4px;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .Infomacion h4 {
    font-size: 12px;
    margin: 6px 0 4px 0;
  }

  .Infomacion .texto-tarjeta p,
  .Infomacion p {
    font-size: 10px;
    line-height: 1.3;
    margin: 4px 0;
  }

  .Infomacion hr {
    width: 60%;
    margin: 6px auto;
  }

  .Infomacion img {
    width: 55px;
    height: 55px;
    padding: 12px;
  }

  .imagentilde,
  .imagenchat,
  .imagencamion {
    width: 55px;
    height: 55px;
  }

  .cuadro {
    padding: 20px;
    margin: 30px 15px;
  }

  .uso {
    margin: 20px 10px;
  }

  #partetexto {
    padding: 20px;
  }

  #partetexto h4 {
    font-size: 26px;
  }

  .Bobinalogo {
    width: 25%;
    height: auto;
  }

  .Procesoconlogos {
    width: 60%;
  }

  /* Footer */
  footer div {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 15px 12px;
  }

  footer div div {
    justify-content: flex-end;
    gap: 12px;
  }

  #logofooter {
    width: 100px;
    margin: 0;
    flex-shrink: 0;
  }

  footer div div img {
    width: 32px;
    height: 32px;
    margin: 0;
    object-fit: contain;
  }

  .parrafo {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}

/* SMALL MOBILE (max-width: 480px) */
@media (max-width: 480px) {
  #contenedor {
    margin-top: 70px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .Arribaimagen {
    min-height: 300px;
    padding: 18px 15px 18px 15px;
  }

  .Arribaimagen h2 {
    font-size: 18px;
  }

  .Arribaimagen h3 {
    font-size: 13px;
  }

  .Arribaimagen p {
    font-size: 10px;
    max-width: 80%;
  }

  .Arribaimagen .boton-whatsapp {
    font-size: 12px;
    padding: 8px 14px;
  }

  #logofooter {
    width: 82px;
  }

  footer div div img {
    width: 26px;
    height: 26px;
  }

  footer div div {
    gap: 8px;
  }

  .Infomacion > div > div {
    padding: 0 2px;
  }

  .imagentilde,
  .imagenchat,
  .imagencamion,
  .Infomacion img {
    width: 45px;
    height: 45px;
    padding: 10px;
  }

  .Infomacion .texto-tarjeta p,
  .Infomacion p {
    font-size: 9px;
  }
}

/* =======================================================
   MEJORAS VISUALES - Sombras, transiciones, hover
   ======================================================= */

.Arribaimagen {
  overflow: hidden;
}

.Arribaimagen img {
  transition: transform 0.4s ease;
}

.Arribaimagen:hover img {
  transform: scale(1.035);
}

.boton-whatsapp {
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.boton-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.tarjeta,
.especificaciones-cards .tarjeta {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.especificaciones-cards .tarjeta:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

.bolsas,
.imagentilde,
.imagenchat,
.imagencamion {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.imagentilde:hover,
.imagenchat:hover,
.imagencamion:hover {
  transform: translateY(-3px);
}

.cortar img,
.cuadro img,
.uso img,
.bolsasmedidas img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cortar img:hover,
.cuadro img:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

footer div div img {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

footer div div a:hover img {
  transform: translateY(-3px);
  opacity: 0.85;
}

nav ul li a {
  transition: color 0.2s ease;
}

/* =======================================================
   BOTON FLOTANTE DE WHATSAPP
   ======================================================= */

#whatsapp-flotante {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #25D366;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#whatsapp-flotante:hover {
  background-color: rgb(58, 121, 54);
  transform: translateY(-3px);
}

/* =======================================================
   PAGINA ACTIVA EN EL MENU
   ======================================================= */

header nav a.active,
#nav-menu.show a.active {
  color: rgb(58, 121, 54);
  font-weight: bold;
  border-bottom: 2px solid rgb(58, 121, 54);
  padding-bottom: 2px;
}

.submenu a.active {
  color: rgb(58, 121, 54);
  font-weight: bold;
}

/* =======================================================
   FADE-IN AL HACER SCROLL
   ======================================================= */

.fade-in-init {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-init {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
