body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", Georgia, serif;
  font-style: normal;
  font-weight: 700;
}

p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #444444;
}

label {
  font-size: 1.125rem;
}

span {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  color: #444444 !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}

.contact-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0670b2;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 16px;

}
#bloque-estudia-con-nosotros ul.cta-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
}
#bloque-estudia-con-nosotros li.cta-link {
  margin-right: 0.625rem;
  margin-bottom: 1.25rem;
  margin-left: 0.625rem;
}
