/*NUEVOS ESTILOS TRACKING CLARO 04062024*/
.header-claro-red {
  background-color: #ef3829;
  color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer-claro-black {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.img-logo {
  width: 85px;
}
.container-grid {
  display: grid;
  margin-top: 2rem;
}

.faqtext {
  padding-top: 2.5rem !important;
}

.img-rutas {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 499px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .item-2 {
    grid-area: 1 / 2 / span 1 / span 2;
  }

  .item-3 {
    grid-area: 2 / 1 / span 2 / span 3;
  }

  .item-4 {
    grid-area: 4 / 1 / span 2 / span 4;
  }

  .container-grid {
    grid-template-columns: 1fr;
  }
  .img-rutas {
    display: flex;
    justify-content: center;
    margin: 0px 20px;
  }
  .item-1.mostrar-resp {
    display: flex;
  }
}

/*@media (min-width: 500px) and (max-width: 991px) {
	.item-2 {
	  grid-area: 1 / 2 / span 3 / span 2;
	}
	.item-1 {
	  grid-area: 1 / 1 / span 1 / span 1;
	}
	
	.item-3 {
	  grid-area: 2 / 1 / span 1 / span 1;
	}
	
	.item-2 {
	  grid-area: 1 / 2 / span 2 / span 1;
	}
	
	.item-4 {
	  grid-area: 3 / 1 / span 1 / span 3;
	}
	.container-grid {
	  padding: 0 1rem;
	  column-gap: 20px;
	  grid-template-columns: 1fr;
	}
  
  }*/

@media (min-width: 500px) {
  .container-grid {
    padding: 0 3rem;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .container-grid.busqueda-tracking {
    grid-template-columns: 2fr 1fr;
  }

  .item-1 {
    grid-area: 1 / 1 / span 1 / span 1;
  }

  .item-3 {
    grid-area: 2 / 1 / span 1 / span 1;
  }

  .item-2 {
    grid-area: 1 / 2 / span 2 / span 1;
  }

  .item-4 {
    grid-area: 3 / 1 / span 3 / span 3;
  }

  .item-1.mostrar-resp {
    display: none;
  }
}

@media (min-width: 992px) {
  .container-grid {
    padding: 0 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .item-4 {
    grid-area: 3 / 1 / span 1 / span 1;
  }

  .item-2 {
    grid-area: 1 / 2 / span 3 / span 1;
  }

  .img-rutas {
    align-items: center;
  }
}

.item-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-4 {
  display: flex;
  justify-content: center;
}

.item-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-rutas img {
  width: 100%;
  max-width: 350px;
}
.item-3 .form-group {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
/*FIN NUEVOS ESTILOS TRACKING CLARO 04062024*/

.style_boton,
.style_boton:hover,
.style_boton:focus,
.style_boton:active {
  background-color: #ffffff !important;
  box-shadow: 0px 4px 4px rgb(45 41 38 / 25%) !important;
  border-radius: 4px !important;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 0px !important;
  border-color: white !important;
}

.liImgBancos {
  list-style: none;
  padding-left: 24%;
}
.imgBanco {
  width: 25%;
  float: left;
}

.imgBancoMin {
  width: 25%;
  float: left;
}
.ulBancos {
  padding-left: 9%;
  padding-bottom: 3%;
}
.irMedios-de-pago {
  width: 30%;
  color: white;
  padding-top: 1%;
}
/*.borderPagos{
	  background-color: transparent;
	  border-color: #d0ccc7 !important;
	  border: solid 1px;
  }*/

.borderPagosPrueba {
  background-color: transparent;
  border-color: #d0ccc7 !important;
  border: solid 1px;
  text-decoration-color: #9d9d9d;
  /*padding: 5% 2% 5% 0%;*/
  text-align: center;
  margin-right: 13px;
  margin-bottom: 10px;
}
.divHead {
  margin-left: 20.666667%;
  margin-top: 2%;
}
.divCuadroTexto {
  padding-left: 30%;
}
.fontSize {
  font-size: 28px;
}
.btnVerMas {
  text-decoration: none !important;
  color: black !important;
  font-size: 16px;
}
.divVerMasMovil {
  float: right;
  padding: 17px 12px 0px 0px;
}

.divVerMas {
  background-color: #f5f5f5;
  border: 2px #f5f5f5;
  border-radius: 7px;
  padding: 10px 0px 1px 0px;
  margin-left: 8px;
  margin-right: 8px;
}

.divImagen {
  padding: 0px;
  padding-top: 14%;
  padding-bottom: 15%;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.info {
  margin-left: -3%;
  margin-top: 0.5%;
}

/*CSS PARA EL FLUJO DE PAQUETES*/
.img-paquete {
  width: 25%;
}

.img-number {
  width: 15%;
}

.verifica {
  font-size: 14px !important;
}

.img-number {
  width: 10%;
}

.check-validate {
  color: rgb(22, 150, 179);
  font-size: 30px;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 14px;
}

/*Logo Services*/
.logo-services {
  width: 30%;
  height: 30%;
}

/*Centrar Contenido Paquete*/
.desc-center {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.leyenda {
  margin-top: 20px;
}

.col-05 {
  width: 4.16%;
}

.col-075 {
  width: 6.25%;
}

.col-5 {
  width: 41.66%;
}

/*SUPERPONER DIV*/

#datos {
  position: relative;
  background-color: green;
}

.txt-cargando {
  color: #ef3829;
  font-size: 2.5em;
  font-weight: 500;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 10%;
  height: 10%;
}

/*ESTILOS DE ACTIVACIONES*/

.detalle-paquetes {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  float: left;
  margin-bottom: 3%;
}

.detalle-paquetes h3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 0.7em;
  background: #000104;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
}

.detalle-paquetes dl dd.precio {
  background: #1f97ae;
  position: relative;
  color: #fff;
}
.detalle-paquetes dl dd:first-of-type {
  border-top: initial;
}
.detalle-paquetes dl dd {
  background: #fff;
  border-color: #d0ccc7 !important;
  border: solid 0.5px;
  padding: 10px 5px;
}

.nombre_paquete {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 0.7em;
  background: #000104;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  border-color: #d0ccc7 !important;
  border: solid 0.5px;
  height: 55px;
}

.detalle-paquetes dl dd.minutos {
  background: #ddd;
  color: #000104;
  font-size: 0.7em;
  height: 60px;
}

.detalle-paquetes dl dd.servicio {
  background-color: transparent;
  color: #000104;
  font-size: 0.7em;
  height: 60px;
}

/************************/

.no-padding {
  padding: 0px;
}

.header {
  background-color: #ef3829;
}

.footer {
  height: 14%;
  background-color: #bbcacd;
  flex-direction: row;
  color: white;
  align-items: center;
  /*margin-top: -7%;*/
}

.footerMedios {
  height: 14%;
  background-color: #000;
  flex-direction: row;
  color: white;
}

.footerMedios {
  padding: 8px 0px 15px 0px;
}
.footer {
  padding: 10px 0px 40px 0px;
}

.header {
  padding: 10px 0px 15px 0px;
}

#content {
  width: 100%;
  height: 92%;
  background-color: #ffffff;
  /*background-image: url('../img/landing/imagen_fondo.png');
	  background-repeat: no-repeat;*/
  display: table;
}

#contentMedios {
  width: 100%;
  height: 92%;
  /*background-image: url('../img/landing/imagen_fondo.png');
	  background-repeat: no-repeat;*/
  display: table;
}

#content.content-tp {
  padding-top: 0px;
}

#content > .container {
  display: table-cell;
  vertical-align: middle;
}

.titulos {
  text-align: center;
}

.footerText {
  text-align: left;
  width: 100%;
  color: white;
}

.site-title {
  font-size: 1.45em;
  font-weight: bold;
  margin: 0;
}

.site-breadcrumb {
  font-size: 1.1em;
  font-style: italic;
  margin: 0;
}

#avance {
  width: 100%;
  height: 5px;
}
.steps {
  width: 33.333%;
  height: 100%;
  background-color: #ebebeb;
  float: left;
}

.steps-active {
  background-color: #1f97ae;
}

.main-section {
  text-align: center;
}

.btn-blue,
.btn-blue:hover {
  font-weight: bold;
  background-color: #4f8d9e;
  color: #fff;
  font-size: 1.8em;
  padding: 12px;
}

.btn-blue:hover {
  background-color: #447988;
}

.big-text {
  font-size: 2.5em;
}

.txt-inicio {
  font-size: 1.8em;
  color: #666;
}

.medium-text {
  font-size: 1.75em;
  font-weight: 500;
  color: #666;
}

.txt-inicio-recarga {
  font-size: 1.7em;
  color: #666;
  margin-bottom: 4%;
}

.logo-container {
  margin-bottom: 5%;
}

.btn-container {
  margin-top: 3.5em;
}

/*TEXTO KUSHKI PARA NUEVA OPCION DE PAQUETES*/
.texto-kushki {
  font-size: 1.9em;
  text-align: center;
}

/*ESTILOS DEL INPUT DEL NUMERO*/
.dato {
  padding: 1%;
}

.dato input {
  width: 30%;
  text-align: center;
  background-color: transparent;
  border-color: #d0ccc7 !important;
  border: solid 1px;
  text-decoration-color: #9d9d9d;
  color: #9d9d9d;
  font-size: 2.3em;
}

/*ESTILO DE CUADROS DE RECARGAS Y ACTIVACIONES*/
.activaciones {
  margin: 0% 10% 5% 10%;
}

.resumen {
  background-color: #ececec;
  border-color: #d0ccc7 !important;
  border: solid 1px;
  text-decoration-color: #9d9d9d;
  padding: 5%;
  text-align: center;
}

.resumen p {
  font-size: 1.5em;
  text-align: left;
}

.col-md-1-5 {
  width: 12.49666666%;
}

.recargas ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.titulo-activacion {
  font-size: 13px;
  color: #000;
  margin-bottom: 0%;
}

.subtitulo-activacion {
  font-size: 11px;
  color: #000;
  margin-bottom: 0%;
}

/*ESTILO DEL DETALLE DE PAQUETE*/
.principal {
  background-color: transparent;
  border-color: #b7b7b7 !important;
  border: solid 1px;
  text-decoration-color: #b7b7b7;
  padding: 5% 2% 5% 2%;
  text-align: center;
}
/*FIN ESTILO DEL DETALLE DE PAQUETE*/

/*INPUT*/

.numero-user:focus {
  border-color: #1f97ae;
  /*: solid 1px;*/
}

/*BOTONES ACEPTAR Y REGRESAR*/
.btn-regresar {
  border: 1px solid #1f97ae;
  background-color: #ffffff;
  color: #1f97ae;
  text-align: center !important;
  width: 100%;
  font-size: 1.8em;
}

input::placeholder {
  color: #888888;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}

.btn-regresar:hover {
  background-color: #1f97ae;
  color: #ffffff;
}

.btn-beneficios {
  border: 1px solid #1f97ae;
  background-color: #ffffff;
  color: #1f97ae;
  text-align: center !important;
  width: 90%;
  font-size: 1.8em;
  margin-bottom: 4%;
}

.btn-beneficios:hover {
  background-color: #1f97ae;
  color: #ffffff;
}

.btn-continuar {
  background-color: #ef3829;
  color: #ffffff;
  text-align: center !important;
  width: 100%;
  font-size: 1.8em;
}

.btn-consultar {
  background-color: #c4c4c4;
  color: #8c8c8c;
  border: 1px solid;
  text-align: center;
  width: 320px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
}

/*
	  #parent {
	  width: 200px;
	  height: 200px;
	  border:solid 1px #000;
	}
	iframe {
	  width:170%;
	  height:100%;
	  border:0px;
	}
	
	#parent > button {
	  opacity: 0.3;
	  position:relative;
	  float: right;
	  right:10px;
	  bottom:35px;
	  transition: 0.5s;
	}
	#parent > button {
	  opacity: 1;
	}  
  */
.frame-container {
  position: relative;
}

.iframe-button {
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
}

.frame-container:hover .iframe-button {
  display: block;
}

.btnclose {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  height: 21px;
  -moz-appearance: none;
}

.vertical-center {
  margin: 0;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* .caja-guia-txt{
	  border: 1px solid;
	  border-color: #A7A8AA;
	  border-radius: 6px;
	  color: black;
	  font-weight: 500;
	  font-family: 'Roboto', sans-serif;
	  font-size: 19px;
	  padding: 5px;
	  background-color: white;
	  text-align: center;
  } */

.btn-rastrear {
  background-color: #ffffff;
  color: #da291c;
  border-color: #da291c;
  border: 1px solid;
  text-align: center;
  width: 320px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bolder;
}

.btn-nueva-consulta {
  background-color: #ffffff;
  color: #0097a9;
  border-color: #0097a9;
  border: 1px solid;
  text-align: center;
  width: 320px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bolder;
}

.btn-continuar-activacion {
  background-color: #ef3829;
  color: #ffffff;
  text-align: center !important;
  width: 80%;
  font-size: 0.9em;
}

.btn-continuar-activacion:hover {
  background-color: #ef3829;
  color: #fff;
}

.accordion-button::after {
	width: auto;
    height: auto;
    background-image: none !important;
    background-size: 0 !important;
}

.accordion-preguntas .accordion-button {
  text-align: left;
  color: #0097a9 !important;
  font-weight: lighter;
  border: 1px solid;
  border-radius: 6px !important;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  padding: 15px;
  background-color: white;
}

.accordion-preguntas .accordion-button:not(.collapsed)::after {
  background-image: unset;
}

/* Flechas de FontAwesome */

.accordion-preguntas .accordion-button::after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 2em;
  position: absolute;
  color: #1097ae;
  right: 1.5rem;
  margin-top: 0;
}

.accordion-preguntas .accordion-collapse{
	padding: 5px;
    background-color: #E8F4F6;
    font-size: 16px;
}

.faqinfo {
  padding-top: 10px;
  border-radius: 6px;
}

article {
  font-size: 1.8em !important;
}

#main {
  display: none;
  /*justify-content: center;
	  align-items: center;
	  position: fixed;
	  width: 100%;
	  height: 100%;*/
}

#main img {
  width: 150px;
  /* margin-left: 20px; */
  margin-top: 10%;
}

#contenido {
  display: table;
}

/* spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.spinner {
  width: 6em;
  height: 6em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.recarga-block {
  font-size: 3em;
  color: #a9a6a6;
  font-weight: bold;
  padding: 30% 0 30% 0;
  background-color: transparent;
  border-color: #d0ccc7 !important;
  border: solid 1px;
  text-decoration-color: #9d9d9d;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  margin-bottom: 10%;
  cursor: pointer;
}

.recargas:hover,
.recarga-block:hover {
  border-color: #1f97ae !important;
  border: solid 1px;
}

.recargasMovil:hover,
.recarga-block:hover {
  border-color: #1f97ae !important;
  border: solid 1px;
}

.recarga-block-active {
  color: #333;
  border-color: #1f97ae !important;
  border: solid 1px;
  padding: 30% 0 30% 0;
  background-color: transparent;
  text-decoration-color: #9d9d9d;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  margin-bottom: 10%;
  cursor: pointer;
}

.activacion-block {
  text-align: left;
  height: 155px;
  cursor: default;
}

.activacion-content {
  padding: 0.75em 1em;
}

.activacion-block hr {
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}

.recarga-value {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  color: #a9a6a6;
  font-weight: bold;
}

.recarga-value-active {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  color: #333;
  font-weight: bold;
}

.recarga-icon {
  background: #a6adb4;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-top-left-radius: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.recarga-icon span {
  font-size: 1.75em;
  top: 15px;
  left: 5px;
  color: #fff;
}

.recarga-icon-active {
  background: #e62037;
}

.btn-container-recargas {
  margin-top: 2em;
}

.btn-container-recargas .btn-blue {
  font-size: 1.25em;
}

.btn-red {
  background-color: #e31d1a;
}

.btn-red:hover {
  background-color: #cd1b18;
}

.glyphicon-ok {
  display: none;
}

.valores-section {
  padding-top: 0.5em;
}

.activacion-info {
  font-size: 1.4em;
  font-weight: 500;
}

.activacion-price {
  font-size: 1.6em;
  font-weight: 500;
  color: #4f8d9e;
}

.etiqueta-precio {
  font-size: 1.55em;
  font-weight: 400;
}

.btn-loquiero,
.btn-loquiero:hover {
  color: #fff;
}

.content-error {
  width: 100%;
  height: 100%;
  background-color: #edeeef;
  display: table;
}

.content-error > div {
  display: table-cell;
  vertical-align: middle;
}

.txt-error {
  font-size: 1.75em;
  font-weight: 500;
  color: #9d9d9d;
}

.activacion-header {
  min-height: 110px;
  display: table;
}

.activacion-header div {
  display: table-cell;
  vertical-align: middle;
}

.modal-header-alert {
  padding: 6px 10px 6px 40px;
  background-color: #e9e9e9;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

.ico-title-condiciones {
  padding: 16px;
  background: url("../img/ico-title-medium.png") no-repeat;
}
.ico-title {
  position: absolute;
  left: 10px;
}

.btn-sq {
  border-radius: 0px;
  border: 0px;
}

.btn-cancelar,
.btn-cancelar:hover {
  background-color: #000;
  color: #fff;
  margin-right: 0.75em;
}

.btn-cont,
.btn-cont:hover {
  background-color: #ef3829;
  color: #fff;
  margin-right: 0.75em;
}

.btn-continuar,
.btn-continuar:hover {
  background-color: #ef3829;
  color: #fff;
}

.modal-sm {
  min-width: 320px;
}

.detalle-feature {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  margin-bottom: 1em;
  margin: 1em;
  min-height: 75px;
  margin-top: 4%;
}

.detalle-feature h3 {
  font-weight: 500;
  font-size: 1em;
  margin-top: 5px;
}

.detalle-feature span {
  color: #b7b7b7;
}

.detalle-feature .col-md-6 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.detalle-feature .col-md-6:nth-child(odd) {
  border-right: 1px solid #b7b7b7;
}

.detalle-content {
  padding-left: 1.5em;
}

.img-detalle-feature {
  width: 15px;
  height: auto;
  margin-right: 0.75em;
}

.detalle-feature hr {
  margin: 4px auto;
  width: 80%;
}

.no-padding-left {
  padding-left: 0px;
}

.detalle-feature .col-md-6:nth-child(even) {
  padding-left: 0px;
}

.medium-light {
  font-size: 1.5em;
  font-weight: bold;
}

.medium-light-app {
  font-size: 1.5em;
}

.medium-bold {
  font-size: 2.1em;
  font-weight: 500;
}

.descarga-row {
  margin-top: 3.5em;
}

.icon-app {
  margin-top: 1em;
}

.icon-app img {
  max-width: 70%;
}

.kushki-section {
  padding: 0;
}

.deplazamiento {
  padding: 0% 20% 0% 20%;
}

.logo {
  width: 10%;
  height: 10%;
}

.info {
  display: none;
}

@media (max-width: 320px) {
  /**************************************** <320px ************************************/

  .imgBanco {
    width: 64%;
    float: left;
  }
  .imgBancoMin {
    width: 64%;
    float: left;
  }
  .liImgBancos {
    list-style: none;
    padding-left: 40%;
  }
  .irMedios-de-pago {
    width: 80%;
    color: white;
    padding-top: 4%;
  }
  .recargasMovil {
    background-color: #ffffff;
    border-color: #ffffff !important;
    margin: 0px 0px 14px 0px;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-left: 53px;
    border-radius: 16px;
    text-align: left;
    margin-left: 14%;
    margin-right: 14%;
  }
  .imgMovil {
    padding-left: 0%;
    width: 102%;
  }
  .info {
    display: block;
  }

  .check-validate {
    color: rgb(22, 150, 179);
    font-size: 25px;
    margin-left: 15px;
    cursor: pointer;
    margin-top: 14px;
  }

  /*Font Size Textos*/
  .titulo-activacion {
    font-size: 13px;
    color: #000;
    margin-bottom: 0%;
  }

  .subtitulo-activacion {
    font-size: 11px;
    color: #000;
    margin-bottom: 0%;
  }

  .big-text {
    font-size: 1.7em;
  }

  .txt-inicio {
    font-size: 1.5em;
    color: #666;
  }

  .resumen p {
    font-size: 1.1em;
    text-align: left;
  }

  .btn-beneficios {
    font-size: 1.1em;
  }

  .btn-continuar {
    font-size: 1.1em;
    margin-bottom: 3%;
  }

  .btn-regresar {
    font-size: 1.1em;
  }

  .leyenda {
    margin-top: 10px;
    font-size: 0.7em;
  }

  /*Input*/
  .dato input {
    width: 62%;
    font-size: 1.3em;
  }

  .numero-active {
    border-color: #1f97ae !important;
    border: solid 1px;
  }

  .numero-inactive {
    border-color: #1f97ae !important;
    border: solid 0px;
  }

  .txt-cargando {
    font-size: 1.5em;
  }

  /*Logos e Iconos*/
  .icon-app {
    margin-top: 1em;
    width: 50%;
    /*margin-left: auto;
		  margin-right: auto;
		  display: block;*/
  }

  .logo-services {
    width: 60%;
    height: 60%;
  }

  .logo {
    width: 25%;
    height: 25%;
  }

  #main img {
    width: 70px;
    /* margin-left: 20px; */
    margin-top: 10%;
  }

  /*Divs*/
  #content {
    width: 100%;
    height: 100%;
    display: table;
  }

  .recargas {
    margin-top: 10%;
  }

  .img-number {
    width: 5%;
  }
}

@media (min-width: 320px) {
  /********************** >320px **********************************************/

  .imgBanco {
    width: 48%;
    float: left;
  }
  .imgBancoMin {
    width: 70%;
    float: left;
  }
  .liImgBancos {
    list-style: none;
    padding-left: 30%;
    padding-bottom: 9%;
  }
  .liImgBancosMin {
    list-style: none;
    padding-left: 24%;
    padding-bottom: 9%;
  }
  .irMedios-de-pago {
    width: 80%;
    color: white;
    padding-top: 4%;
  }
  .recargasMovil {
    background-color: #ffffff;
    border-color: #ffffff !important;
    margin: 0px -39px 14px 0px;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-left: 23px;
    border-radius: 16px;
    text-align: left;
  }

  .imgMovil {
    padding-left: 0%;
    width: 100%;
  }

  .info {
    display: block;
  }

  .check-validate {
    color: rgb(22, 150, 179);
    font-size: 25px;
    margin-left: 15px;
    cursor: pointer;
    margin-top: 14px;
  }

  .logo {
    width: 33%;
    height: 25%;
  }

  /*FONT SIZE*/
  .titulo-activacion {
    font-size: 1.2em;
    color: #000;
  }

  .subtitulo-activacion {
    font-size: 11px;
    color: #000;
    margin-bottom: 0%;
  }

  .big-text {
    font-size: 1.7em;
  }

  .txt-inicio {
    font-size: 0.9em;
    color: rgb(15, 15, 15);
  }

  .dato input {
    width: 64%;
    font-size: 1.5em;
  }

  .resumen p {
    font-size: 1.1em;
    text-align: left;
  }

  .btn-beneficios {
    font-size: 1.3em;
    width: 70%;
  }

  .btn-continuar {
    font-size: 1.3em;
    width: 100%;
    margin-bottom: 5%;
  }

  .btn-regresar {
    font-size: 1.3em;
    width: 100%;
    margin-bottom: 5%;
  }

  .txt-cargando {
    font-size: 1.8em;
  }

  .leyenda {
    margin-top: 10px;
    font-size: 0.8em;
  }

  /*Iconos e Imagenes*/
  .icon-app {
    margin-top: 1em;
    width: 50%;
    /*margin-left: auto;
		  margin-right: auto;
		  display: block;*/
  }

  #main img {
    width: 90px;
    /* margin-left: 20px; */
    margin-top: 10%;
  }

  /*Divs*/
  #content {
    width: 100%;
    height: 92%;
    display: table;
  }

  .recargas {
    margin-top: 1%;
  }

  .img-number {
    width: 5%;
  }

  .margin-top-confirma-linea {
    margin-top: 10%;
  }
}

@media (min-width: 576px) {
  /************************ SMALL BOOTSTRAP ****************************/

  .imgBanco {
    width: 36%;
    float: left;
  }
  .imgBancoMin {
    width: 64%;
    float: left;
  }
  .liImgBancos {
    list-style: none;
    padding-left: 33%;
  }
  .irMedios-de-pago {
    width: 80%;
    color: white;
    padding-top: 1%;
  }
  .divCuadros {
    padding-left: 61px;
  }

  .recargas {
    background-color: #ffffff;
    border-color: #ffffff !important;
    border: solid 1px;
    text-decoration-color: #9d9d9d;
    padding: 5% 2% 5% 2%;
    text-align: center;
    border-radius: 20px;
    width: 22.5%;
  }

  .recargasMovil {
    background-color: #ffffff;
    border-color: #ffffff !important;
    margin: 0px -39px 14px 0px;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-left: 10px;
    border-radius: 16px;
    text-align: left;
  }

  .divCuadroTexto {
    padding-left: 30%;
  }

  .imgMovil {
    padding-left: 0%;
    width: 100%;
  }
  /*Logo e Icono*/
  .logo {
    width: 15%;
    height: 15%;
  }

  .info {
    display: none;
  }

  .check-validate {
    color: rgb(22, 150, 179);
    font-size: 30px;
    margin-left: 15px;
    cursor: pointer;
    margin-top: 14px;
  }

  /*ESTILOS DEL INPUT DEL NUMERO*/

  /*Font size Textos*/
  .titulo-activacion {
    font-size: 19px;
    color: #000;
    margin-bottom: 0%;
  }

  .subtitulo-activacion {
    font-size: 9px;
    color: #000;
    margin-bottom: 0%;
  }

  .big-text {
    font-size: 2em;
  }

  .txt-inicio {
    font-size: 0.9em;
    color: rgb(15, 15, 15);
  }

  .dato input {
    width: 53%;
    font-size: 2em;
  }

  .resumen p {
    font-size: 1.5em;
    text-align: left;
  }

  .btn-beneficios {
    font-size: 1.7em;
    width: 60%;
  }

  .btn-continuar {
    font-size: 1.7em;
    width: 100%;
    margin-bottom: 5%;
  }

  .btn-regresar {
    font-size: 1.7em;
    width: 100%;
    margin-bottom: 5%;
  }

  .icon-app {
    margin-top: 1em;
    width: 50%;
    /*margin-left: auto;
		  margin-right: auto;
		  display: block;*/
  }

  /*Divs*/

  #content {
    width: 100%;
    height: 91%;
    display: table;
  }

  .activaciones {
    margin: 0% 20% 5% 20%;
  }

  .margin-top-confirma-linea {
    margin-top: 10%;
  }
}

@media (min-width: 768px) {
  /************************ MEDIUM BOOTSTRAP ****************************/

  .imgBanco {
    width: 30%;
    float: left;
  }
  .imgBancoMin {
    width: 56%;
    float: left;
  }
  .liImgBancos {
    list-style: none;
    padding-left: 40%;
  }
  .liImgBancosMin {
    list-style: none;
    padding-left: 30%;
  }
  .irMedios-de-pago {
    width: 86%;
    color: white;
    padding-top: 1%;
  }
  .divHead {
    margin-left: 60.666667%;
    margin-top: 2%;
  }
  .recargas {
    background-color: #ffffff;
    border-color: #ffffff !important;
    border: solid 1px;
    text-decoration-color: #9d9d9d;
    padding: 5% 2% 5% 2%;
    text-align: center;
    border-radius: 20px;
    width: 22.5%;
  }

  .recargasMovil {
    background-color: #ffffff;
    border-color: #ffffff !important;
    margin: 0px -185px 12px 100px;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-left: 52px;
    border-radius: 16px;
    text-align: left;
  }

  .imgMovil {
    padding-left: 0%;
    width: 100%;
  }
  .dato input {
    width: 61%;
    font-size: 2em;
  }

  .titulo-activacion {
    font-size: 20px;
    color: #000;
    margin-bottom: 0%;
  }

  /*Divs*/
  .activaciones {
    margin: 0% 15% 5% 15%;
  }

  .logo {
    width: 15%;
    height: 15%;
  }
}

@media (min-width: 992px) {
  /************************ LARGE BOOTSTRAP ****************************/

  .imgBanco {
    width: 25%;
    float: left;
  }
  .imgBancoMin {
    width: 40%;
    float: left;
  }
  .liImgBancos {
    list-style: none;
    padding-left: 40%;
  }
  .irMedios-de-pago {
    width: 30%;
    color: white;
    padding-top: 1%;
  }
  .imgMovil {
    padding-left: 2%;
  }
  /*Logos e Iconos*/
  .logo {
    width: 10%;
    height: 10%;
  }

  .center {
    width: 8%;
  }

  /*Input*/
  .dato input {
    width: 25%;
    font-size: 2em;
    margin-left: 38%;
  }

  /*Font Size Textos*/

  .leyenda {
    margin-top: 10px;
    font-size: 0.9em;
  }

  .btn-beneficios {
    font-size: 1.7em;
    width: 90%;
  }

  .btn-continuar {
    font-size: 1.7em;
    width: 100%;
  }

  .btn-regresar {
    font-size: 1.7em;
    width: 100%;
  }

  .titulo-activacion {
    font-size: 13px;
    color: #000;
    margin-bottom: 0%;
  }

  .recargas {
    margin-right: 2%;
  }

  /*Divs*/
  .activaciones {
    margin: 0% 2% 2% 2%;
  }

  .img-number {
    width: 10%;
  }

  .info {
    margin-left: -2%;
  }

  .margin-top-confirma-linea {
    margin-top: 1%;
  }
}

@media (min-width: 1200px) {
  /************************ EXTRA LARGE BOOTSTRAP ****************************/

  .imgBanco {
    width: 58%;
    float: left;
  }
  .imgBancoMin {
    width: 79%;
    float: left;
  }
  .liImgBancos {
    list-style: none;
    padding-left: 40%;
  }
  .liImgBancosMin {
    list-style: none;
    padding-left: 27%;
  }
  .ulBancos {
    padding-left: 0%;
    padding-bottom: 3%;
  }
  .divBancos {
    padding-left: 185px;
  }
  .irMedios-de-pago {
    width: 30%;
    color: white;
    padding-top: 1%;
  }
  .imgMovil {
    padding-left: 0%;
    width: 100%;
    height: 100%;
  }
  /*Font Size*/
  .txt-cargando {
    font-size: 2.7em;
  }

  .leyenda {
    margin-top: 20px;
  }

  .titulo-activacion {
    font-size: 13px;
    color: #000;
    margin-bottom: 0%;
  }

  .subtitulo-activacion {
    font-size: 11px;
    color: #000;
    margin-bottom: 0%;
  }

  /*Imagenes e Iconos*/
  #main img {
    width: 120px;
    /* margin-left: 20px; */
    margin-top: 10%;
  }

  .activaciones {
    margin: 0% -15% 0% -15%;
  }

  /*Font Size*/
  .big-text {
    font-size: 2.9em;
  }

  .txt-inicio {
    font-size: 2em;
    color: rgb(15, 15, 15);
  }

  .margin-top-confirma-linea {
    margin-top: 1%;
  }
}

@media (min-width: 1500px) {
  /************************ EXTRA LARGE BOOTSTRAP ****************************/

  .imgBanco {
    width: 64%;
    float: left;
  }
  .imgBancoMin {
    width: 58%;
    float: left;
  }
  .liImgBancos {
    list-style: none;
    padding-left: 40%;
  }
  .liImgBancosMin {
    list-style: none;
    padding-left: 33%;
    padding-top: 0%;
  }
  .imgBanco {
    width: 46%;
    float: left;
  }
  .divBancos {
    padding-left: 185px;
  }
  .irMedios-de-pago {
    width: 30%;
    color: white;
    padding-top: 1%;
  }
  .imgMovil {
    padding-left: 10%;
    width: 86%;
    height: 137%;
    padding-bottom: 24%;
  }
  /*Font Size*/
  .txt-cargando {
    font-size: 2.7em;
  }

  .leyenda {
    margin-top: 20px;
  }

  .titulo-activacion {
    font-size: 13px;
    color: #000;
    margin-bottom: 0%;
  }

  .subtitulo-activacion {
    font-size: 11px;
    color: #000;
    margin-bottom: 0%;
  }

  /*Imagenes e Iconos*/
  #main img {
    width: 120px;
    /* margin-left: 20px; */
    margin-top: 10%;
  }

  .activaciones {
    margin: 0% 0% 0% 0%;
  }

  /*Font Size*/
  .big-text {
    font-size: 2.9em;
  }

  .txt-inicio {
    font-size: 2em;
    color: rgb(15, 15, 15);
  }

  .margin-top-confirma-linea {
    margin-top: 1%;
  }
}

/*Quita las flechitas del input*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/*@media (max-width: 768px){ /************************************************************ >768px ***************************************************************/

/*Logo SVG
	  .center {
		  width: 50%;
		  height: 50%;
	  }
  
	  .no-padding-right{
		  padding-right: 0px;
	  }
  
  
	  .activacion-header{
		  min-height: 90px;
	  }
  
	  .index-section {
		  padding-top: 2.75em;
	  }
  
	  .big-text{
		  font-size: 1.5em;
	  }
  
	  .txt-inicio {
		  font-size: 1.75em;
		  color: #666;
	  }
  
	  .medium-text{
		  font-size: 1.5em;
	  }
  
	  .txt-inicio-recarga {
		  font-size: 1.4em;
		  color: #666;
	  }
  
	  .valores-section {
		  padding-top: 0.5em;
	  }
  
	  .activacion-info {
		  font-size: 1.5em;
	  }
  
	  .modal-content {
		  margin-top: 28%!important;
	  }
  
	  .icon-app img{
		  max-width: 50%;
	  }
  
	  
  
	  
  }
  
  @media (max-width: 370px){ /*********************************************************************** max-370px ****************************************************
  
	  .deplazamiento{
		  padding: 0%;
	  }
  
	  /*Logo SVG
	  .center {
		  width: 50%;
		  height: 50%;
	  }
  
	  /*ESTILOS DEL INPUT DEL NUMERO
	  .dato input{
		  width: 50%;
		  font-size: 1.5em;
	  }
  
	  .input{
		  width: 100%;
	  }
  
	  .btn-regresar{
		  margin-bottom: 5%;
	  }
  
	  /*REGLAS DIV
	  .recargas{
		  margin-top: 10%;
	  }
  
	  .titulo-activacion{
		  font-size: 1.5em;
	  }
  
	  .subtitulo-activacion{
		  font-size: 1em;
	  }
	  /****************************
	  .txt-inicio {
		  font-size: 1.35em;
		  color: #666;
	  }		
  
	  .btn-container {
		  margin-top: 1.75em;
	  }
		  
	  .btn-blue, .btn-blue:hover {
		  font-size: 1.5em;
	  }
  
	  
  
  }*/

/* css para medios de pagos INI*/
.img_top {
  margin-top: -5px;
}
.padd_horiz {
  padding: 8px 0 8px 0;
  text-align: center;
  height: 55%;
}
.padd_horiz_text {
  padding: 8px 0 8px 0;
  text-align: center;
  height: 45%;
  font-size: 13px;
}
.img_logo {
  width: 30%;
}
.img_log_small {
  width: 56%;
}
.borderPagos {
  background-color: transparent;
  border-color: #d0ccc7 !important;
  border: solid 1px;
  text-decoration-color: #9d9d9d;
  text-align: center;
  /*margin-right: 13px;*/
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  height: 110px;
}

@media screen and (min-width: 550px) and (max-width: 768px) {
  .img_logo {
    width: 20%;
  }
}
/* css para medios de pagos END*/
