@charset "UTF-8";
/* Genera el "archivo articulo.css" que es necesario para el editor de texto de los artículos Prontus (debe quedar aparte)*/
/* Para utilizar las variables basta con reemplazar el atributo por el nombre de la variable en nuestro código ej: "color: $main_azul" */
/* al modificar el atributo de cualquier variable afectará a todos los selectores donde se utilizó */
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @include nombre_mixin */
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @mixin nombre_mixin */
.articulo .img-art {
  padding-bottom: 20px;
}
.articulo__evento .tools {
  -webkit-flex: 0 1 230px;
  flex: 0 1 230px;
}
@media (max-width: 426px) {
  .articulo__evento .tools {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo__evento .tools {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo__evento .tools {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo__evento .tools {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .articulo__evento .tools {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 426px) {
  .articulo .enc-main__art {
    padding: 0 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-main__art {
    padding: 0 15px;
  }
}
.articulo .enc-main__art .enc-main__title {
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .articulo .enc-main__art .enc-main__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-main__art .enc-main__title {
    font-size: 1.625rem;
  }
}
.articulo .enc-main__art .enc-main__description {
  max-width: 820px;
}
@media (max-width: 426px) {
  .articulo .enc-main__art .enc-main__description {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-main__art .enc-main__description {
    font-size: 1rem;
  }
}
.articulo .sidebar {
  -webkit-flex: 0 1 420px;
  flex: 0 1 420px;
}
@media (max-width: 426px) {
  .articulo .sidebar {
    gap: 20px;
    padding: 0 20px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .sidebar {
    gap: 20px;
    padding: 0 20px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.articulo .art-content {
  padding-top: 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .articulo .art-content {
    padding-top: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content {
    padding-top: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.articulo .art-content > .auxi {
  margin-bottom: 80px;
  gap: 70px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .articulo .art-content > .auxi {
    max-width: 100%;
    padding: 0 15px;
    gap: 30px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content > .auxi {
    max-width: 100%;
    padding: 0 15px;
    gap: 30px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content > .auxi {
    margin-bottom: 0;
    gap: 30px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .art-content > .auxi {
    gap: 40px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .articulo .art-content > .auxi {
    gap: 40px;
  }
}
@media (max-width: 426px) {
  .articulo .art-content.form-content {
    padding: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content.form-content {
    padding: 40px 0;
  }
}
.articulo .art-content.form-content > .auxi {
  gap: 40px;
}
@media (max-width: 426px) {
  .articulo .art-content.form-content > .auxi {
    gap: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content.form-content > .auxi {
    gap: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content.form-content > .auxi {
    gap: 30px;
  }
}
.articulo .art-content .block-head {
  margin-bottom: 20px;
}
.articulo .art-content .card__event {
  -webkit-flex: 0 0 375px;
  flex: 0 0 375px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .art-content .card__event {
    -webkit-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .articulo .art-content .card__event {
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
  }
}
.articulo .art-content .art-col {
  max-width: 750px;
  -webkit-flex: 0 1 70%;
  flex: 0 1 70%;
}
@media (max-width: 426px) {
  .articulo .art-content .art-col {
    max-width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .art-col {
    max-width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .art-col {
    max-width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .art-content .art-col {
    max-width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .articulo .art-content .art-col {
    max-width: 640px;
  }
}
.articulo .art-content .art-col .swiper-button-next {
  background-image: url("../../imag/v1/icon/arrow-right-w.svg") !important;
}
.articulo .art-content .art-col .swiper-button-prev {
  background-image: url("../../imag/v1/icon/arrow-left-w.svg") !important;
}
@media (max-width: 426px) {
  .articulo .art-content .art-col {
    margin-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .art-col {
    margin-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .art-col {
    margin-top: 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .art-content .art-col {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 426px) {
  .articulo .art-content .block-head {
    padding: 0 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .block-head {
    padding: 0 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .block-head {
    margin-top: 30px;
  }
}
.articulo .art-content .block-head__title {
  font-size: 1.5rem;
  text-transform: none;
}
@media (max-width: 426px) {
  .articulo .art-content .block-head__title {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .block-head__title {
    margin-left: 0;
  }
}
.articulo .anclas {
  gap: 10px;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 426px) {
  .articulo .anclas {
    margin: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas {
    margin: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .anclas {
    margin: 10px 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .anclas {
    margin: 10px 0;
  }
}
.articulo .anclas .subtitulos {
  font-weight: normal;
}
.articulo .anclas .subtitulos a {
  display: block;
  font-size: 1rem;
  color: #4088E8;
  line-height: 1.4;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #001c41;
  border-radius: 3rem;
  font-family: "RobotoSlab-Bold", sans-serif;
}
@media (max-width: 426px) {
  .articulo .anclas .subtitulos a {
    padding: 10px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas .subtitulos a {
    padding: 10px 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .anclas .subtitulos a {
    font-size: 0.8125rem;
  }
}
.articulo .anclas .subtitulos a:hover {
  text-decoration: none;
  color: #001c41;
  background-color: #ffffff;
  transition: 0.2s all ease;
}
.articulo .contsubtit {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  width: 100%;
  padding: 0.8em 0;
}
@media (max-width: 426px) {
  .articulo .contsubtit {
    padding: 0.8em 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit {
    padding: 0.8em 0;
  }
}
.articulo .contsubtit .titsubtit {
  text-decoration: none;
  color: #000000;
  font-size: 1.625rem;
  max-width: 90%;
  line-height: 1.3;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.articulo .contsubtit .linksubtit {
  margin: 0;
  display: block;
  padding: 5px;
  background-color: #001c41;
  border-radius: 50%;
}
.articulo .contsubtit .linksubtit .arrow-up {
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 426px) {
  .articulo .contsubtit .linksubtit .arrow-up {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit .linksubtit .arrow-up {
    width: 25px;
    height: 25px;
  }
}
.articulo .contsubtit .linksubtit:hover {
  transform: translateY(-3px);
  transition: 0.2s all ease;
}
.articulo .media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.articulo .cont_video iframe {
  width: 100%;
}
.articulo .media iframe, .articulo .media object, .articulo .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articulo figure.wp-block-embed-youtube, .articulo .wp-block-embed:not(.wp-block-embed-twitter) {
  display: block;
}
.articulo figure.wp-block-embed-youtube .wp-block-embed__wrapper, .articulo .wp-block-embed:not(.wp-block-embed-twitter) .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.articulo figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .articulo .wp-block-embed:not(.wp-block-embed-twitter) .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preguntas {
  padding-top: 30px;
}

.tags {
  margin-top: 50px;
}
.tags .block-head {
  margin-bottom: 25px;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .tags .block-head .block-head__title {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tags .block-head .block-head__title {
    margin-left: 0;
  }
}
.tags__content {
  gap: 8px 8px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tags__tag {
  font-size: 1rem;
  padding: 10px 20px;
  color: #001c41;
  transition: 0.2s all ease;
  background-color: #001c41;
  border: 1px solid #ffffff;
  font-family: "RobotoSlab-Light", sans-serif;
}
.tags__tag:hover {
  background-color: #DE2C2C;
  color: #ffffff;
  border-color: #DE2C2C;
}

.downloads {
  margin-top: 50px;
}
@media (max-width: 426px) {
  .downloads {
    margin: 20px 0 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .downloads {
    margin: 20px 0 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .downloads {
    margin: 20px 20px 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .downloads {
    margin: 20px 20px 0;
  }
}
.downloads__link .download__title {
  text-decoration: underline;
}
.downloads .block-head {
  margin-bottom: 25px;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .downloads .block-head .block-head__title {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .downloads .block-head .block-head__title {
    margin-left: 0;
  }
}
.downloads__content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.downloads__item + .downloads__item {
  margin-top: 20px;
}
.downloads__item a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .downloads__item a {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .downloads__item a {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.downloads__item a h3 {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.8;
  display: inline-block;
  font-family: "RobotoSlab-Light", sans-serif;
}
@media (max-width: 426px) {
  .downloads__item a h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .downloads__item a h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.downloads__item a h3:hover {
  color: #4088E8;
  transition: 0.2s all ease;
}
.downloads__item a p {
  font-size: 0.8125rem;
  color: #001c41;
}
@media (max-width: 426px) {
  .downloads__item a p {
    font-size: 0.8125rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .downloads__item a p {
    font-size: 0.8125rem;
  }
}
.downloads__item a .img {
  margin-right: 10px;
}

.img-dest {
  margin-bottom: 20px;
  width: 100%;
}

.tools {
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .tools {
    width: 100%;
    gap: 40px;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools {
    width: 100%;
    gap: 40px;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tools {
    gap: 20px;
    padding: 0 15px;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.tools a {
  padding: 10px;
  display: block;
  background-color: #4088E8;
  transition: 0.3s all ease;
  border-radius: 50%;
}
@media (max-width: 426px) {
  .tools a {
    padding: 8px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools a {
    padding: 8px;
  }
}
.tools a:hover {
  background-color: #DE2C2C;
}
.tools img {
  width: 24px;
}

.CUERPO {
  padding: 20px 0 30px;
}
@media (max-width: 426px) {
  .CUERPO {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO {
    padding: 20px 0;
  }
}
.CUERPO img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .CUERPO img {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO img {
    max-width: 100%;
  }
}
.CUERPO img.responsive-img {
  max-width: 100%;
  height: auto !important;
}
.CUERPO img.no-responsive-img {
  width: auto !important;
}
@media (max-width: 426px) {
  .CUERPO img.no-responsive-img {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO img.no-responsive-img {
    max-width: 100%;
  }
}
.CUERPO iframe {
  width: 100%;
}
@media (max-width: 426px) {
  .CUERPO iframe {
    width: 100% !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO iframe {
    width: 100% !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .CUERPO iframe {
    width: 100% !important;
  }
}
.CUERPO .btn {
  margin: 10px 0;
  display: inline-block;
  font-size: 0.875rem;
  color: #ffffff;
  padding: 6px 30px;
  background-color: #001c41;
  border-radius: 30px;
  letter-spacing: 0.2px;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.CUERPO .btn:hover {
  background-color: #DE2C2C;
  transition: 0.3s all ease;
}
.CUERPO figure {
  display: table;
  margin: 0 20px 20px;
  font-size: smaller;
  color: grey;
  font-style: italic;
  text-align: center;
}
.CUERPO figure.align-right {
  float: right;
}
.CUERPO figure.align-left {
  float: left;
}
.CUERPO figure figcaption {
  display: table-caption;
  caption-side: bottom;
}
.CUERPO p {
  font-size: 1.375rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #000000;
  font-family: "RobotoSlab-Light", sans-serif;
}
@media (max-width: 426px) {
  .CUERPO p {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO p {
    font-size: 1.25rem;
  }
}
.CUERPO a {
  color: #DE2C2C;
  text-decoration: underline;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.CUERPO a:hover {
  opacity: 0.8;
  transition: 0.2s all ease;
}
.CUERPO strong {
  font-family: "RobotoSlab-Bold", sans-serif;
}
.CUERPO .destacado {
  color: #4088E8;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.CUERPO .azulbold {
  color: #4088E8;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.CUERPO .azul {
  color: #4088E8;
}
.CUERPO .gris {
  color: #001c41;
}
.CUERPO .negro {
  color: #000000;
}
.CUERPO .rojo {
  color: #DE2C2C;
}
.CUERPO .verdeclaro {
  color: #30E0A1;
}
.CUERPO .amarillo {
  color: #ebc716;
}
.CUERPO .blanco {
  color: #ffffff;
}
.CUERPO h1, .CUERPO h2, .CUERPO h3, .CUERPO h4, .CUERPO h5, .CUERPO h6 {
  color: #001c41;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.CUERPO h1 {
  font-size: 1.875rem;
}
@media (max-width: 426px) {
  .CUERPO h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO h1 {
    font-size: 1.875rem;
  }
}
.CUERPO h2 {
  font-size: 1.625rem;
}
@media (max-width: 426px) {
  .CUERPO h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO h2 {
    font-size: 1.625rem;
  }
}
.CUERPO h3 {
  font-size: 1.5rem;
}
@media (max-width: 426px) {
  .CUERPO h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO h3 {
    font-size: 1.25rem;
  }
}
.CUERPO h4 {
  font-size: 1.375rem;
}
@media (max-width: 426px) {
  .CUERPO h4 {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO h4 {
    font-size: 1rem;
  }
}
.CUERPO h5 {
  font-size: 1.125rem;
}
@media (max-width: 426px) {
  .CUERPO h5 {
    font-size: 0.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO h5 {
    font-size: 0.875rem;
  }
}
.CUERPO h6 {
  font-size: 1rem;
}
@media (max-width: 426px) {
  .CUERPO h6 {
    font-size: 0.75rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO h6 {
    font-size: 0.75rem;
  }
}
.CUERPO .titulos {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.625rem;
  font-weight: bold;
  color: #001c41;
}
.CUERPO .subtit {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
  color: #000000;
  width: 100%;
}
.CUERPO .subtit-sinlink {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
  color: #000000;
  width: 100%;
}
.CUERPO .resalta {
  font-size: 1rem;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.CUERPO address {
  font-size: 0.75rem;
  font-weight: normal;
  color: #001c41;
}
.CUERPO pre {
  font-size: 0.6875rem;
  font-weight: normal;
  color: #001c41;
  text-align: justify;
  text-indent: 10px;
}
.CUERPO blockquote {
  color: #001c41;
  font-size: 1.375rem;
  line-height: 1.6;
  padding: 30px 20px;
  margin: 20px auto;
  max-width: 100%;
  background-color: rgba(64, 136, 232, 0.1);
  font-family: "RobotoSlab-Bold", sans-serif;
}
@media (max-width: 426px) {
  .CUERPO blockquote {
    line-height: 1.5;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO blockquote {
    line-height: 1.5;
  }
}
.CUERPO blockquote.cita_med {
  width: 50%;
  margin-right: 25px;
  margin-bottom: 10px;
}
@media (max-width: 426px) {
  .CUERPO blockquote.cita_med {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO blockquote.cita_med {
    width: 100%;
  }
}
.CUERPO .table-center {
  margin: auto;
}
.CUERPO .table-right {
  float: right;
}
.CUERPO .table-left {
  float: left;
}
.CUERPO .table-responsive {
  margin: 20px 0;
  overflow: auto;
  width: 100%;
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO .table-responsive .table-responsive {
    padding: 20px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .CUERPO .table-responsive .table-responsive {
    padding: 20px 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .CUERPO .table-responsive .table-responsive {
    padding: 20px 0;
  }
}
.CUERPO td {
  border: 1px solid #666666;
  padding: 8px;
}
.CUERPO table, .CUERPO table td strong {
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1;
}
.CUERPO table, .CUERPO table td {
  border-collapse: collapse;
  color: #001c41;
  font-weight: normal;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.9;
  vertical-align: top;
  font-family: "RobotoSlab-Light", sans-serif;
}
@media (max-width: 426px) {
  .CUERPO table, .CUERPO table td {
    font-size: 0.9375rem;
  }
}
.CUERPO tr, .CUERPO th {
  padding: 0;
}
.CUERPO th {
  color: #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  font-size: 0.9375rem;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-style: normal;
  font-weight: initial;
  font-family: "RobotoSlab-Bold", sans-serif;
}
.CUERPO table {
  clear: both;
  margin: 20px auto;
  border-collapse: collapse;
  empty-cells: show;
  border: none;
  width: 100%;
  font-style: normal;
  font-family: "RobotoSlab-Light", sans-serif;
}
.CUERPO table a {
  border-bottom: none;
}
.CUERPO table thead {
  border-top: 1px solid #ffffff;
}
.CUERPO tr:first-child {
  border-top: none;
}
.CUERPO tr:last-child {
  border-bottom: none;
}
.CUERPO td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.CUERPO td:first-child {
  border-left: 1px solid #ffffff;
}
.CUERPO td:last-child {
  border-right: 1px solid #ffffff;
}
.CUERPO ul {
  list-style: disc;
}
.CUERPO ol {
  list-style: auto;
}
.CUERPO ul, .CUERPO ol {
  margin-left: 30px;
  display: block !important;
  padding-left: 0 !important;
  font-size: 1.375rem;
  line-height: 1.8;
  color: #000000;
  font-family: "RobotoSlab-Light", sans-serif;
}
@media (min-width: 767px) and (max-width: 991px) {
  .CUERPO ul, .CUERPO ol {
    font-size: 1.125rem;
  }
}
.CUERPO ul li, .CUERPO ol li {
  margin-bottom: 10px;
  line-height: 1.8;
}

/*# sourceMappingURL=articulo.css.map */