:root {
  --black: #222222;
  --white: #ffffff;
  --yellow: #e0ce63;
  --green-01: #74a516;
  --green-02: #e7f1d4;
  --grey: #f2f2f2;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
html,
body {
  font-family: Open sans, "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--black);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}

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

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 25px;
}

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

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

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

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

.form-control {
  font-weight: 500;
}

.btn-cta {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  color: var(--black);
  font-size: 16px;
  text-align: center;
  background-color: var(--yellow);
  border-width: 0px;
  border-radius: 10px;
  font-weight: 700;
}
.btn-cta:hover {
  background-color: var(--black);
  color: var(--white);
}

.box-form {
  background-color: var(--white);
  border-radius: 10px;
  padding: 35px 30px;
  margin: 50px 0 30px 20px;
}
.box-form textarea {
  resize: none;
}

.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;
}

.mobile-item {
  display: none;
}

.header {
  background-image: url("../assets/img/solucionespop-lp-sombrillas-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 70px 9% 150px;
}
.header .logo {
  width: 37%;
  margin-bottom: 30px;
}
@media (max-width: 5000px) and (min-width: 1800px) {
  .header {
    padding: 70px 9% 335px;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .header {
    background-image: url("../assets/img/solucionespop-lp-sombrillas-header-res.jpg");
    background-position: top;
    padding: 40px 9% 50px;
  }
  .header .logo {
    width: 60%;
  }
}

.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/img/solucionespop-lp-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.sec3 .check {
  width: 14%;
}
.sec3 .box {
  background-color: var(--grey);
  padding: 55px 40px 35px;
  border-radius: 20px;
  min-height: 440px;
}
.sec3 .box:hover {
  background-color: var(--green-02);
}
.sec3 .separacion {
  padding-top: 90px;
}
.sec3 a {
  text-decoration: unset;
  color: var(--black);
}
@media (max-width: 5000px) and (min-width: 1800px) {
  .sec3 .box {
    min-height: 460px;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 .box {
    padding: 50px 35px;
    min-height: auto;
  }
  .sec3 .separacion {
    padding-top: 45px;
  }
}

.sec4 {
  background-image: url("../assets/img/solucionespop-lp-cta-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 290px 9%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec4 {
    padding: 95px 9%;
  }
}

.sec5 {
  background-image: url("../assets/img/solucionespop-lp-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.sec6 .box {
  padding: 55px 40px;
  border-radius: 20px;
  border: 1px solid var(--green-02);
  min-height: 590px;
}
.sec6 .empresas {
  width: 70%;
}
.sec6 .separacion {
  margin: 55px 215px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec6 .box {
    padding: 35px 15px;
    min-height: auto;
  }
}

.footer {
  background-image: url("../assets/img/solucionespop-lp-sombrillas-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 70px 9%;
}
.footer .logo {
  width: 37%;
  margin-bottom: 30px;
}
.footer a {
  color: var(--white);
  text-decoration: unset;
}
@media (max-width: 5000px) and (min-width: 1800px) {
  .footer {
    padding: 70px 9% 265px;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer {
    background-image: url("../assets/img/solucionespop-lp-sombrillas-footer-res.jpg");
    background-position: center;
    padding: 65px 9% 45px;
  }
  .footer .logo {
    width: 60%;
    margin-bottom: 10px;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 23px;
  }
  .fs-55 {
    font-size: 38px;
  }
  .box-form {
    margin: 20px 0 0;
  }
  .btn-cta {
    width: 80%;
  }
  .text-overlay {
    position: static;
    bottom: 0;
    left: 0;
    padding: 0;
    font-size: 12px;
  }
  .body-gracias .logo {
    width: 100%;
  }
}