:root {
  --blanco: #ffffff;
  --negro: #111111;
  --rojo: #ca1515;
  --gris: #373737;
  --gris-2: #f5f5f5;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
html,
body {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  overflow-x: hidden;
  color: var(--black);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

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

h1 {
  font-size: 60px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 35px;
}

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

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

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

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

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

.btn-cta {
  display: inline-block;
  text-decoration: none;
  padding: 14px 45px;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  background-color: var(--rojo);
  color: var(--blanco);
  border: none;
}
.btn-cta:hover {
  background-color: var(--rojo);
  color: var(--blanco);
}

.mobile-item {
  display: none;
}

.home .subsec1 {
  background-image: url("../img/home/header.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 5% 150px;
}
.home .subsec1 .logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 8%;
}
.home .subsec1 h1 {
  line-height: 0.8;
}
.home .subsec1 h1 span {
  font-weight: 400;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .subsec1 {
    background-image: url("../img/home/header-res.webp");
  }
  .home .subsec1 h1 {
    line-height: 1;
  }
}
.home .sec1 .box {
  margin-top: 5%;
}
.home .sec1 .box .hdr {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .sec1 .box .hdr a {
  text-decoration: underline;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec1 .box p {
    margin-bottom: 5% !important;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec2 {
    text-align: center;
  }
  .home .sec2 img {
    margin-top: 8%;
  }
}
.home .sec3 .box {
  margin-top: 8%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .sec3 .box p {
    margin-bottom: 5% !important;
  }
}
.home .subfooter .logo {
  width: 60%;
  margin-bottom: 8%;
}
.home .subfooter .copy {
  margin-top: 22%;
}
.home .subfooter form .form-control {
  padding: 15px 35px;
  border-radius: 12px;
  font-size: 16px;
  color: var(--negro);
  border: none;
}
.home .subfooter form .form-control::-webkit-input-placeholder {
  color: var(--negro);
  font-size: 16px;
}
.home .subfooter form .form-control::-moz-placeholder {
  color: var(--negro);
  font-size: 16px;
}
.home .subfooter form .form-control:-ms-input-placeholder {
  color: var(--negro);
  font-size: 16px;
}
.home .subfooter form .form-control::-ms-input-placeholder {
  color: var(--negro);
  font-size: 16px;
}
.home .subfooter form .form-control::placeholder {
  color: var(--negro);
  font-size: 16px;
}
.home .subfooter form .btn-cta {
  padding: 14px 60px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .home .subfooter .izq {
    text-align: center;
  }
  .home .subfooter form {
    margin-top: 8%;
  }
  .home .subfooter .copy {
    text-align: center;
    margin-top: 12%;
  }
}

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