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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

body {
  background-color: #F7F7F7;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  p {
    margin-bottom: 0;
  }
}

.u-brDesktop {
  display: block !important;
  font-size: inherit;
}
@media (max-width: 768px) {
  .u-brDesktop {
    display: inline !important;
    font-size: inherit;
    margin: 0 !important;
  }
}
.u-only-mobile {
  display: none !important;
  margin: 0;
}
@media (max-width: 768px) {
  .u-only-mobile {
    display: block !important;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .u-only-desktop {
    display: none !important;
  }
}

.c__banner {
  padding: 17px 0px 9px;
}
.c__banner--container {
  max-width: 1011px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 415px) {
  .c__banner--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c__banner-text {
  width: 300px;
  padding-right: 50px;
  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;
}
@media (max-width: 768px) {
  .c__banner-text {
    display: none;
  }
}
.c__banner-cucarda {
  border: solid 1px #fff;
  border-radius: 6px;
  width: 144px;
  text-align: center;
  margin-bottom: 12px;
  padding-top: 4px;
}
@media (max-width: 768px) {
  .c__banner-cucarda {
    width: 115px;
    margin-bottom: 6px;
  }
}
.c__banner-cucarda-pie {
  font: 12px/16px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .c__banner-cucarda-pie {
    font-size: 10px;
    line-height: 12px;
  }
}
.c__banner-cucarda-precio {
  font: 22px/28px "TelefonicaWeb-Bold", arial, sans-serif;
  color: #fff;
}
.c__banner-cucarda-precio small {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  font-size: 16px;
}
@media (max-width: 768px) {
  .c__banner-cucarda-precio {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}
.c__banner-cucarda-pago {
  background-color: #E63780;
  font: 12px/15px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 0 0 6px 6px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .c__banner-cucarda-pago {
    font-size: 10px;
    line-height: 12px;
  }
}
.c__banner-content-phone {
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c__banner-content-phone-img {
  margin-right: 16px;
}
.c__banner-content-phone-img img {
  width: 78px;
}
@media (max-width: 768px) {
  .c__banner-content-phone-img {
    width: 61px;
  }
  .c__banner-content-phone-img img {
    width: 100%;
  }
}
.c__banner-title {
  font: 30px/38px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
  margin-bottom: 8px;
}
.c__banner-title-sub {
  font: 16px/20px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
}
.c__banner-title-phone {
  font: 22px/28px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c__banner-title-phone {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 7px;
  }
  .c__banner-title-phone strong {
    font-size: 16px;
    line-height: 18px;
    display: block;
  }
}
.c__banner-link {
  font: 16px/20px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .c__banner-link {
    font-size: 10px !important;
    line-height: 12px;
  }
}
.c__banner-link svg {
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .c__banner-link svg {
    width: 9px;
  }
}
.c__button {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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: 8px;
  font: 14px/16px "TelefonicaWeb-Regular", arial, sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0 16px;
}
@media (max-width: 990px) {
  .c__button {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .c__button {
    font-size: 12px !important;
    line-height: 14px;
    padding: 10px 5px !important;
  }
}
.c__button--blue {
  background-color: #174A6A;
  color: #fff;
}
.c__button--blue svg path {
  fill: #fff;
}
.c__button--white {
  color: #0B2739;
  background-color: #E5E8EA;
  position: relative;
}
.c__button--white:after {
  position: absolute;
  right: 0;
  top: 50%;
  border-right: solid 1px #808E97;
  content: "";
  width: 1px;
  height: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c__button--white:after {
    height: 42px;
    border-right: solid 1px #CED4D7;
  }
}
.c__button--white:last-child::after {
  display: none;
}
.c__button--white svg path {
  fill: #0B2739;
}
.c__button--more {
  max-width: 229px;
  height: 44px;
  font: 16px/20px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #019DF4;
  border: solid 1px #019DF4;
  background-color: transparent;
  margin: 28px auto 10px;
  cursor: pointer;
  background-color: #F7F7F7;
}
.c__button--more svg {
  vertical-align: middle;
  margin-left: 11px;
  top: -1px;
  position: relative;
}
@media (max-width: 768px) {
  .c__button {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
  }
}
.c__container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .c__container {
    padding: 0 10px;
  }
}
.c__container--filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c__paginator-info {
  width: 100%;
  text-align: center;
  font: 16px/20px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #0B2739;
  margin-top: 20px;
  margin-bottom: 10px;
}
.c__banner {
  height: 180px;
  background: url(../img/banner/renueva-dektop.jpg) no-repeat center right/cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .c__banner {
    background-position: center right 46%;
  }
}
@media (max-width: 768px) {
  .c__banner {
    background-image: url(../img/banner/renueva-mobile.jpg);
    background-position: center right;
    min-height: 140px;
    height: 140px;
  }
}
.c__access {
  padding: 16px;
  background-color: #E5E8EA;
  border-radius: 8px;
  font: 16px/20px "TelefonicaWeb-Light", arial, sans-serif;
  color: #0B2739;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
}
@media (max-width: 990px) {
  .c__access {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  .c__access--container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .c__access--container .c__access {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .c__access {
    margin: 0 -15px;
    padding: 8px 11px;
  }
}
.c__access-text {
  width: calc(100% - 664px);
}
@media (max-width: 1024px) {
  .c__access-text {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .c__access-text {
    display: none;
  }
}
.c__access-button {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .c__access-button {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .c__access-button {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
  }
}
.c__access-button--renueva {
  width: auto;
}
@media (max-width: 768px) {
  .c__access-button--renueva {
    width: 25%;
    text-align: left !important;
    line-height: 14px;
  }
}
.c__access-button--renueva svg {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .c__access-button--renueva svg {
    width: 24px;
    margin-right: 5px;
  }
}
.c__access-button--portabilidad {
  width: auto;
}
@media (max-width: 768px) {
  .c__access-button--portabilidad {
    width: 25%;
    text-align: left !important;
    line-height: 14px;
  }
}
.c__access-button--portabilidad svg {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .c__access-button--portabilidad svg {
    width: 24px;
    margin-right: 5px;
  }
}
.c__display-phone {
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .c__display-phone {
    margin-top: 10px;
  }
}
.c__display-phone-container {
  width: calc(77% - 25px);
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .c__display-phone-container {
    width: calc(70% - 25px);
  }
}
@media (max-width: 768px) {
  .c__display-phone-container {
    width: 100%;
    margin: 0;
  }
}
.c__display-phone-left {
  width: 23%;
}
@media (max-width: 1024px) {
  .c__display-phone-left {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .c__display-phone-left {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10000001;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-color: #E5E8EA !important;
  }
}
.c__display-phone-number-for-page {
  font: 14px/18px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #0B2739;
  display: inline;
  height: 40px;
}
@media (max-width: 768px) {
  .c__display-phone-number-for-page {
    display: none;
  }
}
.c__display-phone-number-for-page select {
  margin: 0 5px;
  width: 120px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  font: 12px/15px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #313235;
  padding: 0 0 0 5px;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}
.c__display-phone-number-for-page select:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.3));
}
.c__display-phone-number-for-page select option {
  font: 12px/12px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #313235;
}
.c__display-phone-payment-type {
  max-width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .c__display-phone-payment-type {
    max-width: 600px;
    width: calc(100% - 106px);
  }
}
.c__display-phone-payment-type button {
  width: 223px;
  padding: 5px;
  height: 48px;
  border: solid 1px #808E97;
  color: #0B2739;
  font: 13px/16px "TelefonicaWeb-Light", arial, 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  background-color: #E5E8EA;
}
.c__display-phone-payment-type button:only-child {
  border-radius: 8px !important;
}
.c__display-phone-payment-type button:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.3));
}
@media (max-width: 768px) {
  .c__display-phone-payment-type button {
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    height: 36px;
    padding: 0;
  }
}
.c__display-phone-payment-type button strong {
  font-size: 16px;
  line-height: 20px;
  display: block;
}
@media (max-width: 768px) {
  .c__display-phone-payment-type button strong {
    font-size: 12px;
    line-height: 20px;
  }
}
.c__display-phone-payment-type button:first-child {
  border-radius: 8px 0px 0 8px;
  border-right: 0;
}
.c__display-phone-payment-type button:last-child {
  border-radius: 0 8px 8px 0;
  border-left: 0;
}
.c__display-phone-payment-type button.active {
  background-color: #174A6A;
  color: #fff;
}
.c__display-phone-payment-type button.active:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 9px solid #174A6A;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .c__display-phone-payment-type button.active:after {
    display: none;
  }
}
.c__display-phone-filter {
  border-radius: 8px;
  padding: 8px;
  background-color: #E5E8EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .c__display-phone-filter-fixed {
    height: 36px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .c__display-phone-filter-fixed-position {
    padding: 0 10px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 119px;
    z-index: 99999;
    padding: 8px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .c__display-phone-filter {
    background-color: transparent;
    padding: 8px 0;
  }
}
.c__filter {
  width: 100%;
  padding: 24px 16px;
  background-color: #E5E8EA;
  border-radius: 8px;
}
.c__filter-special {
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
}
.c__filter-special-title {
  font: 16px/18px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #313235;
  margin-bottom: 16px;
}
.c__filter-special-title svg {
  vertical-align: bottom;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.c__filter-special-text-offer {
  font-size: 12px;
  color: #313235;
}
.c__filter hr {
  border-bottom: solid 1px #D3D4D3;
  margin: 24px 0 12px;
}
.c__filter-title {
  font: 20px/25px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #0B2739;
  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;
}
.c__filter-title svg {
  margin-right: 9px;
}
@media (max-width: 768px) {
  .c__filter-title {
    background: #0B2739;
    height: 54px;
    color: #fff;
    padding: 16px 25px;
    display: none;
  }
  .c__filter-title svg path {
    fill: #fff;
  }
}
.c__filter-title--mobile {
  display: none;
}
@media (max-width: 768px) {
  .c__filter-title--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c__filter-title-mobile-close {
  position: absolute;
  right: 6px;
}
.c__filter-sub-title {
  font: 16px/20px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #0B2739;
  margin-bottom: 8px;
  margin: 24px 0 8px;
}
.c__filter-sub-title--5g {
  margin-top: 0px;
}
.c__filter-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .c__filter-display {
    margin-bottom: 24px;
    border-bottom: solid 1px #D3D4D3;
  }
}
.c__filter-display button {
  padding: 6px 12px;
  border-radius: 30px;
  background-color: #808E97;
  color: #fff;
  font-size: 12px;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  display: inline-block;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c__filter-display button:hover {
  background-color: #0B2739;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.7));
          filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.7));
}
.c__filter-display button:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi43NzUyIDcuMDAwMDRDMTIuNzc1MiAxMC4xODk1IDEwLjE4OTYgMTIuNzc1IDcuMDAwMTYgMTIuNzc1QzMuODEwNzIgMTIuNzc1IDEuMjI1MTYgMTAuMTg5NSAxLjIyNTE2IDcuMDAwMDRDMS4yMjUxNiAzLjgxMDYgMy44MTA3MiAxLjIyNTA0IDcuMDAwMTYgMS4yMjUwNEMxMC4xODk2IDEuMjI1MDQgMTIuNzc1MiAzLjgxMDYgMTIuNzc1MiA3LjAwMDA0Wk0xMy40MTY4IDcuMDAwMDRDMTMuNDE2OCAxMC41NDM5IDEwLjU0NCAxMy40MTY3IDcuMDAwMTYgMTMuNDE2N0MzLjQ1NjM0IDEzLjQxNjcgMC41ODM0OTYgMTAuNTQzOSAwLjU4MzQ5NiA3LjAwMDA0QzAuNTgzNDk2IDMuNDU2MjEgMy40NTYzNCAwLjU4MzM3NCA3LjAwMDE2IDAuNTgzMzc0QzEwLjU0NCAwLjU4MzM3NCAxMy40MTY4IDMuNDU2MjEgMTMuNDE2OCA3LjAwMDA0Wk05Ljk3Njg1IDQuMzEwMTlMNy4zNTgzIDYuOTI4NzRMOS45NzY4NSA5LjU0NzI5QzEwLjA5NTYgOS42NjUxNCAxMC4wOTU2IDkuODU3MDkgOS45NzY4NSA5Ljk3NTgzTDkuOTc1MDYgOS45Nzc2MkM5Ljg1NjMyIDEwLjA5NTUgOS42NjUyNiAxMC4wOTQ2IDkuNTQ3NDIgOS45NzU4M0w2LjkyODg3IDcuMzU3MjhMNC4zMTAzMiA5Ljk3NTgzQzQuMTkxNTggMTAuMDk0NiAzLjk5OTYzIDEwLjA5NDYgMy44ODA4OSA5Ljk3NjcyQzMuNzYyMTQgOS44NTg4OCAzLjc2MjE0IDkuNjY2MDMgMy44ODA4OSA5LjU0NzI5TDYuNDk5NDMgNi45Mjg3NEwzLjg4MDg5IDQuMzEwMTlDMy43NjkyOSA0LjE5MjM1IDMuNzY5MjkgNC4wMDg0MyAzLjg4MDg5IDMuODkxNDhDMy45OTYwNiAzLjc3MDA2IDQuMTg4OSAzLjc2NDcgNC4zMTAzMiAzLjg4MDc2TDYuOTI4ODcgNi40OTkzMUw5LjU0NzQyIDMuODgwNzZDOS42NjYxNiAzLjc2MjAyIDkuODU4MTEgMy43NjIwMiA5Ljk3Njg1IDMuODgwNzZDMTAuMDk1NiAzLjk5OTUgMTAuMDk1NiA0LjE5MTQ1IDkuOTc2ODUgNC4zMTAxOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat 0 0/cover;
  width: 13px;
  height: 13px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}
.c__filter-5g {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  display: block;
}
.c__filter-5g input label {
  margin-left: 8px;
}
.c__filter-5g input:checked ~ label {
  color: #019DF4;
}
.c__filter-5g-text {
  font: 12px/15px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #50535A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__filter-5g-text input {
  margin-right: 8px;
}
.c__filter-5g-text:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.3));
  color: #019DF4;
}
.c__filter-5g-text input:checked ~ span {
  color: #019DF4;
}
.c__filter-brands {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}
@media (max-width: 768px) {
  .c__filter-brands {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.c__filter-brands button {
  background-color: #fff;
  border-radius: 7px;
  height: 70px;
  border: solid 1px #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.c__filter-brands button:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(11, 39, 57, 0.3));
}
.c__filter-brands button svg * {
  fill: #808E97;
}
.c__filter-brands button.sel {
  border: solid 1px #019DF4;
}
.c__filter-brands button.sel svg * {
  fill: #019DF4;
}
.c__filter-caract .c__filter-sub-title {
  position: relative;
  cursor: pointer;
}
.c__filter-caract .c__filter-sub-title:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0861 0.242353C15.416 0.564997 15.416 1.08811 15.0861 1.41076L8.59635 7.75801C8.43791 7.91298 8.22301 8.00002 7.99894 8C7.77487 7.99998 7.55999 7.91289 7.40158 7.75789L0.914123 1.41027C0.584301 1.08755 0.584413 0.564441 0.914372 0.241862C1.24433 -0.0807158 1.77919 -0.0806069 2.10901 0.242106L7.99915 6.00529L13.8914 0.242357C14.2213 -0.0802894 14.7562 -0.0802913 15.0861 0.242353Z' fill='%23313235'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 8px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
}
.c__filter-caract-options {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.c__filter-caract-options li, .c__filter-caract-options label {
  padding: 16px;
  background-color: #fff;
  margin-bottom: 1px;
  font: 12px/15px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #50535A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.c__filter-caract-options li input, .c__filter-caract-options label input {
  margin-right: 8px;
}
.c__filter-caract-options li span, .c__filter-caract-options label span {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.c__filter-caract-options li:hover span, .c__filter-caract-options label:hover span {
  color: #019DF4;
}
.c__filter-caract-options li input, .c__filter-caract-options label input {
  margin-right: 8px;
}
.c__filter-caract-options li input:checked ~ span, .c__filter-caract-options label input:checked ~ span {
  color: #019DF4;
}
.c__filter-caract-options li:first-child, .c__filter-caract-options label:first-child {
  border-radius: 8px 8px 0 0;
}
.c__filter-caract-options li:last-child, .c__filter-caract-options label:last-child {
  border-radius: 0 0 8px 8px;
}
.c__filter-caract--active .c__filter-caract-options {
  max-height: 1000px;
}
.c__filter-caract--active .c__filter-sub-title:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c__filter-mobile {
  width: 97px;
  height: 36px;
  background-color: #E5E8EA;
  display: none;
  border-radius: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 14px/17px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #0B2739;
  position: relative;
}
.c__filter-mobile-count {
  width: 23px;
  height: 23px;
  background-color: #E63780;
  border-radius: 50px;
  color: #fff;
  font: 13px/13px "TelefonicaWeb-Bold", arial, 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;
  display: none;
  margin-right: 8px;
}
.c__filter-mobile svg {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .c__filter-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c__filter-action-mobile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0B2739;
  height: 72px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 25px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: fixed;
}
@media (max-width: 768px) {
  .c__filter-action-mobile {
    left: 0;
    bottom: 0;
    z-index: 99999999999;
  }
}
.c__filter-action-mobile button {
  width: calc(50% - 6px);
  height: 40px;
  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;
  color: #fff;
  font: 14px/16px "TelefonicaWeb-Regular", arial, sans-serif;
}
.c__filter-action-mobile--clear {
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 30px;
}
.c__filter-action-mobile--send {
  background-color: #019DF4;
  border: solid 1px #019DF4;
}
.c__filter-special {
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
}
.c__filter-special-title {
  font: 16px/18px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #313235;
  margin-bottom: 16px;
}
.c__filter-special-title svg {
  vertical-align: bottom;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.c__filter-special-text-offer {
  font-size: 12px;
  color: #313235;
}
.c__equipment {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: ;
  grid-template-rows: repeat(auto, auto, auto);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .c__equipment {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c__equipment--loading .card-component-v2-2022 {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.c__equipment--loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI0MXB4IiBoZWlnaHQ9IjQxcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgID48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MCA1MCkiIHN0eWxlPSJhbmltYXRpb24tcGxheS1zdGF0ZTpwYXVzZWQiID48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLDAsMCkiIHN0eWxlPSJhbmltYXRpb24tcGxheS1zdGF0ZTpwYXVzZWQiID48cGF0aCBkPSJNMjkuNDkxNTI0MjA2MTE3MjU1IC01LjUgTDM3LjQ5MTUyNDIwNjExNzI1NSAtNS41IEwzNy40OTE1MjQyMDYxMTcyNTUgNS41IEwyOS40OTE1MjQyMDYxMTcyNTUgNS41IEEzMCAzMCAwIDAgMSAyNC43NDI3NDQwNTAxOTg3MzggMTYuOTY0NTY5NDU3MTQ2NzEyIEwyNC43NDI3NDQwNTAxOTg3MzggMTYuOTY0NTY5NDU3MTQ2NzEyIEwzMC4zOTk1OTgyOTk2OTExMTcgMjIuNjIxNDIzNzA2NjM5MDkyIEwyMi42MjE0MjM3MDY2MzkwOTYgMzAuMzk5NTk4Mjk5NjkxMTE0IEwxNi45NjQ1Njk0NTcxNDY3MTYgMjQuNzQyNzQ0MDUwMTk4NzM0IEEzMCAzMCAwIDAgMSA1LjUgMjkuNDkxNTI0MjA2MTE3MjU1IEw1LjUgMjkuNDkxNTI0MjA2MTE3MjU1IEw1LjUgMzcuNDkxNTI0MjA2MTE3MjU1IEwtNS40OTk5OTk5OTk5OTk5OTcgMzcuNDkxNTI0MjA2MTE3MjU1IEwtNS40OTk5OTk5OTk5OTk5OTcgMjkuNDkxNTI0MjA2MTE3MjU1IEEzMCAzMCAwIDAgMSAtMTYuOTY0NTY5NDU3MTQ2NzA1IDI0Ljc0Mjc0NDA1MDE5ODczOCBMLTE2Ljk2NDU2OTQ1NzE0NjcwNSAyNC43NDI3NDQwNTAxOTg3MzggTC0yMi42MjE0MjM3MDY2MzkwODUgMzAuMzk5NTk4Mjk5NjkxMTE3IEwtMzAuMzk5NTk4Mjk5NjkxMTE3IDIyLjYyMTQyMzcwNjYzOTA5MiBMLTI0Ljc0Mjc0NDA1MDE5ODczOCAxNi45NjQ1Njk0NTcxNDY3MTIgQTMwIDMwIDAgMCAxIC0yOS40OTE1MjQyMDYxMTcyNTUgNS41MDAwMDAwMDAwMDAwMDkgTC0yOS40OTE1MjQyMDYxMTcyNTUgNS41MDAwMDAwMDAwMDAwMDkgTC0zNy40OTE1MjQyMDYxMTcyNTUgNS41MDAwMDAwMDAwMDAwMSBMLTM3LjQ5MTUyNDIwNjExNzI1NSAtNS41MDAwMDAwMDAwMDAwMDEgTC0yOS40OTE1MjQyMDYxMTcyNTUgLTUuNTAwMDAwMDAwMDAwMDAyIEEzMCAzMCAwIDAgMSAtMjQuNzQyNzQ0MDUwMTk4NzM4IC0xNi45NjQ1Njk0NTcxNDY3MDUgTC0yNC43NDI3NDQwNTAxOTg3MzggLTE2Ljk2NDU2OTQ1NzE0NjcwNSBMLTMwLjM5OTU5ODI5OTY5MTExNyAtMjIuNjIxNDIzNzA2NjM5MDg1IEwtMjIuNjIxNDIzNzA2NjM5MDkyIC0zMC4zOTk1OTgyOTk2OTExMTcgTC0xNi45NjQ1Njk0NTcxNDY3MTIgLTI0Ljc0Mjc0NDA1MDE5ODczOCBBMzAgMzAgMCAwIDEgLTUuNTAwMDAwMDAwMDAwMDExIC0yOS40OTE1MjQyMDYxMTcyNTUgTC01LjUwMDAwMDAwMDAwMDAxMSAtMjkuNDkxNTI0MjA2MTE3MjU1IEwtNS41MDAwMDAwMDAwMDAwMTIgLTM3LjQ5MTUyNDIwNjExNzI1NSBMNS40OTk5OTk5OTk5OTk5OTggLTM3LjQ5MTUyNDIwNjExNzI1NSBMNS41IC0yOS40OTE1MjQyMDYxMTcyNTUgQTMwIDMwIDAgMCAxIDE2Ljk2NDU2OTQ1NzE0NjcwMiAtMjQuNzQyNzQ0MDUwMTk4NzQgTDE2Ljk2NDU2OTQ1NzE0NjcwMiAtMjQuNzQyNzQ0MDUwMTk4NzQgTDIyLjYyMTQyMzcwNjYzOTA4IC0zMC4zOTk1OTgyOTk2OTExMiBMMzAuMzk5NTk4Mjk5NjkxMTE3IC0yMi42MjE0MjM3MDY2MzkxIEwyNC43NDI3NDQwNTAxOTg3MzggLTE2Ljk2NDU2OTQ1NzE0NjcxNiBBMzAgMzAgMCAwIDEgMjkuNDkxNTI0MjA2MTE3MjU1IC01LjUwMDAwMDAwMDAwMDAxMyBNMCAtMjBBMjAgMjAgMCAxIDAgMCAyMCBBMjAgMjAgMCAxIDAgMCAtMjAiIGZpbGw9IiMwYjI3MzkiIHN0eWxlPSJhbmltYXRpb24tcGxheS1zdGF0ZTpwYXVzZWQiID48L3BhdGg+PC9nPjwvZz48IS0tIGdlbmVyYXRlZCBieSBodHRwczovL2xvYWRpbmcuaW8vIC0tPjwvc3ZnPg==");
  width: 38px;
  height: 41px;
  -webkit-animation: rotate 5s normal linear infinite;
          animation: rotate 5s normal linear infinite;
}
@media (max-width: 1024px) {
  .c__equipment {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .c__equipment {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
}
@media (max-width: 415px) {
  .c__equipment {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}
@media (max-width: 1024px) {
  .c__equipment .card-component-v2-2022 {
    width: 237px;
  }
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 {
    width: 100%;
    margin: 0;
  }
}
.c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 {
  padding-right: 5px;
  margin: 23px 0 10px;
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 {
    margin-bottom: 10px;
  }
}
.c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-title-v2-2022 {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-title-v2-2022 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-title-v2-2022 {
    font-size: 16px;
  }
}
.c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022 {
  font-size: 20px;
  line-height: 25px;
}
.c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022--fix-height {
  height: 50px;
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022--fix-height {
    height: auto;
  }
}
.c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022--fix-height-75 {
  height: 75px;
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022--fix-height-75 {
    height: auto;
  }
}
.c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022--fix-height-50 {
  height: 50px;
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022--fix-height-50 {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-1-subtitle-v2-2022 .card-header-subtitle-v2-2022 {
    font-size: 20px;
    line-height: 25px;
  }
}
.c__equipment .card-component-v2-2022 .card-component-header-v2-2022 .card-component-header-title-v2-2022 .card-component-header-plan-5g-v2-2022 {
  position: relative;
}
.c__equipment .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 .plan-5g-icon-v2-2022 {
  top: 18px;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 .card-port-equipment-body-description-list-v2-2022 .card-port-equipment-body-description-featured-v2-2022 {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  margin-bottom: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 .card-port-equipment-body-description-list-v2-2022 .card-port-equipment-body-description-featured-v2-2022:last-child {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 415px) {
  .c__equipment .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 .card-port-equipment-body-description-list-v2-2022 .card-port-equipment-body-description-featured-v2-2022:last-child {
    width: auto;
  }
}
.c__equipment .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 hr {
  margin: 16px 0 0 0;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 .card-port-equipment-body-description-way-pay-v2-2022 {
  padding-top: 0px;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 .card-port-equipment-body-description-way-pay-v2-2022-pie {
  font: 12px/15px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #313235;
  text-align: left;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 .card-port-equipment-body-description-way-pay-v2-2022 .card-port-equipment-body-description-share-v2-2022 {
  font-size: 16px;
  margin: 4px 0;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 .card-port-equipment-body-description-way-pay-v2-2022 .card-port-equipment-body-description-share-v2-2022 small {
  font: 12px/12px "TelefonicaWeb-Regular", arial, sans-serif;
}
@media (max-width: 1024px) {
  .c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-plan-movil-v2-2022 h5, .c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-plan-movil-v2-2022 p {
    font-size: 14px;
    line-height: 16px;
  }
}
.c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-plan-movil-v2-2022 h5 strong, .c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-plan-movil-v2-2022 p strong {
  display: inline;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-plan-movil-v2-2022 .card-port-equipment-plan-movil-price-v2-2022 {
  width: 208px;
}
@media (max-width: 1024px) {
  .c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-plan-movil-v2-2022 .card-port-equipment-plan-movil-price-v2-2022 {
    width: 156px;
  }
}
.c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-footer-total-price-v2-2022 {
  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;
  margin: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-footer-total-price-v2-2022 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 151px);
    margin: 0;
  }
}
.c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-footer-total-price-v2-2022 span {
  font-size: 17px;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-footer-total-price-v2-2022 strong {
  color: #313235;
  font-size: 26px;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-footer-total-price-v2-2022 strong small {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  font-size: 17px;
}
@media (max-width: 768px) {
  .c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-footer-total-price-v2-2022 strong {
    font-size: 26px;
    color: #019DF4;
  }
  .c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-footer-total-price-v2-2022 strong span {
    font-size: 22px;
    color: #313235;
  }
}
.c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .card-port-equipment-footer-total-price-v2-2022 .card-port-equipment-total-price-each-v2-2022 {
  font-size: 11px;
  color: #50535A;
  margin-top: 5px;
}
.c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .btn-port-equipment-v2-2022 {
  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) {
  .c__equipment .card-component-v2-2022 .card-port-equipment-footer-v2-2022 .btn-port-equipment-v2-2022 {
    width: 151px;
  }
}
.c__card-brand {
  padding: 63px 23px 15px;
  text-align: center;
  background-size: cover !important;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c__card-brand--apple {
  background-image: url(../img/brand/bg-apple.jpg) !important;
}
@media (max-width: 768px) {
  .c__card-brand--apple {
    background-image: url(../img/brand/bg-apple-mobile.jpg) !important;
  }
}
.c__card-brand-container {
  width: 100%;
}
@media (max-width: 768px) {
  .c__card-brand-container {
    width: 182px;
  }
}
@media (max-width: 768px) {
  .c__card-brand {
    height: 150px;
    padding: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c__card-brand-button {
  width: 100%;
  height: 40px;
  font: 14px/16px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
  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: 30px;
  border: solid 1px #fff;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .c__card-brand-button {
    font-size: 12px !important;
    line-height: 12px;
  }
}
.c-legales {
  background-color: #F7F7F7;
}
.c-legales hr {
  border-top: solid 1px #CED4D7;
  border-bottom: 0;
}
.c-legales__title {
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-legales__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.c__not-found {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  grid-row: 1/10;
  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: 20px/20px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #0B2739;
}
.c__not-found-gear {
  -webkit-animation: rotate 5s normal linear infinite;
          animation: rotate 5s normal linear infinite;
}
.c__not-found-ico {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDUnIGhlaWdodD0nNDYnIHZpZXdCb3g9JzAgMCA0NSA0NicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuMjI0NSAzNi4yMDAzQzE0LjQ3NzYgMzYuMzQ3MSAxNC43Nzg0IDM2LjM4NzUgMTUuMDYxMiAzNi4zMTI4QzE1LjM0NDEgMzYuMjM4IDE1LjU4NTkgMzYuMDU0MiAxNS43MzM1IDM1LjgwMTZDMTYuMDEwOSAzNS4zMTI5IDE2LjQxMjggMzQuOTA2NSAxNi44OTg0IDM0LjYyMzdDMTcuMzg0IDM0LjM0MSAxNy45MzU2IDM0LjE5MjEgMTguNDk3NSAzNC4xOTIxQzE5LjA1OTQgMzQuMTkyMSAxOS42MTEyIDM0LjM0MSAyMC4wOTY4IDM0LjYyMzdDMjAuNTgyNCAzNC45MDY1IDIwLjk4NDQgMzUuMzEyOSAyMS4yNjE3IDM1LjgwMTZDMjEuMzM0NiAzNS45MjY5IDIxLjQzMTYgMzYuMDM2NSAyMS41NDY5IDM2LjEyNDRDMjEuNjYyMiAzNi4yMTIyIDIxLjc5MzYgMzYuMjc2NCAyMS45MzM3IDM2LjMxMzVDMjIuMDczOSAzNi4zNTA1IDIyLjIxOTggMzYuMzU5NiAyMi4zNjM1IDM2LjM0MDJDMjIuNTA3MSAzNi4zMjA3IDIyLjY0NTUgMzYuMjczMiAyMi43NzA4IDM2LjIwMDNDMjIuODk2IDM2LjEyNzQgMjMuMDA1OSAzNi4wMzA2IDIzLjA5MzcgMzUuOTE1M0MyMy4xODE1IDM1LjggMjMuMjQ1NyAzNS42Njg1IDIzLjI4MjcgMzUuNTI4NEMyMy4zMTk4IDM1LjM4ODIgMjMuMzI4OCAzNS4yNDIyIDIzLjMwOTQgMzUuMDk4NkMyMy4yOSAzNC45NTUgMjMuMjQyNSAzNC44MTY1IDIzLjE2OTYgMzQuNjkxM0MyMi42OTggMzMuODY4OCAyMi4wMTc3IDMzLjE4NTQgMjEuMTk3NCAzMi43MTAxQzIwLjM3NyAzMi4yMzQ5IDE5LjQ0NTYgMzEuOTg0NiAxOC40OTc1IDMxLjk4NDZDMTcuNTQ5NCAzMS45ODQ2IDE2LjYxODIgMzIuMjM0OSAxNS43OTc5IDMyLjcxMDFDMTQuOTc3NSAzMy4xODU0IDE0LjI5NzIgMzMuODY4OCAxMy44MjU2IDM0LjY5MTNDMTMuNjc4NiAzNC45NDQzIDEzLjYzOCAzNS4yNDU0IDEzLjcxMjcgMzUuNTI4M0MxMy43ODc1IDM1LjgxMTIgMTMuOTcxNiAzNi4wNTI5IDE0LjIyNDUgMzYuMjAwM1onIGZpbGw9JyMzQzUyNjEnLz48cGF0aCBkPSdNMjEuNDMgMjMuNzk5NkMyMS4yMzYxIDIzLjggMjEuMDQ1OSAyMy44NTE1IDIwLjg3ODIgMjMuOTQ4OEMyMC43MTA1IDI0LjA0NjEgMjAuNTcxNCAyNC4xODU4IDIwLjQ3NDkgMjQuMzUzOUMyMC4zNzgzIDI0LjUyMiAyMC4zMjc2IDI0LjcxMjUgMjAuMzI4IDI0LjkwNjRDMjAuMzI4NCAyNS4xMDAyIDIwLjM3OTcgMjUuMjkwNiAyMC40NzcgMjUuNDU4M0MyMC44NTMxIDI2LjExMzYgMjEuMzk1NiAyNi42NTgxIDIyLjA0OTUgMjcuMDM2N0MyMi43MDMzIDI3LjQxNTQgMjMuNDQ1NSAyNy42MTQ3IDI0LjIwMTEgMjcuNjE0N0MyNC45NTY2IDI3LjYxNDcgMjUuNjk4OCAyNy40MTU0IDI2LjM1MjcgMjcuMDM2N0MyNy4wMDY1IDI2LjY1ODEgMjcuNTQ4OCAyNi4xMTM2IDI3LjkyNDkgMjUuNDU4M0MyOC4wNjQzIDI1LjIwNTkgMjguMDk5NSAyNC45MDg5IDI4LjAyMjcgMjQuNjMwOUMyNy45NDYgMjQuMzUzIDI3Ljc2MzUgMjQuMTE2MSAyNy41MTQzIDIzLjk3MUMyNy4yNjUxIDIzLjgyNTkgMjYuOTY4OSAyMy43ODQxIDI2LjY4OTMgMjMuODU0NkMyNi40MDk2IDIzLjkyNSAyNi4xNjg2IDI0LjEwMjEgMjYuMDE3OSAyNC4zNDhDMjUuODM2MiAyNC42Njk3IDI1LjU3MjIgMjQuOTM3NCAyNS4yNTMxIDI1LjEyMzdDMjQuOTMzOSAyNS4zMSAyNC41NzExIDI1LjQwODEgMjQuMjAxNSAyNS40MDgxQzIzLjgzMiAyNS40MDgxIDIzLjQ2ODkgMjUuMzEgMjMuMTQ5OCAyNS4xMjM3QzIyLjgzMDYgMjQuOTM3NCAyMi41NjY2IDI0LjY2OTcgMjIuMzg0OSAyNC4zNDhDMjIuMjg3NiAyNC4xODEgMjIuMTQ4MiAyNC4wNDI1IDIxLjk4MDYgMjMuOTQ2M0MyMS44MTMxIDIzLjg1MDEgMjEuNjIzMiAyMy43OTk1IDIxLjQzIDIzLjc5OTZaJyBmaWxsPScjM0M1MjYxJy8+PHBhdGggZD0nTTEyLjA5OTggMjcuNjE0M0MxMi44NTQ4IDI3LjYxMDQgMTMuNTk1NyAyNy40MDk0IDE0LjI0OTEgMjcuMDMxQzE0LjkwMjQgMjYuNjUyNyAxNS40NDU3IDI2LjExMDIgMTUuODI0OCAyNS40NTczQzE1Ljk3MjEgMjUuMjA0NCAxNi4wMTI4IDI0LjkwMzMgMTUuOTM4IDI0LjYyMDNDMTUuODYzMiAyNC4zMzczIDE1LjY3OSAyNC4wOTU1IDE1LjQyNiAyMy45NDgzQzE1LjE3MyAyMy44MDExIDE0Ljg3MiAyMy43NjA0IDE0LjU4OSAyMy44MzUyQzE0LjMwNiAyMy45MDk5IDE0LjA2NDIgMjQuMDk0MSAxMy45MTcgMjQuMzQ3MUMxMy43MzUgMjQuNjY4OCAxMy40NzExIDI0LjkzNjUgMTMuMTUxOCAyNS4xMjI3QzEyLjgzMjYgMjUuMzA4OSAxMi40Njk0IDI1LjQwNzEgMTIuMDk5OCAyNS40MDcxQzExLjczMDIgMjUuNDA3MSAxMS4zNjczIDI1LjMwODkgMTEuMDQ4MSAyNS4xMjI3QzEwLjcyODggMjQuOTM2NSAxMC40NjQ5IDI0LjY2ODggMTAuMjgyOSAyNC4zNDcxQzEwLjEzMjIgMjQuMTAxMiA5Ljg5MTI1IDIzLjkyNDEgOS42MTE2MyAyMy44NTM3QzkuMzMyMDEgMjMuNzgzMiA5LjAzNTgyIDIzLjgyNSA4Ljc4NjYzIDIzLjk3MDFDOC41Mzc0MyAyNC4xMTUyIDguMzU0OTQgMjQuMzUyMSA4LjI3ODE5IDI0LjYzQzguMjAxNDQgMjQuOTA4IDguMjM2NTggMjUuMjA0OSA4LjM3NjAxIDI1LjQ1NzNDOC43NTUwMiAyNi4xMTAxIDkuMjk4MTEgMjYuNjUyNiA5Ljk1MTI5IDI3LjAzMDlDMTAuNjA0NSAyNy40MDkyIDExLjM0NSAyNy42MTAzIDEyLjA5OTggMjcuNjE0M1onIGZpbGw9JyMzQzUyNjEnLz48cGF0aCBkPSdNNDQuOTkzNyA4Ljk0NTI2QzQ0Ljk5MDkgNi41NzM3IDQ0LjA0NzYgNC4zMDAwNSA0Mi4zNzA3IDIuNjIzMDlDNDAuNjkzNyAwLjk0NjE0NCAzOC40MjAyIDAuMDAyODEwNjcgMzYuMDQ4NiAwSDEzLjYxMzVDMTAuMDA0MSAwLjAwMzU3ODQ3IDYuNTQzNTkgMS40MzkwMSAzLjk5MTM2IDMuOTkxMjRDMS40MzkxMyA2LjU0MzQ3IDAuMDAzNTc4NDcgMTAuMDA0IDAgMTMuNjEzNFYxNy42NDQzQzAuMDQ1NDMzNCAxNy43NTI0IDAuMDY4ODI4NyAxNy44Njg0IDAuMDY4ODI4NyAxNy45ODU2QzAuMDY4ODI4NyAxOC4xMDI4IDAuMDQ1NDMzNCAxOC4yMTg4IDAgMTguMzI2OVYyOC4xOTlDMC4wOTE3MTY3IDMyLjk1MTUgMi4wNDQwOCAzNy40NzgzIDUuNDM3NDcgNDAuODA2OEM4LjgzMDg2IDQ0LjEzNTQgMTMuMzk0NiA0NiAxOC4xNDc5IDQ2QzIyLjkwMTMgNDYgMjcuNDY0OCA0NC4xMzU0IDMwLjg1ODEgNDAuODA2OEMzNC4yNTE1IDM3LjQ3ODMgMzYuMjAzOSAzMi45NTE1IDM2LjI5NTYgMjguMTk5VjE4LjY4MjJDMzguNjg3NiAxOC40MDkzIDQwLjg5NTcgMTcuMjY2MyA0Mi40OTk2IDE1LjQ3MDhDNDQuMTAzNSAxMy42NzUzIDQ0Ljk5MTIgMTEuMzUyOCA0NC45OTM3IDguOTQ1MjZaTTE4LjE1MzEgNDQuMTM2M0MxMy45MjY4IDQ0LjEzMiA5Ljg3NDc2IDQyLjQ1MTIgNi44ODYxOCAzOS40NjI4QzMuODk3NTkgMzYuNDc0NCAyLjIxNjU1IDMyLjQyMjUgMi4yMTE5NSAyOC4xOTYyVjE4Ljc0NUgzNC4wOTMzVjI4LjE5NjJDMzQuMDg4NyAzMi40MjI3IDMyLjQwNzcgMzYuNDc0NyAyOS40MTg5IDM5LjQ2MzJDMjYuNDMwMSA0Mi40NTE2IDIyLjM3NzggNDQuMTMyMiAxOC4xNTEyIDQ0LjEzNjNIMTguMTUzMVpNMzUuMTk3OSAxNi41Mzc5SDIuMjExOTVWMTMuNjEwNUMyLjIxNTUzIDEwLjU4NzIgMy40MTgwMyA3LjY4ODggNS41NTU4IDUuNTUxMDNDNy42OTM1NyAzLjQxMzI1IDEwLjU5MjEgMi4yMTA2OSAxMy42MTU0IDIuMjA3MTJIMzYuMDUwNUMzNy44MzY5IDIuMjA5MTYgMzkuNTQ5NyAyLjkxOTczIDQwLjgxMjkgNC4xODI5NEM0Mi4wNzYxIDUuNDQ2MTQgNDIuNzg2NiA3LjE1ODgyIDQyLjc4ODYgOC45NDUyNkM0Mi43ODY2IDEwLjk1ODMgNDEuOTg2IDEyLjg4ODMgNDAuNTYyNSAxNC4zMTE4QzM5LjEzOTEgMTUuNzM1MiAzNy4yMDkxIDE2LjUzNTggMzUuMTk2IDE2LjUzNzlIMzUuMTk3OVonIGZpbGw9JyMzQzUyNjEnLz48L3N2Zz4K) no-repeat center center/cover;
  width: 36px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
}

body.show-filter {
  overflow: hidden;
}
body.show-filter .c__display-phone-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #f3f3f3;
  padding-bottom: 61px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body.show-filter .c__filter-action-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  body.show-filter #_newHead2018EmpresasMov {
    z-index: 99;
  }
}

.card-port-equipment-body-description-way-pay-v2-2022-recomendado {
  font: 14px TelefonicaWeb-Bold;
  line-height: normal;
  background-color: #E63780;
  color: #fff;
  line-height: 1;
  padding: 4px 6px 4px 6px;
  border-radius: 4px;
  text-align: center;
  width: auto;
  margin: 17px auto 8px;
  display: none;
}
@media (max-width: 768px) {
  .card-port-equipment-body-description-way-pay-v2-2022-recomendado {
    display: block;
  }
}

.card-port-equipment-body-description-way-pay-v2-2022-plan {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media (max-width: 768px) {
  .card-port-equipment-body-description-way-pay-v2-2022-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.card-port-equipment-body-description-way-pay-v2-2022-plan-name {
  color: #313235;
  font: 14px "TelefonicaWeb-Regular", arial, sans-serif;
  margin: 5px 0;
  width: calc(100% - 102px);
  text-align: left;
}
.card-port-equipment-body-description-way-pay-v2-2022-plan-price {
  color: #0B2739;
  text-align: right;
  font-size: 18px;
  line-height: 24px;
  width: 102px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
.card-port-equipment-body-description-way-pay-v2-2022-plan-price span {
  font-size: 12px;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
}

@media (max-width: 415px) {
  .container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-img-v2-2022 {
    height: auto;
  }
}

.container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 {
  width: 100%;
  padding-bottom: 0;
  padding-right: 15px;
}
.container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-description-v2-2022 hr {
  margin: 16px 0;
}

@media (max-width: 768px) {
  .container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-body-v2-2022 .card-port-equipment-body-img-v2-2022 img {
    height: 173px;
  }
}

@media (max-width: 768px) {
  .container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-body-v2-2022 {
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-footer-v2-2022 {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-footer-v2-2022 {
  padding-bottom: 16px;
  position: relative;
}
@media (max-width: 415px) {
  .container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-footer-v2-2022 {
    margin-top: 10px;
  }
  .container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-footer-v2-2022:before {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: 1px;
    border-top: solid 1px #EBEBEB;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.container-cards-v2-2022 .card-component-v2-2022 .card-port-equipment-body-v2-2022 {
  padding-bottom: 0;
}

.back {
  position: sticky;
  top: calc(100% - 60px);
  margin-left: 19px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.back:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(1, 157, 244, 0.7));
          filter: drop-shadow(0px 0px 3px rgba(1, 157, 244, 0.7));
}
@media (max-width: 1024px) {
  .back {
    margin-left: -43px;
  }
}
@media (max-width: 768px) {
  .back {
    margin-left: -37px;
    margin-bottom: -75px;
  }
}
.back.show {
  opacity: 1;
  visibility: visible;
}

.sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sticky-content {
  margin-top: 33px;
}
@media (max-width: 1024px) {
  .sticky-content {
    width: 0;
  }
}

.c-breadcrumbs {
  background-color: #fff;
  border-bottom: solid 1px #F5F5F5;
}
.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;
}
.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", arial, sans-serif;
  color: #0B2739;
}
.c-breadcrumbs__item li a {
  color: #86888C;
  font: 12px/12px "TelefonicaWeb-Light", arial, sans-serif !important;
}
@media (max-width: 768px) {
  .c-breadcrumbs__item li a {
    font-size: 12px !important;
    color: #0B2739 !important;
  }
}
.c-breadcrumbs__item li:first-child {
  background-image: none;
  padding-left: 0;
}
.c-breadcrumbs__item li:last-child {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}
@media (max-width: 768px) {
  .c-breadcrumbs__item li {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-breadcrumbs__item-mobile {
    display: block !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDcgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi41NTMwOSAxMi4yNTcyQzYuMjkwOTQgMTIuNTI1MyA1Ljg2NTkxIDEyLjUyNTMgNS42MDM3NiAxMi4yNTcyTDAuNDQ2NjEzIDYuOTg0MzJDMC4zMjA3MDcgNi44NTU1OSAwLjI0OTk4MSA2LjY4MDk4IDAuMjUgNi40OTg5MkMwLjI1MDAxOCA2LjMxNjg3IDAuMzIwNzc4IDYuMTQyMjggMC40NDY3MSA2LjAxMzU3TDUuNjA0MTYgMC43NDI1MTJDNS44NjYzNiAwLjQ3NDUzMSA2LjI5MTM5IDAuNDc0NjIzIDYuNTUzNDkgMC43NDI3MTRDNi44MTU1OCAxLjAxMDgxIDYuODE1NDkgMS40NDUzOCA2LjU1MzI5IDEuNzEzMzZMMS44NzA3IDYuNDk5MDlMNi41NTMwOCAxMS4yODY2QzYuODE1MjQgMTEuNTU0NiA2LjgxNTI0IDExLjk4OTIgNi41NTMwOSAxMi4yNTcyWiIgZmlsbD0iIzBCMjczOSIvPgo8L3N2Zz4K) !important;
  }
  .c-breadcrumbs__item-mobile a {
    font-family: "TelefonicaWeb-Regular", arial, sans-serif !important;
    color: #313235 !important;
  }
}

.container-cards-v2-2022 .card-component-v2-2022 {
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}
.container-cards-v2-2022 .card-component-v2-2022:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(60, 82, 97, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(60, 82, 97, 0.3));
}

@-webkit-keyframes levitate {
  0% {
    background-position-y: 0;
  }
  50% {
    background-position-y: -10px;
  }
  100% {
    background-position-y: 0px;
  }
}

@keyframes levitate {
  0% {
    background-position-y: 0;
  }
  50% {
    background-position-y: -10px;
  }
  100% {
    background-position-y: 0px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.container-cards-v2-2022 .card-component-v2-2022 {
  width: 275px;
}
@media (max-width: 1024px) {
  .container-cards-v2-2022 .card-component-v2-2022 {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .container-cards-v2-2022 .card-component-v2-2022 {
    width: 100%;
  }
}

#_newHead2018Empresas .menuInferior ul .drop.drop1 .submenu {
  margin-top: 43px;
  width: 0px !important;
  left: -120px;
  padding: 0 25px;
}

html body .sombra {
  z-index: 100 !important;
}

html body #_newHead2018Empresas .menuInferior ul .drop.drop1 .submenu {
  margin-top: 42px !important;
}

#_newHead2018Empresas .menuInferior ul .drop .submenu {
  top: 0px !important;
}

.c_disabled {
  pointer-events: none;
  opacity: 0.5;
}

.fix-height {
  height: 50px;
}
@media (max-width: 768px) {
  .fix-height {
    height: auto;
  }
}

.c-check {
  position: relative;
}
.c-check__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.c-check__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.c-check__input:checked + span.c-check__select {
  background-color: #019DF4;
}
.c-check__input:checked + span.c-check__select:after {
  left: calc(100% - 14px);
}
.c-check__select {
  width: 32px;
  height: 17px;
  border-radius: 60px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #CED4D7;
}
.c-check__select:after {
  position: absolute;
  left: 1px;
  top: 50%;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 60px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 4px;
}

.banner_phone-focus {
  background: #0B2739 no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 64px;
  border-radius: 18px;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .banner_phone-focus {
    gap: 10px;
  }
}
.banner_phone-focus-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .banner_phone-focus-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .banner_phone-focus {
    padding: 10px 10px;
  }
}
.banner_phone-focus-img {
  height: 123px;
  width: auto;
}
@media (max-width: 768px) {
  .banner_phone-focus-img {
    height: 136px;
  }
}
.banner_phone-focus-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_phone-focus-model {
  width: 187px;
  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) {
  .banner_phone-focus-model {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.banner_phone-focus-title {
  font: 22px/24px "TelefonicaWeb-Bold", arial, sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .banner_phone-focus-title {
    font-size: 16px;
  }
}
.banner_phone-focus-title small {
  font-size: 16px;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  display: block;
}
.banner_phone-focus-cucarda {
  width: 280px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: solid 1px #E63780;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.51);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.51);
}
@media (max-width: 768px) {
  .banner_phone-focus-cucarda {
    width: 218px;
  }
}
.banner_phone-focus-cucarda-container {
  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) {
  .banner_phone-focus-cucarda-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.banner_phone-focus-cucarda-pie {
  background-color: #E63780;
  padding: 8px;
  width: 87px;
  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: 7px 0 0px 7px;
}
@media (max-width: 768px) {
  .banner_phone-focus-cucarda-pie {
    padding: 4px;
  }
}
.banner_phone-focus-cucarda-pie-text {
  font: 16px/18px "TelefonicaWeb-Bold", arial, sans-serif;
  color: #fff;
}
.banner_phone-focus-cucarda-pie-text small {
  font-size: 14px;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  display: block;
}
.banner_phone-focus-cucarda-cuota {
  padding: 8px;
  width: 100%;
  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;
}
@media (max-width: 768px) {
  .banner_phone-focus-cucarda-cuota {
    padding: 4px;
  }
}
.banner_phone-focus-cucarda-cuota-text {
  font: 14px/16px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .banner_phone-focus-cucarda-cuota-text {
    font-size: 12px;
    line-height: 12px;
  }
}
.banner_phone-focus-cucarda-cuota-text-factura {
  font: 12px "TelefonicaWeb-Light", arial, sans-serif;
  color: #fff;
}
.banner_phone-focus-cucarda-cuota-n {
  font: 25px "TelefonicaWeb-Bold", arial, sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .banner_phone-focus-cucarda-cuota-n {
    font-size: 16px;
  }
}
.banner_phone-focus-cucarda-cuota-n small {
  font-size: 22px;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .banner_phone-focus-cucarda-cuota-n small {
    font-size: 12px;
    line-height: 12px;
  }
}
.banner_phone-focus-button {
  width: 164px;
  height: 40px;
  border-radius: 58px;
  background-color: #008EDD;
  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: 14px "TelefonicaWeb-Light", arial, sans-serif;
  color: #fff;
}
.banner_phone-focus-button i {
  margin: 0px 0 0 11px;
  top: 3px;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .banner_phone-focus-button i {
    display: block;
  }
}
@media (max-width: 768px) {
  .banner_phone-focus-button {
    background-color: transparent;
    width: auto;
    height: auto;
    color: #008EDD;
    font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  }
}

.banner_seccion {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: initial;
}
.banner_seccion .wrap * {
  max-width: 781px;
}
/*# sourceMappingURL=bundle.css.map */