:root {
  --black: #202020;
  --white: #ffffff;
  --blue: #004f71;
  --dark-blue: #122333;
  --grey: #f4f4f4;
}

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

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

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

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 25px;
}

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

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

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

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

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

.btn-cta {
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  color: var(--white);
  background-color: var(--dark-blue);
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  font-weight: 700;
}
.btn-cta:hover {
  color: var(--white);
  background-color: var(--black);
}

.logo {
  width: 20%;
}

.mobile-item {
  display: none;
}

.header {
  background-image: url("../assets/img/ayvi-lp-header.jpg");
  background-size: cover;
  background-position: center;
  padding: 0 9% 200px;
}
.header .logo {
  width: 30%;
}
.header .top {
  margin-top: 20%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .header {
    background-image: url("../assets/img/ayvi-lp-header-res.jpg");
    padding: 0 6% 200px;
  }
  .header .logo {
    width: 45%;
  }
}

.sec1 {
  padding: 70px 9% 100px;
}
.sec1 .top-50 {
  top: 60% !important;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec1 .espacio {
    margin-top: 70%;
  }
  .sec1 .top-50 {
    top: 33% !important;
  }
  .sec1 .w-100 {
    width: 95% !important;
  }
}

.sec2 {
  padding: 70px 9% 100px;
}
.sec2 .top-50 {
  top: 60% !important;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec2 .espacio {
    margin-top: 68% !important;
  }
  .sec2 .top-50 {
    top: 31% !important;
  }
  .sec2 .w-100 {
    width: 95% !important;
    margin-left: 19px;
  }
}

.sec3 {
  padding: 70px 9% 100px;
}
.sec3 .top-50 {
  top: 65% !important;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec3 .espacio {
    margin-top: 60% !important;
  }
  .sec3 .top-50 {
    top: 41% !important;
  }
  .sec3 .w-100 {
    width: 95% !important;
  }
}

.sec4 {
  padding: 70px 9% 100px;
}
.sec4 .top-50 {
  top: 68% !important;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec4 .espacio {
    margin-top: 60% !important;
  }
  .sec4 .top-50 {
    top: 38% !important;
  }
  .sec4 .w-100 {
    width: 95% !important;
    margin-left: 19px;
  }
}

.sec5 {
  padding: 100px 9% 80px;
}
.sec5 .bullet {
  color: var(--blue);
}
.sec5 .icono {
  width: 85%;
}
@media (max-width: 574px) and (min-width: 0px) {
  .sec5 {
    padding: 15px 9% 80px;
  }
  .sec5 .icono {
    width: 30%;
  }
  .sec5 .d-flex {
    display: block !important;
  }
}

.sec6 {
  background-image: url("../assets/img/ayvi-lp-porque.jpg");
  background-size: cover;
  background-position: center;
}
.sec6 .iconos {
  width: 33%;
}

.footer {
  padding: 70px 9%;
}
.footer .logo {
  width: 33%;
}
.footer .top {
  margin-top: 23%;
}
.footer a {
  text-decoration: unset;
  color: unset;
}
.footer .form-control {
  font-size: 18px;
}
.footer .box-form {
  background-color: var(--blue);
  padding: 40px;
  border-radius: 25px;
}
@media (max-width: 574px) and (min-width: 0px) {
  .footer {
    padding: 70px 6% 20px;
  }
  .footer .w-25 {
    width: 100% !important;
  }
  .footer .logo {
    width: 45%;
  }
  .footer .top {
    margin-top: 12%;
  }
  .footer .box-form {
    padding: 25px;
  }
}

@media (max-width: 574px) and (min-width: 0px) {
  .mobile-item {
    display: block;
  }
  .desktop-item {
    display: none;
  }
  .d-pad {
    padding: 70px 6%;
  }
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 20px;
  }
  .fs-16 {
    font-size: 13px;
  }
  .fs-14 {
    font-size: 10px;
  }
  .btn-cta {
    font-size: 16px;
  }
  .logo {
    width: 80%;
  }
}