@charset "UTF-8";
/* =================================
 * Bixa
 * www.bixa.io
 * ================================= 
 *  */
@font-face {
  font-family: "sans-serif-regular";
  src: url("../fonts/TitilliumWeb-Regular.ttf");
}
@font-face {
  font-family: "sans-serif-light";
  src: url("../fonts/TitilliumWeb-Light.ttf");
}
@font-face {
  font-family: "sans-serif-semi-bold";
  src: url("../fonts/TitilliumWeb-SemiBold.ttf");
}
@font-face {
  font-family: "sans-serif-bold";
  src: url("../fonts/TitilliumWeb-Bold.ttf");
}
@font-face {
  font-family: "icomoon";
  src: url("../iconos/site/icomoon.eot?xnayjc");
  src: url("../iconos/site/icomoon.eot?xnayjc#iefix") format("embedded-opentype"), url("../iconos/site/icomoon.ttf?xnayjc") format("truetype"), url("../iconos/site/icomoon.woff?xnayjc") format("woff"), url("../iconos/site/icomoon.svg?xnayjc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-top:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-descargar:before {
  content: "";
}

.icon-lupa:before {
  content: "";
}

.boton {
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "sans-serif-regular";
  font-size: 16px;
  padding: 4px 16px;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s linear;
}
.boton:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.noticia-card {
  display: block;
  padding: 10px;
  background-color: #fff;
  height: 425px;
  transition: all 0.2s linear;
  transform-origin: center center;
}
.noticia-card .img-container {
  height: 160px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.noticia-card .img-container img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.noticia-card .contenido {
  padding: 10px;
  position: relative;
  height: calc(100% - 160px);
}
.noticia-card .contenido .fecha {
  margin-top: -25px;
}
.noticia-card .contenido .fecha p {
  transition: all 0.2s linear;
  display: inline-block;
  background-color: #6b6b6b;
  padding: 4px;
  color: #fff;
}
.noticia-card .contenido .titulo {
  margin-top: 12px;
}
.noticia-card .contenido .titulo p {
  transition: all 0.2s linear;
  color: #6b6b6b;
  font-size: 20px;
  font-family: "sans-serif-bold";
  line-height: 1em;
}
.noticia-card .contenido .bajada {
  margin-top: 12px;
}
.noticia-card .contenido .bajada p {
  font-size: 15px;
}
.noticia-card .contenido .leer-mas {
  position: absolute;
  bottom: 6px;
  display: block;
  margin-top: 12px;
  width: 100px;
  text-align: center;
  border: 1px solid #ececec;
}
.noticia-card:hover {
  height: 455px;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -10px;
  margin-right: -10px;
}
.noticia-card:hover .contenido .fecha p {
  background-color: #118e88;
}
.noticia-card:hover .contenido .titulo p {
  color: #118e88;
}

@media screen and (max-width: 786px) {
  .noticia-card:hover {
    height: 425px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.noticias-modal {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
.noticias-modal .modal-body {
  background-color: #fff;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  height: 90vh;
  overflow-y: scroll;
  margin-top: 5vh;
  border-radius: 2px;
  box-shadow: 2px 2px 10px #444;
  animation-name: entrada-modal-noticias;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  padding: 0 20px 20px 30px;
  border-right: 5px solid #fff;
  border-top: 30px solid #fff;
  border-bottom: 30px solid #fff;
  position: relative;
  z-index: 5;
}
.noticias-modal .modal-body .owl-carousel.galeria-noticia {
  overflow: hidden;
  position: relative;
}
.noticias-modal .modal-body .owl-carousel.galeria-noticia .owl-nav {
  position: absolute;
  top: calc(50% - 12px);
  width: 100%;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noticias-modal .modal-body .owl-carousel.galeria-noticia .item {
  height: 400px;
}
.noticias-modal .modal-body .owl-carousel.galeria-noticia .item img {
  height: 100%;
  object-fit: cover;
}
.noticias-modal .modal-body .owl-carousel.galeria-noticia .owl-prev, .noticias-modal .modal-body .owl-carousel.galeria-noticia .owl-next {
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #118e88;
}
.noticias-modal .modal-body .owl-carousel.galeria-noticia .owl-prev .owl-prev, .noticias-modal .modal-body .owl-carousel.galeria-noticia .owl-next .owl-prev {
  margin-left: -15px;
}
.noticias-modal .modal-body .owl-carousel.galeria-noticia .owl-prev .owl-next, .noticias-modal .modal-body .owl-carousel.galeria-noticia .owl-next .owl-next {
  margin-right: -15px;
}
.noticias-modal .modal-body .fecha {
  color: #fff;
  background-color: #118e88;
  display: inline-block;
  padding: 4px;
  margin-top: 15px;
}
.noticias-modal .modal-body .titulo {
  color: #118e88;
  margin-top: 15px;
  font-family: "sans-serif-bold";
  font-size: 24px;
}
.noticias-modal .modal-body .cuerpo {
  margin-top: 15px;
}
.noticias-modal .icon-close {
  width: 100%;
  text-align: right;
  margin-bottom: 8px;
  font-weight: 900;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
}

@media screen and (max-width: 786px) {
  .noticias-modal .modal-body {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .noticias-modal .modal-body .owl-carousel.galeria-noticia .item {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .noticia-card {
    height: 470px;
  }
  .noticia-card:hover {
    height: 470px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "sans-serif-regular", Helvetica, Arial, sans-serif;
}
*:focus {
  outline: none !important;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

body.modal {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

a, input, span, button, p, div {
  -ms-touch-action: none !important;
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection, span::selection, label::selection, input::selection {
  color: #fff;
  background-color: #ff6400;
}

h3 {
  font-family: "sans-serif-bold";
  font-size: 26px;
  text-align: center;
}

p {
  font-size: 16px;
  font-family: "sans-serif-light";
  color: #1a1a1a;
  line-height: 1.4em;
}

button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
}

.contenedor {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  h1 {
    font-size: 26px;
  }

  .contenedor {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero h2 {
  position: absolute;
  z-index: 3;
  font-family: "sans-serif-bold";
  font-size: 54px;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .hero h2 {
    font-size: 32px;
  }
}
header {
  position: relative;
  z-index: 4;
}
header .logo {
  position: absolute;
  width: 200px;
}
header .logo .img-container {
  padding: 60px 30px 20px 30px;
  box-shadow: 1px 1px 5px #333;
  margin-bottom: 10px;
  background-color: #fff;
}
header .logo .img-container img {
  display: block;
  width: 100%;
}
header .logo h1 {
  background-color: #fff;
  text-transform: uppercase;
  font-family: "sans-serif-semi-bold";
  font-size: 14px;
  box-shadow: 1px 1px 5px #333;
  text-align: center;
  padding: 5px;
}
header .btn-menu {
  display: none;
}
header .ingresar {
  width: 100px;
  margin-left: auto;
  margin-right: 0;
  background-color: #333333;
  border-radius: 0 0 4px 4px;
  transition: all 0.1s linear;
}
header .ingresar a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 5px;
}
header .ingresar:hover {
  background-color: #118e88;
}
header nav {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
header nav ul {
  text-align: right;
  list-style: none;
}
header nav ul li {
  display: inline-block;
  font-size: 16px;
}
header nav ul li a {
  display: inline-block;
  padding: 8px 12px;
  font-family: "sans-serif-semi-bold";
  color: #333;
  transition: all 0.1s linear;
}
header nav ul li a:hover {
  color: #118e88;
}
header nav ul li span {
  display: none;
}
header nav ul li:last-of-type a {
  padding-right: 0;
}
header nav .btn-ingresar {
  display: none;
}

@media screen and (max-width: 1150px) {
  header nav ul li {
    font-size: 14px;
  }
  header nav ul li a {
    padding: 8px 6px;
  }
}
@media screen and (max-width: 991px) {
  header .logo {
    width: 125px;
    position: relative;
    display: block;
  }
  header .logo .img-container {
    padding-top: 30px;
    box-shadow: none;
  }
  header .logo h1 {
    display: none;
  }
  header .btn-menu {
    display: block;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    border: none;
    z-index: 40;
    position: absolute;
    left: auto;
    right: 0;
    top: 50px;
    height: 23px;
    width: 35px;
  }
  header .btn-menu span {
    transition: all 0.2s linear;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #333;
    position: absolute;
  }
  header .btn-menu span:first-of-type {
    top: 5px;
  }
  header .btn-menu span:nth-of-type(2) {
    top: 11px;
  }
  header .btn-menu span:last-of-type {
    margin-bottom: 0;
    bottom: 4px;
  }
  header .btn-menu.open span {
    transition: all 0.35s linear;
    position: absolute;
  }
  header .btn-menu.open span:first-of-type {
    opacity: 0;
  }
  header .btn-menu.open span:nth-of-type(2) {
    transform: translateY(100%) rotate(135deg);
  }
  header .btn-menu.open span:last-of-type {
    bottom: 4px;
    transform: translateY(-200%) rotate(45deg);
  }
  header .ingresar {
    display: none;
  }
  header nav {
    display: none;
    position: absolute;
    top: 109px;
    left: -10%;
    right: -10%;
    width: 120%;
    height: calc(100vh - 109px);
    background-color: #fff;
    margin-top: 0px;
    z-index: 40;
  }
  header nav ul li {
    display: block;
    text-align: center;
    font-size: 16px;
  }
  header nav ul li a {
    padding: 12px 8px;
    font-size: 18px;
  }
  header nav ul li span {
    display: block;
    width: 50px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #333;
  }
  header nav .btn-ingresar {
    display: block;
    width: 120px;
    font-family: "sans-serif-bold";
    letter-spacing: 1.25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    transition: all 0.1s linear;
  }
  header nav .btn-ingresar:hover {
    background-color: #ff6400;
  }
}
.mision-vision h3 {
  position: relative;
  z-index: 3;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  margin-bottom: 50px;
  padding: 10px 30px;
  background-color: #118e88;
  color: #fff;
}
.mision-vision h4 {
  font-family: "sans-serif-bold";
  color: #1a1a1a;
  font-size: 16px;
  text-align: center;
}
.mision-vision p {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}

.noticias-home {
  background-color: #dfdfdf;
  padding: 100px 0 38px 0;
  margin-bottom: 10px;
  position: relative;
}
.noticias-home h3 {
  color: #118e88;
  margin-bottom: 40px;
}
.noticias-home .empty-state-noticias p {
  text-align: center;
}
.noticias-home .owl-carousel.noticias {
  width: 140%;
  margin-left: -44%;
  position: relative;
}
.noticias-home .owl-carousel.noticias .owl-dots.disabled {
  display: block !important;
}
.noticias-home .owl-carousel.noticias .owl-nav {
  width: 67%;
  margin-left: 33%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #118e88;
  display: flex;
  justify-content: space-between;
}
.noticias-home .owl-carousel.noticias .owl-nav .icon-chevron-left, .noticias-home .owl-carousel.noticias .owl-nav .icon-chevron-right {
  font-size: 20px;
  font-weight: 900;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  padding: 5px;
}
.noticias-home .owl-carousel.noticias .owl-stage-outer {
  overflow: visible !important;
}
.noticias-home .ver-todas {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}
.noticias-home .ver-todas a {
  color: #118e88;
}

@keyframes entrada-modal-noticias {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.autoridades {
  background-color: #118e88;
  padding: 100px 0;
  margin-bottom: 10px;
}
.autoridades h3 {
  color: #fff;
  margin-bottom: 50px;
}
.autoridades h4 {
  color: #fff;
  font-family: "sans-serif-regular";
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.autoridades h4 br {
  display: none;
}
.autoridades h4 .icon-chevron-down {
  display: none;
}
.autoridades .linea {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.autoridades .grid-autoridades {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 26px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.autoridades .grid-autoridades .img-container {
  overflow: hidden;
}
.autoridades .grid-autoridades .img-container img {
  display: block;
  width: 100%;
}
.autoridades .grid-autoridades .contenido {
  background-color: #fff;
  padding: 15px;
  height: 107px;
  position: relative;
}
.autoridades .grid-autoridades .contenido p {
  color: #6b6b6b;
}
.autoridades .grid-autoridades .contenido .nombre {
  font-family: "sans-serif-bold";
  font-size: 16px;
  line-height: 1em;
}
.autoridades .grid-autoridades .contenido .cargo {
  font-family: "sans-serif-light";
  font-size: 15px;
}
.autoridades .grid-autoridades .contenido .matricula {
  font-family: "sans-serif-light";
  position: absolute;
  bottom: 12px;
}
.autoridades .grid-autoridades.etica {
  grid-template-columns: [inicio] 1fr [c1] 1fr [c1] 1fr [c2] 1fr [final];
  grid-template-rows: [inicio] 107px [f1] 107px [f2] 107px [f3] 107px [final];
}
.autoridades .grid-autoridades.etica .autoridad:nth-of-type(1) {
  grid-column: inicio/c1;
  grid-row: inicio/f3;
  background-color: #fff;
}

.home-matriculados-biblioteca {
  background-size: cover;
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-matriculados-biblioteca h2 {
  font-family: "sans-serif-bold";
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  color: #fff;
}
.home-matriculados-biblioteca a {
  position: absolute;
  display: block;
  bottom: 50px;
  font-size: 20px;
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #fff;
  transition: all 0.1s linear;
}
.home-matriculados-biblioteca a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.home-matriculados-biblioteca.matriculados {
  background-image: url("../img/bg-profesionales.jpg");
}

.home-matriculados-biblioteca.biblioteca {
  background-image: url("../img/bg-biblioteca.jpg");
  margin-bottom: 10px;
}

.home-matriculados-biblioteca.leyes {
  background-color: #118e88;
  height: 50vh;
  margin-bottom: 10px;
}
.home-matriculados-biblioteca.leyes h2 {
  margin-bottom: 50px;
}
.home-matriculados-biblioteca.leyes a {
  position: static;
  margin-top: 20px;
}

.requisitos-matriculacion {
  padding: 100px 0;
}
.requisitos-matriculacion h3 {
  color: #118e88;
  margin-bottom: 40px;
}
.requisitos-matriculacion .grid-requisitos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.requisitos-matriculacion .grid-requisitos .requisito {
  padding: 40px 20px;
  box-shadow: 3px 3px 5px #bebebe;
  display: flex;
  align-items: flex-start;
}
.requisitos-matriculacion .grid-requisitos .requisito img {
  display: block;
  margin-right: 20px;
}
.requisitos-matriculacion .grid-requisitos .requisito .caption p {
  color: #6b6b6b;
}
.requisitos-matriculacion .grid-requisitos .requisito .caption p:first-of-type {
  margin-top: 10px;
  font-family: "sans-serif-bold";
}

@media screen and (max-width: 1290px) {
  .noticias-home .owl-carousel.noticias {
    margin-left: -48%;
  }
  .noticias-home .owl-carousel.noticias .owl-nav {
    width: 69%;
    margin-left: 35%;
  }
}
@media screen and (max-width: 991px) {
  .autoridades h4 {
    border-top: 1px solid #fff;
    padding-top: 20px;
    position: relative;
    font-size: 26px;
    line-height: 1em;
  }
  .autoridades h4 br {
    display: block;
  }
  .autoridades h4 .icon-chevron-down {
    display: block;
    position: absolute;
    top: 20px;
    right: 4px;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
  }
  .autoridades h4 .icon-chevron-down.cuentas {
    top: 34px;
  }
  .autoridades .linea {
    display: none;
  }
  .autoridades .grid-autoridades {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: none;
  }
  .autoridades .grid-autoridades .contenido {
    height: 100px;
  }
  .autoridades .grid-autoridades.etica {
    grid-template-columns: [inicio] 1fr [c1] 1fr [final];
    grid-template-rows: [inicio] 80px [f1] 80px [f2] 80px [f3] 80px [f4] 80px [f5] 80px [f6] 100px [final];
  }
  .autoridades .grid-autoridades.etica .contenido {
    height: 80px;
  }
  .autoridades .grid-autoridades.etica .autoridad:nth-of-type(1) {
    position: relative;
    grid-column: inicio/c1;
    grid-row: inicio/f5;
  }
  .autoridades .grid-autoridades.etica .autoridad:nth-of-type(1) .contenido {
    position: static;
  }
  .autoridades .grid-autoridades.cuentas .contenido {
    height: 80px;
  }

  .noticias-home .owl-carousel.noticias {
    margin-left: -20%;
  }
  .noticias-home .owl-carousel.noticias .owl-nav {
    width: 70%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 786px) {
  .mision-vision p {
    width: 90%;
  }

  .noticias-home .owl-carousel.noticias {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .noticias-home .owl-carousel.noticias .owl-nav {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  .noticias-home .owl-carousel.noticias .owl-nav .icon-chevron-left, .noticias-home .owl-carousel.noticias .owl-nav .icon-chevron-right {
    background-color: transparent;
  }
  .noticias-home .owl-carousel.noticias .owl-stage-outer {
    overflow: hidden !important;
  }
  .noticias-home .noticias-modal .modal-body {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .autoridades .grid-autoridades {
    grid-gap: 20px;
  }
  .autoridades .grid-autoridades .contenido .nombre {
    font-size: 12px;
  }
  .autoridades .grid-autoridades .contenido .cargo {
    font-size: 12px;
  }
  .autoridades .grid-autoridades .contenido .matricula {
    font-size: 12px;
  }

  .requisitos-matriculacion .grid-requisitos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 690px) {
  .autoridades .grid-autoridades.etica .autoridad:nth-of-type(1) {
    position: relative;
    grid-column: inicio/c1;
    grid-row: inicio/f4;
  }
}
@media screen and (max-width: 576px) {
  .home-matriculados-biblioteca {
    height: 50vh;
  }
  .home-matriculados-biblioteca h2 {
    font-size: 38px;
  }
  .home-matriculados-biblioteca a {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .autoridades .grid-autoridades.etica .autoridad:nth-of-type(1) {
    position: relative;
    grid-column: inicio/c1;
    grid-row: inicio/f3;
  }
}
.biblioteca {
  padding: 20px;
}
.biblioteca .grid-biblioteca.documentos {
  grid-template-columns: repeat(5, 1fr);
}
.biblioteca .grid-biblioteca.documentos .linea {
  grid-column: 1/6 !important;
}
.biblioteca .grid-biblioteca.documentos ul {
  grid-column: 1/6 !important;
}
.biblioteca .grid-biblioteca {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: [inicio] auto [f1] 5px [f2] auto [final];
  grid-gap: 0 2px;
}
.biblioteca .grid-biblioteca p {
  background-color: #efefef;
  display: block;
  padding: 20px;
  color: #6b6b6b;
  font-family: "sans-serif-bold";
  cursor: pointer;
  font-size: 16px;
}
.biblioteca .grid-biblioteca p .icon-chevron-down {
  display: none;
}
.biblioteca .grid-biblioteca p:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: inicio/f1;
}
.biblioteca .grid-biblioteca p:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: inicio/f1;
}
.biblioteca .grid-biblioteca p:nth-of-type(3) {
  grid-column: 3/4;
  grid-row: inicio/f1;
}
.biblioteca .grid-biblioteca p:nth-of-type(4) {
  grid-column: 4/5;
  grid-row: inicio/f1;
}
.biblioteca .grid-biblioteca p:nth-of-type(5) {
  grid-column: 5/6;
  grid-row: inicio/f1;
}
.biblioteca .grid-biblioteca p.active {
  background-color: #118e88;
  color: #fff;
}
.biblioteca .grid-biblioteca .linea {
  grid-column: 1/5;
  grid-row: f1/f2;
  background-color: #118e88;
}
.biblioteca .grid-biblioteca ul {
  grid-column: 1/5;
  grid-row: f2/final;
  display: none;
}
.biblioteca .grid-biblioteca ul:first-of-type {
  display: block;
}
.biblioteca .grid-biblioteca ul li {
  background-color: #efefef;
  padding: 10px 40px;
  margin-bottom: 2px;
  color: #1a1a1a;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.biblioteca .grid-biblioteca ul li .doc {
  display: inline-block;
  width: 80%;
}
.biblioteca .grid-biblioteca ul li .links a {
  font-size: 24px;
  display: inline-block;
  padding-top: 3px;
}
.biblioteca .grid-biblioteca ul li .links a:first-of-type {
  margin-right: 20px;
}
.biblioteca .grid-biblioteca ul li.empty-state {
  display: block;
  text-align: center;
  padding: 60px 40px;
}

@media screen and (max-width: 991px) {
  .biblioteca {
    padding: 10px 0;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .biblioteca .grid-biblioteca, .biblioteca .grid-biblioteca.documentos {
    grid-template-columns: [inicio] 1fr [final];
    grid-template-rows: [inicio] auto [f1] auto [f2] auto [f3] auto [f4] auto [f5] auto [f6] auto [f7] auto [f8] auto [f9] auto [final];
    grid-gap: 0;
  }
  .biblioteca .grid-biblioteca p, .biblioteca .grid-biblioteca.documentos p {
    margin-bottom: 2px;
    text-align: center;
    position: relative;
  }
  .biblioteca .grid-biblioteca p .icon-chevron-down, .biblioteca .grid-biblioteca.documentos p .icon-chevron-down {
    transition: transform 0.25s linear;
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
    font-weight: 900;
  }
  .biblioteca .grid-biblioteca p:nth-of-type(1), .biblioteca .grid-biblioteca.documentos p:nth-of-type(1) {
    grid-column: inicio/final;
    grid-row: inicio/f1;
  }
  .biblioteca .grid-biblioteca p:nth-of-type(2), .biblioteca .grid-biblioteca.documentos p:nth-of-type(2) {
    grid-column: inicio/final;
    grid-row: f2/f3;
  }
  .biblioteca .grid-biblioteca p:nth-of-type(3), .biblioteca .grid-biblioteca.documentos p:nth-of-type(3) {
    grid-column: inicio/final;
    grid-row: f4/f5;
  }
  .biblioteca .grid-biblioteca p:nth-of-type(4), .biblioteca .grid-biblioteca.documentos p:nth-of-type(4) {
    grid-column: inicio/final;
    grid-row: f6/f7;
  }
  .biblioteca .grid-biblioteca p:nth-of-type(5), .biblioteca .grid-biblioteca.documentos p:nth-of-type(5) {
    grid-column: inicio/final;
    grid-row: f8/f8;
  }
  .biblioteca .grid-biblioteca p.active .icon-chevron-down, .biblioteca .grid-biblioteca.documentos p.active .icon-chevron-down {
    transform: rotate(180deg);
  }
  .biblioteca .grid-biblioteca .linea, .biblioteca .grid-biblioteca.documentos .linea {
    display: none;
  }
  .biblioteca .grid-biblioteca ul, .biblioteca .grid-biblioteca.documentos ul {
    display: none;
  }
  .biblioteca .grid-biblioteca ul:first-of-type, .biblioteca .grid-biblioteca.documentos ul:first-of-type {
    display: none;
  }
  .biblioteca .grid-biblioteca ul:nth-of-type(1), .biblioteca .grid-biblioteca.documentos ul:nth-of-type(1) {
    grid-column: inicio/final;
    grid-row: f1/f2;
  }
  .biblioteca .grid-biblioteca ul:nth-of-type(2), .biblioteca .grid-biblioteca.documentos ul:nth-of-type(2) {
    grid-column: inicio/final;
    grid-row: f3/f4;
  }
  .biblioteca .grid-biblioteca ul:nth-of-type(3), .biblioteca .grid-biblioteca.documentos ul:nth-of-type(3) {
    grid-column: inicio/final;
    grid-row: f5/f6;
  }
  .biblioteca .grid-biblioteca ul:nth-of-type(4), .biblioteca .grid-biblioteca.documentos ul:nth-of-type(4) {
    grid-column: inicio/final;
    grid-row: f7/f8;
  }
  .biblioteca .grid-biblioteca ul:nth-of-type(5), .biblioteca .grid-biblioteca.documentos ul:nth-of-type(5) {
    grid-column: inicio/final;
    grid-row: f9/final;
  }
  .biblioteca .grid-biblioteca ul li, .biblioteca .grid-biblioteca.documentos ul li {
    background-color: #fff;
    border-bottom: 2px solid #efefef;
    padding: 10px;
  }
  .biblioteca .grid-biblioteca ul li .links a:first-of-type, .biblioteca .grid-biblioteca.documentos ul li .links a:first-of-type {
    margin-right: 10px;
  }
}
.profesionales {
  padding: 40px 0;
}
.profesionales .dataTables_length, .profesionales .dataTables_filter {
  margin-bottom: 15px;
}
.profesionales .dataTables_filter input {
  appearance: none;
  border: 1px solid #dfdfdf;
  padding: 2px;
  border-radius: 0;
}
.profesionales table {
  border-bottom-color: #dfdfdf !important;
}
.profesionales table thead {
  background-color: #118e88;
  color: #fff;
}
.profesionales table thead tr th {
  border: none;
  text-align: left;
}
.profesionales table tbody tr:nth-of-type(even) {
  background-color: #efefef;
}
.profesionales table tbody tr td {
  padding: 8px 18px;
}
.profesionales .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #118e88 !important;
  border: none !important;
  border-color: transparent !important;
  color: #fff !important;
}
.profesionales .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #14a59e !important;
  color: #fff !important;
}
.profesionales .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 10px !important;
}
.profesionales .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #0c605c !important;
  color: #fff !important;
  border-color: transparent !important;
}
.profesionales .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: #fff !important;
}
.profesionales table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, .profesionales table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: auto;
  background-color: #118e88;
}
.profesionales table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, .profesionales table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #ff6400;
}

.todas-las-noticias {
  background-color: #dfdfdf;
  margin-top: 10px;
  padding-top: 100px;
  padding-bottom: 50px;
}
.todas-las-noticias .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.paginacion {
  display: flex;
  justify-content: center;
  background-color: #dfdfdf;
  margin-bottom: 10px;
  padding-bottom: 50px;
}
.paginacion button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  padding: 5px 10px;
  margin-right: 10px;
  background-color: #118e88;
  color: #fff;
  text-align: center;
}
.paginacion button a {
  color: #fff;
}
.paginacion button.active {
  background-color: #ff6400;
}

@media screen and (max-width: 991px) {
  .todas-las-noticias .grid {
    grid-template-columns: [s] 1fr [c1] 1fr [e];
  }
  .todas-las-noticias .grid .noticia-card:first-of-type {
    grid-column: s/e;
  }
}
@media screen and (max-width: 576px) {
  .todas-las-noticias .grid {
    grid-template-columns: [s] 1fr [e];
  }
}
footer {
  background-color: #262626;
  padding: 100px 0;
}
footer .contenedor {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 100px;
}
footer .contenedor h6 {
  color: #fff;
  font-family: "sans-serif-bold";
  font-size: 16px;
  margin-top: 30px;
}
footer .contenedor h6:first-of-type {
  margin-top: 0;
}
footer .contenedor .datos .titulo-contacto {
  display: none;
}
footer .contenedor .datos a {
  color: #fff;
  text-decoration: none;
  font-family: "sans-serif-regular";
  font-size: 14px;
  line-height: 1.4em;
}
footer .contenedor .formu-container {
  width: 400px;
}
footer .contenedor .formu-container .formu {
  margin-top: 5px;
  position: relative;
}
footer .contenedor .formu-container .formu input, footer .contenedor .formu-container .formu textarea {
  display: block;
  width: 100%;
  padding: 4px 12px;
  font-size: 14px;
  background-color: #333333;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  color: #fff;
  margin-bottom: 10px;
  resize: none;
}
footer .contenedor .formu-container .formu button {
  width: 100px;
  margin-top: 20px;
}
footer .contenedor .formu-container .formu #campos-obligatorios, footer .contenedor .formu-container .formu #carateres-especiales {
  position: absolute;
  color: #ff6400;
  display: none;
}
footer .contenedor .formu-container .formu #campos-obligatorios {
  bottom: -40px;
}
footer .contenedor .formu-container .formu #carateres-especiales {
  bottom: -60px;
}

.modal-mensaje-formulario {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.modal-mensaje-formulario .modal {
  display: none;
  width: 50%;
  height: 60%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.modal-mensaje-formulario .modal img {
  display: block;
  margin-bottom: 40px;
}
.modal-mensaje-formulario .modal .titulo {
  font-family: "sans-serif-bold";
  font-size: 32px;
}
.modal-mensaje-formulario .modal .mensaje {
  font-family: "sans-serif-light";
  font-size: 18px;
  margin: 30px auto;
  width: 50%;
}
.modal-mensaje-formulario .modal .boton {
  color: #333333;
  border-color: #333333;
}
.modal-mensaje-formulario .modal .boton:hover {
  color: #fff;
  background-color: black;
}

.ir-al-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding-top: 2px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.ir-al-top .icon-chevron-top {
  color: #000;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .modal-mensaje-formulario .modal {
    width: 75%;
  }
}
@media screen and (max-width: 820px) {
  footer {
    padding: 50px 0;
  }
  footer .contenedor {
    grid-template-columns: 1fr;
    grid-gap: 75px;
    justify-content: center;
    text-align: center;
  }
  footer .contenedor .datos {
    order: 2;
  }
  footer .contenedor .datos .titulo-contacto {
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: "sans-serif-bold";
    color: #fff;
  }
  footer .contenedor .formu-container {
    order: 1;
    width: 100%;
  }
  footer .contenedor .formu-container h6 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  footer .contenedor .formu-container #campos-obligatorios, footer .contenedor .formu-container #carateres-especiales {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  .ir-al-top {
    display: none;
  }

  .modal-mensaje-formulario .modal {
    height: 75%;
    width: 90%;
  }
  .modal-mensaje-formulario .modal img {
    width: 120px;
    margin-bottom: 20px;
  }
  .modal-mensaje-formulario .modal .titulo {
    font-size: 26px;
  }
  .modal-mensaje-formulario .modal .mensaje {
    margin: 40px auto;
    width: 100%;
  }
}

/*# sourceMappingURL=cptssj.css.map */
