:root {
  --white: #ffffff;
  --black: #202020;
  --grey: #808080;
  --yellow: #fdc702;
  --hover: #be9707;
}

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

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

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

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

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

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

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

.semi {
  font-weight: 600;
}

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

.text-left {
  text-align: left;
}

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

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  color: unset;
}

.btn-cta {
  display: inline-block;
  color: var(--black);
  font-size: 20px;
  font-weight: bold;
  background-color: var(--yellow);
  border: none;
  border-radius: 4px;
  padding: 8px 68px;
  -webkit-box-shadow: 0px 0px 10px var(--black);
          box-shadow: 0px 0px 10px var(--black);
}
.btn-cta:hover {
  background-color: var(--hover);
  color: var(--white);
}

.header {
  background-image: url("../assets/img/leuman-lp-header.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.header .logo {
  text-align: center;
  width: 50%;
}
.header .info a {
  font-weight: bold;
  font-size: 20px;
}
.header .contacto {
  margin-top: 5%;
}
.header .contacto form input {
  width: 100%;
  padding: 10px 13px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
}
.header .contacto form textarea {
  width: 100%;
  padding: 10px 13px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
  height: 150px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .header {
    background-image: url("../assets/img/res/leuman-lp-header-res.webp");
    text-align: center;
  }
  .header .logo {
    width: 70%;
  }
  .header .btn-cta {
    padding: 8px 120px;
  }
}

.sec1 {
  background-image: url("../assets/img/leuman-lp-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 9%;
}
.sec1 h2 span {
  background-color: var(--black);
  padding: 0px 1px 1px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec1 {
    background-image: url("../assets/img/res/leuman-lp-banner-res.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 9% 240px;
    text-align: center;
  }
}

.sec2 span {
  font-size: 16px;
}
.sec2 .line {
  height: 1px;
  background-color: var(--grey);
  margin-top: 160px;
}
.sec2 .btn-cta {
  padding: 8px 45px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec2 {
    text-align: center;
  }
  .sec2 .fs-20 {
    font-size: 16px;
  }
  .sec2 span {
    font-size: 15px;
  }
  .sec2 .imagen {
    width: 100%;
    margin-top: 40px;
  }
}

.sec3 {
  padding: 30px 9% 80px;
}
.sec3 .btn-cta {
  padding: 8px 45px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec3 {
    text-align: center;
  }
  .sec3 .fs-20 {
    font-size: 16px;
  }
  .sec3 .imagen {
    width: 100%;
    margin-top: 40px;
  }
}

.sec4 {
  background-image: url("../assets/img/leuman-lp-banner-cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.sec4 .btn-cta {
  padding: 8px 35px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec4 {
    background-image: url("../assets/img/res/leuman-lp-banner-cta-res.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.sec5 {
  text-align: center;
}
.sec5 .fila2 {
  margin-top: 5%;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec5 p {
    margin-bottom: 30px;
  }
}

.footer {
  background-image: url("../assets/img/leuman-lp-footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer iframe {
  height: 250px;
}
.footer .contacto form input {
  width: 100%;
  padding: 10px 13px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
}
.footer .contacto form textarea {
  width: 100%;
  padding: 10px 13px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
  height: 150px;
}
.footer .info {
  margin-top: 5%;
}
.footer .info a {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .footer {
    background-image: url("../assets/img/res/leuman-lp-footer-res.webp");
    text-align: center;
  }
  .footer p {
    margin-top: 50px;
    font-size: 16px;
  }
  .footer .btn-cta {
    padding: 8px 120px;
  }
  .footer iframe {
    height: 190px;
  }
  .footer .info {
    margin-top: 10%;
  }
  .footer .copy {
    font-size: 15px;
  }
}

.body-gracias {
  background-image: url("../assets/img/leuman-lp-header.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.body-gracias h1 {
  margin-top: 25%;
  color: var(--white);
}
.body-gracias .btn-cta {
  width: 20%;
}

.mobile-item {
  display: none;
}

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