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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*vertical-align: top;*/
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

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

blockquote, q {
  quotes: "" "";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  line-height: 1.2;
  font-family: "TelefonicaWeb-Regular", sans-serif;
  font-size: 12px;
  color: #0B2739;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
}

strong {
  font-family: "TelefonicaWeb-Bold", sans-serif;
  font-weight: normal;
}

@media (max-width: 415px) {
  .brMobile {
    display: block;
  }
}

.wrapper {
  max-width: 1197px;
  margin: 0 auto;
  padding: 0 15px;
}

.m-banner {
  height: 165px;
  background: no-repeat center center/cover;
  position: relative;
}
@media (max-width: 415px) {
  .m-banner {
    height: auto;
  }
}
.m-banner__prueba {
  height: 165px;
  background-color: blue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #ffffff;
}
.m-banner__arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 60px;
  right: 5px;
  top: 5px;
}
.m-banner__arrow:after {
  content: "";
  width: 9px;
  height: 3px;
  background-color: #019DF4;
  border-radius: 10px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  left: 5px;
}
.m-banner__arrow:before {
  content: "";
  width: 9px;
  height: 3px;
  background-color: #019DF4;
  border-radius: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 5px;
}
.m-banner__wrapper {
  max-width: 1197px;
  margin: 0 auto;
  padding: 0 15px;
}
.m-banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1197px;
  margin: 0 auto;
  height: 165px;
}
@media (max-width: 1024px) {
  .m-banner__info {
    padding: 0 10px;
  }
}
@media (max-width: 415px) {
  .m-banner__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 15px;
    height: auto;
  }
}
.m-banner__plan {
  position: relative;
  width: 260px;
  height: 33px;
  margin-right: 25px;
}
@media (max-width: 415px) {
  .m-banner__plan {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.m-banner__plan:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 10px;
  background-color: #ffffff;
  width: 100%;
  z-index: 0;
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-banner__plan span {
  background-color: #E63780;
  font: 15px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
  width: 232px;
  height: 33px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .m-banner__plan span {
    width: 194px;
  }
}
@media (max-width: 415px) {
  .m-banner__plan span {
    width: 234px;
  }
}
.m-banner__title {
  font: 36px/38px "TelefonicaWeb-Light", sans-serif;
  color: #ffffff;
  margin-right: 35px;
}
@media (max-width: 1024px) {
  .m-banner__title {
    font-size: 30px;
    line-height: 32px;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .m-banner__title {
    display: none;
  }
}
.m-banner__desc {
  width: 167px;
  height: 100px;
  background-color: #019DF4;
  border-radius: 10px;
  font: 76px/70px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 415px) {
  .m-banner__desc {
    width: calc(50% - 10px);
    font-size: 55px;
  }
}
.m-banner__desc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 350px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .m-banner__desc-content {
    width: 418px;
  }
}
@media (max-width: 415px) {
  .m-banner__desc-content {
    width: 320px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.m-banner__desc span {
  font-size: 33px;
  line-height: 25px;
}
@media (max-width: 415px) {
  .m-banner__desc span {
    font-size: 30px;
    line-height: 28px;
  }
}
.m-banner__desc span small {
  font-size: 30px;
}
@media (max-width: 415px) {
  .m-banner__desc span small {
    font-size: 26px;
  }
}
.m-banner__price {
  background-color: #0B2739;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 173px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (max-width: 415px) {
  .m-banner__price {
    width: 50%;
  }
}
.m-banner__price-offer {
  border: solid 1px #ffffff;
  border-radius: 30px;
  padding: 2px 10px;
  font: 9px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
  width: 95px;
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
}
.m-banner__price-value {
  font: 45px/25px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
}
@media (max-width: 415px) {
  .m-banner__price-value {
    font-size: 39px;
  }
}
.m-banner__price-value small {
  font-size: 20px;
}
.m-banner__price-iva {
  font: 11px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
}
.m-banner__price-normal {
  font: 11px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
}
.m-banner__legal {
  width: 100%;
  font: 12px "TelefonicaWeb-Bold", sans-serif;
  color: #019DF4;
  background-color: #ffffff;
  height: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
@media (max-width: 415px) {
  .m-banner__legal {
    font-size: 11px;
  }
}
.m-banner__btn {
  width: 130px;
  height: 44px;
  border-radius: 30px;
  background-color: #019DF4;
  font: 20px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
  border: 0;
  position: relative;
  overflow: hidden;
}
.m-banner__movil {
  background: #001725 no-repeat center center/cover;
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .m-banner__movil {
    height: auto;
    padding: 24px 5px;
  }
}
.m-banner__movil-container {
  max-width: 1197px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .m-banner__movil-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-banner__movil-title {
  font: 36px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .m-banner__movil-title {
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center;
    margin-right: 0;
  }
}
.m-banner__movil-box {
  font: 22px "TelefonicaWeb-Light", sans-serif;
  color: #ffffff;
  padding: 5px;
  border-radius: 8px;
  border: solid 1px #E63780;
  width: 460px;
  text-align: center;
}
@media (max-width: 768px) {
  .m-banner__movil-box {
    width: 320px;
  }
}

.m-planes {
  background-color: #F5F5F5;
  padding: 24px 0 50px;
  text-align: center;
  overflow-x: hidden;
}
@media (max-width: 415px) {
  .m-planes {
    padding: 24px 0;
  }
}
.m-planes__title {
  font: 32px "TelefonicaWeb-Bold", sans-serif;
  color: #0B2739;
  margin-bottom: 24px;
}
@media (max-width: 415px) {
  .m-planes__title {
    font-size: 20px;
  }
}
.m-planes__sub-title {
  font: 20px "TelefonicaWeb-Regular", sans-serif;
  color: #0B2739;
  margin-bottom: 32px;
}
@media (max-width: 415px) {
  .m-planes__sub-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.m-planes__display {
  width: 100%;
  max-width: 1170px;
}
.m-planes__display-content {
  width: 100%;
  max-width: 1170px;
  overflow: hidden;
  height: 0;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
@media (max-width: 415px) {
  .m-planes__display-content {
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
}
.m-planes__display-content#portaconequipo {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}
.m-planes__display-content-active {
  height: auto;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1;
}
.m-planes__display-content .slick-slide {
  margin: 0 5px !important;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.17);
}
@media (max-width: 415px) {
  .m-planes__display-content .slick-slide {
    margin: 0 10px !important;
  }
}
.m-planes__display-content .slick-list {
  padding: 5px 0 6px 0;
}

.m-tabs {
  border: 0.5px solid #D3D4D3;
  -webkit-box-shadow: 0px 1px 4px rgba(52, 60, 68, 0.1);
          box-shadow: 0px 1px 4px rgba(52, 60, 68, 0.1);
  height: 42px;
  max-width: 950px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
  background-color: #ffffff;
  margin: 0 auto 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 415px) {
  .m-tabs {
    height: 48px;
  }
}
.m-tabs__item {
  background-color: #F5F5F5;
  border: 0;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  color: #0B2739;
  font-family: "TelefonicaWeb-Regular", sans-serif;
}
@media (max-width: 415px) {
  .m-tabs__item {
    font-size: 14px;
    line-height: 16px;
  }
}
.m-tabs__item:hover {
  background-color: #D3D4D3;
}
.m-tabs__item-active {
  background-color: #0B2739 !important;
  color: #ffffff;
  font-family: "TelefonicaWeb-Bold", sans-serif;
}

.m-include {
  margin-top: 40px;
}
@media (max-width: 415px) {
  .m-include {
    margin-top: 30px;
  }
}
.m-include__title {
  font: 27px "TelefonicaWeb-Bold", sans-serif;
  color: #0B2739;
  margin-bottom: 25px;
  font-size: 24px;
}
.m-include__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: 0 auto;
  max-width: 870px;
  width: 100%;
}
@media (max-width: 415px) {
  .m-include__boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-include__box {
  background-color: #E6F6FE;
  border: solid 1px #019DF4;
  border-radius: 16px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
}
.m-include__box-icono {
  margin-bottom: 15px;
}
.m-include__box-title {
  font: 16px "TelefonicaWeb-Bold", sans-serif;
  color: #0B2739;
  margin-bottom: 15px;
}
.m-include__box-text {
  font: 14px "TelefonicaWeb-Regular", sans-serif;
  color: #0B2739;
  margin-bottom: 15px;
}

.m-advantage {
  background-color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 16px;
}
.m-advantage__wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
@media (max-width: 415px) {
  .m-advantage__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-advantage__title {
  font: 24px "TelefonicaWeb-Bold", sans-serif;
  margin-bottom: 35px;
}
@media (max-width: 415px) {
  .m-advantage__title {
    font-size: 20px;
    text-align: left;
  }
}
.m-advantage__text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 415px) {
  .m-advantage__text {
    font-size: 18px;
    text-align: left;
  }
}
.m-advantage__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 415px) {
  .m-advantage__dots {
    display: block;
  }
}
.m-advantage__dot {
  width: 100%;
  padding: 0 15px;
  border-left: solid 2px #019DF4;
  text-align: left;
}
@media (max-width: 415px) {
  .m-advantage__dot {
    margin: 0 2px;
  }
}
.m-advantage__dot-title {
  font-size: 16px;
  font-family: "TelefonicaWeb-Bold", sans-serif;
  margin-bottom: 25px;
}
.m-advantage__dot-text {
  font-size: 16px;
}

.m-wifi6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 912px;
  width: 100%;
  margin: 30px auto;
  padding: 30px 35px;
  background-color: #E6F6FE;
  border: solid 1px #019DF4;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .m-wifi6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 415px) {
  .m-wifi6 {
    margin-bottom: 100px;
  }
}
.m-wifi6__text {
  width: 59%;
}
@media (max-width: 768px) {
  .m-wifi6__text {
    width: 100%;
  }
}
.m-wifi6__text-title {
  font: 20px "TelefonicaWeb-Bold", sans-serif;
  margin-bottom: 20px;
}
.m-wifi6__text-sub-text {
  font-size: 16px;
  line-height: 24px;
}
.m-wifi6__img {
  position: relative;
}
.m-wifi6__img img {
  position: absolute;
  top: -54px;
  left: -55px;
}
@media (max-width: 1024px) {
  .m-wifi6__img img {
    left: -87px;
  }
}
@media (max-width: 768px) {
  .m-wifi6__img img {
    position: relative;
    left: inherit;
    top: inherit;
    width: 89%;
    height: auto;
    bottom: -78px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -55px;
  }
}
@media (max-width: 415px) {
  .m-wifi6__img img {
    width: 143%;
  }
}

.m-more-plans {
  text-align: center;
  padding: 30px 0 40px;
}
.m-more-plans__title {
  font: 24px "TelefonicaWeb-Bold", sans-serif;
  margin-bottom: 15px;
}
.m-more-plans__text {
  font-size: 18px;
  margin-bottom: 35px;
}
.m-more-plans__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 415px) {
  .m-more-plans__boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
}
.m-more-plans__box {
  width: 310px;
  height: 197px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: no-repeat center center/cover;
  text-align: left;
  padding: 30px 17px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.17);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.m-more-plans__box:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (max-width: 415px) {
  .m-more-plans__box {
    width: 100%;
  }
}
.m-more-plans__box__content {
  width: 100%;
}
.m-more-plans__box-ico {
  margin-right: 10px;
  width: 48px;
  height: 45px;
  background-color: #019DF4;
  border-radius: 90px;
}
.m-more-plans__box-service {
  font: 20px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
}
.m-more-plans__box-link {
  font-size: 16px;
  color: #019DF4;
  position: relative;
}
.m-more-plans__box-link:after {
  background: url('data:image/svg+xml,%3Csvg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M7.88082 3.01727C7.67819 2.81391 7.34967 2.81391 7.14704 3.01727C6.94442 3.22064 6.94442 3.55036 7.14705 3.75373L9.72731 6.34339L1.01886 6.34339C0.7323 6.34339 0.499999 6.57653 0.499999 6.86414C0.499999 7.15174 0.7323 7.38489 1.01886 7.38489L9.72938 7.38489L7.14692 9.97569C6.94425 10.179 6.94418 10.5087 7.14676 10.7121C7.34935 10.9156 7.67787 10.9156 7.88054 10.7123L11.348 7.23366C11.4453 7.13601 11.5 7.00354 11.5 6.86541C11.5 6.72728 11.4454 6.5948 11.3481 6.49713L7.88082 3.01727Z" fill="%23019BF2"/%3E%3C/svg%3E');
  width: 12px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: 5px;
  content: "";
}

.slick-list {
  max-width: 1197px;
  width: 100%;
}

.m-separator {
  max-width: 1152px;
  border: 0;
  background-color: #B6B7B7;
  height: 1px;
  margin: 0 auto;
  width: 98%;
}

.m-banner-movilidad {
  padding: 45px 15px;
  background: no-repeat center center/cover;
}
@media (max-width: 415px) {
  .m-banner-movilidad {
    padding: 20px 15px;
  }
}
.m-banner-movilidad__title {
  font: 35px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 415px) {
  .m-banner-movilidad__title {
    font-size: 20px;
  }
}
.m-banner-movilidad__text {
  font: 30px "TelefonicaWeb-Regular", sans-serif;
  color: #019DF4;
  margin-bottom: 45px;
}
@media (max-width: 415px) {
  .m-banner-movilidad__text {
    font-size: 15px;
  }
}
.m-banner-movilidad__btn {
  width: 157px;
  height: 38px;
  background-color: #019DF4;
  color: #ffffff;
  font: 18px "TelefonicaWeb-Bold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
}

.m-banner-lineas {
  padding: 45px 0;
  position: relative;
  background: url(../img/banner/banner-lineas-desktop.webp) no-repeat center center/cover;
}
@media (max-width: 415px) {
  .m-banner-lineas {
    background-image: url(../img/banner/banner-lineas-mobile.webp);
    padding: 40px 0 20px;
  }
}
.m-banner-lineas__wrapper {
  max-width: 1197px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-banner-lineas__cucarda {
  position: absolute;
  right: 0;
  top: -44px;
  background-color: #E63780;
  color: #ffffff;
  padding: 5px 17px;
  font: 14px "TelefonicaWeb-Bold", sans-serif;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 415px) {
  .m-banner-lineas__cucarda {
    right: 14px;
    top: -40px;
  }
}
.m-banner-lineas__title {
  font: 35px "TelefonicaWeb-Bold", sans-serif;
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 415px) {
  .m-banner-lineas__title {
    font-size: 20px;
    text-align: right;
  }
}
.m-banner-lineas__text {
  font: 30px "TelefonicaWeb-Regular", sans-serif;
  color: #019DF4;
  margin-bottom: 45px;
}
@media (max-width: 415px) {
  .m-banner-lineas__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.m-banner-lineas__btn {
  width: 204px;
  height: 38px;
  background-color: #019DF4;
  color: #ffffff;
  font: 18px "TelefonicaWeb-Bold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  border: 0;
}

.slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background-color: #808F99;
  margin: 0 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.slick-dots li.slick-active {
  background-color: #08273B;
  width: 12px;
}
.slick-dots li button {
  display: none;
}

.slick-track {
  padding-bottom: 6px;
}

.container-cards-v2-2022 .card-component-v2-2022 {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.container-cards-v2-2022 .card-component-v2-2022:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 415px) {
  .container-cards-v2-2022 .card-component-v2-2022:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.card-component-footer-features-v2-2022,
.container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-plan-movil-v2-2022 h5 {
  text-align: left !important;
}

.m-hover {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.m-hover span {
  position: relative;
  z-index: 1;
}
.m-hover::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E63780;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  border-radius: 30px;
}
.m-hover:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.container-cards-v2-2022 .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 {
  text-align: left;
}

.banner_seccion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0B2739;
  background-repeat: no-repeat;
  background-position: center right;
  height: 300px !important;
}
@media (max-width: 768px) {
  .banner_seccion {
    height: 340px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .banner_seccion {
    background-position: center, center !important;
  }
}
.banner_seccion .wrap {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  position: relative;
  padding: 0px 0;
}
@media (max-width: 768px) {
  .banner_seccion .wrap {
    padding: 24px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .banner_seccion .wrap {
    padding: 24px;
  }
}
.banner_seccion .wrap * {
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .banner_seccion .wrap * {
    margin-bottom: 15px;
    max-width: unset !important;
  }
}
.banner_seccion .wrap *:last-child {
  margin-bottom: 0;
}
.banner_seccion .wrap h1 {
  font: 36px TelefonicaWeb-Bold;
  color: #008EDD;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .banner_seccion .wrap h1 {
    font-size: 24px;
    line-height: 1;
  }
}
.banner_seccion .wrap h2 {
  font: 30px TelefonicaWeb-Regular;
  color: #fff;
  line-height: 33px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .banner_seccion .wrap h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.banner_seccion .wrap p {
  font: 18px TelefonicaWeb-Light;
  color: #fff;
  line-height: 22px;
}
@media (max-width: 768px) {
  .banner_seccion .wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .banner_seccion .wrap p strong {
    display: inline-block;
  }
}

.container-cards-v2-2022 .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-plan-5g-v2-2022 .plan-5g-v2-2022 {
  position: relative;
}

.container-cards-v2-2022 .card-component-v2-2022 .card-component-separate-v2-2022.separator {
  margin-top: 15px;
}

.em-services {
  margin-bottom: 30px;
}

html body section.banner_seccion {
  background-size: initial;
  background-position: center right;
  background-repeat: no-repeat;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-br-desktop {
  display: block;
}
@media (max-width: 415px) {
  .u-br-desktop {
    display: inline;
  }
}

@media (max-width: 415px) {
  .u-br-mobile {
    display: block;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 768px) {
  .only-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .only-desk {
    display: none;
  }
}

html body .c-breadcrumbs {
  background-color: #ffffff;
}
html body .c-breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .c-breadcrumbs__item li {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzFfMjI5MSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj4KPHJlY3Qgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAxMCAwKSIgZmlsbD0iI0M0QzRDNCIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMV8yMjkxKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi42NTE0NyA5LjQyODc0QzIuODUzMTIgOS42MzQ5MiAzLjE4MDA3IDkuNjM0OTIgMy4zODE3MiA5LjQyODc0TDcuMzQ4NzYgNS4zNzI2NkM3LjQ0NTYxIDUuMjczNjMgNy41MDAwMSA1LjEzOTMyIDcuNSA0Ljk5OTI4QzcuNDk5OTkgNC44NTkyMyA3LjQ0NTU1IDQuNzI0OTMgNy4zNDg2OCA0LjYyNTkzTDMuMzgxNDIgMC41NzEyNjZDMy4xNzk3MiAwLjM2NTEyNyAyLjg1Mjc4IDAuMzY1MTk4IDIuNjUxMTYgMC41NzE0MjJDMi40NDk1NSAwLjc3NzY0NiAyLjQ0OTYyIDEuMTExOTMgMi42NTEzMiAxLjMxODA3TDYuMjUzMyA0Ljk5OTQxTDIuNjUxNDcgOC42ODIwOUMyLjQ0OTgyIDguODg4MjcgMi40NDk4MiA5LjIyMjU1IDIuNjUxNDcgOS40Mjg3NFoiIGZpbGw9IiM4Njg4OEMiLz4KPC9nPgo8L3N2Zz4K) no-repeat left center;
  padding-left: 15px;
  padding-right: 10px;
  font: 12px/12px "TelefonicaWeb-Light", sans-serif;
  color: #313235;
}
html body .c-breadcrumbs__item li a {
  color: #86888C;
  font: 12px/12px "TelefonicaWeb-Light", sans-serif !important;
}
html body .c-breadcrumbs__item li:first-child {
  background-image: none;
  padding-left: 0;
}
html body .c-breadcrumbs__item li:last-child {
  font-family: "TelefonicaWeb-Bold", sans-serif;
}

html body .c-legales {
  background-color: #F5F5F5;
  padding: 56px 0;
}
html body .c-legales__title {
  font: 24px/26px "TelefonicaWeb-Regular", sans-serif;
  color: #313235;
}
@media (max-width: 768px) {
  html body .c-legales__title {
    text-align: center;
  }
}
html body .c-legales__title-legal {
  font: 18px/24px "TelefonicaWeb-Light", sans-serif;
  color: #000;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
html body .c-legales__title-legal:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtYXNrIGlkPSJtYXNrMF8xXzI4MzYiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyNCI+DQo8cmVjdCB4PSIwLjExNDI1OCIgd2lkdGg9IjIxLjI3MjEiIGhlaWdodD0iMjQiIGZpbGw9IiNDNEM0QzQiLz4NCjwvbWFzaz4NCjxnIG1hc2s9InVybCgjbWFzazBfMV8yODM2KSI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwLjE3MTEgNi4zNjM1M0MyMC42MDk2IDYuODQ3NSAyMC42MDk2IDcuNjMyMTYgMjAuMTcxMSA4LjExNjEzTDExLjU0MjkgMTcuNjM3QzExLjMzMjMgMTcuODY5NSAxMS4wNDY2IDE4IDEwLjc0ODcgMThDMTAuNDUwOCAxOCAxMC4xNjUxIDE3Ljg2OTMgOS45NTQ0NyAxNy42MzY4TDEuMzI5MzUgOC4xMTU0QzAuODkwODUgNy42MzEzMyAwLjg5MDk5OSA2Ljg0NjY2IDEuMzI5NjggNi4zNjI3OUMxLjc2ODM2IDUuODc4OTMgMi40Nzk0NiA1Ljg3OTA5IDIuOTE3OTYgNi4zNjMxNkwxMC43NDg5IDE1LjAwNzlMMTguNTgyOCA2LjM2MzU0QzE5LjAyMTQgNS44Nzk1NyAxOS43MzI1IDUuODc5NTYgMjAuMTcxMSA2LjM2MzUzWiIgZmlsbD0iIzBCMjczOSIvPg0KPC9nPg0KPC9zdmc+) no-repeat center;
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 30px;
  height: 30px;
}
html body .c-legales__legal {
  padding: 16px 24px;
  background-color: #ffffff;
  border: 0.5px solid #D3D4D3;
  -webkit-box-shadow: 0px 1px 4px rgba(52, 60, 68, 0.1);
          box-shadow: 0px 1px 4px rgba(52, 60, 68, 0.1);
  border-radius: 17px;
  margin-bottom: 16px;
}
html body .c-legales__legal--active .c-legales__legal-list {
  height: 300px;
  padding: 25px 0;
}
html body .c-legales__legal--active .c-legales__title-legal:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html body .c-legales__legal-list {
  padding: 0px;
  height: 0px;
  overflow-y: scroll;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  scrollbar-color: #019DF4 #ffffff;
  scrollbar-width: thin;
}
html body .c-legales__legal-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
html body .c-legales__legal-list::-webkit-scrollbar:vertical {
  width: 11px;
}
html body .c-legales__legal-list ::-webkit-scrollbar:horizontal {
  height: 11px;
}
html body .c-legales__legal-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #019DF4; /* should match background, can't be transparent */
  background-color: #019DF4;
}
html body .c-legales__legal-list::-webkit-scrollbar-thumb:window-inactive {
  background-color: #019DF4;
}
html body .c-legales__legal-list li {
  font: 14px/16px "TelefonicaWeb-Light", sans-serif;
  color: #0B2739;
  margin-bottom: 10px;
}
html body .c-legales__legal-list li a {
  color: #019DF4;
}
html body .c-legales__legal-list li a:hover {
  text-decoration: underline;
}
html body .c-legales__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
html body .c-legales__left {
  width: 64%;
}
@media (max-width: 768px) {
  html body .c-legales__left {
    width: 100%;
  }
}
html body .c-legales__right {
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .c-legales__right img {
  position: relative;
  top: -33px;
}
@media (max-width: 768px) {
  html body .c-legales__right {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */