@font-face {
  font-family: 'Lato Regular';
  src: url(../font/Lato-Regular.ttf);
}
@font-face {
  font-family: 'Lato Bold';
  src: url(../font/Lato-Bold.ttf);
}
@font-face {
  font-family: 'Lato Black';
  src: url(../font/Lato-Black.ttf);
}
/* line 34, ../../scss/components/_custom-variables.scss */
* {
  font-size: 1rem;
}

/* line 38, ../../scss/components/_custom-variables.scss */
h1, h2, h3, h4, h5, h6 {
  color: #193363;
}

/* line 42, ../../scss/components/_custom-variables.scss */
.text-primary {
  color: #193363 !important;
}

/* line 46, ../../scss/components/_custom-variables.scss */
.text-secondary {
  color: #960079 !important;
}

/* line 49, ../../scss/components/_custom-variables.scss */
.bk-primary {
  background-color: #193363 !important;
}

/* line 53, ../../scss/components/_custom-variables.scss */
.bk-secondary {
  background-color: #960079 !important;
}

/* line 57, ../../scss/components/_custom-variables.scss */
h1, h2, h3, h4, h5, h6 {
  color: #193363 !important;
  font-weight: 700;
  line-height: 1.35;
}

/* line 63, ../../scss/components/_custom-variables.scss */
.img-responsive {
  width: 100%;
}

/* line 71, ../../scss/components/_custom-variables.scss */
.inicial {
  color: #702c72 !important;
  font-family: "Lato Bold", arial !important;
  background-color: #ffffff !important;
}

/* line 71, ../../scss/components/_custom-variables.scss */
.intermedio {
  color: #009461 !important;
  font-family: "Lato Bold", arial !important;
  background-color: #ffffff !important;
}

/* line 71, ../../scss/components/_custom-variables.scss */
.avanzado {
  color: #C31420 !important;
  font-family: "Lato Bold", arial !important;
  background-color: #ffffff !important;
}

/* line 71, ../../scss/components/_custom-variables.scss */
.especialidades {
  color: #EF7B00 !important;
  font-family: "Lato Bold", arial !important;
  background-color: #ffffff !important;
}

/* line 71, ../../scss/components/_custom-variables.scss */
.programas {
  color: #00639D !important;
  font-family: "Lato Bold", arial !important;
  background-color: #ffffff !important;
}

/* line 71, ../../scss/components/_custom-variables.scss */
.charlas {
  color: #96A500 !important;
  font-family: "Lato Bold", arial !important;
  background-color: #ffffff !important;
}

/* line 77, ../../scss/components/_custom-variables.scss */
:root {
  --desktop-link-color: #960079;
  --desktop-link: #193363;
  --color-secondary: #960079;
  --font-family-primary: Lato Regular, arial;
}

/* crear una grilla con el numero de columnas como variable y tantas filas como haya contenido */
/* line 7, ../../scss/components/interna-docentes.scss */
.docentes-img img {
  border-radius: 360px;
  height: 270px;
  margin: auto;
  border: 2px solid #fff;
  box-shadow: 0 0 11px 0px #193363;
}
@media (min-width: 992px) {
  /* line 7, ../../scss/components/interna-docentes.scss */
  .docentes-img img {
    border-radius: 0;
    height: auto;
    border: unset;
    box-shadow: none;
  }
}
/* line 23, ../../scss/components/interna-docentes.scss */
.docentes-links a img {
  margin: auto;
  height: 1.5rem;
}
@media (min-width: 992px) {
  /* line 23, ../../scss/components/interna-docentes.scss */
  .docentes-links a img {
    margin: unset;
    height: auto;
  }
}
