@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&family=Unbounded:wght@300;400;500;600;700&display=swap");
:root {
  --color-blanco: #ffffff;
  --color-verde-oscuro: #70a02e;
  --color-negro: #151515;
  --color-gris: #606060;
  --color-verde-claro: #f1f6ea;
  --color-amarillo: #ffda00;
  --btn-hover-bg: #151515;
  --btn-hover-text: #ffffff;
  /* Mantener variables antiguas por si acaso se usan en otros sitios no refactorizados,
     mapeandolas a las nuevas donde tenga sentido o dejandolas igual */
  --black: var(--color-negro);
  --white: var(--color-blanco);
  --yellow: var(--color-amarillo);
  --green-01: var(--color-verde-oscuro);
  --green-02: var(--color-verde-claro);
  --grey: #f2f2f2;
}

html,
body {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: var(--color-negro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  overflow-x: hidden;
}

.font-unbounded {
  font-family: "Unbounded", sans-serif;
}

.font-figtree {
  font-family: "Figtree", sans-serif;
}

.d-pad {
  padding: 70px 9%;
}

h1 {
  font-family: "Unbounded", sans-serif;
  font-size: 55px;
  font-weight: 700;
}

h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  font-weight: 500;
}

h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 30px;
  font-weight: 500;
}

p,
small,
li,
span,
div,
input,
textarea {
  font-family: "Figtree", sans-serif;
}

.small-text {
  font-size: 15px;
}

.fs-55 {
  font-size: 55px;
}

.text-yellow {
  color: var(--color-amarillo);
}

.text-green {
  color: var(--color-verde-oscuro);
}

.text-white {
  color: var(--color-blanco);
}

.text-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  padding: 10px;
}

.form-control {
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}

.btn-cta,
.btn-cotizar {
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  color: var(--color-negro);
  font-size: 16px;
  text-align: center;
  background-color: var(--color-amarillo);
  border: 2px solid var(--color-amarillo);
  border-radius: 6px;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-cta:hover,
.btn-cotizar:hover {
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-text);
  border-color: var(--btn-hover-bg);
}

.box-form {
  background-color: var(--color-verde-claro);
  border-radius: 20px;
  padding: 40px 30px;
  margin: 0;
}
.box-form textarea {
  resize: none;
}
.box-form .form-control {
  background-color: white;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
}
.box-form .btn-cta {
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.body-gracias {
  background-color: var(--green-01);
}
.body-gracias .logo {
  width: 40%;
}

.icono-whats {
  width: 55px;
  position: fixed;
  bottom: 0;
  background: white;
  margin: 0 0 28px 30px;
  border-radius: 30px;
  padding: 8px;
  z-index: 999;
}

.mobile-item {
  display: none;
}

.header {
  background-color: var(--color-negro);
  background-image: none;
  padding: 100px 9% 100px;
  position: relative;
  overflow: hidden;
}
.header .logo {
  width: 90%;
  margin-bottom: 30px;
}
.header .btn-cotizar {
  padding: 12px 40px;
}

.sec1 {
  background-color: var(--color-verde-claro);
}
.sec1 .material {
  width: 12%;
}
.sec1 .img {
  width: 90%;
}
.sec1 .img:hover {
  border: 7px solid var(--green-01);
  border-radius: 50px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 .material {
    width: 25%;
  }
  .sec1 .img:hover {
    border: 7px solid var(--green-01);
    border-radius: 40px;
  }
}

.sec2 {
  background-image: url("../assets/img2026/fondo-cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.sec3 .check {
  width: 60px;
  margin-bottom: 15px;
}
.sec3 .box {
  padding: 0 10px;
}
.sec3 .separacion {
  padding-top: 90px;
}
.sec3 a {
  text-decoration: unset;
  color: var(--black);
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 .box {
    padding: 10px 35px;
  }
  .sec3 .separacion {
    padding-top: 70px;
  }
}

.sec-productos {
  background-color: var(--color-verde-claro);
}
.sec-productos img {
  border-radius: 20px;
}
.sec-productos a {
  text-decoration: none;
  color: var(--color-negro);
}

.sec4 {
  background-image: url("../assets/img2026/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14% 0;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec4 {
    min-height: 250px;
  }
}

.sec5 {
  background-image: url("../assets/img2026/fondo-cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.sec6 {
  background-color: var(--color-verde-claro);
}
.sec6 .empresas {
  max-width: 140px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec6 h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}
.sec6 p {
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec6 .box {
    padding: 35px 15px;
    min-height: auto;
  }
}

.footer {
  background-color: var(--color-negro);
  background-image: none;
  padding: 70px 9% 20px;
  color: var(--white);
}
.footer h2 {
  font-size: 45px;
}
.footer .logo {
  width: 65% !important;
  margin-bottom: 20px;
}
.footer a {
  color: var(--white);
  text-decoration: underline;
}

@media (max-width: 574px) and (min-width: 400px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 23px;
  }
  .fs-55 {
    font-size: 38px;
  }
  .footer h2 {
    font-size: 32px;
  }
  .box-form {
    margin: 20px 0 0;
  }
  .text-overlay {
    position: static;
    bottom: 0;
    left: 0;
    padding: 0;
    font-size: 12px;
  }
  .body-gracias .logo {
    width: 100%;
  }
  .header {
    padding: 50px 5% 50px;
    text-align: center;
  }
}
@media (max-width: 399px) and (min-width: 0px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .fs-55 {
    font-size: 32px;
  }
  .footer h2 {
    font-size: 32px;
  }
  .box-form {
    margin: 20px 0 0;
  }
  .text-overlay {
    position: static;
    bottom: 0;
    left: 0;
    padding: 0;
    font-size: 12px;
  }
  .body-gracias .logo {
    width: 100%;
  }
  .header {
    padding: 50px 5% 50px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header,
  .footer {
    background-image: url("../assets/img2026/res/carpas-header-res.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  .sec4 {
    height: 150px;
  }
}