body{
      background-color: #f6f6f6;
}

.section-banner-im .sect-int {
  width: 100%;
  max-width: 1150px;
  padding: 40px 0px 0px;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  text-align: center;
  gap: 0px;
}

.text {
  max-width: 81%;
  text-align: -webkit-left;
  margin: 0 auto;
}

.section-banner-im .sect-int .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner-im .sect-int .image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  max-width: 95%; /* Mobile-first adjustment */
  margin: 0 auto; /* Mobile-first adjustment */
  padding: 10px 0; /* Mobile-first adjustment */
}

.section-banner-im .sect-int .text h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: var(--darkBlue);
}

.section-banner-im .sect-int .text h2 {
  font-size: 18px; /* Mobile-first adjustment */
  font-weight: lighter;
}

.section-banner-im .sect-int .title-mob {
  font-size: 30px;
  font-weight: 300;
  color: #019df4;
  display: block; /* Mobile-first adjustment */
  padding: 10px 0; /* Mobile-first adjustment */
}

.section-banner-im .sect-int .text .descript {
  font-size: 16px;
  font-weight: 400;
  color: var(--darkBlue);
  padding: 6px 0 15px;
  text-align: center;
}

.section-banner-im .sect-int .text .button {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #5cb615;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 10px 0;
  margin-top: 20px;
  margin: 0 auto; /* Mobile-first adjustment */
  margin-bottom: 30px; /* Mobile-first adjustment */
}

.section-banner-im .mod876 {
  margin-top: 0px;
}

/* slider 3 */
.slider-cards-transporte {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  display: block; /* Mobile-first adjustment */
  align-items: center; /* Mobile-first adjustment */
  flex-wrap: nowrap; /* Mobile-first adjustment */
  margin-top: 0; /* Mobile-first adjustment */
  margin-bottom: 0; /* Mobile-first adjustment */
}

.mod988897 {
  align-items: center;
  padding: 40px 0px;
  margin-bottom: 0; /* Mobile-first adjustment */
}

.slider-cards-transporte .card {
  margin: 20px auto; /* Mobile-first adjustment */
  max-width: 267px; /* Mobile-first adjustment */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  background-color: #fff;
  height: 273px;
  border-radius: 8px;
  padding: 20px; /* Mobile-first adjustment */
  box-shadow: 3px 3px 3px 0 var(--shadow-15);
  position: relative;
}

.slider-cards-transporte .mod98787 {
  justify-content: space-around;
}

.slider-cards-transporte .card .recomendado {
  background-color: #ff8700;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  color: #fff;
  font-size: 13px;
  padding: 2px 20px;
}

.slider-cards-transporte .mod8979 {
  border: none; /* Mobile-first adjustment */
}

.slider-cards-transporte .card .title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.79;
  letter-spacing: normal;
  text-align: center;
  color: #86888c;
  height: 15px;
  padding-top: 8px;
}

.slider-cards-transporte .card .subtitle {
  text-align: center;
  font-size: 17px; /* Mobile-first adjustment */
  line-height: 25px;
  color: #454748;
  font-weight: bold;
  margin: 6px auto; /* Mobile-first adjustment */
}

.slider-cards-transporte .card .exclusivo {
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3c7521;
  border: 1px solid #3c7521;
  border-radius: 25px;
  padding: 5px 0;
  padding-left: 5px;
}

.slider-cards-transporte .card .exclusivo span {
  background-color: rgba(109, 245, 75, 0.3);
  padding: 5px;
  border-radius: 0 25px 25px 0;
  padding-right: 5px;
}

.slider-cards-transporte .card .description {
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0b2739;
  width: 100%; /* Mobile-first adjustment */
}

.slider-cards-transporte .card .description span {
  text-decoration: underline;
}

.slider-cards-transporte .card .description .tx-ctr {
  text-align: center;
}

.slider-cards-transporte .card .descript {
  font-size: 12px;
  color: #808080;
  font-weight: 300;
  margin: 0 10px;
  text-align: center;
  margin-top: 5px;
  line-height: 15px;
  height: 75px;
}

.slider-cards-transporte .card .btn-cards-seguridad {
  font-size: 15px;
  color: #0091ed;
  font-weight: bold;
  border: 1px solid #0091ed;
  border-radius: 25px;
  padding: 2px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider-cards-transporte .slick-next::before {
  display: block !important;
  right: -50px;
  content: url(/pages/empresas/servicios-moviles/soluciones-moviles/content/assets/next.svg);
}

.slider-cards-transporte .slick-next {
  right: 3%; /* Mobile-first adjustment */
}

.slider-cards-transporte .slick-prev::before {
  display: block !important;
  left: -50px;
  content: url(/pages/empresas/servicios-moviles/soluciones-moviles/content/assets/prev.svg);
}

.slider-cards-transporte .slick-prev {
  left: 3%; /* Mobile-first adjustment */
  z-index: 9999; /* Mobile-first adjustment */
  background: #fff !important; /* Mobile-first adjustment */
  border-radius: 25px; /* Mobile-first adjustment */
  width: 33px; /* Mobile-first adjustment */
  height: 33px; /* Mobile-first adjustment */
}

.mod456 {
  margin-top: 0; /* Mobile-first adjustment */
}

.section-beneficios .slider-cards-transporte .slick-dots {
  bottom: -30%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  left: 50%;
}

.section-beneficios .slider-cards-transporte .slick-dots li {
  width: 35px;
  margin: 0 -1px;
}

.section-beneficios .slider-cards-transporte .slick-dots li button {
  width: 35px;
}

.section-beneficios .slider-cards-transporte .slick-dots li button:before {
  font-size: 12px;
  background-color: #d9d9d9;
  content: "" !important;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 1;
  width: 17px;
  height: 17px;
}

.section-beneficios .slider-cards-transporte .slick-dots li.slick-active button:before {
  color: #019df4;
  background-color: #019df4;
  content: "" !important;
  width: 20px;
  border-radius: 20px;
  background-size: 100%;
  padding: 0 8px;
}

.section-beneficios h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #0b2739;
  margin-top: 30px; /* Mobile-first adjustment */
  padding: 0 20px; /* Mobile-first adjustment */
}

.section-beneficios h4 span {
  color: #019df4;
}

.section-beneficios h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #0b2739;
  padding: 0 20px; /* Mobile-first adjustment */
}

.section-beneficios .callback-sencillo {
  width: 260px;
}

.section-beneficios .btn-default {
  background-color: #0b2739 !important;
}

.buttons-container {
  width: 95%;
}

.plan__button {
  background: #019df4;
  color: var(--white);
  border: 1px solid #019df4;
}

.plan__button {
  width: 100%;
  background-color: #019df4;
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px 5px px;
  border: 1px solid #019df4;
  border-radius: 25px;
  margin: 0 auto 10px;
  display: flex;
  position: relative;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 45px;
  max-width: 280px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding-left: 20px;
  margin-top: 20px;
}

.plan__button--shop .plan__button-icon {
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/planes-moviles/pospago/tabs-pospago/images/icon_shop_white.webp);
}

.plan__button-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: center/cover no-repeat;
  position: absolute;
}

.plan__button-icon {
  left: 40px;
}

.plan__button--call {
  background-color: #ffffff;
  color: #019df4;
  border: 1px solid #019df4 !important;
}

.plan__button--call .plan__button-icon--call {
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/internet-hogar/escaleras/assets/callBlue.svg);
}

.section-quest {
  display: grid;
  grid-template-columns: 100%; /* Mobile-first adjustment */
  grid-template-rows: 50% 56%; /* Mobile-first adjustment */
  max-width: 90%; /* Mobile-first adjustment */
  grid-row-gap: 4%; /* Mobile-first adjustment */
  padding-bottom: 100px; /* Mobile-first adjustment */
  width: 100%;
  margin: 0 auto;
}

.section-quest .itm {
  border-radius: 8px;
  box-shadow: 3px 3px 3px 0 var(--shadow-15);
  background-color: #fff;
  padding: 20px;
}

.section-quest .itm .title {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #019df4;
}

.section-quest .itm .descript {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
  margin-top: 20px;
}

.section-quest .itm .descript ul {
  list-style: none;
}

.section-quest .itm .descript ul li::before {
  content: "\2022";
  color: #019df4;
  width: 2em;
  margin-left: 0;
  padding-right: 10px;
  font-size: 19px;
}

.br-mob {
  display: block;
}

.plan {
  display: block; /* Mobile-first adjustment */
  background-color: #ffffff;
  max-width: 253px; /* Mobile-first adjustment */
  padding-bottom: 10px;
  margin: 0 auto; /* Mobile-first adjustment */
  box-shadow: -1px 4px 2px rgba(0, 0, 0, 0.1), 4px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.c-plan-f__items {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  place-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 8px;
  margin: 4px 0;
  font-size: 11px;
  line-height: normal;
  text-align: left;
}

.--itemwin {
  grid-template-columns: 1.5fr 4fr 1fr;
}

.--itembg-gray {
  background-color: #f5f5f5;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.promo_new {
  text-align: center;
  position: absolute;
  width: 101%;
  height: 26px;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f28d15;
  font-size: 14px;
  color: #fff;
  gap: 6px;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.plan.promonew {
  border: 2px solid #f28d15;
}

.plan_header-item1 .descuentonew {
  padding: 4px 8px;
  color: #183345;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #e1efff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.plan_header-item1 .descuentonew::before {
  content: url(https://aprodmovistarcomsa.z13.web.core.windows.net/components/escaleras-automaticas/1-comp-escaleras/precentblue.svg);
  margin-right: 4px;
  display: inline-block;
  height: 14px;
}

.plan:nth-child(1),
.plan:nth-child(2),
.plan:nth-child(3) {
  display: block;
}

.plan_header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.plan_header-item1 {
  position: relative;
  text-align: center;
  line-height: normal;
  color: var(--white);
  padding: 20px 0 30px;
  width: 100%;
  background-color: var(--darkBlue);
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 10px 10px 0 0;
}

.plan_header-item1 .plan_header-speed {
  font-size: 38px;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.plan_header-item1 .plan_header-speed img {
  width: 15px;
  margin-top: 10px;
}

.plan_header-item1 .plan_header-title {
  font-size: 13px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  justify-content: center;
}

.plan_header-item2 {
  width: 230px;
  line-height: normal;
  text-align: center;
}

.plan_header-item2 .plan_price-valor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--black);
  margin-top: 20px;
  flex-direction: column; /* Mobile-first adjustment */
  gap: 4px; /* Mobile-first adjustment */
}

.plan_header-item1 .descuento {
  padding: 4px 8px;
  color: var(--white);
  font-weight: bold;
  font-size: 0.75rem; /* Mobile-first adjustment */
  background-color: var(--orange);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan_header-item1 .descuento::before {
  content: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/internet-hogar-exp2/escaleras/icon-descuento.svg);
  margin-right: 4px;
  display: inline-block;
  height: 14px;
}

.plan_header-item2 .plan_price-valor .valor {
  font-size: 27px;
}

.buttons_item {
  width: 100%;
  margin: 20px auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.buttons_item .buttons-prueba {
  width: 90%;
  max-width: 280px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.buttons_item .buttons-prueba p {
  width: 60%;
  text-align: center;
}

.buttons_item .buttons-prueba img {
  width: 20px;
  height: 16px;
}

.plan_button-call-blue {
  background-color: #019df4;
  color: #ffffff;
}

.plan_button-call-blueDark {
  background-color: #ffffff;
  color: #019df4;
  border: 1px solid #019df4 !important;
}

.plan_button-call-green {
  background-color: #5cb615;
  color: #ffffff;
}

.plan_include {
  display: none;
}

.plan_beneficios {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.plan_beneficios-item {
  width: 85%;
  font-size: 12px;
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  padding: 10px 8px;
  margin: auto;
  background: var(--bg-lightGray);
  border-radius: 10px;
  height: 47px;
}

.plan_beneficios-item.visible {
  margin-bottom: 10px;
}

.plan_beneficios.visibleDesk {
  padding: 10px 0 20px;
  display: none; /* Mobile-first adjustment */
}

.plan_beneficios.visibleDesk .plan_beneficios-item {
  grid-template-columns: 20% 50%;
  justify-content: center;
  font-size: 13px;
}

.plan_beneficios-item1 {
  width: 100%;
  font-size: 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #d3d4d3;
}

.plan_beneficios-item .item_img img {
  width: 40px;
  height: 18px;
}

.plan_beneficios-item .item_img .img-chanels {
  width: 104px;
  height: 31px;
}

.plan_beneficios-item .item_cont {
  width: 180px;
  text-align: left;
  line-height: normal;
}

.plan_beneficios-item span {
  display: block;
}

.plan_beneficios-item .color-blue {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
}

.plan_beneficios-item .color-blue img {
  width: 8.5px;
  height: 8.5px;
}

.ver_detalles {
  width: 100%;
  max-width: 280px;
  display: flex; /* Mobile-first adjustment */
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: var(--blue);
  padding: 10px 0;
  margin: auto;
}

.ver_detalles img {
  width: 18px;
}

.plans_verMas,
.plans_verMas:focus {
  width: 180px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  background: #5cb615;
  border: none;
  margin: 5px auto 30px;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: inherit; /* Mobile-first adjustment */
  display: none; /* Mobile-first adjustment */
}

.button_icon {
  width: 13px;
  height: 13px;
  background: center/cover no-repeat;
  display: inherit;
  margin-left: 7px;
  vertical-align: middle;
}

.button_icon-plus {
  background-image: url(https://www.movistar.co/documents/117302439/408545636/iconButton-plus.png/b7a94461-47a7-4ff2-4848-4f7d6b13f513?t=1607705066267);
}

.button_icon-minus {
  background-image: url(https://www.movistar.co/documents/117302439/408545636/iconButton-minus.png/f8a60621-3b95-52c8-2a5b-63fe5a8ed2a1?t=1607705065508);
}

.tecno__controls2 {
  display: none; /* Mobile-first adjustment */
  flex-direction: column-reverse;
  gap: 13px;
  position: absolute;
  right: 10px;
  top: calc(45% - 20px);
}

.m-button-control2:not(.slick-disabled):hover {
  box-shadow: 0 3px 13px rgb(0 0 0 / 40%);
}

.m-button-control2.slick-disabled {
  filter: grayscale(1);
  cursor: default;
  -webkit-filter: grayscale(1);
}

.m-button-control2--prev {
  transform: scaleX(-1);
  left: -20px;
}

.m-button-control2--next {
  right: -20px;
}

.plan_content_cuotas {
  font-size: 12px;
  color: var(--gray);
  display: flex;
  flex-direction: column; /* Mobile-first adjustment */
  align-items: flex-start;
}

.promo_decos {
  text-align: center;
  position: absolute;
  width: 101%;
  height: 26px;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #019df4;
  font-size: 14px;
  color: #fff;
  gap: 6px;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.promo_decos .icon-fuego {
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/fibra/escaleras/icon-fuego.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 12px;
}

.plan.promo200Megas {
  border: 2px solid #019df4;
}

.promo_decos .icon-mando {
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/internet-hogar/escaleras/assets/icon.GAMER.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 10px;
  width: 16px;
}

.plan.destacado900Megas {
  border: 2px solid;
}

.marco-contanier {
  position: relative;
  width: 100%;
  height: 22px;
}

.marco_recomendado {
  position: absolute;
  width: 100%;
  max-width: 310px;
  height: 22px;
  transform: translate(-50%, -50%);
  left: 50%;
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/internet-hogar/escaleras/assets/Bar_recomendado_900MB.webp);
  background-position: center;
  top: -20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.contain_netflix {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  gap: 4px;
  background-color: #f5f5f5;
  height: 47px;
  border-radius: 10px;
  margin: 10px auto;
}

.contain_deco {
  background-color: #f5f5f5;
  font-size: 14px;
  width: 85%;
  height: 46px;
  margin: 0; /* Mobile-first adjustment */
  margin-top: 5px; /* Mobile-first adjustment */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.canales-hd {
  font-size: 10px;
}

.promo_plans_pospago {
  width: 100%;
  font-size: 21px;
  margin: 35px auto;
  text-align: center;
}

.sticky-offer {
  display: none;
  position: absolute;
  bottom: 42px;
  right: -6px;
  width: 119px;
  height: auto;
  padding: 5px 6px;
  font-size: 12px;
  z-index: 2;
}

.sticky-offer.active {
  display: flex;
}

.benefit-item__info .plus {
  width: 14px;
}

.benefit-item__info a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
}

/* ***** Contenedor de los pasos ***** */

.steps_title {
  text-align: center;
}

.steps_title h2 {
  font-size: 20px;
  font-weight: 500;
}

.steps_title p {
  font-size: 15px;
  margin: 0px auto 10px;
}

.steps_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.steps_content .steps_item {
  width: 263px;
  height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: left;
  font-size: 15px;
  background-color: #fff;
  box-shadow: -1px 0px 15px -3px rgba(0, 0, 0, 0.19),
    5px 10px 15px -3px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

.steps_content .steps_item:nth-child(1) img,
.steps_content .steps_item:nth-child(2) img {
  width: 35.28px;
  height: 35.28px;
}

.steps_content .steps_item:nth-child(3) img {
  width: 157.71px;
  height: 35.3px;
}

.steps_item .steps_item-content {
  text-align: left;
  line-height: normal;
  width: 213px;
}

.steps_item .steps_item-content p:nth-child(2) {
  font-size: 12px;
  color: #6b6b6b;
}

.section-netfl {
  margin: 0 auto;
  margin-top: 30px;
}

.font-logs {
  color: #0b2739;
  font-weight: 600;
  font-size: 12px;
  line-height: 11px;
}

.spacce {
  height: 10px;
}

.medellin-box .container_title {
  display: none !important;
}

.display-mbl {
  display: none;
}

.test-ab-box .sectionTabs_container{
      grid-template-columns: 1fr;
}
.test-ab-box .sectionTabs_button.verMas{
  display: none;
}
.test-ab-box .c-plan-f__discount{
  font-size: 12px;
}

.test-ab-box .c-plan-f__preprice{
  display: none;
}

.c-rdc-mtotal__box{
  margin: 35px auto 0;
  width: 95%;
  max-width: 338px;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
}

.c-rdc-mtotal__btn{
  display: block;
  margin: 18px auto 5px;
  width: 90%;
  padding: 10px 24px;
  border-radius: 48px;
}

.c-rdc-mtotal__box p{
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  .section-banner-im .sect-int {
    margin: 0 auto;
    display: flex; /* Revert to flex for tablet and larger */
    justify-content: space-evenly;
    align-items: stretch;
    justify-items: stretch;
    gap: 30px;
    padding: 40px 0 0px;
    width: 100%; /* Revert for tablet */
    text-align: left; /* Revert for tablet */
  }

  .text {
    max-width: none; /* Revert for tablet */
    text-align: left; /* Revert for tablet */
  }

  .section-banner-im .sect-int .image img {
    max-width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .section-banner-im .sect-int .text h1 {
    font-size: 28px;
  }

  .section-banner-im .sect-int .text .descript{
    font-size: 20px;
  }

  .section-banner-im .sect-int .text h2 {
    font-size: 22px; /* Revert for tablet */
  }

  .section-banner-im .sect-int .title-mob {
    display: none; /* Remains visible for tablet */
    padding: 10px 0;
  }

  .section-banner-im .sect-int .text .button {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .slider-cards-transporte {
    display: flex; /* Revert to flex for tablet and larger */
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mod988897 {
    margin-bottom: 0;
  }

  .slider-cards-transporte .card {
    margin: 5px 20px; /* Revert for tablet */
    max-width: 280px; /* Revert for tablet */
    padding: 0 20px; /* Revert for tablet */
  }

  .slider-cards-transporte .mod8979 {
    border-left: #0091ed 2px solid;
    border-right: #0091ed 2px solid;
  }

  .slider-cards-transporte .card .subtitle {
    font-size: 22px; /* Revert for tablet */
    margin: 14px auto;
  }

  .slider-cards-transporte .card .description {
    font-size: 36px;
    text-align: center; /* Revert for tablet */
    width: auto; /* Revert for tablet */
  }

  .slider-cards-transporte .card .descript {
    height: 75px;
  }

  .slider-cards-transporte .slick-next {
    right: -50px; /* Revert for tablet */
  }

  .slider-cards-transporte .slick-prev {
    left: -50px; /* Revert for tablet */
    z-index: auto; /* Revert for tablet */
    background: transparent !important; /* Revert for tablet */
    border-radius: 0; /* Revert for tablet */
    width: auto; /* Revert for tablet */
    height: auto; /* Revert for tablet */
  }

  .mod456 {
    margin-top: 0;
  }

  .section-beneficios h4 {
    margin-top: 30px;
    padding: 0 20px;
  }

  .section-beneficios h5 {
    padding: 0 20px;
  }

  .section-quest {
    grid-template-columns: 48% 48%; /* Revert for tablet */
    grid-template-rows: 100%; /* Revert for tablet */
    grid-column-gap: 4%; /* Revert for tablet */
    max-width: 1150px; /* Revert for tablet */
    padding-bottom: 40px; /* Revert for tablet */
  }

  .hidden-xs {
    display: none;
  }

  .ver_detalles {
    display: none;
  }

  .plan_beneficios.visibleDesk {
    display: flex;
  }

  .plan {
    width: 280px;
    margin: 0 15px;
  }

  .container {
    max-width: 1198px;
    position: relative;
    margin: 0 auto;
  }

  .plans_verMas {
    position: inherit;
    display: none;
  }

  .tecno__controls2 {
    display: flex;
  }

  .tecno__arrow-slider2 {
    width: 27px;
    height: 27px;
  }

  .plan_header-item2 .plan_price-valor {
    flex-direction: column;
    gap: 4px;
  }

  .plan_content_cuotas {
    flex-direction: row;
    gap: 6px;
    font-size: 1rem;
  }

  .fondo {
    background-color: #f5f5f5;
  }

  .steps_title h2 {
    font-size: 30px;
  }

  .steps_title p {
    font-size: 20px;
    margin: 0px auto 25px;
  }

  .steps_content {
    flex-direction: row;
    gap: 20px;
  }

  .steps_content .steps_item {
    width: 235px;
    height: 210px;
    gap: 20px;
    font-size: 20px;
  }

  .steps_content .steps_item:nth-child(1) img,
  .steps_content .steps_item:nth-child(2) img {
    width: 49px;
    height: 49px;
  }

  .steps_content .steps_item:nth-child(3) img {
    width: 209.64px;
    height: 46.93px;
  }

  .steps_item .steps_item-content {
    width: 95%;
    max-width: 244px;
  }

  .steps_item .steps_item-content p:nth-child(2) {
    font-size: 15px;
  }

  .benefit-item.benefit-item-center--netflix {
    grid-template-columns: 38% 50%;
    gap: 2px;
  }

  .benefit-item.benefit-item-center--netflix img {
    width: 70px;
  }

  .contain_deco {
    margin: 10px auto; /* Revert for tablet */
  }

  .display-mbl {
    display: block;
  }

  .c-rdc-mtotal__box{
      max-width: 972px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .c-rdc-mtotal__btn{
    margin: 0;
      max-width: 140px;
      font-size: 12px;
  }
}



@media only screen and (min-width: 1200px) {
  .section-banner-im .sect-int .image img {
    max-width: 100%; /* Revert for desktop */
    margin: 0; /* Revert for desktop */
    padding: 0; /* Revert for desktop */
  }



  .section-banner-im .sect-int .text .button {
    margin: 20px 0 0; /* Revert for desktop */
  }

  .section-banner-im h3 {
    line-height: 1.07; /* Revert for desktop */
    padding: 0; /* Revert for desktop */
  }

  .section-beneficios h4 {
    margin-top: auto; /* Revert for desktop */
    padding: 0; /* Revert for desktop */
  }

  .section-beneficios h5 {
    padding: 0; /* Revert for desktop */
  }

  .br-mob {
    display: none; /* Revert for desktop */
  }

  .tecno__controls2 {
    right: -8px;
  }
}

@media only screen and (min-width: 950px) {
  .steps_content .steps_item {
    width: 308px;
  }

  .section-netfl {
    display: flex;
  }
}