@charset "UTF-8";
/* agregar aquí todos los archivos sass parciales ej: "_archivo_parcial.sass" */
/* para revisar estilos desde el inspector del navegador, se debe generar un archivo .map
 * que ayuda a identificar en qué lineas de un archivo .sass están los estilos*/
blockquote, q {
  quotes: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

a:focus {
  outline: 0px dotted !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  line-height: 1;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 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ó */
@font-face {
  font-family: "Rubik-Light";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/rubik/Rubik-Light.woff2") format("woff2"), url("../fonts/rubik/Rubik-Light.woff") format("woff");
}
@font-face {
  font-family: "Rubik-Regular";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/rubik/Rubik-Regular.woff2") format("woff2"), url("../fonts/rubik/Rubik-Regular.woff") format("woff");
}
@font-face {
  font-family: "Rubik-Medium";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/rubik/Rubik-Medium.woff2") format("woff2"), url("../fonts/rubik/Rubik-Medium.woff") format("woff");
}
@font-face {
  font-family: "Rubik-SemiBold";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/rubik/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/rubik/Rubik-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Rubik-Bold";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/rubik/Rubik-Bold.woff2") format("woff2"), url("../fonts/rubik/Rubik-Bold.woff") format("woff");
}
@font-face {
  font-family: "Rubik-ExtraBold";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/rubik/Rubik-ExtraBold.woff2") format("woff2"), url("../fonts/rubik/Rubik-ExtraBold.woff") format("woff");
}
/* 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 */
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @include nombre_mixin */
/* para utilizar mixins variables llamar de la siguiente forma: @include nombre_mixin(variable1, variable2, ...) */
.swiper-button-next, .swiper-button-prev {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 28px !important;
  z-index: 1 !important;
  width: 54px !important;
  height: 54px !important;
  top: calc(50% + 12px) !important;
  outline: none !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}
@media (max-width: 426px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}

.swiper-button-next {
  background-image: url("../../imag/v1/icon/arrow-right-w.svg") !important;
  right: 4vw !important;
}

.swiper-button-prev {
  background-image: url("../../imag/v1/icon/arrow-left-w.svg") !important;
  left: 4vw !important;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.btn__primary.btn-disabled:hover, .btn__primary.btn-disabled {
  background: rgb(227, 227, 227);
  background: -moz-linear-gradient(137deg, rgb(227, 227, 227) 20%, rgb(181, 181, 181) 100%);
  background: -webkit-linear-gradient(137deg, rgb(227, 227, 227) 20%, rgb(181, 181, 181) 100%);
  background: linear-gradient(137deg, rgb(227, 227, 227) 20%, rgb(181, 181, 181) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e3",endColorstr="#b5b5b5",GradientType=1);
}

.btn__primary {
  display: inline-block;
  font-size: 1rem;
  padding: 12px;
  border-radius: 100px;
  letter-spacing: 0.2px;
  border: 2px solid;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Rubik-SemiBold", sans-serif;
}
@media (max-width: 426px) {
  .btn__primary {
    margin: 10px auto;
    line-height: 20px;
    width: 90%;
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn__primary {
    margin: 10px auto;
    line-height: 20px;
    width: 90%;
    text-align: center;
  }
}
.btn__primary:hover {
  transition: 0.3s all ease;
}
.btn__primary.btn-disabled {
  color: #666666;
  cursor: inherit;
}
.btn__primary .icon {
  width: 24px;
  height: 24px;
}
.btn__primary--sm {
  padding: 14px 36px;
  font-size: 0.875rem;
}
.btn__primary--blue {
  color: #ffffff;
  background-color: #020FD8;
  border-color: #020FD8;
}
.btn__primary--blue:hover {
  background-color: #0652ae;
  border-color: #0652ae;
}
.btn__primary--white {
  background-color: #ffffff;
  color: #020FD8;
  border-color: #ffffff;
}
.btn__primary--outline-white {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
.btn__primary--outline-blue {
  background: none;
  color: #020FD8;
  border-color: #020FD8;
}
.btn__primary--outline-blue:hover {
  background-color: #020FD8;
  color: #ffffff;
}
.btn__primary--outline-blue:hover .icon {
  background-image: url("../../imag/v1/icon/chevron-right-w.svg") !important;
}

.btn__secondary {
  font-size: 1rem;
  color: #020FD8;
  transition: 0.2s all ease;
  font-family: "Rubik-SemiBold", sans-serif;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn__secondary:hover {
  color: #0D1846;
}
.btn__secondary:hover .icon {
  background-image: url("../../imag/v1/icon/chevron-right-navy.svg");
}

.btn {
  gap: 26px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn__center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

section .auxi > .cont-btn {
  text-align: center;
}
@media (max-width: 426px) {
  section .auxi > .cont-btn .btn__sec {
    max-width: 400px;
    padding: 20px 35px;
    width: 90%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  section .auxi > .cont-btn .btn__sec {
    max-width: 400px;
    padding: 20px 35px;
    width: 90%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.icon__right {
  margin-left: 10px;
}
.icon__left {
  margin-right: 10px;
}
.icon__arrow-right-w {
  background-image: url("../../imag/v1/icon/chevron-right-w.svg");
}
.icon__arrow-right-b {
  background-image: url("../../imag/v1/icon/chevron-right-b.svg");
}
.icon__calendar {
  background-image: url("../../imag/v1/icon/ic-calendar.svg");
}

.chip {
  display: inline-block;
  font-size: 1rem;
  color: #25282A;
  background-color: #ffffff;
  position: relative;
  padding: 12px 15px;
  border-radius: 3rem;
  transition: 0.2s all ease;
  cursor: pointer;
  font-family: "Rubik-Medium", sans-serif;
}
.chip:hover {
  background-color: #0D1846;
  color: #ffffff;
}

.enc-main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1000;
}
.enc-main .auxi {
  text-align: center;
  position: relative;
  padding: 30px 0 30px;
  z-index: 3;
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-main .auxi {
    padding: 30px 15px 60px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .enc-main .auxi {
    padding: 0 15px 60px;
  }
}
.enc-main__content {
  display: none;
  text-align: center;
  max-width: 1250px;
  margin: 0 auto;
  padding: 30px 0 60px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 426px) {
  .enc-main__content {
    padding: 30px 30px 60px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main__content {
    padding: 30px 30px 60px;
  }
}
.enc-main__epig {
  color: #ffffff;
  font-family: "Rubik-Bold", sans-serif;
}
.enc-main__title {
  padding-top: 40px;
  line-height: 1.3;
  color: #ffffff;
  font-size: 4.375rem;
  margin-left: 0;
  font-family: "Rubik-ExtraBold", sans-serif;
}
@media (max-width: 426px) {
  .enc-main__title {
    padding-top: 20px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main__title {
    padding-top: 20px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-main__title {
    font-size: 2.8125rem;
  }
}
.enc-main__description {
  font-size: 1.875rem;
  line-height: 1.5;
  color: #ffffff;
  max-width: 800px;
  margin: 30px auto 0;
  font-family: "Rubik-Regular", sans-serif;
}
@media (max-width: 426px) {
  .enc-main__description {
    margin-top: 20px;
    font-size: 1.375rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main__description {
    margin-top: 20px;
    font-size: 1.375rem;
  }
}
.enc-main .img-wrap {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .enc-main .img-wrap {
    margin-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .img-wrap {
    margin-top: 20px;
  }
}
.enc-main__bg-img {
  position: relative;
}
.enc-main__bg-img .breadcrumb, .enc-main__bg-img .breadcrumb a, .enc-main__bg-img .pref {
  color: #ffffff !important;
}
.enc-main__bg-img .breadcrumb:after, .enc-main__bg-img .breadcrumb a:after, .enc-main__bg-img .pref:after {
  color: #ffffff !important;
}
.enc-main__bg-img .auxi {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 426px) {
  .enc-main__bg-img .auxi {
    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-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -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) {
  .enc-main__bg-img .auxi {
    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-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.enc-main__bg-img .img-wrap {
  margin-top: 0;
}
.enc-main__bg-img .img-wrap img {
  min-height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.enc-main .header-news {
  width: 100%;
  padding: 0 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 426px) {
  .enc-main .header-news {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .header-news {
    padding: 0;
  }
}
.enc-main .header-news__auxi {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: start;
  gap: 20px;
}
@media (max-width: 426px) {
  .enc-main .header-news__auxi {
    gap: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .header-news__auxi {
    gap: 10px;
  }
}
.enc-main .header-news__logo {
  width: 100px;
  margin: 20px 0 20px 50px;
}
@media (max-width: 426px) {
  .enc-main .header-news__logo {
    width: 60px;
    margin: 20px 0 20px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .header-news__logo {
    width: 60px;
    margin: 20px 0 20px 20px;
  }
}
.enc-main .header-news__logo-movistar {
  width: 230px;
  margin: 20px 0 20px 50px;
}
@media (max-width: 426px) {
  .enc-main .header-news__logo-movistar {
    width: 120px;
    margin: 20px 0 20px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .header-news__logo-movistar {
    width: 120px;
    margin: 20px 0 20px 20px;
  }
}
.enc-main .header-news__frase {
  width: 250px;
}
@media (max-width: 426px) {
  .enc-main .header-news__frase {
    width: 100px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .header-news__frase {
    width: 100px;
  }
}
.enc-main .header-news__btn {
  padding: 12px 20px;
}
@media (max-width: 426px) {
  .enc-main .header-news__btn {
    width: auto;
    font-size: 0.8rem;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .header-news__btn {
    width: auto;
    font-size: 0.8rem;
    margin: 0 20px 0 0;
  }
}

.card__auxi {
  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: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card > a {
  display: block;
}
.card .CUERPO {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card__img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.card__pill {
  left: 15px;
  top: 15px;
  position: absolute;
  padding: 8px 10px;
  font-size: 0.75rem;
  background: #F4F5F0;
  border-radius: 3px;
  z-index: 2;
  display: inline-block;
}
.card__content {
  position: relative;
  width: 100%;
  padding: 30px 0 0;
  text-align: left;
  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;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card__epig {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #F3F5F8;
}
.card__title {
  font-size: 1.25rem;
  color: #25282A;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
  font-family: "Rubik-SemiBold", sans-serif;
}
@media (max-width: 426px) {
  .card__title {
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__title {
    line-height: 1.3;
  }
}
.card__title--lg {
  font-size: 1.5625rem;
}
.card__description {
  font-size: 1rem;
  line-height: 1.5;
  color: #25282A;
  text-align: left;
  margin-top: 15px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card__icon {
  max-width: 70px;
}
.card .btn__primary {
  margin-top: 20px;
}
@media (max-width: 426px) {
  .card .btn__primary {
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card .btn__primary {
    width: auto;
    margin-left: 0;
  }
}
.card .list {
  margin-top: 60px;
}

html {
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

body {
  position: relative;
  font-family: "Rubik-Regular", sans-serif;
}

* {
  box-sizing: border-box;
  font-variant: none !important;
  font-family: "Rubik-Regular", sans-serif;
}
*:after, *:before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  color: #25282A;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-image: url("../../imag/v1/icon/chevron_down_b.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 18px;
  background-size: 18px;
}

textarea {
  resize: none;
}
textarea:focus {
  border: 2px solid #0D1846;
}
button, input {
  border: none;
  background: none;
  outline: none;
}

input, select, .select, textarea {
  padding: 16px 20px;
  border: 1px solid rgb(147, 157, 185);
  appearance: none;
  border-radius: 6px;
}
input:focus, input:focus-visible, select:focus, select:focus-visible, .select:focus, .select:focus-visible, textarea:focus, textarea:focus-visible {
  transition: 0.5s all ease;
  border: 1px solid #0D1846;
  outline: none;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.img-wrap img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.separa {
  width: 100%;
  clear: both;
  height: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.hide {
  display: none !important;
}

.aleft {
  float: left;
}

.text-center {
  text-align: center !important;
}

.container {
  width: 100%;
}

.main {
  z-index: 1;
  position: relative;
  padding-bottom: 70px;
}
.main.home {
  padding-bottom: 0;
}

.auxi {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1320px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .auxi {
    max-width: 1250px;
  }
}
@media (min-width: 1399px) {
  .auxi {
    max-width: 90%;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .auxi--md {
    max-width: 75%;
  }
}
@media (min-width: 1399px) {
  .auxi--md {
    max-width: 75%;
  }
}
@media (max-width: 426px) {
  .auxi__main {
    padding: 0;
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi__main {
    padding: 0;
    margin-top: 15px;
  }
}

.access1 {
  height: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
}

.wrap-car {
  position: relative;
}
.wrap-car .swiper-5 {
  margin: 0 50px;
  position: initial;
}
@media (max-width: 426px) {
  .wrap-car .swiper-5 {
    margin: 0 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wrap-car .swiper-5 {
    margin: 0 20px;
  }
}
.wrap-car .swiper-5 .swiper-slide {
  width: 220px;
  height: inherit !important;
}
.wrap-car .swiper-5 .swiper-button-prev, .wrap-car .swiper-5 .swiper-button-next {
  top: calc(50% - 35px);
}

.swiper {
  padding: 24px 0;
}
@media (max-width: 426px) {
  .swiper {
    padding: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper {
    padding: 0 !important;
  }
}
.prod-content .swiper-slide {
  height: auto !important;
  margin-bottom: 0;
  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: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 426px) {
  .prod-content .swiper-slide {
    width: 60%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .prod-content .swiper-slide {
    width: 60%;
  }
}
.prod-content .swiper-slide .card__art {
  margin-bottom: 0;
}

.swiper-wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch !important;
  -moz-box-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
  height: auto !important;
}

.swiper-slide {
  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: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: auto !important;
}
.swiper-slide .cont-txt {
  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: 1 1 0%;
  flex: 1 1 0%;
}

.swiper-button-next, .swiper-button-prev {
  outline: none;
  margin-top: -40px !important;
}
@media (max-width: 426px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  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: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .swiper-pagination {
    bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-pagination {
    bottom: 0;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #020FD8;
  height: 12px;
  width: 12px;
  margin: 0 5px !important;
  transition: 0.2s all ease;
  border-radius: 3rem;
  opacity: 0.4;
}
@media (max-width: 426px) {
  .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 35px;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  background-size: cover;
  background-position: center;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper .swiper-slide-thumb-active img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.articulo .gallery-top {
  height: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.articulo .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.articulo .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
body.articulo .swiper-button-next, body.articulo .swiper-button-prev {
  background-color: rgba(13, 24, 70, 0.5);
  position: absolute;
  z-index: 20000;
}
body.articulo .swiper-button-next {
  right: 0 !important;
}
body.articulo .swiper-button-prev {
  left: 0 !important;
}
body.articulo .swiper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
}
@media (max-width: 426px) {
  body.articulo .swiper {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.articulo .swiper {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body.articulo .swiper {
    -webkit-flex: 0 1 90%;
    flex: 0 1 90%;
  }
}
body.articulo .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}
body.articulo .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
body.articulo .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
body.articulo .swiper-pointer-events {
  touch-action: pan-y;
}
body.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;
}
body.articulo .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
body.articulo .swiper-android .swiper-slide, body.articulo .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
body.articulo .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
body.articulo .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.articulo .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.box__arts .row {
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -20px;
  gap: 60px 0;
}
@media (max-width: 426px) {
  .box__arts .row {
    gap: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts .row {
    gap: 0;
  }
}
.box__arts .row .col {
  border-left-width: 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;
  position: relative;
}

.box__arts {
  padding: 60px 0 0;
}
@media (max-width: 426px) {
  .box__arts {
    padding: 30px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts {
    padding: 30px 0 0;
  }
}
.box__arts--ayuda {
  padding: 60px 0;
}

.footer {
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 1000;
  height: 235px;
  display: flex;
  align-items: center;
}
.footer__auxi {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  flex-direction: column;
}
.footer__logo {
  width: 70px;
  margin: 20px 0;
}
.footer__frase {
  width: 100px;
}
.footer.footer--movistar .footer__auxi {
  flex-direction: row;
  gap: 30px;
}
.footer.footer--movistar .footer__logo-movistar {
  width: 200px;
  margin: 20px 0;
}

.CUERPO img {
  width: auto;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 20px;
}
@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;
  }
}

.articulo .auxi {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .articulo .auxi {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .auxi {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .auxi {
    padding: 0 20px;
    max-width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .auxi {
    max-width: 95%;
    padding: 0 15px 0;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .articulo .auxi {
    padding: 0 15px;
    max-width: 1250px;
  }
}
@media (min-width: 1399px) {
  .articulo .auxi {
    padding: 0 15px;
    max-width: 1250px;
  }
}
.articulo .auxi.bg-blue {
  max-width: 100% !important;
  background-color: #020FD8;
  padding: 100px 0;
}
.articulo .arts {
  padding-bottom: 80px;
}
.articulo .arts .cont-tit {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.articulo .arts .cont-tit .tit {
  text-align: center;
  font-size: 3.125rem;
}
@media (max-width: 426px) {
  .articulo .arts .cont-tit .tit {
    font-size: 1.625rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .arts .cont-tit .tit {
    font-size: 1.625rem;
  }
}
.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;
  -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 (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;
  -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 (max-width: 426px) {
  .articulo .art-content > .auxi {
    margin-bottom: 0;
    max-width: 100%;
    padding: 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 > .auxi {
    margin-bottom: 0;
    max-width: 100%;
    padding: 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 > .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 .art-col {
  max-width: 750px;
  -webkit-flex: 0 1 70%;
  flex: 0 1 70%;
  margin: 0 auto;
  width: 100%;
}
@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-sidebar {
  -webkit-flex: 0 0 360px;
  flex: 0 0 360px;
}
@media (max-width: 426px) {
  .articulo .art-content .art-sidebar {
    margin-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .art-sidebar {
    margin-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .art-sidebar {
    margin-top: 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .art-content .art-sidebar {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 426px) {
  .articulo .art-content .block-head {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .block-head {
    padding: 0;
  }
}
@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;
  }
}
@media (max-width: 426px) {
  .articulo .art-content .relacionados {
    padding: 20px 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .relacionados {
    padding: 20px 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .relacionados {
    gap: 20px;
    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;
  }
}
.articulo .art-content .relacionados .block-head {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .relacionados .block-head {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.articulo .art-content .relacionados .block-head__title {
  text-align: left;
  margin: 20px 0 30px;
  color: #25282A;
  font-size: 2.1875rem;
}
@media (max-width: 426px) {
  .articulo .art-content .relacionados .block-head__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .relacionados .block-head__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .relacionados .card {
    -webkit-flex: 0 1 48%;
    flex: 0 1 48%;
  }
}
.articulo .art-content .relacionados .card + .card {
  margin-top: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .relacionados .card + .card {
    margin-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .art-content .relacionados .desktop {
    gap: 15px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.articulo .art-content .relacionados .swiper-container {
  position: relative;
}
.articulo .art-content .relacionados .swiper-slide .card {
  margin-bottom: 0;
}
.articulo .art-content .relacionados .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.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: 30px 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .anclas {
    margin: 30px 0;
  }
}
.articulo .anclas .subtitulos {
  font-weight: normal;
}
.articulo .anclas .subtitulos a {
  display: block;
  font-size: 1rem;
  color: #ffffff;
  margin: 0.3rem 4px;
  padding: 15px 25px;
  box-sizing: border-box;
  background-color: #020FD8;
  font-family: "Rubik-SemiBold", sans-serif;
  border-radius: 100px;
}
@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: #25282A;
  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: #25282A;
  font-size: 1.5625rem;
  max-width: 90%;
  line-height: 1.3;
  font-family: "Rubik-SemiBold", sans-serif;
}
.articulo .contsubtit .linksubtit {
  margin: 0;
  display: block;
  padding: 5px;
  background-color: #F4F5F0;
}
.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 {
  color: #25282A;
  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%;
}
@media (max-width: 426px) {
  .articulo .relacionados .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .relacionados .auxi {
    padding: 0;
  }
}
@media (max-width: 426px) {
  .articulo .relacionados .cont-tit {
    padding: 0 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .relacionados .cont-tit {
    padding: 0 15px;
  }
}
.articulo .relacionados .row {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -70px;
}
.articulo .relacionados .row article {
  margin-bottom: 20px;
  border-left-width: 70px;
}
@media (max-width: 426px) {
  .articulo .relacionados .row article {
    margin-bottom: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .relacionados .row article {
    margin-bottom: 40px;
  }
}
.articulo .relacionados .row article:last-child {
  margin-bottom: 0;
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .articulo .relacionados .row article {
    margin-bottom: 0;
  }
}
@media (min-width: 1399px) {
  .articulo .relacionados .row article {
    margin-bottom: 0;
  }
}
.articulo .relacionados .swiper-container {
  overflow: hidden;
}
.articulo .relacionados .swiper-container .swiper-slide {
  width: 85%;
}

.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: 0.875rem;
  padding: 11px 20px;
  color: #ffffff;
  transition: 0.2s all ease;
  border-radius: 3rem;
  background-color: #020FD8;
  font-family: "Rubik-SemiBold", sans-serif;
}
.tags__tag:hover {
  background-color: #0D1846;
}

.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: #020FD8;
  line-height: 1.8;
  display: inline-block;
  font-family: "Rubik-Medium", 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: #0D1846;
  transition: 0.2s all ease;
}
.downloads__item a p {
  font-size: 0.8125rem;
  color: #020FD8;
}
@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;
}

.tools {
  margin-bottom: 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -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 {
    -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 (min-width: 426px) and (max-width: 767px) {
  .tools {
    -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;
  }
}
.tools__date {
  color: #25282A;
  font-size: 1rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Rubik-Regular", sans-serif;
  font-style: italic;
}
@media (max-width: 426px) {
  .tools__date {
    margin: 0 auto 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools__date {
    margin: 0 auto 30px;
  }
}
.tools__hour {
  color: #F3F5F8;
}
.tools__hour:before {
  content: "|";
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 1rem;
  margin: 0 5px;
  bottom: 1px;
}
.tools__share {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 426px) {
  .tools__share {
    width: 100%;
    -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__share {
    width: 100%;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.tools__share img {
  width: 22px;
}
.tools__print {
  margin-left: 30px;
}
@media (max-width: 426px) {
  .tools__print {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools__print {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.tools__print ul {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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