* {
  box-sizing: border-box;
}
* p {
  font-size: 1em;
  font-family: "Mulish", sans-serif;
}

.hero {
  background-color: #4A97D2;
}
.hero .hero-body .content .title {
  font-family: "Montserrat";
  color: #004663;
  margin-bottom: 3%;
}
.hero .hero-body .content .subtitle {
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat";
  margin-top: 3%;
}

.pasos {
  background-color: #F0F0F0;
}
.pasos .container .title {
  font-family: "Montserrat";
  color: #004663;
  font-weight: 800;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* * THIN MOBILE portrait /*******/
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .container .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .container .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .container .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .pasos .container .title {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .pasos .container .title {
    font-size: 1.6em;
  }
}
.pasos .pasos-contenedor {
  margin-top: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* SMALL MOBILE landscape ****************************************************************************************************** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-contenedor {
    flex-direction: column;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-contenedor {
    flex-direction: column;
    align-items: center;
  }
}
.pasos .pasos-contenedor .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px;
}
.pasos .pasos-contenedor .content .level {
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* SMALL MOBILE landscape ***/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-contenedor .content .level {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-contenedor .content .level {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-contenedor .content .level {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-contenedor .content .level {
    display: flex;
    flex-direction: row;
  }
}
.pasos .pasos-contenedor .content .level .alt {
  font-family: "Montserrat";
  font-weight: 600;
  color: #004663;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* * THIN MOBILE portrait /*******/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-contenedor .content .level .alt {
    font-weight: 800;
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-contenedor .content .level .alt {
    font-weight: 800;
    font-size: 2em;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .pasos .pasos-contenedor .content .level .alt {
    font-weight: 800;
    font-size: 2em;
  }
}
.pasos .pasos-contenedor .content .subtitle {
  font-family: "Montserrat";
  color: #004663;
  font-weight: 400;
  margin-top: 2%;
}
.pasos .pasos-resultado {
  width: 75%;
  padding: 5%;
  margin-top: 5%;
  border-radius: 28px;
  background: #F0F0F0;
  box-shadow: -8px 8px 16px #cacaca, 8px -8px 16px #ffffff;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait ****/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-resultado {
    width: 90%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado {
    text-align: center;
    width: 90%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-resultado {
    width: 100%;
    text-align: center;
  }
}
.pasos .pasos-resultado .subtitle {
  font-family: "Montserrat";
  color: #015F86;
  margin: 0 20px;
  font-weight: 400;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE landscape *** */
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-resultado .subtitle {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado .subtitle {
    font-size: 3vmax;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-resultado .subtitle {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-resultado .subtitle {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .pasos .pasos-resultado .subtitle {
    font-size: 1.4em;
    margin: 0;
  }
}
.pasos .pasos-resultado .content {
  /* Mobile landscape ** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE landscape ** */
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado .content {
    display: flex;
    margin-left: 3%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-resultado .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-resultado .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pasos .pasos-resultado .content .image {
  width: 25%;
  margin-bottom: 5%;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****/
  /* SMALL MOBILE landscape ** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-resultado .content .image {
    width: 20%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado .content .image {
    width: 20%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-resultado .content .image {
    width: 30%;
  }
}
.pasos .pasos-resultado .content .sub-h3 {
  font-family: "Montserrat";
  color: #004663;
  font-weight: 400;
  line-height: 1.6;
  /* Mobile Portrait ****/
  /* Mobile landscape ****/
  /* SMALL MOBILE landscape **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-resultado .content .sub-h3 {
    font-size: 1.1em;
    line-height: 1.3;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado .content .sub-h3 {
    width: 80%;
    font-size: 2.5vmax;
    text-align: right;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-resultado .content .sub-h3 {
    font-size: 3.5vmax;
    text-align: center;
  }
}
.pasos .documentacion .container .title {
  font-family: "Montserrat";
  color: #004663;
  margin-top: 5%;
}
.pasos .documentacion .container .subtitle {
  font-family: "Montserrat";
  margin-top: 2%;
  color: #015F86;
}
.pasos .documentacion .container select {
  font-family: "Montserrat";
  color: #004663;
}
.pasos .documentacion .container .wrapper-requisitos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pasos .documentacion .container .wrapper-requisitos #requisitos {
  width: 50%;
  margin-top: 3%;
  color: #004663;
}

.pasos-servicio-investigacion .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
}
.pasos-servicio-investigacion .container .subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  color: #004663;
}
.pasos-servicio-investigacion .container .content .subtitle {
  font-family: "Montserrat";
  color: #015F86;
  font-weight: 400;
  align-self: center;
}
.pasos-servicio-investigacion .container .button {
  background-color: #004663;
  border: none;
  color: #fff;
  font-family: "Montserrat";
  transition: all, 1s;
}
.pasos-servicio-investigacion .container .button:hover {
  background-color: #015F86;
}
.pasos-servicio-investigacion .container .button p {
  margin-left: 10px;
}/*# sourceMappingURL=requisitos.css.map */