:root {
  --negro: #424345;
  --blanco: #ffffff;
  --blue: #004daa;
  --orange: #ff7c11;
  --grey: #e4e4e4;
}

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

.d-pad {
  padding: 100px 8%;
}

h1 {
  font-size: 40px;
  color: var(--blue);
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

.f-15 {
  font-size: 15px;
}

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

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

.btn-cta {
  background-color: var(--orange);
  color: var(--blanco);
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.header {
  background-image: url("../assets/img/grupoaljor-banner-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}
.header .logo1 {
  width: 220px;
  border-right: 3px solid var(--blue);
  padding: 8px 35px 8px 0;
}
.header .dot {
  width: 28px;
}
.header .box {
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: var(--blue);
  border-radius: 20px;
  padding: 40px 11%;
  width: 84%;
}
@media (max-width: 500px) and (min-width: 0px) {
  .header .logo1 {
    width: 115px;
  }
  .header .logo2 {
    width: 70px;
    margin-left: 1rem !important;
  }
}

.sec1 {
  padding-bottom: 200px;
  padding-top: 140px;
}
.sec1 p {
  margin-top: 20px;
}
.sec1 .imagen {
  background-image: url("../assets/img/grupoaljor-banner-cta.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 40px 5%;
  width: 84%;
  border-radius: 30px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec1 {
    padding-bottom: 245px;
    padding-top: 210px;
  }
  .sec1 .imagen {
    background-image: unset;
    background-color: var(--blue);
    padding: 40px 30px;
  }
}

.sec2 {
  padding-top: 250px;
  background-color: var(--grey);
}
.sec2 .icon {
  height: 60px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec2 .icon {
    margin-bottom: 20px;
  }
}

.sec3 .line {
  margin-top: 9%;
  height: 3px;
  background-color: var(--grey);
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec3 {
    padding-bottom: 0;
  }
  .sec3 .img-instituciones {
    width: 80%;
    padding: 5px;
  }
  .sec3 .line {
    margin-top: 14%;
  }
}

.footer {
  background-image: url("../assets/img/grupoaljor-banner-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .form-control {
  height: 55px;
  padding: 12px;
  border-radius: 0;
}
.footer a {
  text-decoration: none;
  color: unset;
}
.footer .copyright {
  margin-top: 90px !important;
}
@media (max-width: 500px) and (min-width: 0px) {
  .footer .copyright {
    margin-left: 5%;
    font-size: 12px;
  }
}

@media (max-width: 500px) and (min-width: 0px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
}