/***Estilos Carrusel Hero Home***/
section.carrusel-banner-hero {
  position: relative;
  background: #f7f7f7;
  margin-bottom: 50px;
  max-height: 250px;
  height: 18vw;
}
.info-benner-hero-wrapper {
  padding: 0 40px;
}
.info-benner-hero-wrapper p {
  margin: 0;
}
.image-wrapper img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.carrusel-banner-hero .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #bcbcbc;
  opacity: 1;
  background: transparent;
  border: 1px solid #bcbcbc;
}
.carrusel-banner-hero .swiper-pagination-bullet-active {
  background: #e6f5fe;
  color: #019df4;
  font-weight: bold;
  border: 1px solid #019df4;
}
.carrusel-banner-hero .benner-hero-txt {
  font-size: clamp(1.5rem, 1.3929rem + 0.5357vw, 1.875rem);
  font-weight: 300;
  line-height: 1;
}
.carrusel-banner-hero .swiper-hero-home {
  height: 17.5vw;
  max-height: 245px;
}

.carrusel-banner-hero .swiper-horizontal > .swiper-pagination-bullets,
.carrusel-banner-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
.benner-hero-cta a {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.4;
  text-decoration: none;
  background-color: #5cb615;
  color: #fff;
  width: 85%;
  max-height: 40px;
  max-width: 160px;
  border-radius: 25px;
}
/***END Estilos Carrusel Hero Home***/
.accesos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;

  gap: 15px;
}
.accesos-wrapper .acceso-box {
  width: 29vw;
  max-width: 160px;
  height: 130px;
  padding: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.accesos-wrapper .acceso-box img {
  margin-bottom: 10px;
}
.accesos-wrapper .acceso-box p {
  font-size: clamp(0.8125rem, 0.6875rem + 0.625vw, 1.25rem);
  margin: 0;
}
.accesos-wrapper .border-magenta {
  border-top: 5px solid #e63780;
}
.accesos-wrapper .border-azul {
  border-top: 5px solid #019df4;
}
.accesos-wrapper .border-verde {
  border-top: 5px solid #5cb615;
}
.accesos-wrapper .border-naranja {
  border-top: 5px solid #ec624b;
}
.accesos-directos .modal-header {
  background-color: #019df4;
}
.accesos-directos .modal-header h5 {
  color: #fff;
}
.accesos-directos .modal-header button {
  min-width: unset;
}
.accesos-directos .modal-header button:hover {
  background-color: transparent;
}
.accesos-directos .modal-header span {
  color: #000;
  font-size: 35px;
}
section.banners {
  margin: 50px auto;
  padding: 3.1%;
  background: #f5f5f5;
}
.recarga-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;

  background: #fff;
  border-radius: 10px;
}
.recarga-wrapper .title {
  font-weight: bold;
  text-align: center;
}
.recarga-wrapper .formGrid {
  width: 100%;
}

.recarga-wrapper .formGrid input[type="text"],
.recarga-wrapper .formGrid textarea {
  background-color: #f5f5f5;
  border-radius: 4px !important;
  border: #b6b6b8 0px solid !important;
  padding: 0 2px;
  clear: both;
  float: none;
  display: block;
  margin: 0px auto 5px;
  width: 100%;
  max-width: 270px;
  font-size: 15px;
  text-align: center;
  height: 35px;
}
.recarga-wrapper .formGrid .error {
  color: #f00;
  margin: 0;
  font-size: 12px;
}
.recarga-wrapper .CTA-4 {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0 auto 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.4;
  text-decoration: none;
  background-color: #5cb615;
  color: #fff;
  width: 85%;
  max-height: 40px;
  max-width: 190px;
  border: none;
  border-radius: 25px;
}
input#dn::placeholder,
input#mr::placeholder {
  color: #c6c7c7;
  text-align: left;
  padding-left: 20px;
}
.recarga-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  width: 160px;
  margin: 0 auto;
  gap: 10px;
  padding: 0;
}
.disfruta-Cards {
  background-color: #f5f5f5;
  padding: 4%;
  overflow: hidden;
}
.disfruta-Cards .service-card-4 {
  margin-top: 30px;
  overflow: visible;
}
.disfruta-Cards .card {
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  height: 340px;
}
.disfruta-Cards .card .card-body {
  border-top: none;
  min-height: 200px;
  transform: translateY(-50px);
}
.disfruta-Cards .card img {
  width: 190px;
  margin: 0 auto;
  border-radius: 20px;
  transform: translateY(-50px);
}
.disfruta-Cards .card .card-body .card-title {
  margin: 0;
  font-weight: 300;
  font-size: 28px;
}
.disfruta-Cards .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.disfruta-Cards .card-cta a {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.4;
  text-decoration: none;
  background-color: #019df4;
  color: #fff;
  width: 100%;
  max-height: 40px;
  max-width: 215px;
  border-radius: 25px;
  display: inline-block;
}
.disfruta-Cards .swiper-horizontal > .swiper-pagination-bullets,
.disfruta-Cards .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
.disfruta-Cards .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.disfruta-Cards .swiper-pagination-bullet-active {
  background: #019df4;
}
.cintillo-whats {
  background-color: #5cb615;
  display: flex;
}
.cintillo-whats img{
  max-height: 120px;
}
.cintillo-whats p {
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.cintillo-whats .title {
  font-size: clamp(1.3125rem, 1.0982rem + 1.0714vw, 2.0625rem);
  margin-bottom: 10px;
}
.cintillo-whats .subtitle {
  font-size: clamp(1.0625rem, 0.9196rem + 0.7143vw, 1.5625rem);
  line-height: 1;
}
.cintillo-whats a {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.4;
  text-decoration: none;
  background-color: #fff;
  color: #50535a;
  width: 100%;
  max-height: 40px;
  max-width: 215px;
  border-radius: 25px;
  display: inline-block;
}
.flex-s-c {
  display: flex;
  justify-content: start;
  align-items: center;
  /* flex-wrap: wrap; */
}
.flex-grow1 {
  flex-grow: 1;
}
.flex-grow2 {
  flex-grow: 2;
}
.banners .shadow {
  border-radius: 16px;
}

#formRecargaDirecta-otonio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recarga-wrapper.co-otonio23 {
  background: #72c8f8
    url(/assets/img/b2c/cambio-oferta/intercampana-otono/entretenimiento-home/recarga-aqui/entretenimiento-recarga-aqui-desk.png)
    no-repeat center;
  background-size: cover;
  padding: 10px 0;
}
.recarga-wrapper.co-navidad-23 {
  background: #72c8f8
  url(/assets/img/b2c/home/banners/ene-2024/BE_1.png)
  no-repeat center;
  background-size: cover;
  padding: 10px 0;
}
.recarga-wrapper.co-enero-15-2024 {
  background: #72c8f8
    url(/assets/img/b2c/home/banners/ene-2024/cambio-oferta/asset-entret-b1_movistar-mexico_desk.webp)
    no-repeat center;
  background-size: cover;
  padding: 10px 0;
}
.recarga-wrapper.co-otonio23 .list, .recarga-wrapper.co-navidad-23 .list, .recarga-wrapper.co-enero-15-2024 .list {
  justify-content: center;
  width: 190px;
  gap: 0 5px;
}

.WT .terminalesTabs-wrapper .terminal-wrapper .precio-tachado {
  margin-top: 10px;
  text-decoration: line-through;
  font-size: 16px;
}
@media (max-width: 992px) {
  .banners .shadow {
    margin: 0 auto 10px;
    max-width: 585px;
  }
  .banners .shadow img {
    border-radius: 16px;
  }
  .recarga-wrapper {
    padding: 25px 0;
  }
  .recarga-wrapper.co-otonio23 {
    background: #72c8f8
      url(/assets/img/b2c/cambio-oferta/intercampana-otono/entretenimiento-home/recarga-aqui/entretenimiento-recarga-aqui-mob.png)
      no-repeat center;
    background-size: 100% 100%;
  }
  .recarga-wrapper.co-navidad-23 {
    background: #72c8f8
    url(/assets/img/b2c/home/banners/ene-2024/BEM_1.png)
    no-repeat center;
    background-size: 100% 100%;
  }
  .recarga-wrapper.co-enero-15-2024{
    background: #72c8f8
      url(/assets/img/b2c/home/banners/ene-2024/cambio-oferta/asset-entret-b1_movistar-mexico_mob.webp)
      no-repeat center;
    background-size: 100% 100%;
  }
  .recarga-wrapper.co-otonio23 .list, .recarga-wrapper.co-navidad-23 .list, .recarga-wrapper.co-enero-15-2024 .list {
    width: 100%;
  }
  .recarga-wrapper.co-otonio23 .formGrid input[type="text"],
  .recarga-wrapper.co-otonio23 .formGrid textarea, 
  .recarga-wrapper.co-navidad-23 .formGrid input[type="text"],
  .recarga-wrapper.co-navidad-23 .formGrid textarea,
  .recarga-wrapper.co-enero-15-2024 .formGrid input[type="text"],
  .recarga-wrapper.co-enero-15-2024 .formGrid textarea {
    width: 32vw;
  }
  #formRecargaDirecta-otonio {
    justify-content: center;
    flex-direction: row;
    gap: 5px 10px;
  }
  .wrapper-numero,
  .wrapper-monto {
    width: 32vw;
  }
  .wrapper-btn-continuar {
    width: 100vw;
  }
  input#dn::placeholder,
  input#mr::placeholder {
    text-align: center;
    font-size: 14px;
    padding-left: 0;
  }
  .recarga-wrapper.co-otonio23 .CTA-4, .recarga-wrapper.co-navidad-23 .CTA-4, .recarga-wrapper.co-enero-15-2024 .CTA-4 {
    width: 100%;
    max-height: 30px;
    max-width: 150px;
    padding: 5px 30px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  section.carrusel-banner-hero {
    height: 340px;
    max-height: 400px;
  }
  .image-wrapper img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .carrusel-banner-hero img {
    width: 100%;
  }
  .carrusel-banner-hero .swiper-hero-home {
    height: 400px;
    max-height: 400px;
  }
  .carrusel-banner-hero .swiper-horizontal > .swiper-pagination-bullets,
  .carrusel-banner-hero
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 70px;
  }
  .info-benner-hero-wrapper {
    padding: 20px 30px;
    text-align: center;
  }
  .accesos-wrapper {
    gap: 15px 5px;
  }
  .accesos-wrapper .acceso-box img {
    width: 28px;
  }
  .accesos-wrapper .acceso-box {
    padding: 1rem 0.8rem;
    height:100%;
  }
  .accesos-wrapper .acceso-box p {
    line-height: 1.3;
  }
  .disfruta-Cards {
    overflow: hidden;
  }
  .cintillo-whats img {
    /* position: absolute;
    left: -8px; */
    width: 160px;
    top: 0;
    max-width: unset !important;
  }
  .flex-s-c {
    text-align: center;
    padding: 9px 0;
    flex-direction: column;
  }

  .cintillo-whats .title {
    margin-bottom: 5px;
  }
  .cintillo-whats .subtitle {
    margin-bottom: 5px;
  }
  .cintillo-whats a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  section.banners {
    padding: 0;
  }
  section.carrusel-banner-hero {
    height: 380px;
  }
  .benner-hero-cta a {
    width: 100%;
    max-width: unset;
  }
  .carrusel-banner-hero .swiper-horizontal > .swiper-pagination-bullets,
  .carrusel-banner-hero
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 35px;
  }
  .recarga-wrapper {
    padding: 5px 0;
  }
  .recarga-wrapper .formGrid input[type="text"],
  .recarga-wrapper .formGrid textarea {
    max-width: 230px;
  }

  .recarga-wrapper .list {
    width: 90%;
    justify-content: center;
    gap: 5px;
  }
  .disfruta-Cards .swiper-horizontal > .swiper-pagination-bullets,
  .disfruta-Cards .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -15px;
  }
}
