body {
  background-color: #F5F5F5;
}

.font-light {
  font-family: "TelefonicaWeb-Light", arial, sans-serif;
}

.mt-container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  width: calc(100% - 30px);
}

.d-none {
  display: none;
}

.w-50 {
  width: calc(50% - 15px);
}

.mt-btn {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 15px 50px;
  border-radius: 100px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  text-align: center;
  background-color: #019DF4;
  color: #fff;
  display: inline-block;
}

.mt-btn:hover {
  opacity: 0.9;
}

.mt-btn-dark {
  background-color: #001428;
  color: #fff;
}

.mt-btn-dark:hover {
  opacity: 0.9;
}

.mt-btn-dark-alt {
  background-color: #001428;
  color: #fff;
}

.mt-btn-dark-alt:hover {
  opacity: 0.9;
}

.mt-btn-light {
  background-color: #019DF4;
  color: #fff;
}

.mt-btn-light:hover {
  opacity: 0.9;
}

.mt-title {
  font-size: 35px;
  text-align: center;
  padding: 0 15px;
}

.mt-title_light {
  color: #fff;
}

.mt-link {
  text-decoration: none;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}

.mt-link-dark {
  color: #019DF4;
}

.mt-topbar {
  padding: 10px 0;
  background-color: #F5F5F5;
  width: 100%;
  border-bottom: solid 1px #d9d9d9;
  overflow-x: auto;
}

.mt-topbar_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-topbar_title {
  font-size: 20px;
  padding: 0 15px;
}

.mt-topbar nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.mt-topbar a {
  color: #019DF4;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 10px 15px;
  white-space: nowrap;
}

.mt-topbar a.active {
  color: #313235;
}

.mt-topbar a.active::after {
  content: "";
  position: absolute;
  height: 3px;
  width: calc(100% - 30px);
  left: 15px;
  bottom: -10px;
  background-color: #313235;
}

.mt-topbar a:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
}

.mt-topbar a:first-of-type:before {
  content: none;
}

.mt-main_imgtitle {
  max-width: 230px;
  margin-bottom: 10px;
}

.mt-main_img {
  width: 100%;
  max-width: 450px;
  margin: 0 100px;
}

.mt-main_coutas {
  margin: 30px 0;
  color: #000;
}

.mt-main_price {
  font-size: 28px;
  margin: 30px 0;
  display: block;
}

.mt-main_inf {
  font-size: 18px;
  color: #86888C;
  margin: 30px 0;
}

.mt-main_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-main_etitle {
  font: 47px "TelefonicaWeb-Bold", arial, sans-serif;
  color: #000;
}

.main-banner {
  height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-banner .texto-banner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 100px;
}

.main-banner .texto-banner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 48px;
  font-family: 'TelefonicaWeb-Regular';
  line-height: 39px;
  color: #000000;
  margin-top: 0px;
}

.main-banner .texto-banner h1 small {
  font-size: 25px;
  font-family: 'TelefonicaWeb-Regular';
  margin-bottom: -30px;
  margin-top: 50px;
  color: #000000;
}

.main-banner .texto-banner h1 span {
  border: 2px solid #E63780;
  border-radius: 4px;
  opacity: 1;
  font-size: 28px;
  font-family: 'TelefonicaWeb-Bold';
  color: #E63780;
  padding: 4px 10px;
  margin-top: 25px;
}

.main-banner .texto-banner h1 .nombre-motoweek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-banner .texto-banner h1 .nombre-motoweek .moto-logo {
  margin-right: 8px;
  width: 116px;
}

.main-banner .texto-banner .texto_bajada_banner {
  padding-top: 15px;
  font-size: 18px;
  font-family: 'TelefonicaWeb-Regular';
  text-align: left;
  padding-left: 52px;
  color: #000000;
}

.main-banner .texto-banner .texto_bajada_banner .text-bajo {
  color: #454649;
  padding-left: 6px;
}

.main-banner .texto-banner .btn-week {
  width: 240px;
  margin-left: 2px;
  margin-top: 30px;
}

.mt-cards {
  padding: 100px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mt-cards_card {
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  padding: 0 15px 30px;
  border-radius: 15px;
  background-size: cover;
  background-position: bottom;
  -webkit-box-shadow: 0 0 5px #0003;
          box-shadow: 0 0 5px #0003;
}

.mt-cards_title {
  font: 35px "TelefonicaWeb-Bold", arial, sans-serif;
  margin-top: 0px;
}

.mt-cards_sub-title {
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 360px;
}

.mt-cards_img {
  margin: -70px 0 -5px;
  height: 260px;
}

.mt-cards_coutas {
  font-size: 14px;
  max-width: 270px;
  margin-top: -7px;
}

.mt-cards small {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: -10px;
}

.mt-cards .card-dark {
  color: #fff;
  position: relative;
}

.mt-cards .f-35 {
  margin-top: -10px !important;
}

.mt-cards .mt-price {
  margin-top: -10px;
}

.mt-cards .font-light {
  opacity: 0.7;
}

.mt-price {
  font-size: 27px;
}

.mt-price_bagde {
  background: #E63780;
  font-size: 12px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px;
  position: relative;
  top: -5px;
  margin-left: 2px;
}

.mt-recent {
  background-color: #F5F5F5;
  padding: 50px 0;
}

.mt-recent_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.mt-recent_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 15px;
}

.mt-recent_info {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  margin: 5px 0;
}

.mt-recent_info .mt-btn, .mt-recent_info .mt-link {
  font-size: 16px;
  text-align: center;
}

.mt-recent_img {
  max-width: 150px;
  margin-right: 20px;
}

.mt-recent_name {
  font-size: 24px;
}

.mt-recent_list {
  border-top: solid 1px #D3D4D3;
}

.mt-recent_list li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-recent_list img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  aspect-ratio: 1;
}

.mt-innovation {
  background-color: #001428;
  padding: 50px 0;
  color: #fff;
}

.mt-innovation_container {
  display: -ms-grid;
  display: grid;
}

.mt-innovation img {
  height: 110px;
}

.mt-innovation_title {
  font-size: 20px;
  position: relative;
  margin: 30px 0 20px;
}

.mt-pay_container {
  display: -ms-grid;
  display: grid;
  padding: 30px 0 50px;
}

.mt-pay_text {
  font-size: 14px;
}

.mt-pay_item {
  background-color: #F5F5F5;
  border-radius: 15px;
  padding: 20px 15px;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.mt-pay_banks {
  text-align: center;
}

.mt-pay_img-banks {
  width: 100%;
  max-width: 450px;
  margin-top: 10px;
}

.mt-pay_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}

.mt-pay_img-cards {
  width: 100%;
  max-width: 145px;
  margin-left: 5px;
}

.mt-pay_mone {
  padding: 40px 15px 40px 180px;
  color: #fff;
  background-color: #001428;
  background-position: -10px bottom;
}

.mt-pay_mone .mt-pay_text {
  color: #D3D4D3;
  opacity: .75;
  margin: 20px 0;
  max-width: 280px;
}

.mt-pay_img-mone {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}

.mt-pay_buyback {
  background-position: 10px 100%;
  background-color: #eeeeee;
  padding: 40px 40px 40px 180px;
}

.mt-pay_buyback .mt-pay_text {
  margin: 20px 0;
  max-width: 280px;
}

.mt-pay_btitle {
  font-size: 30px;
  margin-bottom: 10px;
}

.mt-pay_more {
  background: -webkit-gradient(linear, left bottom, left top, from(#0178E6), to(#019DF4));
  background: linear-gradient(0deg, #0178E6 0%, #019DF4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 40px 15px;
  margin-top: 30px;
  border-radius: 15px;
  text-align: right;
  gap: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mt-pay_moretitle {
  font-size: 28px;
  margin-bottom: 6px;
}

.mt-pay_moresubtitle {
  font-size: 13px;
}

.mt-detalle {
  padding: 50px 0 80px;
}

.mt-detalle_container {
  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;
  margin-top: 50px;
}

.mt-detalle a {
  width: 168px;
  text-decoration: none;
  text-align: center;
  background-color: white;
  min-height: 133px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 17px;
  border-radius: 8px;
  border: none !important;
}

.mt-detalle a img {
  margin-bottom: 20px;
}

.mt-detalle a:hover em {
  color: #222222 !important;
}

.mt-detalle em {
  font: 16px "TelefonicaWeb-Regular", arial, sans-serif;
  color: #222222;
  display: block;
}

.mt-detalle p {
  font-size: 13px;
  color: #86888C;
  margin-bottom: 0;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.banner-principal {
  width: 100%;
}

.banner-principal-mobile {
  width: 100%;
  display: none;
}

.cucarda {
  position: absolute;
  left: 0px;
  background-color: #0F2739;
  padding: 5px 18px;
  color: white;
  border-radius: 15px 0px 15px 0px;
  z-index: 5;
}

.cucarda-blue {
  position: absolute;
  left: 0px;
  background-color: #019DF4;
  padding: 5px 18px;
  color: white;
  border-radius: 15px 0px 15px 0px;
  z-index: 5;
}

.mt-cards_img {
  height: 350px;
}

.f-35 {
  font-size: 35px;
}

.secundary-menu {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  height: 82px;
  background-color: white;
  box-shadow: -1px 3px 6px 0px rgba(11, 39, 57, 0.16);
  -webkit-box-shadow: -1px 3px 6px 0px rgba(11, 39, 57, 0.16);
  -moz-box-shadow: -1px 3px 6px 0px rgba(11, 39, 57, 0.16);
}

.secundary-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.secundary-menu a {
  border-right: 1px solid #B6B7B7;
  color: #019DF4;
  padding-left: 50px;
  padding-right: 50px;
}

.secundary-menu a li {
  text-align: center;
  font-size: 16px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.secundary-menu a li p {
  font-size: 14px;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
}

.secundary-menu a:last-child {
  border-right: 0px solid #B6B7B7;
}

.banner-horizontal {
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  background-image: url(../img/bg/bg_dark.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-horizontal img {
  width: 254px;
  height: auto;
  margin-top: 25px;
}

.banner-horizontal .img-mobile {
  display: none;
}

.banner-horizontal .name {
  color: white;
  padding-top: 50px;
  padding-left: 72px;
}

.banner-horizontal .name h2 {
  font-size: 28px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
}

.banner-horizontal .name h3 {
  font-size: 28px;
  font-family: "TelefonicaWeb-Regular", arial, sans-serif;
}

.banner-horizontal .detalles {
  padding-top: 50px;
  color: white;
  padding-left: 16px;
}

.banner-horizontal .detalles p {
  font-size: 14px;
}

.banner-horizontal .detalles .price {
  font-size: 20px;
  font-family: "TelefonicaWeb-Light", arial, sans-serif;
  color: white;
}

.banner-horizontal .detalles .price span {
  background-color: #E63780;
  color: white;
  font-size: 12px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  border-radius: 2px;
  padding: 3px;
  margin-left: 8px;
  margin-top: -4px;
}

.banner-horizontal .detalles .price-offert {
  font-size: 28px;
  color: white;
}

.banner-horizontal .detalles a {
  margin-top: 17px;
}

.mySwiper {
  background-image: url(../img/bg/bg-white.jpg);
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  overflow-x: hidden;
  overflow-y: visible;
  box-shadow: -1px 3px 6px 0px rgba(11, 39, 57, 0.16);
  -webkit-box-shadow: -1px 3px 6px 0px rgba(11, 39, 57, 0.16);
  -moz-box-shadow: -1px 3px 6px 0px rgba(11, 39, 57, 0.16);
}

.swiper-pagination-bullet-active {
  background: #8E8E8E !important;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  background: white;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.renovacion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0px 22px 20px 22px;
}

.renovacion-container .ml {
  margin-left: 30px;
}

.renovacion_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.renovacion_card .imagenes {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.renovacion_card .imagenes .img-etiqueta {
  margin-top: 10px;
}

.renovacion_card .img-celular {
  height: 200px;
}

.renovacion_card .info {
  padding-top: 20px;
}

.renovacion_card .name {
  font-size: 12px;
  color: #B6B7B7;
}

.renovacion_card .model {
  font-size: 16px;
}

.renovacion_card .cuotas {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.renovacion_card .precio-oferta {
  font-size: 29px;
  position: relative;
}

.renovacion_card .precio-oferta span {
  background-color: #E63780;
  border-radius: 2px;
  color: white;
  font-size: 12px;
  font-family: "TelefonicaWeb-Bold", arial, sans-serif;
  padding: 5px 8px;
  margin-top: 8px;
  margin-left: 10px;
  display: inline-block;
  position: absolute;
}

.renovacion_card .precio del {
  color: #B6B7B7;
}

.renovacion_card a {
  margin-top: 10px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -9px;
  left: 0;
  width: 100%;
}

.swiper-pagination {
  position: relative !important;
}

.detalle-title {
  font-size: 28px;
  text-align: center;
  font-family: "TelefonicaWeb-Light", arial, sans-serif;
}

.span-bold {
  font-family: "TelefonicaWeb-Bold", arial, sans-serif !important;
}

.d-sm-none {
  display: inline-block;
}

.d-sm-block {
  display: none;
}

.mt-15 {
  margin-top: 15px;
}

.mt-btn:hover {
  color: white !important;
}

.renovacion_card .mt-btn:hover {
  background-color: #019DF4 !important;
}

@media (max-width: 1100px) {
  .banner-horizontal {
    background-size: 200%;
  }
}

@media (max-width: 991px) {
  .mt-detalle a {
    width: 47%;
    margin-top: 20px;
  }
  .mt-main_img {
    margin: 0 50px;
    max-width: 350px;
  }
  .main-banner .texto-banner {
    padding-left: 0;
  }
  .main-banner .texto-banner h1 {
    font-size: 47px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-banner .texto-banner h1 small {
    font-size: 24px;
    margin-top: 60px;
  }
  .main-banner .texto-banner h1 span {
    font-size: 25px;
    padding: 4px 10px;
  }
  .main-banner .texto-banner .texto_bajada_banner {
    padding-left: 0px;
    text-align: center;
  }
  .main-banner .texto-banner .btn-week {
    margin-left: 0px;
    width: 280px;
    padding: 18px 35px;
  }
  .mt-pay {
    gap: 15px;
  }
  .mt-pay_banks .mt-pay_text {
    margin-bottom: 15px;
  }
  .mt-pay_img-banks {
    max-width: 300px;
  }
  .mt-pay_mone, .mt-pay_buyback {
    padding: 30px 20px 30px 120px;
    background-position: -50px bottom;
  }
  .mt-pay_buyback {
    background-position: -15px bottom;
  }
  .mt-recent_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mt-innovation_container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .mt-innovation_item {
    max-width: 350px;
    margin: 0 auto;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mt-innovation_title {
    font-size: 18px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .secundary-menu {
    overflow-x: scroll;
  }
  .secundary-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .secundary-menu a {
    border-right: 1px solid #B6B7B7;
    color: #019DF4;
    padding-left: 50px;
    padding-right: 50px;
  }
  .secundary-menu a li {
    text-align: center;
    font-size: 16px;
    font-family: "TelefonicaWeb-Bold", arial, sans-serif;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .secundary-menu a li p {
    font-size: 14px;
    font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  }
  .mt-cards_img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .mt-cards .f-35 {
    margin-top: -19px !important;
  }
  .mt-cards_coutas {
    font-size: 14px;
    max-width: 270px;
    margin-top: -20px;
  }
  .mt-cards_card a {
    margin-top: 10px;
  }
  .mt-price .font-light {
    font-size: 16px;
    color: #6d6d6d;
  }
  .f-16 {
    font-size: 16px;
  }
  .f-white-mobile {
    color: white !important;
    opacity: 1 !important;
  }
  .mt-btn {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .w-50 {
    width: 100%;
  }
  .mt-title {
    font-size: 20px;
  }
  .mt-topbar_title span {
    display: none;
  }
  .mt-topbar a {
    padding: 5px 10px;
  }
  .mt-topbar a:first-of-type:before {
    content: "";
  }
  .mt-main_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .mt-main_title {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #B6B7B7;
  }
  .mt-main_etitle {
    font-size: 20px;
  }
  .mt-main_info {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mt-main_img {
    margin: 20px auto 0;
    max-width: 300px;
  }
  .mt-main_coutas {
    font-size: 14px;
  }
  .mt-main_price {
    font-size: 20px;
  }
  .mt-cards {
    padding: 20px 0;
  }
  .mt-cards_img {
    height: 220px;
  }
  .mt-cards_card {
    margin-top: 35px;
  }
  .mt-pay_container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .mt-pay_mone, .mt-pay_buyback {
    margin: 0 -15px;
    border-radius: 0;
    padding: 40px 40px 40px 40%;
    background-position: 0 bottom;
  }
  .mt-pay_banks .mt-pay_text {
    margin-bottom: 15px;
  }
  .mt-pay_text {
    font-size: 12px;
  }
  .mt-pay_img-banks {
    max-width: 300px;
  }
  .mt-pay_buyback {
    background-position: 0 100%;
  }
  .mt-pay_more {
    text-align: center;
    border-radius: 0;
    margin: 0 -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mt-pay_moretitle {
    font-size: 24px;
  }
  .mt-pay_moresubtitle {
    font-size: 11px;
  }
  .banner-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 94%;
    padding-bottom: 45px;
    background-image: url(../img/bg/bg_dark_mobile.jpg);
    background-size: 125%;
    background-position: top;
  }
  .banner-horizontal .cucarda-blue {
    top: 0px;
  }
  .banner-horizontal .img-desktop {
    display: none;
  }
  .banner-horizontal .img-mobile {
    display: block;
    margin-top: 60px;
    width: auto;
    height: 220px;
  }
  .banner-horizontal .name {
    color: white;
    padding-top: 20px;
    padding-left: 0px;
  }
  .banner-horizontal .name h2 {
    font-size: 24px;
    font-family: "TelefonicaWeb-Bold", arial, sans-serif;
    margin-top: 0px;
  }
  .banner-horizontal .name h2 br {
    display: none;
  }
  .banner-horizontal .name h3 {
    font-size: 24px;
    font-family: "TelefonicaWeb-Regular", arial, sans-serif;
  }
  .banner-horizontal .detalles {
    padding-top: 20px;
    color: white;
    padding-left: 16px;
  }
  .banner-horizontal .detalles p {
    font-size: 14px;
  }
  .banner-horizontal .detalles .price {
    margin-top: 10px;
    font-size: 12px;
    font-family: "TelefonicaWeb-Light", arial, sans-serif;
    color: #6d6d6d;
  }
  .banner-horizontal .detalles .price span {
    background-color: #E63780;
    color: white;
    font-size: 12px;
    font-family: "TelefonicaWeb-Bold", arial, sans-serif;
    border-radius: 2px;
    padding: 3px;
    margin-left: 8px;
    margin-top: -4px;
  }
  .banner-horizontal .detalles .price-offert {
    font-size: 24px;
    margin-top: 10px;
    color: white;
  }
  .banner-horizontal .detalles a {
    margin-top: 17px;
    padding-left: 85px;
    padding-right: 85px;
  }
  .mySwiper {
    background-image: url(../img/bg/bg-white-mobile.jpg);
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: visible;
  }
}

@media (max-width: 700px) {
  .renovacion-container {
    padding-left: 0px !important;
  }
  .renovacion-container .ml {
    margin-left: 0px;
  }
  .renovacion_card {
    width: 100% !important;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 576px) {
  .mt-btn {
    padding: 10px 35px;
  }
  .mt-topbar_nav a {
    font-size: 14px;
    padding: 0 10px;
  }
  .mt-topbar_nav img {
    margin-right: 5px;
  }
  .mt-main_img {
    max-width: 230px;
  }
  .mt-cards_title {
    font-size: 30px;
  }
  .mt-cards_sub-title {
    font-size: 16px;
  }
  .mt-price {
    font-size: 20px;
  }
  .mt-price_bagde {
    top: -3px;
  }
  .mt-pay_banks .mt-pay_text {
    margin-bottom: 15px;
  }
  .mt-pay_mone, .mt-pay_buyback {
    margin: 0 -15px;
    border-radius: 0;
    padding: 30px 20px 30px 135px;
    background-position: -40px bottom;
  }
  .mt-pay_buyback {
    background-position: -10px 100%;
  }
}

@media (max-width: 450px) {
  .banner-principal {
    display: none;
  }
  .banner-principal-mobile {
    display: block;
  }
  .f-35 {
    font-size: 30px;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[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;
}
/*# sourceMappingURL=bundle.css.map */