:root {
  --blanco: #ffffff;
  --negro: #202020;
  --verde: #1b953b;
  --gris: #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-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gothic";
  src: url("../assets/fonts/allroundgothic-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: var(--negro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

.goth {
  font-family: "Gothic", sans-serif;
}

.fw-m {
  font-weight: 600;
}

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

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

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

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

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

.bg-gris {
  background-color: var(--gris);
}

a {
  color: unset;
}
a:hover {
  color: unset;
}

.btn-cta {
  padding: 14px 40px;
  display: inline-block;
  background-color: var(--negro);
  color: var(--blanco);
  text-align: center;
  border-radius: 18px;
  text-decoration: none;
  border: 2px solid var(--verde);
  font-size: 18px;
}
.body-gracias {
  background-image: url("../assets/img/minco-lp-plantasfalto-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10%;
}

.header {
  background-image: url("../assets/img/plantasfalto-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.header .logo {
  width: 100%;
}
@media (max-width: 500px) and (min-width: 0px) {
  .header {
    text-align: center;
  }
  .header .logo {
    width: 50%;
    margin-bottom: 5%;
  }
  .header .text-end {
    text-align: center !important;
  }
}

.sec1 .contenido {
  margin-top: 5%;
}
.sec1 .contenido .box1 {
  background-color: var(--verde);
  position: relative;
  z-index: 9;
  padding: 5% 8%;
  border-radius: 20px;
  margin-left: -25%;
}
.sec1 .contenido .box2 {
  background-color: var(--verde);
  position: relative;
  z-index: 9;
  padding: 5% 8%;
  border-radius: 20px;
  margin-right: -25%;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec1 {
    text-align: center;
  }
  .sec1 .contenido {
    margin-top: 12%;
  }
  .sec1 h2 {
    margin-bottom: 8%;
  }
  .sec1 .text-end {
    text-align: center !important;
  }
  .sec1 .box1 {
    margin-left: 0 !important;
    margin-top: -5%;
  }
  .sec1 .box2 {
    margin-right: 0 !important;
    margin-top: -5%;
  }
}

.sec2 .box {
  background-color: var(--verde);
  position: relative;
  z-index: 9;
  padding: 5% 8%;
  border-radius: 20px;
  margin-bottom: -19%;
}
@media (min-width: 1920px) {
  .sec2 .box {
    margin-bottom: -14%;
  }
}
.sec3 .fs-60 {
  margin-top: 10%;
}
.sec3 .txt {
  background-color: var(--verde);
  color: var(--blanco);
  line-height: 1.2;
  padding: 8% 1%;
  border-radius: 20px;
}
.sec3 .w-50 {
  position: relative;
  z-index: 9;
  margin-bottom: -15px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec4 {
    text-align: center;
  }
  .sec4 img {
    margin-top: 8%;
  }
}

.sec5 .imgbox {
  background-color: var(--gris);
  border-radius: 17px;
}
.sec5 .imgbox img {
  padding: 16% 10%;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec5 {
    text-align: center;
  }
  .sec5 .imgbox {
    margin-bottom: 8%;
  }
}

.sec6 {
  background-color: var(--verde);
}
.sec6 .glide1 {
  position: relative;
}
.sec6 .glide1 .glide__bullets {
  bottom: -20px;
}
.sec6 .glide1 .glide__bullets .glide__bullet {
  border: 1px solid var(--verde);
  background-color: #fff !important;
}
.sec6 .glide1 .glide__bullets .glide__bullet--active {
  background-color: var(--verde);
}
.sec6 .glide1 .glide__arrows {
  display: none !important;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec6 {
    text-align: center;
  }
  .sec6 h2 {
    margin-bottom: 8%;
  }
}

.footer {
  position: relative;
}
.footer .copy {
  position: absolute;
  bottom: 0;
}
.footer .banner-form {
  position: relative;
  z-index: 9;
  margin-left: -25%;
}
.footer .banner-form form {
  border-radius: 22px;
  width: 100%;
  background-color: var(--gris);
  padding: 7% 6%;
}
.footer .banner-form form .form-control {
  padding: 15px 30px;
  border: none;
  font-size: 20px;
  border-radius: 12px;
  color: var(--negro);
  background-color: var(--blanco);
}
.footer .banner-form form .form-control::-webkit-input-placeholder {
  font-size: 20px;
  color: var(--gris-oscuro);
}
.footer .banner-form form .form-control::-moz-placeholder {
  font-size: 20px;
  color: var(--gris-oscuro);
}
.footer .banner-form form .form-control:-ms-input-placeholder {
  font-size: 20px;
  color: var(--gris-oscuro);
}
.footer .banner-form form .form-control::-ms-input-placeholder {
  font-size: 20px;
  color: var(--gris-oscuro);
}
.footer .banner-form form .form-control::placeholder {
  font-size: 20px;
  color: var(--gris-oscuro);
}
.footer .banner-form form .btn-cta {
  background-color: transparent;
  border: 3px solid var(--verde);
  padding: 16px 82px;
  color: var(--negro);
}
@media (max-width: 500px) and (min-width: 0px) {
  .footer {
    text-align: center;
  }
  .footer .banner-form {
    margin-left: 0;
  }
  .footer form {
    margin: 12% 0;
  }
  .footer form .btn-cta {
    width: 100%;
  }
  .footer .copy {
    position: static;
  }
}

.copyright {
  padding: 16px 9%;
  text-align: center;
}
.copyright p {
  margin: 0;
  font-size: 15px;
}
.copyright a {
  color: var(--negro);
  text-decoration: none;
}

.desktop-item {
  display: block;
}

.mobile-item {
  display: none;
}

@media (max-width: 500px) and (min-width: 0px) {
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  .fs-60 {
    font-size: 50px;
  }
}