:root {
  --theme-primary: #ef3829;
  --light-red: #f65041;
  --theme-secondary: #0097a9;
  --theme-error: #f3756a;
  --theme-unselected-tab: rgb(255, 118, 119);
  --theme-header-feature: #f5f5f5;
  --typography-button-font-size: 1.3rem;
  --typography-button-letter-spacing: 0em;
  --typography-subtitle1-font-size: 1.3rem;
}

/*Redisenio cards de paquetes 18012024*/
.card-detalle-paquete {
  border-radius: 8px;
}

.modal-redisenio .modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.modal-redisenio .modal-content {
  width: 100%;
}

.modal-redisenio .modal-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-redisenio .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0px;
}

.modal-redisenio .modal-footer a:focus,
.modal-redisenio .modal-footer a:active {
  color: #0097a9;
  outline: none;
}

.content-autorizacion-datos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}
.mb-0 {
  margin-bottom: 0px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container-info-paquete {
  padding-top: 0rem !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 1rem;
}

.info-vigencia-paquete {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.15em;
  font-weight: bold;
  margin: auto;
  width: 40%;
}

.card-detalle-paquete p {
  margin-bottom: 0rem;
}

.container-info-paquete .texto-icon-paquete img {
  margin-right: 0.5rem;
}

.container-info-paquete .texto-icon-paquete {
  margin-top: 1.5rem;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}

.container-info-paquete .texto-icon-paquete span:nth-child(2) {
  font-weight: bold;
}

.container-info-paquete.d-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0rem !important;
}

.container-info-paquete.d-flex a {
  padding: 1rem;
}

.container-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.container-body .list-group,
.container-body .list-group-item,
.pasos-frecuencia .list-group,
.pasos-frecuencia .list-group-item,
.pasos-metodo-pago .list-group,
.pasos-metodo-pago .list-group-item {
  border: 0rem;
  border-color: none;
}

.container-body .list-group-item,
.pasos-frecuencia .list-group-item,
.pasos-metodo-pago .list-group-item {
  padding: 0.15rem 0px !important;
}

.info-valor-paquete-flex .info-valor-paquete {
  padding: 0.5rem;
  color: #ffffff;
  width: 100%;
  border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.info-valor-paquete-flex .info-valor-paquete p:nth-child(1) {
  font-weight: 500;
  margin-bottom: 0px;
}

.info-valor-paquete-flex .content-valor,
.info-valor-paquete-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.info-valor-paquete-flex .icon-valor-paquete-2,
.info-valor-paquete-flex .icon-dollar,
.info-valor-paquete-flex .icon-ceros-valor-paquete {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.info-valor-paquete-flex .icon-dollar {
  align-items: start;
}
.info-valor-paquete-flex .icon-valor-paquete-2 {
  align-items: center;
}

.info-valor-paquete-flex .icon-ceros-valor-paquete {
  align-items: end;
}

.info-valor-paquete-flex .info-valor-paquete p:last {
  font-size: 1.5em;
  font-weight: bold;
}

.stick-ahorro {
  position: relative;
}

.stick-ahorro img {
  position: absolute;
  float: left;
  z-index: 3;
  bottom: 0;
  margin-left: 30px;
  margin-bottom: -25px;
}

.content-tooltip,
.content-info-forma-pago {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
}

.content-info-forma-pago {
  justify-content: space-evenly;
  gap: 1rem;
}

.modal-redisenio a {
  outline: 0px;
  outline-offset: 0px;
  offset: 0;
}
a.open-modal-validacion {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

.collapse-ver-detalle-paquete a {
  text-decoration: none;
  font-weight: bold;
  color: #b52217;
}

.arrow-down-up {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
}
.arrow-down-up::after {
  content: "\f107";
  font-size: 1.5em;
  font-family: "FontAwesome";
  color: #b52217;
}

.arrow-down-up[aria-expanded="true"]::after {
  content: "\f106";
}

.collapse-ver-detalle-precio .panel-collapse p {
  font-size: 1em;
}

.collapse-link-price {
  background: #ffe0e1;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  line-height: 25px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.collapse-link-price.arrow-down-up {
  justify-content: center;
}

.collapse-link-price.arrow-down-up::after {
  font-weight: 600;
  font-size: 2em;
}

.collapse-ver-detalle-precio .list-group-item{
  background: transparent;
}

/*Estilos para los checks de frencuencia y metodo de pago*/

.content-select-frecuencia,
.content-select-pago {
  margin-bottom: 1.5rem;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.content-select-frecuencia .seleccion-frecuencia {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
    align-items: stretch;
}

.content-select-frecuencia .btn-check:checked + .btn-options-outlined,
.content-select-frecuencia .btn-check:checked + .seleccion-frecuencia,
.content-select-pago .btn-check:checked + .btn-options-outlined {
  background-color: #c7f9fc !important;
  border: 2px solid #1097ae !important;
  color: var(--light-red) !important;
  height: 100%;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
}

.content-select-frecuencia .btn-check:not(:checked) + .btn-options-outlined,
.content-select-frecuencia .btn-check:not(:checked) + .seleccion-frecuencia,
.content-select-pago .btn-check:not(:checked) + .btn-options-outlined {
  background-color: #ffffff !important;
  height: 100%;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1rem;
  color: var(--light-red) !important;
  border: 2px solid #b9b9b9 !important;
}

.d-flex-colummn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/*Estilos para los checks de frencuencia y metodo de pago*/

.form-check-label {
  font-size: 1.2em;
  margin-bottom: 0rem;
  font-weight: 500;
  text-align: justify;
}
/* Customize checkboxes */

/* The container */
.container-input {
  display: block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}

.checkmark1 {
  position: absolute;
    left: 0;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}
/* On mouse-over, add a grey background color 
.container-input input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.container-input input:checked ~ .checkmark {
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-input input:checked ~ .checkmark:after {
  display: block;
}

.container-input input:checked ~ .checkmark1:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-input .checkmark:after {
  left: 10px;
  top: 4px;
  width: 9px;
  height: 15px;
  border: solid #da291c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-input .checkmark1:after {
  left: 10px;
  top: 4px;
  width: 9px;
  height: 15px;
  border: solid #da291c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Fin Customize checkboxes */

.new-btn-red {
  border-radius: 2rem;
  border-color: #da291c !important;
  color: #ffff !important;
  padding-top: 1rem;
  font-size: 1.5em;
  padding-bottom: 1rem;
  line-height: normal;
  width: 100%;
  background-color: #da291c !important;
}

.new-btn-regresar {
  border-radius: 0.5rem;
  border: 1.5px solid #1097ae !important;
  color: #1097ae !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: normal;
  width: 100%;
  background-color: #ffff !important;
}

.new-btn-red-modal {
  border-radius: 0.5rem;
  color: #ffff !important;
  padding-top: 1rem;
  font-size: 1.5em;
  padding-bottom: 1rem;
  line-height: normal;
  width: 100%;
  background-color: #ef3829 !important;
}

.new-btn-black {
  border-radius: 0.5rem;
  border-color: #444444 !important;
  color: #ffff !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: normal;
  width: 100%;
  background-color: #444444 !important;
}

.new-btn-black:focus,
.new-btn-black:active,
.new-btn-black:hover,
.new-btn-red:focus,
.new-btn-red:active,
.new-btn-red:hover,
.new-btn-regresar:focus,
.new-btn-regresar:active,
.new-btn-regresar:hover,
.new-btn-red-modal:focus,
.new-btn-red-modal:active,
.new-btn-red-modal:hover {
  outline: none;
  offset: 0;
}

.label-over-input {
  position: absolute;
  margin-top: -1.2rem;
  left: 2rem;
  font-size: 1.5em;
  z-index: 3;
  background-color: white;
  font-weight: 500;
  color: #888888;
  margin-bottom: 0rem;
}

.bg-light-blue {
  background-color: #b2f3f6;
}

.color-text-light-blue {
  color: #b2f3f6;
}

.bg-blue-new {
  background-color: #0097a9;
}

.color-text-blue {
  color: #0097a9;
}

.bg-light-red {
  background-color: var(--light-red);
}

.color-text-light-red {
  color: var(--light-red);
}

.bg-hard-blue {
  background-color: #005c66;
}

.color-text-hard-blue {
  color: #005c66;
}

.bg-hard-black {
  background-color: #111111;
}

.color-text-hard-black {
  color: #111111;
}

.color-text-white {
  color: #ffffff;
}

.bg-gray-hard {
  background-color: #e7e7e7;
}

.color-text-gray-hard {
  color: #e7e7e7;
}

@media (min-width: 320px) {
  .info-valor-paquete-flex .info-valor-paquete p:nth-child(1) {
    font-size: 0.9em;
  }

  .info-vigencia-paquete {
    width: 50%;
  }

  .container-body .list-group-item {
    font-size: 1.15em;
  }

  .stick-ahorro img {
    margin-left: 4px;
    margin-bottom: -25px;
  }
}

@media (min-width: 375px) {

  .stick-ahorro img {
    margin-left: 25px;
    margin-bottom: -25px;
  }
}

@media (min-width: 425px) {

  .stick-ahorro img {
    margin-left: 30px;
    margin-bottom: -25px;
  }
}

@media (min-width: 400px) {
  .info-valor-paquete-flex .info-valor-paquete p:nth-child(1) {
    font-size: 1.15em;
  }

  .info-vigencia-paquete {
    width: 40%;
  }
}

@media (min-width: 500px) {
  .info-vigencia-paquete {
    width: 25%;
  }

  .container-body .list-group-item {
    font-size: 1.35em;
  }

  .modal-redisenio .modal-content {
    width: 70%;
  }
}

@media (min-width: 768px) {

  .price-info img {
    height: 0.9em !important;
  }

  .modal-redisenio .modal-content {
    width: 100%;
  }

  .stick-ahorro img {
    margin-left: 24px;
    margin-bottom: -25px;
  }

  .info-vigencia-paquete {
    width: 25%;
  }

  .container-body .list-group-item {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  .info-vigencia-paquete {
    width: 20%;
  }
}

/*Fin Redisenio cards de paquetes 18012024*/

#page-wrapper {
  max-width: 600px;
  margin: auto;
}

.valor_y {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  /* gap: 3px; */
  width: 77px;
  /* height: 41px; */
  background: #0097a9;
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.text_seleccionar {
  color: #fcab10 !important;
}

.br_one_tarjeta {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  padding-left: 6px;
}
.br_two_tarjeta {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 9px;
  padding-left: 6px;
}
.br_three_tarjeta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  padding-left: 6px;
}
.br_four_tarjeta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding-left: 10px;
  padding-bottom: 9px;
  padding-top: 4px;
}

#header-features {
  padding: 10px 0px 0px 0px;
  background-color: var(--theme-header-feature);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.tab-feature {
  width: 33%;
  text-align: center;
  cursor: pointer;
}

.tab-feature > img {
  height: 35px;
  width: auto;
}

.tab-feature > p {
  color: var(--theme-primary);
}

.active-tab {
  border-bottom: 3px solid var(--theme-secondary);
  color: var(--theme-secondary);
}

.active-tab > p {
  color: var(--theme-secondary);
}

.header-service {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px 15px 20px;
  margin-bottom: 8px;
}

.header-service > p {
  font-weight: bold;
  margin: 0px;
}

.feature-item-change-state-button {
  width: 100%;
  border: none;
  color: white;
  background-color: var(--theme-primary);
  border-radius: 0.3125em;
  font-weight: 700;
  padding: 0.7em 1em;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.feature-item-change-state-button-deactivate {
  background-color: black;
}

.total-price-value {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  word-wrap: break-word;
  width: 77px;
}

#feature-list-wrapper {
  margin-bottom: 30px;
}

#openTooltip {
  cursor: pointer;
  margin-left: 30px;
}

#openTooltip > img {
  width: 30px;
}

.recurrente-wrapper {
  margin-bottom: 20px;
  margin-top: -8px;
  width: 100%;
  background-color: #f6f6f6;
  border-top: 1px solid #c5c4c4;
  border-bottom: 1px solid #c5c4c4;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.recurrente-wrapper > p {
  margin-top: 10px;
}

.recurrent-checks-wrapper {
  display: flex;
  font-size: 12px;
  padding: 10px 0;
}

.recurrent-checks-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.left-border {
  border-left: 1.5px solid #b3b0b0;
}

.checkd {
  cursor: pointer;
}

#div-numero-desktop {
  display: none;
}

.border-bottom-red {
  border-bottom: 1px solid #e31d1a;
}

@media (min-width: 768px) {
  #div-numero-mobile {
    display: none;
  }

  #div-numero-desktop {
    display: block;
  }

  .tab-feature > img {
    height: 50px;
    width: auto;
  }

  #header-features {
    padding: 10px 0px 15px 0px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .recurrente-wrapper {
    margin-bottom: 20px;
    margin-top: -8px;
    width: 100%;
    border-top: 0px;
    border-bottom: 0px;
    text-align: center;
  }

  .text-recurrent {
    padding-top: 3%;
  }

  /*.big-text {
        font-size: 18px;
        text-align: left;
        padding-top: 1.3em;
        padding-bottom: 0.5em;
    }*/
  .modal-sm {
    width: 380px;
  }

  /*tbody {
        height: 100px;
        overflow-y: auto;
        overflow-x: hidden;
        
    }*/
  .scrollable {
    height: 500px;
    overflow-y: scroll;
    display: block;
  }

  .bordered {
    border: solid 1px #d0ccc7;
  }

  #det_feature {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  #page-wrapper {
    max-width: 768px;
    margin: auto;
  }

  /*#text-recurrente {
        width: 50%;
        display: inline-block;
        text-align: left;
    }*/
}

/* Modificado Angel Tigua boton Activo  */

@media only screen and (min-width: 601px) {
  .promo {
    width: 714px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");
  }
  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x1668.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_1488x312.png") !important;
  }
  .promooOtt {
    width: 714px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;
  }
  .btn_margin_top {
    bottom: 21px !important;
    left: 82% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 600px) {
  .promo {
    width: 548px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");
  }
  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x1668.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 548px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 82% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 580px) {
  .promo {
    width: 524px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");
  }
  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x1668.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    border-radius: 1em;    
    width: 524px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 79% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 560px) {
  .promo {
    width: 505px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");
  }
  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x1668.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 505px !important;
    position: relative;
    right: 34px;    
    content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 79% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 540px) {
  .promo {
    width: 479px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");
  }
  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x1668.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 479px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 77% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 520px) {
  .promo {
    width: 459px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");
  }
  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x1668.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 459px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 76% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 490px) {
  .promo {
    width: 430px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");
  }
  .promoHbo {
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x1668.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    width: 430px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 74% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 470px) {
  .promo {
    border-radius: 1em;
    width: 398px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x2501.jpg");
  }
  .promoHbo {
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x2501.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 398px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X2501.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 71% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 450px) {
  .promo {
    width: 383px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    /*content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");*/
  }
  .promoHbo {
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x2501.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 383px !important;
    position: relative;
    right: 34px;
    /*content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;*/
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 71% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 430px) {
  .promo {
    width: 357px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    /*content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");*/
  }
  .promoHbo {
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x2501.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    width: 357px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    /*content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;*/
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 67% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 410px) {
  .promo {
    width: 342px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x1668.jpg");
  }
  .promoCanalFutbol {
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x1668.jpg") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 342px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X1668.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 67% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 64px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 400px) {
  .promo {
    width: 356px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x2501.jpg") !important;
  }
  .promoCanalFutbol {
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }

  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x2501.jpg") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 356px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X2501.png") !important;
  }
  .btn_margin_top {
    bottom: 8px !important;
    left: 74% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 64px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 390px) {
  .promo {
    width: 333px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x2501.jpg") !important;
  }
  .promoHbo {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x2501.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    width: 333px !important;
    position: relative;
    border-radius: 1em;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X2501.png") !important;
  }
  .btn_margin_top {
    bottom: 8px !important;
    left: 69% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 64px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 370px) {
  .promo {
    width: 313px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x2501.jpg") !important;
  }
  .promoHbo {
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x2501.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promooOtt {
    position: relative;
    width: 313px !important;
    border-radius: 1em;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X2501.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 67% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

@media only screen and (max-width: 350px) {
  .promo {
    width: 295px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x2501.jpg") !important;
  }
  .promoHbo {
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x2501.jpg") !important;
  }
  .promooOtt {
    width: 295px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/banner_tv_8001X2501.png") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    left: 66% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
}

.centrado-horizontalmente {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 320px) {
  .promo {
    width: 276px !important;
    position: relative;
    right: 34px;
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_prime_8001x2501.jpg") !important;
  }
  .promoCanalFutbol {
    border-radius: 1em;
    content: url("../img/sitiomovil/promo/Claro__Banner_8002x1669.png") !important;
  }
  .promoHbo {
    content: url("../img/sitiomovil/promo/20241119/Mi-Claro-App_max_8001x2501.jpg") !important;
  }
  .promooOtt {
    border-radius: 1em;
    width: 276px !important;
    position: relative;
    right: 34px;
    content: url("../img/sitiomovil/promo/banner_tv_8001X2501.png") !important;
  }
  .btn_margin_top {
    bottom: 7px !important;
    /* left: 64% !important; */
    left: 70% !important;
  }
  .btnSelecPromo {
    position: relative;
    right: 61px !important;
  }
  .btn_hbo {
    height: 34px !important;
  }
  .width_btn {
    width: 87px !important;
  }
}

.btn_prime {
  /* margin: 0% -4%; */
  position: absolute;
  right: 2em;
  top: 66%;
  bottom: 28px;
  width: 100px;
  height: 23px;
  font-weight: bold;
  color: #ffffff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: #0097a9;
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
  padding-top: 5px;
}
.btn_hbo {
  height: 34px;
}
.btnSelecPromo {
  position: relative;
  right: 34px;
  top: 26px;
}

.panel-body {
  padding: 2px !important;
}

/* @media only screen and (max-width: 600px) {
    .promo {
      height: 120px;
      width: 100% !important;
    }
    .respImg{
        bottom:10px
    }
  } */

/* @media only screen and (max-width: 500px) {
    .promo {
      height: 120px;
      width: 100% !important;
    }
    .respImg{
        bottom:10px
    }
  } */

/* @media only screen and (max-width: 480px) {
    .promo {
      height: 50px;
      width: 100% !important;
    }
  } */

.panel-default {
  border-color: #fff;
}

.text_seleccionar_background {
  color: #fff !important;
}

.btn-r-new-design {
  padding: 5px 3px;
  margin-right: 7px;
  border-radius: 1em;
  border: 2px solid #c7c2c2;
}
.btn-l-new-design {
  padding: 5px 3px;
  background-color: #fcab10;
  margin-left: 7px;
  border-radius: 1em;
  border: 2px solid #c7c2c2;
  padding: 5px 3px;
}

.text-decoration-none,
.text-decoration-none:hover {
  text-decoration: none;
}
.c-pointer {
  cursor: pointer;
}

.bg-gray-light {
  background-color: #F4F4F4;
}
.pasarelas-pago .checkmark{
  top: 24px;
  left: 16px;
  background-color: #ffffff;
  border: 1.5px solid #6c6c6c;
  border-radius: 1.25rem;
}

.pasarelas-pago .container-input input:checked ~ .checkmark {
  background-color: #da291c;
  border: 1.5px solid #da291c;
}

.pasarelas-pago .container-input .checkmark:after {

  border: solid #ffffff;
  left: 10px;
  top: 4px;
  width: 9px;
  height: 15px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}

.checkmark1 {
  position: absolute;
    left: 0;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}
/* On mouse-over, add a grey background color 
.container-input input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.container-input input:checked ~ .checkmark {
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-input input:checked ~ .checkmark:after {
  display: block;
}

.container-input input:checked ~ .checkmark1:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-input .checkmark:after {
  left: 10px;
  top: 4px;
  width: 9px;
  height: 15px;
  border: solid #da291c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-input .checkmark1:after {
  left: 10px;
  top: 4px;
  width: 9px;
  height: 15px;
  border: solid #da291c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.price-break-down {
  align-items: center;
  flex-direction: column;
  font-size: 0.9em !important;
  display: none;
}

.price-break-down.shown {
  display: flex;
  color: #ffffff;
}

.price-break-down-toggle {
  color: var(--light-red);
  background-color: #FFE0E1;
  margin: 0 -0.5rem -0.6rem;
  border-radius: 0px 0px 8px 8px;
}

.price-break-down-toggle.expanded img {
  transform: rotate(180deg);
}

.card-detalle-paquete {
  min-height: 280px;
}

.card-detalle-paquete {
  flex-direction: column;
  display: flex;
}

.container-body {
  flex-grow: 1;
}

.price-info img {
  height: 1em !important;
}

