.recargaIframe {
  border: none;
  width: 450px;
  height: 607px;
}
body {
  overflow-x: hidden;
}
.recargasInfo {
  padding-bottom: 50px;
}
.recargasInfo_title {
  font-size: 26px;
  font-weight: 400;
  line-height: 30.47px;
  text-align: center;
  color: var(--primary);
  margin-top: 32px;
  margin-bottom: 32px;
}
.recargas_tipo {
  display: flex;
  justify-content: center;
  gap: 100px;
  position: relative;
}
.recargas_tipo_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recargas_tipo_item span {
  margin: 10px 0 20px 0;
  font-size: 18px;
  font-weight: 300;
  color: var(--gray);
}
.recargas_tipo_item .recargas_tipo_icono svg {
  max-width: 45px;
  max-height: 45px;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.recargas_tipo_item .recargas_tipo_icon {
  padding: 42.5px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  font-size: 60px;
}
.recargas_tipo_item:hover .recargas_tipo_icon {
  box-shadow: 0px 5px 6px 0px rgba(95, 95, 95, 0.2), 0px 3px 16px 0px rgba(95, 95, 95, 0.12),
    0px 9px 12px 0px rgba(95, 95, 95, 0.14);
}
.recargas_tipo_item:hover .recargas_tipo_icon ~ span {
  font-weight: 500;
  color: var(--gray);
}
.recargas_tipo_item:hover .recargas_tipo_icon {
  color: var(--primary);
}
.recargas_tipo_item-active {
  z-index: 10;
}
.recargas_tipo_item-active .recargas_tipo_icon {
  color: #fff;
}
.recargas_tipo_item-active .recargas_tipo_icon {
  background-color: #006cd8;
  box-shadow: none;
}
.recargas_tipo_item-active span {
  font-weight: 500;
  color: #006cd8;
}
.recargas_tipo_item-active:hover .recargas_tipo_icon {
  color: #fff;
}
.recargas_tipo_item-active:hover .recargas_tipo_icon {
  box-shadow: none;
}
.recargas_tipo_item-active:hover .recargas_tipo_icon ~ span {
  font-weight: 500;
  color: #006cd8;
}
.recargas_tipo_item-active:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #006cd8;
  border-radius: 4px;
  display: block;
}
.recargas_cardsHorizontal {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  border-top: 4px solid #d5d5d5;
  border-radius: 4px;
}
.recargas_content,
.recargas_content_saldo,
.recargas_content_datos {
  margin: 24px auto;
}
.recargas_content,
.recargas_content_saldo {
  width: 100%;
  max-width: 750px;
}
.recargas_baner {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.recargas_cardTitle {
  grid-column: 1 / -1;
}
.recargas_cardTitle h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25.78px;
  color: var(--bg-primary);
}
.recargas_cardTitle h4 strong {
  font-weight: 700;
}
.recargas_cardTitle p {
  background-color: #e2f2ff;
  color: var(--bg-primary);
  padding: 0px 4px;
  border-radius: 2px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  max-width: max-content;
}
.recargas_card_content {
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  margin-top: 8px;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
}
.recargas_cardInfo {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  color: var(--gray);
  text-align: right;
  align-items: center;
}
.recargas_cardInfo:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.recargas_cardInfo.ibirapita {
  font-weight: 400;
}
.recargas_cardParrafo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 18.75px;
}
.recargas_cardParrafo span {
  font-weight: 400;
}
.recargas_cardParrafo.end {
  text-align: right;
  align-self: end;
}

.recargas_card_valor {
  background-color: var(--primary);
  color: white;
}
.recargas_cardLink {
  width: 100%;
  background-color: var(--secondary);
  color: white;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.recargas_cardLink:hover {
  color: white;
}
.recargas_cardLink i {
  font-size: 20px;
}
.recargas_cardLink:hover i {
  animation: moveArrowRight 0.6s linear;
}
.recargas_cardLink.movil {
  display: none;
}
.recargas_terminos {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 20px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: var(--primary);
}
.recargas_terminos-borde {
  font-size: 22px;
  font-weight: 400;
  line-height: 25.78px;
  color: var(--bg-primary);
  justify-content: space-between;
}

.recargas_terminos-borde[aria-expanded="true"] {
  padding-bottom: 0;
}

.recargas_terminos i {
  rotate: 90deg;
  display: block;
}
.recargas_terminos[aria-expanded="true"] i {
  rotate: 270deg;
  display: block;
}
.recargas_terminos-grid {
  grid-column: 1 / -1;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  border-radius: 8px;
}
.recargas_terminos-grid .recargas_terminos {
  justify-content: space-between;
}

.recargas_collapse {
  padding: 0px 16px 16px 16px;
}
.recargas_collapseList {
  list-style: disc;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #373737;
  padding-left: 16px;
}
.recargas_collapseList a {
  color: #0085ff;
  text-decoration: underline;
}
.recargasInfo_card-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
  position: relative;
  padding: 24px 0;
}
.recargasInfo_card-grid.bg::after {
  content: "";
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
}
.recargasInfo_card-grid .recargas_cardTitle h4 {
  margin-bottom: 8px;
}
.recargas_como {
  margin-top: 60px;
  background: #2a407e;
  padding-top: 32px;
  padding-bottom: 16px;
}
.recargas_comoTitle {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30.47px;
  text-align: center;
  color: white;
}
.recargas_comoParrafo {
  font-size: 20px;
  font-weight: 300;
  line-height: 23.44px;
  text-align: center;
  color: white;
}
.recargas_comoCards {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.recargas_comoCard {
  padding: 16px;
  width: 220px;
  background: white;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.recargas_comoCard p {
  font-size: 16px;
  font-weight: 300;
  line-height: 18.75px;
  text-align: center;
  color: var(--gray);
}
.recargas_como hr {
  border-top: 1px solid #182858;
  margin-top: 32px;
  margin-bottom: 16px;
}
.recargas_comoCollapse {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.recargas_comoCollapse:hover {
  color: white;
}
.recargas_comoCollapse i {
  rotate: 90deg;
  display: block;
}
.recargas_otrosValores {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  grid-column: 1 / -1;
  color: var(--secondary);
  text-decoration: underline;
}
.recargas_otrosValores:hover {
  text-decoration: underline;
}
.recargas_consultar {
  background: #f8f8f8;
  padding-top: 32px;
  padding-bottom: 48px;
}
.recargas_consultarTitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 30.47px;
  text-align: center;
  color: var(--primary);
}
.recargas_fixed {
  position: fixed;
  right: 0;
  top: 200px;
  padding: 16px 24px;
  gap: 4px;
  border-radius: 8px 0px 0px 8px;
  background-color: var(--secondary);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
}
.recargas_fixed:hover {
  color: white;
}
.recargas_fixed i {
  font-size: 40px;
}
.modal_opcionesRecargas.fade {
  transition: opacity 0.3s ease-in;
}
.modal_opcionesRecargas.show .modal_opcionesRecargas_content {
  transform: translateX(0px) !important;
  overflow-x: hidden;
}
.modal_opcionesRecargas .modal_opcionesRecargas_content {
  position: fixed;
  top: 50%;
  right: 0px;
  height: max-content;
  transform: translateX(100%) !important;
  margin: 0;
  margin-top: -303px;
  padding: 0;
  overflow: auto;
  transition: -webkit-transform 0.5s ease-in !important;
  transition: transform 0.5s ease-in !important;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in !important;
  pointer-events: auto;
}
.modal_opcionesRecargas_flex {
  display: flex;
}
.modal_opcionesRecargas_close {
  background-color: white;
  font-size: 40px;
  color: #0085ff;
  width: 50px;
  height: 85px;
  padding: 16px 8px;
  border-radius: 8px 0px 0px 8px;
  align-self: self-start;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: -5px;
}
.modal_opcionesRecargas .recargas {
  border-radius: 0px 8px 8px 8px;
}
.modal_montoContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: scroll;
  height: 580px;
  padding-right: 15px;
}
.modal_solidarioContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 15px;
}
.modal_montoTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: var(--primary);
  margin-bottom: 8px;
}
.modal_montoInfo {
  border: 1px solid #d5d5d5;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  padding: 16px;
}
.modal_montoInfo p {
  font-weight: 300;
  display: flex;
  justify-content: space-between;
}
.modal_montoInfo p span {
  font-weight: 400;
}
.scrollable::-webkit-scrollbar {
  height: 6px;
}
.scrollable::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 6px solid #b0b0b0;
}
.scrollable::-webkit-scrollbar-track {
  background-color: transparent;
}
@-moz-document url-prefix() {
  .scrollable {
    scrollbar-width: thin;
  }
}
.modal_montoContent.scrollable::-webkit-scrollbar {
  width: 8px;
}
.modal_montoContent.scrollable::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: #d9d9d9;
  border: none;
  width: 1px;
}
.recargaSMS_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--gray);
}
.recargaSMS_content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}
.recargaSMS_content strong {
  font-size: 16px;
  line-height: 16px;
}
.recargaSMS_explicado {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  color: var(--primary);
}
.recargaSMS_explicado span {
  padding: 8px;
  border-radius: 4px;
  background: #f8f8f8;
}
.recargaSMS_img {
  width: 285px;
  align-self: center;
}
.recargaSMS_solidario {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: var(--primary);
  display: flex;
  gap: 6px;
}
.recargaSMS_solidario i {
  rotate: 90deg;
  display: block;
}

.tab-content-none {
  display: none;
}

@media (max-width: 1199px) {
  .recargas_content_saldo {
    margin: 24px auto;
  }
}
@media (max-width: 992px) {
  .recargas_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
  .recargas_gridFila {
    grid-template-columns: 1fr;
  }
  .recargas_gridColumn {
    height: 56px;
  }
  .recargas_fixed {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .recargas_tipo {
    gap: 30px;
    padding: 2px 2px 8px 0px;
  }
  .recargas_cardsHorizontal {
    display: none;
  }

  .recargas_comoCards {
    flex-wrap: wrap;
  }
  .recargas_content,
  .recargasInfo_card-grid {
    grid-template-columns: 1fr;
  }

  .recargas_como {
    margin-top: 50px;
  }
  .recargas_consultar {
    padding-bottom: 24px;
  }
  .recargas_fixed {
    display: none;
  }
  .recargas_cardLink.movil {
    display: flex;
  }
  .recargas_cardLink.modRec {
    display: none;
  }
}
@media (max-width: 576px) {
  .recargas_tipo_item .recargas_tipo_icon {
    padding: 27px;
    font-size: 30px;
  }
  .recargas_tipo {
    gap: 8px;
  }
  .recargas_tipo_item span {
    font-size: 14px;
  }
}
