@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;
}
@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 {
  text-transform: none;
  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 {
  font-size: 1.125rem;
}
@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 {
    -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 {
    -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: 110px;
  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 > .auxi {
    margin-bottom: 0;
    max-width: 100%;
    padding: 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;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content > .auxi {
    max-width: 100%;
    padding: 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;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content > .auxi {
    margin-bottom: 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: 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;
  }
}
.articulo .art-content > .auxi .img-wrap {
  margin-bottom: 20px;
}
.articulo .art-content__tools > .auxi {
  gap: 40px;
}
@media (max-width: 426px) {
  .articulo .art-content__tools > .auxi {
    gap: 30px;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content__tools > .auxi {
    gap: 30px;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content__tools > .auxi {
    gap: 30px;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@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 .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%;
    padding: 0 15px;
    -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%;
    padding: 0 15px;
    -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%;
    -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.5625rem;
  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 {
  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;
  padding: 0;
}
@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: 0.875rem;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1.4;
  margin: 0.3rem 4px;
  padding: 6px 10px;
  box-sizing: border-box;
  background-color: #2D2C7C;
  font-family: "Sora-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;
  background-color: #000000;
  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: #2D2C7C;
  font-size: 1.125rem;
  max-width: 90%;
  line-height: 1.3;
  font-family: "Sora-Bold", sans-serif;
}
.articulo .contsubtit .linksubtit {
  margin: 0;
  display: block;
  padding: 5px;
  border-radius: 9px;
  background-color: #EAEDFF;
}
.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%;
}
.articulo .swiper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
}
@media (max-width: 426px) {
  .articulo .swiper {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .swiper {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .swiper {
    -webkit-flex: 0 1 90%;
    flex: 0 1 90%;
  }
}
.articulo .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}
.articulo .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.articulo .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.articulo .swiper-pointer-events {
  touch-action: pan-y;
}
.articulo .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 20px 0 !important;
  z-index: 1;
  position: relative;
}
.articulo .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.articulo .swiper-android .swiper-slide, .articulo .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.articulo .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.articulo .swiper-slide {
  background-size: cover;
  background-position: center;
}
.articulo .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}
.articulo .slide-content {
  position: relative;
  bottom: 0;
  padding: 30px 40px 20px 20px;
  background: rgba(37, 37, 37, 0.7);
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.3;
  font-family: "Sora-Regular", sans-serif;
}
@media (max-width: 426px) {
  .articulo .slide-content {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .slide-content {
    padding: 20px 0;
  }
}
.articulo .slide-content p {
  color: #ffffff;
}
.articulo .slide-content p a {
  color: #ffffff;
  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;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-image: url("../../imag/v1/icon/ic-download-w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 0px;
  background-size: 28px;
  padding-right: 55px;
}
@media (max-width: 426px) {
  .articulo .swiper-button-next, .articulo .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    background-size: 24px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .swiper-button-next, .articulo .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    background-size: 24px !important;
  }
}

.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: #2D2C7C;
  transition: 0.2s all ease;
  border-radius: 3rem;
  background-color: #EAEDFF;
  border: 1px solid #EAEDFF;
  font-family: "Sora-Regular", sans-serif;
}
.tags__tag:hover {
  background-color: #EAEDFF;
}

.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: #2D2C7C;
  line-height: 1.8;
  display: inline-block;
  font-family: "Sora-SemiBold", 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: #2D2C7C;
  transition: 0.2s all ease;
}
.downloads__item a p {
  font-size: 0.8125rem;
  color: #2D2C7C;
}
@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 {
  border-radius: 5px;
  gap: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  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;
}
@media (max-width: 426px) {
  .tools {
    gap: 10px;
    padding: 0 15px;
    width: 100%;
    max-width: 450px;
    background: none;
    -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: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools {
    gap: 20px;
    padding: 0 15px;
    width: 100%;
    max-width: 450px;
    background: none;
    -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: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tools {
    gap: 20px;
    padding: 0 15px;
    background: none;
    -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__date {
  font-size: 1rem;
  color: #2D2C7C;
  font-family: "Sora-Regular", sans-serif;
}
.tools__share {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  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;
}
@media (max-width: 426px) {
  .tools__share {
    background-color: #EAEDFF;
    border-radius: 5px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools__share {
    background-color: #EAEDFF;
    border-radius: 5px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tools__share {
    background-color: #EAEDFF;
    border-radius: 5px;
  }
}
@media (max-width: 426px) {
  .tools__share, .tools__print {
    gap: 10px;
    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-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools__share, .tools__print {
    gap: 10px;
    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-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tools__share, .tools__print {
    gap: 20px;
    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-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.tools__share a, .tools__print a {
  padding: 5px;
  display: block;
  transition: 0.3s all ease;
}
@media (max-width: 426px) {
  .tools__share a, .tools__print a {
    padding: 8px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools__share a, .tools__print a {
    padding: 8px;
  }
}
.tools__share a:hover, .tools__print a:hover {
  background-color: #EAEDFF;
}
.tools__share img, .tools__print 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: #2D2C7C;
  border-radius: 30px;
  letter-spacing: 0.2px;
  font-family: "Sora-Bold", sans-serif;
}
.CUERPO .btn:hover {
  background-color: #2D2C7C;
  color: #ffffff !important;
  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: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #252525;
  font-family: "Sora-Regular", sans-serif;
}
.CUERPO a {
  color: #2D2C7C;
  text-decoration: underline;
  font-family: "Sora-Bold", sans-serif;
}
.CUERPO a:hover {
  opacity: 0.8;
  transition: 0.2s all ease;
}
.CUERPO strong {
  font-family: "Sora-Bold", sans-serif;
}
.CUERPO .destacado {
  color: #2D2C7C;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Sora-Bold", sans-serif;
}
.CUERPO .azulbold {
  color: #2D2C7C;
  font-family: "Sora-Bold", sans-serif;
}
.CUERPO .azul {
  color: #2D2C7C;
}
.CUERPO .gris {
  color: #75747F;
}
.CUERPO .negro {
  color: #000000;
}
.CUERPO .rojo {
  color: #ef2e41;
}
.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: #2D2C7C;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Sora-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.5625rem;
}
@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.25rem;
  font-weight: bold;
  color: #2D2C7C;
}
.CUERPO .subtit {
  font-size: 1.5625rem;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
  color: #2D2C7C;
  width: 100%;
}
.CUERPO .subtit-sinlink {
  font-size: 1.5625rem;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
  color: #2D2C7C;
  width: 100%;
}
.CUERPO .resalta {
  font-size: 1rem;
  font-family: "Sora-Bold", sans-serif;
}
.CUERPO address {
  font-size: 0.75rem;
  font-weight: normal;
  color: #2D2C7C;
  font-style: italic;
}
.CUERPO pre {
  font-size: 0.6875rem;
  font-weight: normal;
  color: #2D2C7C;
  text-align: justify;
  text-indent: 10px;
}
.CUERPO blockquote {
  color: #2D2C7C;
  font-size: 1.375rem;
  line-height: 1.8;
  padding: 20px;
  margin: 20px auto;
  max-width: 100%;
  background-color: #EAEDFF;
  font-family: "Sora-Regular", sans-serif;
  font-style: italic;
}
@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: #2D2C7C;
  font-weight: normal;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.9;
  vertical-align: top;
  font-family: "Sora-SemiBold", sans-serif;
}
@media (max-width: 426px) {
  .CUERPO table, .CUERPO table td {
    font-size: 0.9375rem;
  }
}
.CUERPO tr, .CUERPO th {
  padding: 0;
}
.CUERPO th {
  color: #2D2C7C;
  border-right: 1px solid #EAEDFF;
  border-bottom: 1px solid #EAEDFF;
  border-left: 1px solid #EAEDFF;
  font-size: 0.875rem;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-style: normal;
  font-weight: initial;
  font-family: "Sora-Bold", sans-serif;
}
.CUERPO table {
  clear: both;
  margin: 20px auto;
  border-collapse: collapse;
  empty-cells: show;
  border: none;
  background: #ffffff;
  width: 100%;
  font-style: normal;
  font-family: "Sora-SemiBold", sans-serif;
}
.CUERPO table a {
  border-bottom: none;
}
.CUERPO table thead {
  border-top: 1px solid #EAEDFF;
}
.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 #EAEDFF;
  border-bottom: 1px solid #EAEDFF;
}
.CUERPO td:first-child {
  border-left: 1px solid #EAEDFF;
}
.CUERPO td:last-child {
  border-right: 1px solid #EAEDFF;
}
.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: 1rem;
  line-height: 1.5;
  color: #252525;
  font-family: "Sora-Regular", 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 */