@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
    min-height: 75rem;
    padding-top: 110px;
}

.text-shadow {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
header .navbar {
  padding-top: 12px;
  padding-bottom: 13px;
}
header .navbar .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  margin-left: 15px;
}

.jumbotron {
  /* padding-top: 40px; */
  min-height: 600px;
}
@media (min-width: 768px) {
  .jumbotron {
    min-height: 700px;
    /* padding-top: 103px; */
  }
}

.jumbotron .welcome {
    padding: 40px
}

@media (min-width: 768px) {
    .jumbotron .welcome {
        padding-top: 83px
    }
}
.jumbotron .welcome h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  margin-bottom: 5px;
  color: #065A7E;
}
.jumbotron .welcome h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 65px;
  line-height: 79px;
  font-style: normal;
  margin-bottom: 7px;
  color: #065A7E;
}
.jumbotron .welcome p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  margin-bottom: 5px;
  color: #065A7E;
  margin: 0;
}
@media (max-width: 767px) {
  .jumbotron .welcome h3, .jumbotron .welcome p {
    font-size: 20px;
    line-height: 24px;
  }
  .jumbotron .welcome h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
  z-index: 1;
}

.bg-green {
  background-color: #2B7640;
}

.about-platform {
  padding-top: 23px;
  padding-bottom: 23px;
}
.about-platform .container {
  background-image: url("../img/hojas.png");
  background-position: top left;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .about-platform {
    padding-top: 46px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-platform h3 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.about-platform .card {
  border-radius: 43px;
  padding: 15px;
  border: 1px solid #FFF;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  color: #2B7640;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .about-platform .card {
    min-height: 174px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 32px;
  }
}
.about-platform .card:hover {
  border: 1px solid #000;
  cursor: pointer;
}

.guias {
  padding: 58px 0;
}
.guias .guia {
  border-radius: 55px;
  min-height: 274px;
  padding: 30px 45px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .guias .guia {
    /* min-height: 548px;
    padding: 62px 89px; */
    min-height: 500px;
    padding: 62px 10px;
  }
}
.guias .guia.areas-inscriptas {
  background-image: url("../img/bg_areas_inscriptas.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guias .guia.registro-lotes {
  background-image: url("../img/bg_registro_lotes.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guias .guia.volumen-aprobado {
  background-image: url("../img/bg_volumen_aprobado.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-horizontal h3 {
  margin: 0;
  padding: 32px 35px 9px 18px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  color: #065A7E;
}
@media (min-width: 768px) {
  .title-horizontal h3 {
    border-right: 6px solid #B4B54F;
  }
}
@media (max-width: 767px) {
  .title-horizontal h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.title-horizontal h3 b {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 65px;
  line-height: 79px;
  font-style: normal;
  color: #065A7E;
}
@media (max-width: 767px) {
  .title-horizontal h3 b {
    font-size: 32px;
    line-height: 40px;
  }
}
.title-horizontal p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  color: #065A7E;
}
@media (min-width: 768px) {
  .title-horizontal p {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .title-horizontal p {
    font-size: 20px;
    line-height: 24px;
  }
}

.test {
  min-height: 700px;
  margin-top: 57px;
  padding: 43px 0 64px;
  background-image: url("../img/bg_test.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .test {
    height: 700px;
  }
}

.suscribite {
  padding: 43px 0 64px;
  background-image: url("../img/bg_contacto.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.suscribite h3 {
  text-align: center;
  color: #065A7E;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 65px;
  line-height: 79px;
  font-style: normal;
}
@media (max-width: 767px) {
  .suscribite h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.suscribite p {
  text-align: center;
  color: #065A7E;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .suscribite p {
    font-size: 20px;
    line-height: 24px;
  }
}
.suscribite form {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 36px;
  padding: 30px;
  margin-top: 38px;
}
@media (min-width: 768px) {
  .suscribite form {
    border-radius: 73px;
    padding: 55px 60px;
    margin-top: 76px;
  }
}
.suscribite form .form-group {
  margin-bottom: 26px;
}
.suscribite form .form-group label {
  color: #065A7E;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 33px;
  line-height: 40px;
  display: block;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .suscribite form .form-group label {
    font-size: 20px;
    line-height: 24px;
  }
}
.suscribite form .form-group .form-control {
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  font-size: 33px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .suscribite form .form-group .form-control {
    padding: 1.4375rem 2rem;
  }
}
.suscribite form .button-holder .button {
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  .top-pos {
    top: -91px;
  }
}

.text-blue {
  color: #065A7E;
}

.button-holder .button {
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  color: #FFFFFF;
  background-image: url("../img/bg_button.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border:0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .button-holder .button {
    width: 492px;
    height: 131px;
  }
}
