@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;
}

/* line 3, ../../scss/components/docentes.scss */
.item-list ul {
  list-style: none;
  padding: 6px;
  margin: 2px;
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  justify-content: center;
}

/* line 12, ../../scss/components/docentes.scss */
.item-list li {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 8px;
  margin: 10px;
  border: 1px solid rgba(89, 89, 89, 0.349);
  border-radius: 5px;
  /*     width: 350px;
      height: 250px; */
}

/* line 25, ../../scss/components/docentes.scss */
.views-field-field-nombre-y-apellido {
  font-weight: bold;
  font-size: 18px;
}

/* line 30, ../../scss/components/docentes.scss */
.views-field-field-antecedentes-laborales {
  font-size: 15px;
}

/* line 35, ../../scss/components/docentes.scss */
.card-docente {
  width: 265px;
  height: 385px;
}
/* line 40, ../../scss/components/docentes.scss */
.card-docente a:hover {
  text-decoration: none;
}
/* line 43, ../../scss/components/docentes.scss */
.card-docente a p {
  color: #193363 !important;
}
/* line 47, ../../scss/components/docentes.scss */
.card-docente-text {
  color: #193363 !important;
  height: 60px;
  text-align: start;
  overflow: hidden;
}
/* line 53, ../../scss/components/docentes.scss */
.card-docente .card-img-top {
  height: 240px;
  width: 260px;
  margin: auto;
}
/* line 57, ../../scss/components/docentes.scss */
.card-docente .card-img-top img {
  min-height: unset !important;
  max-height: unset !important;
  height: 100%;
  object-fit: contain;
}
/* line 65, ../../scss/components/docentes.scss */
.card li {
  list-style: none;
}
