@font-face {
  font-family: Pangram;
  src: local("Pangram-Black") url("fonts/Pangram-Black.woff") format("woff"); }
@font-face {
  font-family: Pangram;
  src: local("Pangram-Bold") url("fonts/Pangram-Bold.woff") format("woff"); }
@font-face {
  font-family: Pangram;
  src: local("Pangram-ExtraBold") url("fonts/Pangram-ExtraBold.woff") format("woff"); }
@font-face {
  font-family: Pangram;
  src: local("Pangram-ExtraLight") url("fonts/Pangram-ExtraLight.woff") format("woff"); }
@font-face {
  font-family: Pangram;
  src: local("Pangram-Light") url("fonts/Pangram-Light.woff") format("woff"); }
@font-face {
  font-family: Pangram;
  src: local("Pangram-Medium") url("fonts/Pangram-Medium.woff") format("woff"); }
@font-face {
  font-family: Pangram;
  src: local("Pangram-Regular") url("fonts/Pangram-Regular.woff") format("woff"); }
html {
  font-size: 15px; }

body {
  font-family: "Pangram", sans-serif;
  background: #ffffff; }

.pleca-superior {
  background-color: #ffffff;
  height: 35px;
  padding: 5px 20px; }

.pleca-superior img {
  width: 23px;
  height: auto; }

.pleca-superior a {
  color: white;
  text-decoration: none; }

.encabezado {
  background: rgba(255, 255, 255, 0.9);
  color: #1E1A34;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.encabezado img {
  width: 135px;
  height: auto;
  padding-left: 15px; }

.encabezado button img {
  width: 45px;
  height: auto; }

.boton-menu,
.boton-buscar {
  border: 0px;
  margin: 0px;
  padding: 0px 15px;
  background: transparent; }

.boton-menu:focus,
.boton-buscar:focus {
  outline: 0; }

.boton-buscar {
  margin-left: auto;
  margin-right: 10px; }

#campo-buscar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.busqueda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 15px 0px; }

.busqueda input[type="text"] {
  border: 1px solid #5C0F8B;
  border-radius: 5px 0 0 5px;
  padding: 7px;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%; }

.busqueda input[type="submit"] {
  border: 1px solid #5C0F8B;
  border-radius: 0 5px 5px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #5C0F8B;
  color: white;
  font-size: 17px; }

.menu-principal {
  margin-left: auto;
  margin-right: 10px;
  margin-top: 12px; }

.menu-principal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

.menu-principal ul li a {
  color: #5C0F8B;
  font-size: 19px;
  padding: 12px;
  margin: 0 5px;
  text-decoration: none;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.menu-principal ul li a:hover,
.menu-principal ul li.active a {
  color: #5C0F8B;
  border-bottom: 5px solid #2ED9C3; }

#recargas-mp a {
  color: white !important;
  background-color: #5C0F8B;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px;
  border-bottom: transparent;
  font-weight: 500; }

#recargas-mp a:hover {
  color: #5C0F8B !important;
  background-color: #2ED9C3;
  border-bottom: transparent; }

#menu-movil {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

#menu-movil ul {
  margin-top: 15px; }

#menu-movil ul li {
  padding: 0px;
  list-style: none; }

#menu-movil ul li a {
  display: block;
  padding: 10px 0px;
  text-align: center;
  color: #5C0F8B;
  font-size: 21px;
  text-transform: uppercase;
  border-top: 1px solid #5C0F8B;
  text-decoration: none; }

#menu-movil ul li a:hover,
#menu-movil ul li:active a {
  color: #2ED9C3; }

ul {
  -webkit-padding-start: 0px;
     -moz-padding-start: 0px;
          padding-inline-start: 0px; }

#recargas a {
  color: white !important;
  background-color: #5C0F8B;
  border-radius: 25px; }

#recargas a:hover {
  color: #2ED9C3 !important;
  background-color: #5C0F8B;
  border-radius: 25px; }

.slider-principal {
  margin-top: 5px;
  z-index: 0; }

.servicios {
  margin-top: -120px;
  z-index: 1;
  margin-bottom: 60px; }

.caja1 a {
  background-color: white;
  border: 3px solid #5C0F8B;
  height: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: #5C0F8B;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.caja1 a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.caja2 a {
  background-color: white;
  border: 3px solid #2ED9C3;
  height: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: #2ED9C3;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.caja2 a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.caja2 a h2 {
  padding-top: 10px; }

.caja3 a {
  background-color: white;
  border: 3px solid #5C0F8B;
  height: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: #5C0F8B;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.caja3 a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.caja4 a {
  background-color: white;
  border: 3px solid #2ED9C3;
  height: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  color: #2ED9C3;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.caja4 a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.margen-top-servicios {
  margin-top: 45px; }

.img-s1 {
  width: 92px;
  height: auto;
  margin-bottom: 25px; }

.img-s2 {
  margin-top: 54px;
  margin-bottom: 25px;
  width: 270px;
  height: auto; }

.img-s3 {
  width: 160px;
  height: auto;
  margin-bottom: 25px; }

.img-s4 {
  width: 150px;
  height: auto;
  margin-bottom: 25px; }

.servicio-tel {
  color: white;
  background: url("../images/S9.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.servicio-tel h1 {
  font-size: 115px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 3px 2px #5C0F8B; }

.contenido-tel {
  background: url("../images/S10.png") no-repeat center center;
  background-size: cover;
  height: 1150px;
  margin-bottom: 65px; }

.parrafo-tel {
  color: #5C0F8B;
  font-size: 30px;
  padding: 54px;
  margin-top: 15px; }

.img-tarjeta {
  padding: 45px; }

.contenido-sim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sim-h1 {
  color: #5C0F8B;
  padding: 34px;
  font-size: 45px;
  font-weight: bold; }

.link-tel-compatibilidad {
  color: #2ED9C3; }

.link-tel-compatibilidad:hover {
  color: #2ED9C3;
  text-decoration: none; }

.contenido-servicio {
  margin-top: 65px;
  padding: 45px; }

.contenido-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.titulo-info {
  color: #5C0F8B;
  font-size: 17px;
  font-weight: bold; }

.info-p {
  color: #5C0F8B;
  font-size: 17px; }

.img-contrato {
  width: 105px;
  height: auto; }

.img-recarga-cel {
  width: 60px;
  height: auto; }

.img-tv {
  width: 100px;
  height: auto; }

.img-deuda {
  width: 90px;
  height: auto; }

.titulo-servicio {
  background: #5C0F8B; }

.titulo-servicio h1 {
  color: white;
  font-size: 45px;
  padding: 45px; }

.margen-info {
  margin-top: 65px; }

.paquetes-st {
  color: white;
  background: #5C0F8B; }

.paquetes-st p {
  color: #5C0F8B;
  font-size: 19px;
  font-weight: normal; }

.mifi {
  color: white;
  background: url("../images/S11.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 145px; }

.mifi h1 {
  font-size: 115px;
  font-weight: bold;
  margin-left: 135px; }

.contenido-mifi {
  margin-top: 45px;
  margin-bottom: 40px;
  background: url("../images/mifi-fondo.svg") no-repeat center; }

.titulo-mifi {
  color: #5C0F8B;
  font-size: 29px;
  padding: 5px; }

.link-mifi {
  color: #5C0F8B;
  font-weight: bold;
  text-decoration: underline; }

.link-mifi:hover {
  color: #5C0F8B;
  font-weight: bold;
  text-decoration: underline; }

.internet-casa {
  color: white;
  background: url("../images/S8.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 145px; }

.internet-casa h1 {
  font-size: 115px;
  font-weight: bold;
  text-align: center; }

.contenido-internet {
  margin-top: 45px;
  margin-bottom: 45px; }

.titulo-internet {
  color: #5C0F8B;
  font-size: 95px;
  font-weight: bold; }

.texto-internet {
  color: #5C0F8B;
  font-size: 29px;
  margin-top: 25px;
  background: url("../images/casa-fondo.svg") no-repeat center; }

.dispositivos {
  color: white;
  background: url("../images/S15.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.dispositivos h1 {
  font-size: 115px;
  font-weight: bold;
  text-shadow: 2px 3px 2px #5C0F8B; }

.contenido-dispositivos {
  margin-top: 45px;
  margin-bottom: 40px; }

.titulo-dispositivos {
  color: #5C0F8B;
  font-size: 55px;
  font-weight: bold;
  padding: 5px; }

.logo-telmov {
  width: 350px;
  height: auto; }

.marca-dispositivos {
  margin-top: 45px; }

.modelo {
  font-size: 75px;
  text-align: right; }

.btn-telmov {
  color: white;
  font-size: 25px;
  font-weight: bold;
  max-width: 300px;
  text-transform: uppercase;
  padding: 18px;
  margin-bottom: 25px;
  border: transparent;
  background: #5C0F8B;
  border-radius: 35px;
  text-decoration: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-telmov:hover {
  color: #5C0F8B;
  font-size: 25px;
  font-weight: bold;
  max-width: 300px;
  text-transform: uppercase;
  padding: 18px;
  border: transparent;
  background: #2ED9C3;
  border-radius: 35px;
  text-decoration: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.margen-btn-catalogo {
  margin-top: 45px;
  margin-bottom: 50px; }

.btn-catalogo {
  color: white;
  font-size: 25px;
  font-weight: bold;
  max-width: 300px;
  text-transform: uppercase;
  padding: 18px;
  border: transparent;
  background: #5C0F8B;
  border-radius: 35px;
  text-decoration: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-catalogo:hover {
  color: #5C0F8B;
  font-size: 25px;
  font-weight: bold;
  max-width: 300px;
  text-transform: uppercase;
  padding: 18px;
  border: transparent;
  background: #2ED9C3;
  border-radius: 35px;
  text-decoration: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.nosotros {
  color: white;
  background: url("../images/S12.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 145px; }

.nosotros h1 {
  font-size: 115px;
  font-weight: bold;
  text-shadow: 2px 3px 2px #5C0F8B; }

.contenido-nosotros {
  margin-top: 45px;
  margin-bottom: 40px; }

.titulo-nosotros {
  color: #5C0F8B;
  font-size: 25px;
  font-weight: bold;
  padding: 5px; }

.texto-nosotros {
  color: #5C0F8B;
  font-size: 25px; }

.promo {
  color: white;
  background: url("../images/fondo-promo.jpg") no-repeat center;
  background-size: cover;
  height: auto;
  padding-bottom: 95px; }

.promo {
  font-size: 25px;
  font-weight: lighter; }

.promo h1 {
  font-weight: bold;
  margin-top: 100px;
  font-size: 75px;
  padding-left: 55px;
  margin-bottom: 35px; }

.promo p {
  font-size: 35px; }

.img-promo100 {
  width: 500px;
  height: auto; }

.img-costo-promo {
  width: 500px;
  height: auto; }

.vineta {
  width: 15px;
  height: auto; }

.margen-top-tc {
  margin-top: 35px; }

.link-promo {
  color: #5C0F8B;
  font-size: 15px;
  font-weight: normal; }

.link-promo:hover {
  color: #5C0F8B;
  font-size: 15px;
  text-decoration: none; }

.folio-promo {
  color: #5C0F8B;
  font-size: 12px !important;
  margin-top: 10px;
  font-weight: normal; }

.btn-promo {
  color: #5C0F8B;
  font-weight: bold;
  background-color: #2ED9C3;
  border: none;
  padding: 20px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.btn-promo:hover,
.btn-promo:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: none;
  font-size: 23px;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
          box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em); }

.btn-promo:active {
  color: #1E1A34 !important;
  background-color: #2ED9C3 !important;
  border: none !important;
  font-size: 23px !important;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover) !important;
          box-shadow: 0 0.5em 0.5em -0.4em var(--hover) !important;
  -webkit-transform: translateY(-0.25em) !important;
          transform: translateY(-0.25em) !important; }

.flecha-btn {
  width: 15px;
  height: auto; }

.btn-promo:hover,
.btn-promo:focus,
.btn-promo:active {
  --hover: #ffffff; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.recomendaciones {
  margin-bottom: 50px; }

.pleca-recomendacion {
  margin-top: 45px;
  margin-bottom: 45px; }

.recomendaciones h1 {
  color: white;
  font-weight: bold;
  font-size: 75px;
  margin-top: 50px;
  padding-bottom: 25px;
  padding-left: 55px; }

.recomendaciones h2 {
  color: #5C0F8B;
  font-size: 55px; }

.img-fav {
  width: 170px;
  height: auto; }

.nombre-cel {
  color: black;
  font-size: 65px;
  margin-top: -25px; }

.costo-r {
  font-size: 95px;
  font-weight: bold; }

.marca-r {
  font-size: 25px; }

.cel-recomendacion {
  width: 180px;
  height: auto; }

.img-equipo {
  width: 450px;
  height: auto; }

.img-promo200 {
  width: 500px;
  height: auto; }

.img-costo200 {
  width: 450px;
  height: auto; }

.link-recomendacion {
  color: #5C0F8B;
  font-size: 15px;
  text-align: center;
  margin-top: 35px; }

.link-recomendacion:hover {
  color: #5C0F8B;
  font-size: 15px;
  text-decoration: none;
  text-align: center; }

.folio-recomendacion {
  color: #5C0F8B;
  font-size: 12px !important;
  margin-top: 10px; }

.cantidad-paquete {
  font-size: 35px; }

.btn-recomendaciones {
  color: white;
  font-weight: bold;
  background-color: #5C0F8B;
  border: none;
  padding: 20px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  margin-bottom: 25px; }

.btn-recomendaciones:hover,
.btn-recomendaciones:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: none;
  font-size: 23px;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
          box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em); }

.btn-recomendaciones:active {
  color: white !important;
  background-color: #2ED9C3 !important;
  border: none !important;
  font-size: 23px !important;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover) !important;
          box-shadow: 0 0.5em 0.5em -0.4em var(--hover) !important;
  -webkit-transform: translateY(-0.25em) !important;
          transform: translateY(-0.25em) !important; }

.btn-recomendaciones:hover,
.btn-recomendaciones:focus,
.btn-recomendaciones:active {
  --hover: #5c0f8b; }

/*.beneficios{
    color: white;
    background: url("../images/img1.jpg") no-repeat center top;
    background-size: cover;
    min-height: 750px;
}
.beneficios{
    font-size: 25px;
    font-weight: lighter;
}
.beneficios h1{
    font-weight: bold;
    margin-top: 100px;
    font-size: 75px;
}*/
.beneficios {
  margin-bottom: 60px; }

.box-beneficios {
  border: transparent;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  color: white;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.beneficios h1 {
  color: #5C0F8B;
  font-size: 75px;
  font-weight: bold; }

.beneficios h2 {
  color: #505050;
  font-size: 21px;
  padding: 25px 25px 0px 25px; }

.beneficios p {
  color: #5C0F8B;
  font-size: 19px;
  font-weight: lighter;
  padding: 0px 25px 0px 25px; }

.img-b1 {
  width: 115px;
  height: auto; }

.img-b2 {
  width: 120px !important;
  height: auto; }

.img-b3 {
  width: 125px;
  height: auto; }

.img-b4 {
  width: 150px;
  height: auto; }

.box-beneficios a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #2ED9C3; }

.ofertas {
  color: white;
  background: #5C0F8B;
  background-size: cover;
  height: 100%; }

.ofertas h1 {
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 75px; }

.ofertas h2 {
  color: #5C0F8B;
  font-size: 47px;
  font-weight: lighter;
  text-transform: uppercase; }

.ofertas h4 {
  color: #2ED9C3;
  font-size: 45px;
  font-weight: bold;
  margin-top: -20px; }

.link-detalles {
  color: #5C0F8B;
  border: transparent;
  background-color: transparent;
  font-size: 19px;
  text-align: center;
  margin-top: 20px; }

.link-detalles:hover {
  color: #5C0F8B;
  font-size: 19px;
  text-align: center;
  text-decoration: none; }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #c6f4ec; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #5C0F8B;
  background-color: #c6f4ec;
  border-bottom: 1px solid #5C0F8B;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #5C0F8B;
  background: #c6f4ec; }

.link-tc {
  color: #5C0F8B;
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  margin-top: 15px; }

.link-tc:hover {
  color: #5C0F8B;
  font-size: 15px;
  font-weight: lighter;
  text-decoration: none;
  text-align: center; }

.folio {
  font-size: 12px !important;
  margin-top: 10px; }

.ofertas p {
  color: #5C0F8B;
  font-size: 19px;
  font-weight: normal; }

.caja-ofertas .costo1 {
  color: #5C0F8B;
  font-size: 77px;
  font-weight: bold;
  text-transform: uppercase; }

.contenido-ofertas {
  padding-left: 55px; }

.caja-ofertas {
  border: 4px solid #2ED9C3;
  max-width: 320px;
  height: auto;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 7px;
  color: white;
  background-color: rgba(255, 255, 255, 0.99);
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 25px 25px 0px 25px; }

.img-telmovil100 {
  padding-bottom: 15px; }

.caja-ofertas .img-dias {
  width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.telmovil100 {
  color: white !important;
  background: #F44573;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

/*.dias7{
    color: white !important;
    background: #824BF9;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    padding: 10px 35px 10px 35px;
    font-size: 23px !important;
    font-weight: lighter !important;
}*/
.dias7 {
  color: white !important;
  background: #824BF9;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.dias15 {
  color: white !important;
  background: #16df7e;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.dias30 {
  color: white !important;
  background: #1F7CEA;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

/*CONTENIDO 3 DIAS*/
.paquete {
  color: white !important;
  font-weight: lighter !important;
  font-size: 29px;
  line-height: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.megas {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.telmovil100 span {
  font-weight: normal;
  color: white; }

.dias3 span:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

/*CONTENIDO 7 DIAS*/
.paquete {
  color: white !important;
  font-weight: lighter !important;
  font-size: 29px;
  line-height: 1em; }

.dias7 span {
  font-weight: normal;
  color: white; }

.dias7 span:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

/*CONTENIDO 15 DIAS*/
.paquete2 {
  color: white !important;
  font-weight: lighter !important;
  font-size: 29px;
  line-height: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.dias15 span {
  font-weight: normal;
  color: white; }

.dias15 span:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

/*CONTENIDO 30 DIAS*/
.dias30 span {
  font-weight: normal;
  color: white; }

.dias30 span:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.costo2 {
  color: #5C0F8B !important;
  font-weight: bold !important;
  font-size: 82px;
  line-height: 1em; }

.btn-ofertas {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 1px solid #2ED9C3;
  border-radius: 25px;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-ofertas:hover,
.btn-ofertas:focus {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  font-size: 23px;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white; }

.btn-ofertas:active {
  color: #5C0F8B !important;
  background-color: #2ED9C3 !important;
  border: 1px solid #2ED9C3 !important;
  font-size: 23px !important;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white; }

.modal-header {
  border-bottom: 1px solid #5C0F8B;
  background: #5C0F8B; }

.close {
  color: white; }

.close:hover,
.close:focus {
  color: white; }

.close:active {
  color: white; }

.modal-body {
  color: #5C0F8B; }

.modal-footer {
  border-top: 1px solid #5C0F8B; }

.btn-pop-paquete {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-pop-paquete:hover,
.btn-pop-paquete:focus {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  border-radius: 5px;
  text-decoration: none; }

.btn-pop-paquete:active {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  border-radius: 5px; }

.btn-paquetes {
  color: white;
  background-color: #5C0F8B;
  border: 2px solid #2ED9C3;
  border-radius: 9px;
  padding: 15px 20px 15px 20px;
  font-size: 25px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-paquetes:hover {
  color: white;
  background-color: #5C0F8B;
  border: 2px solid #2ED9C3;
  border-radius: 9px;
  padding: 15px 20px 15px 20px;
  font-size: 25px;
  -webkit-box-shadow: 0 0.5em 0.5em -0.3em white;
          box-shadow: 0 0.5em 0.5em -0.3em white;
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em); }

.paquetes {
  color: white;
  background: #5C0F8B;
  margin-top: 145px; }

.paquetes h1 {
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 75px; }

.paquetes h2 {
  color: #5C0F8B;
  font-size: 47px;
  font-weight: lighter;
  text-transform: uppercase; }

.paquetes h4 {
  color: #2ED9C3;
  font-size: 45px;
  font-weight: bold;
  margin-top: -20px; }

.link-detalles {
  color: #5C0F8B;
  border: transparent;
  background-color: transparent;
  font-size: 19px;
  text-align: center;
  margin-top: 20px; }

.link-detalles:hover {
  color: #5C0F8B;
  font-size: 19px;
  text-align: center;
  text-decoration: none; }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #c6f4ec; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #5C0F8B;
  background-color: #c6f4ec;
  border-bottom: 1px solid #5C0F8B;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #5C0F8B;
  background: #c6f4ec; }

.link-tc {
  color: #5C0F8B;
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  margin-top: 15px; }

.link-tc:hover {
  color: #5C0F8B;
  font-size: 15px;
  font-weight: lighter;
  text-decoration: none;
  text-align: center; }

.folio {
  font-size: 12px !important;
  margin-top: 10px; }

.paquetes p {
  color: #5C0F8B;
  font-size: 19px;
  font-weight: normal; }

.caja-ofertas .costo1 {
  color: #5C0F8B;
  font-size: 77px;
  font-weight: bold;
  text-transform: uppercase; }

.contenido-ofertas {
  padding-left: 55px; }

.caja-ofertas {
  border: 4px solid #2ED9C3;
  max-width: 320px;
  height: auto;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 7px;
  color: white;
  background-color: rgba(255, 255, 255, 0.99);
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 25px 25px 0px 25px; }

.img-telmovil100 {
  padding-bottom: 15px; }

.caja-ofertas .img-dias {
  width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.telmovil100 {
  color: white !important;
  background: #F44573;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.telmovil200-30D {
  color: white !important;
  background: #f0b40e;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.telmovil100-30D {
  color: white !important;
  background: #ff3baa;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.telmovil45-3D {
  color: white !important;
  background: #a0da19;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.telmovil75-7D {
  color: white !important;
  background: #3acad4;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.telmovil150-15 {
  color: white !important;
  background: #1dd497;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.dias7 {
  color: white !important;
  background: #824BF9;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.dias15 {
  color: white !important;
  background: #16df7e;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.dias30 {
  color: white !important;
  background: #1F7CEA;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.telmovil300-30D {
  color: white !important;
  background: #fc7131;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

.telmovil500-30D {
  color: white !important;
  background: #6442ff;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
  font-size: 17px !important;
  font-weight: lighter !important; }

/*CONTENIDO 3 DIAS*/
.paquete {
  color: white !important;
  font-weight: lighter !important;
  font-size: 29px;
  line-height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.megas {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: normal;
  color: white; }

.dias3 span:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

/*CONTENIDO 7 DIAS*/
.paquete {
  color: white !important;
  font-weight: lighter !important;
  font-size: 29px;
  line-height: 1em; }

.dias7 span:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

/*CONTENIDO 15 DIAS*/
.paquete2 {
  color: white !important;
  font-weight: lighter !important;
  font-size: 29px;
  line-height: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.dias15 span:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

/*CONTENIDO 30 DIAS*/
.dias30 span {
  font-weight: normal;
  color: white; }

.dias30 span:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.costo2 {
  color: #5C0F8B !important;
  font-weight: bold !important;
  font-size: 82px;
  line-height: 1em; }

.btn-ofertas {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 1px solid #2ED9C3;
  border-radius: 25px;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-ofertas:hover,
.btn-ofertas:focus {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  font-size: 23px;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white; }

.btn-ofertas:active {
  color: #5C0F8B !important;
  background-color: #2ED9C3 !important;
  border: 1px solid #2ED9C3 !important;
  font-size: 23px !important;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white; }

.modal-header {
  border-bottom: 1px solid #5C0F8B;
  background: #5C0F8B; }

.close {
  color: white; }

.close:hover,
.close:focus {
  color: white; }

.close:active {
  color: white; }

.modal-body {
  color: #5C0F8B; }

.modal-footer {
  border-top: 1px solid #5C0F8B; }

.btn-pop-paquete {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-pop-paquete:hover,
.btn-pop-paquete:focus {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  border-radius: 5px;
  text-decoration: none; }

.btn-pop-paquete:active {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  border-radius: 5px; }

.login {
  color: white;
  background: url("../images/Flogin.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.login h3 {
  color: #2ED9C3;
  font-size: 25px;
  border-bottom: 3px solid #2ED9C3;
  margin-bottom: 25px; }

.contenido-login {
  max-width: 430px;
  height: auto;
  background: rgba(92, 15, 139, 0.9);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  padding: 35px; }

.contenido-login a {
  color: #2ED9C3;
  font-size: 21px;
  margin-top: -10px;
  text-decoration: none; }

.contenido-login .recupera-pass {
  color: white;
  font-size: 15px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 5px; }

.logo-login {
  width: 235px;
  height: auto;
  padding: 25px; }

.contenido-login .icon-cel {
  width: 25px;
  height: auto; }

.contenido-login .icon-pass {
  width: 30px;
  height: auto; }

.contenido-login label {
  font-size: 21px;
  font-weight: 400; }

.input-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: none; }

.f-login {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(255, 255, 255, 0.9);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.espaciado-input {
  margin-bottom: 15px; }

.espaciado-input2 {
  margin-bottom: 35px; }

.btn-login {
  color: #1E1A34;
  background-color: #2ED9C3;
  border: none;
  padding: 15px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-login:hover,
.btn-login:focus {
  color: white;
  background-color: #2ED9C3;
  border: none;
  font-size: 23px;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white; }

.btn-login:active {
  color: white !important;
  background-color: #2ED9C3 !important;
  border: none !important;
  font-size: 23px !important;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white; }

.registro {
  color: white;
  background: url("../images/flogin.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.registro h3 {
  color: #2ED9C3;
  font-size: 25px;
  border-bottom: 3px solid #2ED9C3;
  margin-bottom: 25px; }

.registro hr {
  background-color: #2ED9C3; }

.contenido-registro {
  height: auto;
  background: rgba(92, 15, 139, 0.9);
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  padding: 35px; }

.contenido-registro a {
  color: #2ED9C3;
  font-size: 17px;
  margin-top: -10px; }

.logo-registro {
  width: 235px;
  height: auto;
  padding: 25px; }

.contenido-registro .icon-registro {
  width: 30px;
  height: auto; }

.contenido-registro .icon-cel {
  width: 25px;
  height: auto; }

.contenido-registro .icon-correo {
  width: 35px;
  height: auto; }

.contenido-registro label {
  font-size: 19px; }

.input-registro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: none; }

.f-registro {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(255, 255, 255, 0.9);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.espaciado-input {
  margin-bottom: 15px; }

.espaciado-input2 {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.espaciado-input2 .form-check-input {
  position: relative; }

.espaciado-input2 .form-check-label {
  position: relative; }

.btn-registro {
  color: #1E1A34;
  background-color: #2ED9C3;
  border: none;
  padding: 15px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-registro:hover,
.btn-registro:focus {
  color: white;
  background-color: #2ED9C3;
  border: none;
  font-size: 23px;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white; }

.btn-registro:active {
  color: white !important;
  background-color: #2ED9C3 !important;
  border: none !important;
  font-size: 23px;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white; }

.aviso {
  margin-top: 230px;
  margin-bottom: 100px; }

.aviso a {
  color: #5C0F8B;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none; }

.aviso .telefonos-ap {
  font-size: 17px;
  color: #5C0F8B; }

.legales {
  margin-top: 230px;
  margin-bottom: 70px; }

.legales h3 {
  color: #5C0F8B; }

.legal-box {
  max-width: 430px;
  height: auto;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #2ED9C3;
  border-radius: 5px;
  padding: 35px; }

.legal-box img {
  width: 65px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.titulo-docs {
  margin-top: 25px;
  margin-bottom: 25px; }

.legal-box a {
  text-decoration: none; }

.btn-legales {
  color: #5C0F8B;
  background-color: transparent;
  border: 2px solid #2ED9C3;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-legales:hover,
.btn-legales:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.btn-legales:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.recursos {
  margin-top: 230px;
  margin-bottom: 70px; }

.recursos h3 {
  color: #5C0F8B; }

.recursos-box {
  max-width: 430px;
  height: auto;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #2ED9C3;
  border-radius: 5px;
  padding: 35px; }

.recursos-box img {
  width: 65px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.recursos-box a {
  text-decoration: none; }

.btn-recursos {
  color: #5C0F8B;
  background-color: transparent;
  border: 2px solid #2ED9C3;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-recursos:hover,
.btn-recursos:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.btn-recursos:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.terminos {
  margin-top: 230px;
  margin-bottom: 100px; }

.terminos h4 {
  font-weight: bold; }

.terminos a {
  color: #5C0F8B;
  text-decoration: underline; }

.terminos span {
  font-weight: bold; }

.portabilidad {
  margin-top: 45px;
  margin-bottom: 65px; }

.banner-portabilidad {
  color: white;
  background: url("../images/S4.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  margin-top: 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.banner-portabilidad h1 {
  font-size: 115px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 3px 2px #5C0F8B; }

.anuncio-portabilidad {
  color: white;
  background-color: #5C0F8B;
  padding: 65px 0px 65px 0px; }

.anuncio-portabilidad h3 {
  font-size: 25px;
  font-weight: lighter; }

.portabilidad h1 {
  color: #5C0F8B;
  margin-top: 30px;
  margin-bottom: 30px; }

.portabilidad h2 {
  color: #5C0F8B;
  margin-top: 25px;
  margin-bottom: 65px; }

.portabilidad h3 {
  color: #5C0F8B;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
  line-height: 2; }

.portabilidad h4 {
  color: #5C0F8B; }

.link-sim {
  color: #2ED9C3;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.link-sim:hover {
  color: #5C0F8B;
  text-decoration: none; }

.btn-compatibilidad a {
  color: white;
  font-size: 19px;
  padding: 18px;
  margin-bottom: 25px;
  border: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#5846f9), color-stop(90%, #7b27d8));
  background: linear-gradient(90deg, #5846f9 0%, #7b27d8 90%);
  border-radius: 15px;
  text-decoration: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.sim-img img {
  width: 50px;
  height: auto; }

.btn-compatibilidad a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.desbloqueado {
  width: 150px;
  height: auto; }

.img-nip {
  width: 120px;
  height: auto; }

.img-sms {
  width: 120px;
  height: auto; }

.img-reloj {
  width: 120px;
  height: auto; }

.margen-portabilidad {
  margin-top: 25px;
  margin-bottom: 25px; }

.contenido-portabilidad h1 {
  color: #5C0F8B;
  font-size: 21px;
  padding: 10px;
  line-height: 2; }

.contenido-portabilidad span {
  float: left;
  font-size: 35px;
  font-weight: bold;
  line-height: 29px;
  padding: 2px;
  margin-right: 5px; }

.contenido-portabilidad ul li {
  color: #5C0F8B;
  font-size: 17px;
  margin-left: 35px; }

.margen-h4 {
  margin-top: 65px; }

.compatibilidad {
  margin-top: 65px;
  margin-bottom: 65px; }

.verificacion-img {
  width: 120px;
  height: auto;
  padding: 10px; }

/*.banner-compatibilidad{
    color: white;
    background: url("../images/S5.jpg") no-repeat center top;
    background-size: cover;
    height: 100vh;
    margin-top: 143px;
    display: flex;
    align-items: center;
}*/
.banner-compatibilidad h1 {
  color: #5C0F8B;
  font-size: 115px;
  font-weight: bold;
  text-align: center;
  margin-top: 173px; }

.compatibilidad h2 {
  color: #5C0F8B;
  font-size: 27px;
  margin-top: 5px; }

.compatibilidad h4 {
  color: #5C0F8B;
  font-size: 21px;
  margin-top: 15px; }

.vozapp {
  color: #5C0F8B;
  font-size: 21px; }

.compatibilidad p {
  color: #5C0F8B;
  font-size: 21px;
  margin-top: 20px; }

.compatibilidad span {
  font-weight: bold; }

.size-imei {
  color: #444444 !important;
  font-size: 14px !important; }

.btn-imei {
  font-size: 21px;
  background: -webkit-gradient(linear, left top, right top, from(#5846f9), color-stop(90%, #7b27d8));
  background: linear-gradient(90deg, #5846f9 0%, #7b27d8 90%);
  border: none;
  border-radius: 5px;
  color: white;
  padding: 12px 25px;
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-imei:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.campo-imei {
  background-color: white;
  border: 1px solid #2ED9C3;
  padding: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.validacion-imei {
  background: #16df7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  padding: 15px; }

.validacion-imei span {
  text-decoration: underline; }

.no-valido {
  color: white;
  background-color: #ff061e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  padding: 15px; }

.bloqueo-imei {
  color: white;
  background-color: orange;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  padding: 15px; }

.validacion-imei h1 {
  color: #5C0F8B;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 0px; }

.no-valido h1 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 0px; }

.enlace-equipos {
  color: white;
  text-decoration: underline; }

.enlace-equipos:hover {
  color: white; }

.enlace-app {
  color: #5C0F8B;
  text-decoration: underline; }

.enlace-app:hover {
  color: #5C0F8B; }

.clientes {
  margin-top: 45px;
  margin-bottom: 65px; }

.banner-clientes {
  color: white;
  background: url("../images/S6.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.banner-clientes h1 {
  font-size: 115px;
  font-weight: bold;
  text-align: center;
  margin-top: 335px;
  text-shadow: 2px 3px 2px #5C0F8B; }

.comunicate {
  color: #5C0F8B;
  padding: 65px 0px 25px 0px; }

.comunicate h1 {
  font-size: 39px;
  font-weight: bold; }

.ero-imgero-contacto {
  color: #5C0F8B;
  font-size: 65px;
  font-weight: bolder; }

.direccion-atencion {
  font-size: 21px;
  margin-top: 25px; }

.img-imei {
  width: 200px;
  height: auto; }

.img-contacto {
  width: 180px;
  height: auto; }

.img-call {
  width: 100px;
  height: auto; }

.sms-call {
  font-size: 110px;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.txt-ac-top {
  font-size: 21px;
  font-weight: lighter;
  margin-left: 105px; }

.txt-ac-bottom {
  font-size: 21px;
  font-weight: lighter;
  margin-left: 95px; }

.margen-inferior-ac {
  margin-bottom: 55px; }

.margen-top-call {
  margin-top: 65px; }

.ayuda-servicios {
  margin-top: 30px;
  margin-bottom: 70px; }

.ayuda-servicios h1 {
  color: #5C0F8B;
  margin-bottom: 30px; }

.ayuda-servicios h3 {
  color: #5C0F8B;
  margin-bottom: 15px; }

.p-servicios {
  color: #5C0F8B;
  font-size: 35px;
  margin: 0 auto;
  margin-bottom: 35px;
  padding: 10px; }

.ayuda-box {
  max-width: 430px;
  height: auto;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #2ED9C3;
  border-radius: 5px;
  padding: 35px; }

.ayuda-box .movil-img {
  width: 60px;
  height: auto;
  margin: 0 auto; }

.ayuda-box .mifi-img {
  width: 100px;
  height: auto;
  margin: 0 auto; }

.ayuda-box .casa-img {
  width: 110px;
  height: auto;
  margin: 0 auto; }

.ayuda-box .equipos-img {
  width: 120px;
  height: auto;
  margin: 0 auto; }

.sucursales-img {
  width: 70px;
  height: auto;
  margin: 0 auto; }

.btn-ayuda {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#5846f9), color-stop(90%, #7b27d8));
  background: linear-gradient(90deg, #5846f9 0%, #7b27d8 90%);
  border: transparent;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-ayuda:hover {
  color: white;
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.formulario {
  margin-bottom: 85px; }

.banner-contacto {
  color: white;
  background: url("../images/S7.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.banner-contacto h1 {
  font-size: 145px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 3px 2px #5C0F8B; }

.titulo-contacto {
  color: #5C0F8B;
  font-size: 50px;
  margin-top: 65px;
  margin-bottom: 65px; }

.formulario p {
  color: #515151;
  font-size: 15px; }

.margen-contacto {
  margin-bottom: 35px; }

.img-ubicacion {
  width: 45px;
  height: auto;
  padding-right: 10px; }

.img-tel {
  width: 45px;
  height: auto;
  padding-right: 10px; }

.img-correo {
  width: 45px;
  height: auto;
  padding-right: 10px; }

.correo-contacto {
  color: #5C0F8B; }

.correo-contacto:hover {
  color: #5C0F8B; }

.formulario label {
  color: #5C0F8B;
  font-size: 19px; }

.formulario .campos-contacto {
  border: 1px solid #5C0F8B;
  padding: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.campo-mensaje {
  border: 1px solid #5C0F8B;
  padding-left: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.formulario textarea {
  resize: none; }

.formulario .form-control {
  background-color: #fff;
  border: 1px solid #5C0F8B; }

.mensajes {
  color: #0fbc61;
  font-size: 17px; }

.btn-contacto {
  color: white;
  background-color: #5C0F8B;
  border: transparent;
  border-radius: 7px;
  padding: 10px 35px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }

.btn-contacto:hover,
.btn-contacto:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: transparent;
  font-size: 23px; }

.btn-contacto:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: transparent;
  font-size: 23px; }

.mapa-contacto {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.mapa-contacto iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.recargas {
  margin-top: 180px;
  margin-bottom: 30px; }

.recargas h1 {
  color: #5C0F8B;
  font-size: 32px;
  margin-bottom: 30px; }

.recargas h3 {
  color: #5C0F8B;
  font-size: 19px;
  margin-bottom: 15px; }

.p-recarga {
  color: #5C0F8B;
  font-size: 27px;
  margin: 0 auto;
  margin-bottom: 35px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.recargas .p-mensaje {
  color: red; }

.recargas form {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.recarga-img img {
  width: 45px;
  height: auto; }

.recarga-box {
  height: auto;
  background: white;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #2ED9C3;
  border-radius: 5px;
  padding: 35px; }

.sombra-recarga-box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }

.recarga-box .movil-img {
  width: 60px;
  height: auto;
  margin: 0 auto; }

.recarga-box .mifi-img {
  width: 100px;
  height: auto;
  margin: 0 auto; }

.recarga-box .casa-img {
  width: 110px;
  height: auto;
  margin: 0 auto; }

.recarga-box .numero-img {
  width: 55px;
  height: auto; }

.img-correo-recarga {
  line-height: 100px; }

.recarga-box .correo-img {
  width: 75px;
  height: auto; }

.recarga-box .mifirecarga-img {
  width: 85px;
  height: auto; }

.recarga-box .costo-img {
  width: 75px;
  height: auto;
  margin: 0 auto; }

.recarga-box .pago-img {
  width: 110px;
  height: auto;
  margin: 0 auto; }

.recarga-box a {
  text-decoration: none; }

.recarga-box .form-check {
  padding-left: 0px; }

.recargas label {
  color: #5C0F8B; }

.recargas .campo-tel {
  background-color: #c6f4ec;
  border: 1px solid #5C0F8B;
  padding: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.campo-correo {
  background-color: #c6f4ec;
  border: 1px solid #5C0F8B;
  padding: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.campos-radio {
  list-style: none;
  margin-top: 25px; }

.campo-radio-item {
  position: relative; }

.radio-box-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.radio-box-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c6f4ec;
  margin: 8 auto;
  border-radius: 7px;
  -webkit-transition: color,.5s;
  transition: color,.5s;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 25px; }

.radio-box-span {
  color: #5C0F8B;
  text-align: center;
  padding: 6px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.radio-box-label:hover {
  background-color: #1ebca5; }

.radio-box-input:checked + .radio-box-label {
  background-color: #2ED9C3; }

.radio-box-input-paso3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.radio-box-label-paso3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c6f4ec;
  border-radius: 7px;
  -webkit-transition: color,.5s;
  transition: color,.5s;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 19px; }

.radio-box-span-paso3 {
  color: #5C0F8B;
  text-align: center;
  padding: 6px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.radio-box-label-paso3:hover {
  background-color: #1ebca5; }

.radio-box-input-paso3:checked + .radio-box-label-paso3 {
  background-color: #2ED9C3; }

.btn-acordeon {
  color: #2ED9C3;
  background: #5C0F8B;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: -48px; }

.btn-acordeon:hover,
.btn-acordeon:focus {
  color: #5C0F8B;
  background-color: #2ED9C3; }

.btn-acordeon:active {
  color: #5C0F8B;
  background-color: #2ED9C3; }

.contenido-acordeon {
  color: #5C0F8B;
  border: 1px solid #5C0F8B;
  margin-bottom: 20px; }

.btn-recarga {
  color: white;
  background-color: #5C0F8B;
  border: 2px solid #5C0F8B;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-recarga:hover,
.btn-recarga:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.btn-recarga:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.banner-sucursales {
  color: white;
  background: url("../images/S14.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.banner-sucursales h1 {
  font-size: 115px;
  font-weight: bold;
  text-shadow: 2px 3px 2px #5C0F8B; }

.sucursales {
  margin-top: 45px;
  margin-bottom: 40px; }

.titulo-sucursales {
  color: white;
  font-size: 25px;
  padding: 15px;
  background: #5C0F8B;
  border-radius: 3px; }

.texto-sucursales {
  color: #5C0F8B;
  font-size: 25px;
  padding: 15px;
  background: white;
  border-bottom: 1px solid #5C0F8B; }

.link-sucursales {
  color: #5C0F8B; }

.link-sucursales:hover {
  color: #5C0F8B;
  text-decoration: none; }

.estados {
  color: #5C0F8B;
  background: white;
  border-bottom: 1px solid #5C0F8B; }

.titulo-sucursal {
  font-weight: bold;
  padding-top: 15px; }

.btn-mapa {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 1px solid #2ED9C3;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 19px;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 15px; }

.btn-mapa:hover,
.btn-mapa:focus {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 19px;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 15px; }

.btn-mapa:active {
  color: white;
  background-color: #5C0F8B;
  border: 1px solid #5C0F8B;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 19px;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 15px; }

.icon-map {
  width: 30px;
  height: auto; }

.banner-cobertura {
  color: white;
  background: url("../images/S13.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.banner-cobertura h1 {
  font-size: 115px;
  font-weight: bold;
  text-align: center;
  margin-top: 85px;
  text-shadow: 2px 3px 2px #5C0F8B; }

.titulo-cobertura h1 {
  font-size: 43px;
  font-weight: bold;
  color: #5C0F8B;
  margin-top: 65px; }

.titulo-cobertura p {
  color: #5C0F8B;
  font-size: 19px; }

#mapa {
  width: 100%;
  height: 600px; }

.p-cobertura {
  margin-top: 25px; }

.leyenda-cobertura {
  font-weight: bold; }

.titulo-pf {
  color: white;
  background: url("../images/S16.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.titulo-pf h1 {
  font-size: 115px;
  font-weight: bold;
  text-align: center;
  margin-top: 85px;
  text-shadow: 2px 3px 2px #5C0F8B; }

.preguntas {
  padding-bottom: 65px; }

.preguntas h1 {
  color: #5C0F8B;
  margin-bottom: 30px; }

.preguntas h3 {
  color: #5C0F8B;
  margin-bottom: 15px; }

.p-servicios-pf {
  color: #5C0F8B;
  font-size: 35px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 45px;
  padding: 10px; }

.ayuda-box {
  max-width: 430px;
  height: auto;
  background: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #2ED9C3;
  border-radius: 5px;
  padding: 35px; }

.ayuda-box .movil-img {
  width: 60px;
  height: auto;
  margin: 0 auto; }

.ayuda-box .mifi-img {
  width: 100px;
  height: auto;
  margin: 0 auto; }

.ayuda-box .casa-img {
  width: 110px;
  height: auto;
  margin: 0 auto; }

.ayuda-box .equipos-img {
  width: 120px;
  height: auto;
  margin: 0 auto; }

.btn-ayuda {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#5846f9), color-stop(90%, #7b27d8));
  background: linear-gradient(90deg, #5846f9 0%, #7b27d8 90%);
  border: transparent;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-ayuda:hover {
  color: white;
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ayuda-sitio {
  color: white;
  background: url("../images/S16.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ayuda-sitio h1 {
  font-size: 115px;
  font-weight: bold;
  text-align: center;
  margin-top: 85px;
  text-shadow: 2px 3px 2px #5C0F8B; }

.manuales-movil {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #5C0F8B; }

.titulo-manuales h2 {
  font-size: 45px;
  color: white;
  margin-bottom: 35px; }

.manuales-movil h3 {
  color: #5C0F8B; }

.manuales-box a {
  height: 340px;
  background: white;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid #2ED9C3;
  border-radius: 17px;
  padding: 25px;
  color: #5C0F8B;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.manuales-box a:hover {
  height: 340px;
  background: white;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid #2ED9C3;
  border-radius: 17px;
  padding: 25px;
  color: #5C0F8B;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.manuales-box img {
  margin: 0 auto;
  width: 65px;
  height: auto; }

.manuales-box p {
  font-size: 25px;
  border: 2px solid #2ED9C3;
  border-radius: 7px;
  padding: 5px; }

.btn-manuales {
  color: #5C0F8B;
  border: 2px solid #2ED9C3;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-manuales:hover,
.btn-manuales:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.btn-manuales:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.preguntas h2 {
  color: #5C0F8B;
  font-size: 45px;
  margin-top: 35px; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #2ED9C3;
  border-radius: 21px;
  margin-top: 15px; }

.card-body {
  color: #515151;
  font-size: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  background: #eefffd;
  border-radius: 21px; }

.card-body-recargas {
  color: #515151;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
  background: #eefffd;
  border-radius: 21px; }

.card-body a {
  color: #5C0F8B;
  text-decoration: underline; }

.card-body ul {
  margin-left: 25px; }

.card-cabecera {
  background-color: white;
  border-bottom: 1px solid #2ED9C3; }

.btn-link {
  padding: 20px;
  font-size: 19px;
  font-weight: 400;
  color: #5C0F8B;
  text-decoration: none;
  text-align: left;
  border-radius: 21px; }

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #5C0F8B;
  text-decoration: none;
  border-bottom: 1px solid #2ED9C3; }

.img-flecha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flecha-baja {
  width: 20px;
  height: auto;
  margin-top: -25px; }

.ayuda-mifi {
  color: white;
  background: url("../images/S17.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ayuda-mifi h1 {
  font-size: 115px;
  font-weight: bold;
  text-align: center;
  margin-top: 65px;
  text-shadow: 2px 3px 2px #5C0F8B; }

.preguntas-mifi {
  margin-top: 65px;
  margin-bottom: 45px; }

.preguntas-mifi h2 {
  color: #5C0F8B;
  font-size: 42px; }

.preguntas-mifi-pf {
  margin-top: 35px;
  margin-bottom: 45px; }

.preguntas-mifi-pf h2 {
  color: #5C0F8B;
  font-size: 42px; }

.pago-exitoso {
  color: white;
  background: url("../images/S18.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.pago-exitoso h1 {
  font-size: 45px;
  text-align: center;
  font-weight: normal; }

.pago-exitoso span {
  color: #2ED9C3; }

.pago-error {
  color: white;
  background: url("../images/S18.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.pago-error h1 {
  font-size: 45px;
  text-align: center;
  font-weight: normal; }

.pago-error span {
  color: #2ED9C3; }

.pago-oxxo {
  color: white;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 135px;
  margin-bottom: 100px; }

.pago-oxxo h1 {
  font-size: 35px;
  text-align: center;
  font-weight: normal; }

.pago-oxxo span {
  color: #2ED9C3; }

.btn-oxxo {
  color: white;
  background-color: #5C0F8B;
  border: 2px solid #5C0F8B;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-oxxo:hover,
.btn-oxxo:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.btn-oxxo:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.oferta-encabezado {
  color: white;
  background: #5C0F8B;
  background-size: cover;
  height: auto;
  margin-top: 35px; }

.oferta-encabezado h1 {
  font-weight: bold;
  margin-top: 180px;
  margin-bottom: 35px;
  font-size: 75px; }

.oferta-promo {
  color: white;
  background: url("../images/fondo-promo.jpg") no-repeat center;
  background-size: cover;
  height: auto;
  padding-top: 35px; }

.oferta-promo {
  font-size: 25px;
  font-weight: lighter; }

.oferta-promo h1 {
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 35px;
  font-size: 75px; }

.promo p {
  font-size: 35px; }

.img-promo100 {
  width: 500px;
  height: auto; }

.img-costo-promo {
  width: 500px;
  height: auto; }

.vineta {
  width: 15px;
  height: auto; }

.margen-top-ofertas {
  margin-top: 145px; }

.link-promo {
  color: #5C0F8B;
  font-size: 15px;
  font-weight: normal; }

.link-promo:hover {
  color: #5C0F8B;
  font-size: 15px;
  text-decoration: none; }

.folio-promo {
  color: #5C0F8B;
  font-size: 12px !important;
  margin-top: 10px;
  font-weight: normal; }

.btn-promo {
  color: #5C0F8B;
  font-weight: bold;
  background-color: #2ED9C3;
  border: none;
  padding: 20px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.btn-promo:hover,
.btn-promo:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: none;
  font-size: 23px;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
          box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em); }

.btn-promo:active {
  color: #1E1A34 !important;
  background-color: #2ED9C3 !important;
  border: none !important;
  font-size: 23px !important;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover) !important;
          box-shadow: 0 0.5em 0.5em -0.4em var(--hover) !important;
  -webkit-transform: translateY(-0.25em) !important;
          transform: translateY(-0.25em) !important; }

.flecha-btn {
  width: 15px;
  height: auto; }

.btn-promo:hover,
.btn-promo:focus,
.btn-promo:active {
  --hover: #ffffff; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.paquetes-ofertas {
  color: white;
  background: #5C0F8B; }

.paquetes-ofertas h1 {
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 75px; }

.paquetes-ofertas h2 {
  color: #5C0F8B;
  font-size: 47px;
  font-weight: lighter;
  text-transform: uppercase; }

.paquetes-ofertas h4 {
  color: #2ED9C3;
  font-size: 45px;
  font-weight: bold;
  margin-top: -20px; }

.paquetes-ofertas p {
  color: #5C0F8B;
  font-size: 19px;
  font-weight: normal; }

.cupon {
  color: white;
  background: url("../images/S5.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px; }

.cupon h1 {
  font-size: 105px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 3px 2px #5C0F8B; }

.contenido-cupon {
  margin-top: 45px;
  margin-bottom: 45px; }

.titulo-cupon {
  color: #5C0F8B;
  font-size: 25px;
  font-weight: bold; }

.texto-cupon {
  color: #5C0F8B;
  font-size: 19px;
  margin-top: 25px; }

.btn-cupon {
  color: white;
  background-color: #5C0F8B;
  border: transparent;
  border-radius: 7px;
  padding: 10px 35px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 15px; }

.btn-cupon:hover,
.btn-cupon:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: transparent;
  font-size: 23px; }

.btn-cupon:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: transparent;
  font-size: 23px; }

.no-valido-cupon {
  color: white;
  background-color: #ff061e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  padding: 15px; }

.no-valido-cupon p {
  font-size: 19px;
  color: white; }

.margen-genero {
  margin-top: 5px; }

.genero p {
  color: #5C0F8B;
  font-size: 19px; }

.contenido-canje {
  margin-top: 185px;
  margin-bottom: 45px; }

.titulo-canje {
  color: #5C0F8B;
  font-size: 25px;
  font-weight: bold; }

.texto-canje {
  color: #5C0F8B;
  font-size: 19px;
  margin-top: 25px; }

.formulario-beneficios {
  margin-bottom: 45px; }

.btn-canje {
  color: white;
  background-color: #5C0F8B;
  border: transparent;
  border-radius: 7px;
  padding: 10px 35px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }

.btn-canje:hover,
.btn-canje:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: transparent;
  font-size: 23px; }

.btn-canje:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: transparent;
  font-size: 23px; }

.no-valido-cupon {
  color: white;
  background-color: #ff061e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  padding: 15px; }

.no-valido-cupon p {
  font-size: 19px;
  color: white; }

.margen-genero {
  margin-top: 5px; }

.genero p {
  color: #5C0F8B;
  font-size: 19px; }

.num-canje {
  color: #5C0F8B;
  font-size: 21px; }

.codigo-canje {
  color: #5C0F8B;
  font-size: 65px;
  font-weight: bold; }

.formulario-canje label {
  color: #5C0F8B;
  font-size: 19px; }

.formulario-canje .campos-contacto {
  border: 1px solid #5C0F8B;
  padding: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.formulario-canje .form-control {
  background-color: #fff;
  border: 1px solid #5C0F8B; }

.calendar, .calendar_weekdays, .calendar_content {
  max-width: 450px; }

.calendar {
  margin: auto;
  font-weight: 400; }

.calendar_content {
  background: #fff; }

.calendar_weekdays {
  background: #5C0F8B; }

.calendar_header {
  padding: 10px 0; }

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
  overflow: hidden; }

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #fff !important; }

.calendar_weekdays div, .calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 15px 0; }

.calendar_content div {
  border: 1px solid transparent;
  float: left;
  position: relative;
  z-index: 0; }

.calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default; }

.calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent; }

.calendar_content div.past-date {
  color: #d5d5d5; }

.calendar_content div.today {
  font-weight: bold;
  font-size: 16px;
  color: #fff !important; }

.calendar_content div.today:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  background: #5C0F8B;
  z-index: -1;
  -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
          box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48); }

.calendar_content div.selected {
  background-color: #f0f0f0; }

.calendar_header {
  width: 100%;
  text-align: center; }

.calendar_header h2 {
  padding: 0 10px;
  font-weight: 500;
  font-size: 23px;
  color: #5C0F8B;
  float: left;
  width: 70%;
  margin: 0 0 10px; }

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: #5C0F8B;
  float: left;
  width: 15%;
  -webkit-transition: color .2s;
  transition: color .2s; }

button.switch-month:hover {
  color: #5C0F8B; }

.img-recarga {
  width: 70px;
  height: auto; }

.leyenda-recarga {
  color: #5C0F8B;
  font-size: 21px; }

.contenido-leyenda-canje {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.lanzamiento {
  background: url("../images/fondo-p.jpg") no-repeat center top;
  background-size: cover;
  height: 100vh;
  margin-top: 35px; }

.contenido-l {
  margin: 0 auto; }

.scene {
  margin-top: 60px; }

.sms {
  margin-top: 15px; }

.logo-referencia {
  width: 100px;
  height: auto; }

.img-cel-sms {
  z-index: 9;
  margin-top: -35px;
  margin-bottom: -40px; }

.img-sms {
  width: 60px;
  height: auto; }

.sms h2 {
  font-size: 32px; }

.contorno-logo {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 9px 9px 0px 0px;
  padding: 35px; }

.contenido-sms {
  color: #000000;
  background: white;
  border: 1px solid #000000;
  border-radius: 0px 0px 9px 9px;
  padding: 25px 25px 10px 25px;
  margin-bottom: 25px; }

.contenido-sms p {
  font-size: 17px; }

.contenido-sms span {
  font-weight: bold; }

.contenido-sms ul li {
  margin-left: 15px; }

.madicionales {
  padding: 3px 10px 0px 10px;
  border-left: 9px solid #2ED9C3;
  background: #e5e5e5; }

.recarga {
  margin-top: 15px; }

.recarga h2 {
  color: #5C0F8B;
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 30px; }

.recarga-box-n {
  height: auto;
  background: white;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #2ED9C3;
  border-radius: 5px;
  padding: 25px; }

.recarga label {
  color: #5C0F8B; }

.recarga-box-n .movil-img {
  width: 60px;
  height: auto;
  margin: 0 auto; }

.recarga-box-n .mifi-img {
  width: 100px;
  height: auto;
  margin: 0 auto; }

.recarga-box-n .casa-img {
  width: 110px;
  height: auto;
  margin: 0 auto; }

.recarga-box-n .numero-img {
  width: 55px;
  height: auto; }

.img-correo-recarga {
  line-height: 100px; }

.recarga-box-n .correo-img {
  width: 75px;
  height: auto; }

.recarga-box-n .mifirecarga-img {
  width: 85px;
  height: auto; }

.recarga-box-n .costo-img {
  width: 75px;
  height: auto;
  margin: 0 auto; }

.recarga-box-n .pago-img {
  width: 110px;
  height: auto;
  margin: 0 auto; }

.recarga-box-n a {
  text-decoration: none; }

.recarga-box-n .form-check {
  padding-left: 0px; }

.recarga .campo-tel {
  background-color: #c6f4ec;
  border: 1px solid #5C0F8B;
  padding: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.campo-correo {
  background-color: #c6f4ec;
  border: 1px solid #5C0F8B;
  padding: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.titulo-docs-n {
  color: #5C0F8B;
  font-size: 17px;
  margin-top: 19px;
  margin-bottom: 15px; }

.btn-referencia {
  color: white;
  background-color: #000000;
  border: 2px solid #2ED9C3;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn-referencia:hover,
.btn-referencia:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px;
  text-decoration: none; }

.btn-referencia:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.leyenda-sms {
  font-size: 14px !important;
  margin-top: 15px; }

.leyenda-sms a {
  color: #2ED9C3;
  font-weight: bold; }

.campo-correo {
  background-color: #c6f4ec;
  border: 1px solid #5C0F8B;
  padding: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.campos-radio {
  list-style: none;
  margin-top: 25px; }

.campo-radio-item {
  position: relative; }

.radio-box-input-n {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.radio-box-label-n {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c6f4ec;
  margin: 8 auto;
  border-radius: 7px;
  -webkit-transition: color,.5s;
  transition: color,.5s;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 25px; }

.radio-box-span-n {
  color: #5C0F8B;
  text-align: center;
  padding: 6px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.radio-box-label-n:hover {
  background-color: #1ebca5; }

.radio-box-input-n:checked + .radio-box-label-n {
  background-color: #2ED9C3; }

.radio-box-input-paso3-n {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.radio-box-label-paso3-n {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c6f4ec;
  border-radius: 7px;
  -webkit-transition: color,.5s;
  transition: color,.5s;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 16px; }

.radio-box-span-paso3-n {
  color: #5C0F8B;
  text-align: center;
  padding: 6px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.radio-box-label-paso3-n:hover {
  background-color: #1ebca5; }

.radio-box-input-paso3-n:checked + .radio-box-label-paso3-n {
  background-color: #2ED9C3; }

.btn-acordeon-n {
  color: #2ED9C3;
  background: #5C0F8B;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: -40px; }

.btn-acordeon-n:hover,
.btn-acordeon-n:focus {
  color: #5C0F8B;
  background-color: #2ED9C3; }

.btn-acordeon-n:active {
  color: #5C0F8B;
  background-color: #2ED9C3; }

.contenido-acordeon-n {
  color: #5C0F8B;
  border: 1px solid #5C0F8B;
  margin-bottom: 20px; }

.btn-recarga {
  color: white;
  background-color: #5C0F8B;
  border: 2px solid #5C0F8B;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 23px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn-recarga:hover,
.btn-recarga:focus {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.btn-recarga:active {
  color: #5C0F8B;
  background-color: #2ED9C3;
  border: 2px solid #2ED9C3;
  font-size: 23px; }

.pie {
  background: #5C0F8B;
  padding-top: 55px; }

.pie p {
  color: white;
  font-size: 21px; }

.pie ul li {
  list-style: none; }

.pie a {
  color: white;
  font-size: 18px;
  font-weight: lighter;
  text-decoration: none; }

.pie a:hover {
  color: #2ED9C3; }

.pie .direccion {
  color: white;
  font-size: 18px;
  font-weight: lighter; }

.pagos .direccion img {
  width: 17px;
  height: auto; }

.pie .aclientes {
  color: white;
  font-size: 18px;
  font-weight: lighter; }

.pagos .aclientes img {
  width: 21px;
  height: auto; }

.img-whats {
  width: 29px !important;
  height: auto; }

hr {
  background-color: #2ED9C3; }

.img-redes {
  width: 25px;
  height: auto; }

.img-pago {
  width: 75px;
  height: auto; }

.espaciado-iconos {
  margin-left: 21px; }

.logo-footer {
  width: 235px;
  height: auto;
  margin-bottom: 35px; }

.derechos {
  color: white;
  font-weight: lighter;
  font-size: 17px;
  background: #000000;
  padding: 15px; }

.pie ul li i {
  font-size: 20px;
  color: white; }

.btn-sube {
  position: fixed;
  bottom: 25px;
  right: 30px;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-sube:hover {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white;
  background: white; }

.btn-sube img {
  width: 35px;
  height: auto; }

.btn-whats {
  position: fixed;
  bottom: 69px;
  right: 29px;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.btn-whats:hover {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px white;
          box-shadow: 0px 0px 15px 0px white;
  background: white; }

.btn-whats img {
  width: 38px;
  height: auto; }

.chat-icon {
  width: 55px;
  height: auto;
  position: fixed;
  bottom: 70px;
  right: 20px;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.animacion-chat {
  background: #2ED9C3;
  width: 55px;
  height: 55px;
  border-radius: 50%; }

@media (min-width: 1251px) {
  .campo-escritorio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  .boton-buscar {
    margin-left: 10px !important;
    margin-right: 10px; }

  .encabezado button img {
    width: 50px;
    height: auto; }

  .busqueda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin: 15px 0px;
    width: 710px; }

  .busqueda input[type="text"] {
    border: 1px solid #5C0F8B;
    border-radius: 5px 0 0 5px;
    padding: 17px;
    font-size: 19px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%; }

  .busqueda input[type="submit"] {
    border-radius: 0 5px 5px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: white;
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .busqueda input:hover[type="submit"] {
    border: 1px solid #2ED9C3;
    border-radius: 0 5px 5px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: #2ED9C3;
    color: #5C0F8B;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; } }
@media (max-width: 1250px) {
  .encabezado {
    background: white;
    color: #1E1A34;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .slider-principal {
    margin-top: 75px;
    margin-bottom: 25px;
    z-index: 0; }

  .campo-escritorio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  .boton-buscar {
    margin-left: 10px !important;
    margin-right: 10px; }

  .encabezado button img {
    width: 50px;
    height: auto; }

  .busqueda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin: 15px 0px;
    width: 710px; }

  .busqueda input[type="text"] {
    border: 1px solid #5C0F8B;
    border-radius: 5px 0 0 5px;
    padding: 17px;
    font-size: 19px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%; }

  .busqueda input[type="submit"] {
    border-radius: 0 5px 5px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: white;
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .busqueda input:hover[type="submit"] {
    border: 1px solid #2ED9C3;
    border-radius: 0 5px 5px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: #2ED9C3;
    color: #5C0F8B;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .servicios {
    text-align: center;
    margin-top: -100px;
    z-index: 1;
    margin-bottom: 30px; }

  .servicios h2 {
    font-size: 19px; }

  .caja1 a {
    background-color: white;
    border: 3px solid #5C0F8B;
    height: 180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #5C0F8B;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .caja1 a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  .caja2 a {
    background-color: white;
    border: 3px solid #2ED9C3;
    height: 180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #2ED9C3;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .caja2 a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  .caja2 a h2 {
    padding-top: 0px; }

  .caja3 a {
    background-color: white;
    border: 3px solid #5C0F8B;
    height: 180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #5C0F8B;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .caja3 a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  .caja4 a {
    background-color: white;
    border: 3px solid #2ED9C3;
    height: 180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #2ED9C3;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .caja4 a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  .img-s1 {
    width: 50px;
    height: auto; }

  .img-s2 {
    width: 150px;
    height: auto; }

  .img-s3 {
    width: 90px;
    height: auto; }

  .img-s4 {
    width: 90px;
    height: auto; }

  .servicio-tel {
    color: white;
    background: url("../images/S9.jpg") no-repeat right;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 105px; }

  .servicio-tel h1 {
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .contenido-tel {
    background: url("../images/S10.png") no-repeat center top;
    background-size: cover;
    height: 434px;
    margin-bottom: 5px; }

  .parrafo-tel {
    color: #5C0F8B;
    font-size: 20px;
    padding: 54px;
    margin-top: 15px; }

  .parrafo1 {
    color: #5C0F8B;
    font-size: 20px;
    padding: 0px;
    margin-top: 65px; }

  .img-cel {
    width: 190px;
    height: auto;
    margin-top: 65px; }

  .img-tarjeta {
    padding: 35px; }

  .contenido-sim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .sim-h1 {
    color: #5C0F8B;
    padding: 0px;
    font-size: 20px;
    font-weight: bold; }

  .link-tel-compatibilidad {
    color: #2ED9C3; }

  .link-tel-compatibilidad:hover {
    color: #2ED9C3;
    text-decoration: none; }

  .contenido-servicio {
    margin-top: 25px;
    padding: 0px; }

  .contenido-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .titulo-info {
    color: #5C0F8B;
    font-size: 15px;
    font-weight: bold; }

  .info-p {
    color: #5C0F8B;
    font-size: 15px; }

  .img-contrato {
    width: 95px;
    height: auto; }

  .img-recarga-cel {
    width: 60px;
    height: auto; }

  .img-tv {
    width: 100px;
    height: auto; }

  .img-deuda {
    width: 80px;
    height: auto; }

  .titulo-servicio {
    background: #5C0F8B; }

  .titulo-servicio h1 {
    color: white;
    font-size: 25px;
    padding: 15px; }

  .margen-info {
    margin-top: 15px;
    margin-bottom: 35px; }

  .mifi {
    color: white;
    background: url("../images/S11.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    margin-top: 145px; }

  .mifi h1 {
    font-size: 145px;
    font-weight: bold;
    margin-left: 205px;
    margin-top: -300px; }

  .contenido-mifi {
    margin-top: 45px;
    margin-bottom: 40px;
    background: url("../images/mifi-fondo.svg") no-repeat center; }

  .titulo-mifi {
    color: #5C0F8B;
    font-size: 29px;
    padding: 25px; }

  .dispositivos {
    color: white;
    background: url("../images/S15.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px; }

  .dispositivos h1 {
    font-size: 75px;
    font-weight: bold;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .contenido-dispositivos {
    margin-top: 25px;
    margin-bottom: 40px; }

  .titulo-dispositivos {
    color: #5C0F8B;
    font-size: 37px;
    font-weight: bold;
    padding: 5px; }

  .logo-telmov {
    width: 350px;
    height: auto; }

  .marca-dispositivos {
    margin-top: 15px; }

  .modelo {
    font-size: 45px;
    text-align: right; }

  .btn-telmov {
    color: white;
    font-size: 21px;
    font-weight: bold;
    max-width: 300px;
    text-transform: uppercase;
    padding: 18px;
    margin-bottom: 25px;
    border: transparent;
    background: #5C0F8B;
    border-radius: 35px;
    text-decoration: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .btn-telmov:hover {
    color: white;
    font-size: 21px;
    font-weight: bold;
    max-width: 300px;
    text-transform: uppercase;
    padding: 18px;
    margin-bottom: 25px;
    border: transparent;
    background: #5C0F8B;
    border-radius: 35px;
    text-decoration: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .promo h1 {
    font-weight: bold;
    margin-top: 55px;
    font-size: 47px; }

  .img-promo100 {
    width: 350px;
    height: auto; }

  .img-promo200 {
    width: 350px;
    height: auto; }

  .nombre-cel {
    color: black;
    font-size: 45px; }

  .recomendaciones h2 {
    color: #5C0F8B;
    margin-top: 5px;
    font-size: 35px; }

  .cantidad-paquete {
    font-size: 25px; }

  .nombre-cel {
    color: black;
    font-size: 35px;
    margin-top: -20px; }

  .costo-r {
    font-size: 35px;
    font-weight: bold; }

  /*.beneficios{
      color: white;
      background: url("../images/img1.jpg") no-repeat center top;
      background-size: cover;
      min-height: 650px;
  }
  .beneficios h1{
      font-weight: bold;
      margin-top: 50px;
      font-size: 55px;
  }*/
  .beneficios {
    margin-top: 0px;
    z-index: 1;
    margin-bottom: 10px; }

  .box-beneficios {
    border: transparent;
    max-width: 650px;
    height: 230px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .beneficios h1 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 55px; }

  .beneficios h2 {
    color: #5C0F8B;
    font-size: 16px;
    font-weight: bold;
    padding: 25px 25px 0px 25px; }

  .beneficios2 p {
    color: #5C0F8B;
    font-size: 15px;
    font-weight: lighter;
    padding: 0px 25px 0px 25px; }

  .img-b1 {
    width: 80px;
    height: auto; }

  .img-b2 {
    width: 75px !important;
    height: auto; }

  .img-b3 {
    width: 90px;
    height: auto; }

  .img-b4 {
    width: 100px;
    height: auto; }

  .ofertas h1 {
    font-weight: bold;
    margin-top: 50px;
    font-size: 55px; }

  .caja-ofertas {
    border: 4px solid #2ED9C3;
    max-width: 320px;
    height: auto;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    color: white;
    background-color: rgba(255, 255, 255, 0.99);
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 25px; }

  .margentop-portabilidad-img {
    margin-top: 50px; }

  .margentop-portabilidad-h2 {
    margin-top: 60px;
    margin-bottom: 50px; }

  .portabilidad h2 {
    color: #5C0F8B;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 27px;
    font-weight: 500; }

  .espaciado-portabilidad {
    margin-top: 65px;
    margin-bottom: 30px; }

  .compatibilidad {
    margin-top: 15px;
    margin-bottom: 65px; }

  .verificacion-img {
    width: 120px;
    height: auto;
    padding: 0px; }

  /*.banner-compatibilidad{
      color: white;
      background: url("../images/S5.jpg") no-repeat center top;
      background-size: cover;
      height: 100vh;
      margin-top: 100px;
      display: flex;
      align-items: center;
  }*/
  .banner-compatibilidad h1 {
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    margin-top: 165px; }

  .compatibilidad h2 {
    color: #5C0F8B;
    font-size: 23px;
    margin-top: 5px; }

  .compatibilidad p {
    color: #5C0F8B;
    font-size: 21px;
    margin-top: 20px; }

  .compatibilidad span {
    font-weight: bold; }

  .size-imei {
    color: #444444 !important;
    font-size: 15px !important; }

  .banner-contacto {
    color: white;
    background: url("../images/S7.jpg") no-repeat center right;
    background-size: cover;
    height: 100vh;
    margin-top: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .banner-contacto h1 {
    font-size: 125px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .formulario label {
    color: #5C0F8B;
    font-size: 17px; }

  .formulario p {
    margin-left: 10px; }

  .recargas h3 {
    color: #5C0F8B;
    font-size: 15px;
    margin-bottom: 15px; }

  .radio-box-label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px; }

  .btn-acordeon {
    margin-bottom: -35px; }

  .radio-box-label-paso3 {
    font-size: 15px; }

  .card-body-recargas {
    color: #515151;
    font-size: 12px; } }
@media (max-width: 1024px) and (orientation: landscape) {
  #recargas-mp a {
    color: white !important;
    background-color: #5C0F8B;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    border-bottom: transparent;
    font-weight: 500; }

  .menu-principal ul li a {
    color: #5C0F8B;
    font-size: 17px;
    padding: 12px;
    margin: 0 5px;
    text-decoration: none;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

  .boton-buscar {
    margin-left: -20px !important;
    margin-right: 0px; }

  .nombre-cel {
    color: black;
    font-size: 35px;
    margin-top: -17px; }

  .costo-r {
    font-size: 45px;
    font-weight: bold; } }
@media (max-width: 767px) {
  .encabezado {
    background: white;
    color: #1E1A34;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .boton-menu, .boton-buscar {
    border: 0px;
    margin: 0px;
    padding: 0px 0px;
    background: transparent; }

  .busqueda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin: 15px 0px;
    width: auto; }

  .busqueda input[type="text"] {
    border: 1px solid #5C0F8B;
    border-radius: 5px 0 0 5px;
    padding: 17px;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

  .busqueda input[type="submit"] {
    border-radius: 0 5px 5px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: white;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .busqueda input:hover[type="submit"] {
    border: 1px solid #2ED9C3;
    border-radius: 0 5px 5px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-color: #2ED9C3;
    color: #5C0F8B;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .encabezado img {
    width: 105px;
    height: auto;
    padding-left: 15px; }

  .slider-principal {
    margin-top: 124px;
    margin-bottom: 25px;
    z-index: 0; }

  .carousel-item img {
    max-height: 200px; }

  .servicios {
    text-align: center;
    margin-top: 0px;
    z-index: 1;
    margin-bottom: 20px; }

  .servicios h2 {
    font-size: 27px; }

  .caja1 a {
    background-color: white;
    border: 3px solid #5C0F8B;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #5C0F8B;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .caja1 a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  .caja2 a {
    background-color: white;
    border: 3px solid #2ED9C3;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #2ED9C3;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .caja2 a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  .caja2 a h2 {
    padding-top: 10px; }

  .caja3 a {
    background-color: white;
    border: 3px solid #5C0F8B;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #5C0F8B;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .caja3 a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

  .caja4 a {
    background-color: white;
    border: 3px solid #2ED9C3;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    color: #2ED9C3;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .margen-top-servicios {
    margin-top: 0px; }

  .img-s1 {
    width: 75px;
    height: auto; }

  .img-s2 {
    width: 200px;
    height: auto; }

  .img-s3 {
    width: 120px;
    height: auto; }

  .img-s4 {
    width: 120px;
    height: auto; }

  .servicio-tel {
    color: white;
    background: url("../images/S9.jpg") no-repeat right;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 105px; }

  .servicio-tel h1 {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .contenido-tel {
    background: url("../images/S10.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
    margin-bottom: 5px; }

  .parrafo-tel {
    color: #5C0F8B;
    font-size: 15px;
    padding: 0px;
    margin-top: 35px; }

  .img-cel {
    width: 170px;
    height: auto;
    margin-top: 15px; }

  .img-tarjeta {
    padding: 35px; }

  .contenido-sim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .sim-h1 {
    color: #5C0F8B;
    padding: 0px;
    font-size: 20px;
    font-weight: bold; }

  .link-tel-compatibilidad {
    color: #2ED9C3; }

  .link-tel-compatibilidad:hover {
    color: #2ED9C3;
    text-decoration: none; }

  .contenido-servicio {
    margin-top: 25px;
    padding: 25px; }

  .contenido-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .titulo-info {
    color: #5C0F8B;
    font-size: 15px;
    font-weight: bold; }

  .info-p {
    color: #5C0F8B;
    font-size: 15px; }

  .img-contrato {
    width: 150px;
    height: auto;
    margin-bottom: 25px; }

  .img-recarga-cel {
    width: 80px;
    height: auto;
    margin-bottom: 25px; }

  .img-deuda {
    width: 120px;
    height: auto;
    margin-bottom: 0px; }

  .img-tv {
    width: 150px;
    height: auto; }

  .titulo-servicio {
    background: #5C0F8B; }

  .titulo-servicio h1 {
    color: white;
    font-size: 25px;
    padding: 15px; }

  .margen-info {
    margin-top: 15px;
    margin-bottom: 10px; }

  .mifi {
    color: white;
    background: url("../images/S11.jpg") no-repeat left;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 105px; }

  .mifi h1 {
    font-size: 95px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: -290px; }

  .contenido-mifi {
    margin-top: 25px;
    margin-bottom: 40px;
    background: url("../images/mifi-fondo.svg") no-repeat center; }

  .titulo-mifi {
    color: #5C0F8B;
    font-size: 19px;
    padding: 5px; }

  .internet-casa {
    color: white;
    background: url("../images/S8.jpg") no-repeat center top;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 125px; }

  .internet-casa h1 {
    font-size: 75px;
    font-weight: bold;
    text-align: center; }

  .contenido-internet {
    margin-top: 45px;
    margin-bottom: 45px; }

  .titulo-internet {
    color: #5C0F8B;
    font-size: 35px;
    font-weight: bold; }

  .texto-internet {
    color: #5C0F8B;
    font-size: 19px;
    margin-top: 25px;
    background: url(../images/casa-fondo.svg) no-repeat center; }

  .dispositivos {
    color: white;
    background: url("../images/S15.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px; }

  .dispositivos h1 {
    font-size: 45px;
    font-weight: bold;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .contenido-dispositivos {
    margin-top: 25px;
    margin-bottom: 40px; }

  .titulo-dispositivos {
    color: #5C0F8B;
    font-size: 17px;
    font-weight: bold;
    padding: 5px; }

  .logo-telmov {
    width: 350px;
    height: auto; }

  .marca-dispositivos {
    margin-top: 15px; }

  .modelo {
    font-size: 45px;
    text-align: right; }

  .btn-telmov {
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    margin-bottom: 25px;
    border: transparent;
    background: #5C0F8B;
    border-radius: 35px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .btn-telmov:hover {
    color: #5C0F8B;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    margin-bottom: 25px;
    border: transparent;
    background: #2ED9C3;
    border-radius: 35px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .margen-btn-catalogo {
    margin-top: 10px;
    margin-bottom: 20px; }

  .btn-catalogo {
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border: transparent;
    background: #5C0F8B;
    border-radius: 35px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .btn-catalogo:hover {
    color: #5C0F8B;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border: transparent;
    background: #2ED9C3;
    border-radius: 35px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .nosotros {
    color: white;
    background: url("../images/S12.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 105px; }

  .nosotros h1 {
    font-size: 55px;
    font-weight: bold;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .contenido-nosotros {
    margin-top: 45px;
    margin-bottom: 40px; }

  .titulo-nosotros {
    color: #5C0F8B;
    font-size: 19px;
    font-weight: bold;
    padding: 5px; }

  .texto-nosotros {
    color: #5C0F8B;
    font-size: 19px; }

  .promo {
    height: auto;
    padding-bottom: 0px; }

  .pleca-recomendacion {
    margin-top: 15px;
    margin-bottom: 15px; }

  .promo h1 {
    font-weight: bold;
    margin-top: 45px;
    font-size: 47px;
    text-align: center;
    padding-left: 0px; }

  .promo p {
    font-size: 30px;
    padding-left: 20px; }

  .btn-promo {
    margin-bottom: 30px; }

  .margen-top-tc {
    margin-top: 0px;
    padding-bottom: 15px; }

  .recomendaciones h1 {
    font-size: 37px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-left: 10px; }

  .nombre-cel {
    font-size: 50px;
    margin-top: -25px; }

  .img-equipo {
    width: 300px;
    height: auto; }

  .recomendaciones h2 {
    font-size: 37px; }

  .costo-r {
    font-size: 55px;
    font-weight: bold;
    text-align: center; }

  /*.beneficios h1{
      font-weight: bold;
      margin-top: 50px;
      font-size: 41px;
  }
  .box-beneficios a{
      background-color: rgba(46,217,195,0.9);
      border: transparent;
      max-width: 630px;
      height: 550px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border-radius: 3px;
      color: white;
      text-decoration: none;
      transition: all .5s ease;
  }
  .img-b2{
      width: 110px;
      height: auto;
  }*/
  .beneficios {
    margin-top: 10px;
    z-index: 1;
    margin-bottom: 30px; }

  .box-beneficios {
    border: transparent;
    max-width: 650px;
    height: 180px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 3px;
    color: white;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .beneficios h2 {
    color: #505050;
    font-size: 21px;
    font-weight: bold;
    padding: 25px 25px 0px 25px; }

  .beneficios2 p {
    color: #5C0F8B;
    font-size: 19px;
    font-weight: lighter;
    padding: 0px 25px 0px 25px; }

  .img-b1 {
    width: 100px;
    height: auto; }

  .img-b2 {
    width: 95px !important;
    height: auto; }

  .img-b3 {
    width: 100px;
    height: auto; }

  .ofertas h1 {
    font-weight: bold;
    margin-top: 50px;
    font-size: 55px;
    text-align: center;
    padding-left: 0px; }

  .contenido-ofertas {
    padding-left: 15px; }

  .caja-ofertas {
    border: 4px solid #2ED9C3;
    max-width: 320px;
    height: auto;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 7px;
    color: white;
    background-color: rgba(255, 255, 255, 0.99);
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 25px; }

  .paquetes {
    color: white;
    background: #5C0F8B;
    margin-top: 100px; }

  .paquetes h1 {
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 45px;
    text-align: center; }

  .banner-portabilidad {
    margin-top: 120px; }

  .banner-portabilidad h1 {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .margentop-portabilidad-img {
    margin-top: 50px; }

  .margentop-portabilidad-h2 {
    margin-top: 5px; }

  .portabilidad h2 {
    color: #5C0F8B;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 27px;
    font-weight: 500; }

  .espaciado-portabilidad {
    margin-top: 65px;
    margin-bottom: 30px; }

  .img-sim {
    width: 210px;
    height: auto; }

  .img-asesor {
    width: 210px;
    height: auto; }

  .compatibilidad {
    margin-top: 15px;
    margin-bottom: 65px; }

  .verificacion-img {
    width: 60px;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /*.banner-compatibilidad{
      color: white;
      background: url("../images/S5.jpg") no-repeat center top;
      background-size: cover;
      height: 100vh;
      margin-top: 100px;
      display: flex;
      align-items: center;
  }*/
  .banner-compatibilidad h1 {
    color: #5C0F8B;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-top: 135px; }

  .compatibilidad h2 {
    color: #5C0F8B;
    font-size: 15px;
    margin-top: 5px; }

  .compatibilidad p {
    color: #5C0F8B;
    font-size: 13px;
    margin-top: 20px; }

  .compatibilidad span {
    font-weight: bold; }

  .size-imei {
    color: #444444 !important;
    font-size: 11px !important; }

  .clientes {
    margin-top: 45px;
    margin-bottom: 65px; }

  .banner-clientes {
    color: white;
    background: url("../images/S6.jpg") no-repeat center top;
    background-size: cover;
    height: 100vh;
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .banner-clientes h1 {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    margin-top: 195px;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .comunicate {
    padding: 25px 0px 0px 0px; }

  .comunicate h1 {
    font-size: 19px;
    font-weight: bold; }

  .ayuda-servicios {
    margin-top: 5px;
    margin-bottom: 15px; }

  .p-servicios {
    color: #5C0F8B;
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px; }

  .txt-ac-top {
    font-size: 21px;
    font-weight: lighter;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px; }

  .txt-ac-bottom {
    font-size: 21px;
    font-weight: lighter;
    margin-left: auto;
    margin-right: auto; }

  .margen-top-call {
    margin-top: 15px;
    margin-bottom: 15px; }

  .numero-contacto {
    color: #5C0F8B;
    font-size: 35px;
    font-weight: bolder; }

  .banner-contacto {
    color: white;
    background: url("../images/S7.jpg") no-repeat center right;
    background-size: cover;
    height: 100vh;
    margin-top: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .banner-contacto h1 {
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .margen-contacto {
    margin-bottom: 35px;
    margin-left: 10px; }

  .titulo-contacto {
    color: #5C0F8B;
    font-size: 35px;
    margin-top: 35px;
    margin-bottom: 35px; }

  .terminos {
    margin-top: 150px;
    margin-bottom: 100px; }

  .banner-cobertura {
    color: white;
    background: url("../images/S13.jpg") no-repeat center top;
    background-size: cover;
    height: 100vh;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .banner-cobertura h1 {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .titulo-cobertura h1 {
    font-size: 21px;
    font-weight: bold;
    color: #5C0F8B;
    margin-top: 35px; }

  .margen-inferior-ac {
    margin-bottom: 10px; }

  #mapa {
    width: 100%;
    height: 400px; }

  .titulo-pf h1 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-top: 145px;
    text-shadow: 2px 3px 2px #5c0f8b; }

  .preguntas {
    margin-top: 0px;
    margin-bottom: 0px; }

  .preguntas h2 {
    font-size: 25px; }

  .ayuda-sitio h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 185px;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .p-servicios-pf {
    color: #5C0F8B;
    font-size: 30px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 10px; }

  .btn-link {
    padding: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #5C0F8B;
    text-decoration: none; }

  .img-flecha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 20px; }

  .ayuda-mifi {
    color: white;
    background: url("../images/S17.jpg") no-repeat right;
    background-size: cover;
    height: 100vh;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .ayuda-mifi h1 {
    font-size: 75px;
    font-weight: bold;
    text-align: center;
    margin-top: 185px;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .preguntas-mifi {
    margin-top: 50px;
    margin-bottom: 45px; }

  .preguntas-mifi h2 {
    color: #5C0F8B;
    font-size: 25px; }

  .preguntas-mifi-pf {
    margin-top: 5px;
    margin-bottom: 45px; }

  .preguntas-mifi-pf h2 {
    color: #5C0F8B;
    font-size: 25px; }

  .aviso {
    margin-top: 150px;
    margin-bottom: 50px; }

  .banner-sucursales {
    color: white;
    background: url("../images/S14.jpg") no-repeat center top;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 95px; }

  .banner-sucursales h1 {
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .sucursales {
    margin-top: 45px;
    margin-bottom: 40px; }

  .contenido-sucursales {
    margin-top: 35px; }

  .titulo-sucursales {
    color: white;
    font-size: 21px;
    padding: 15px;
    background: #5C0F8B;
    border-radius: 3px; }

  .texto-sucursales {
    color: #5C0F8B;
    font-size: 21px;
    padding: 15px;
    background: white;
    border-bottom: 1px solid #5C0F8B; }

  .link-sucursales {
    color: #5C0F8B; }

  .link-sucursales:hover {
    color: #5C0F8B;
    text-decoration: none; }

  .estados {
    color: #5C0F8B;
    background: white;
    border-bottom: 1px solid #5C0F8B; }

  .titulo-sucursal {
    font-weight: bold;
    padding-top: 15px; }

  .btn-mapa {
    color: #5C0F8B;
    background-color: #2ED9C3;
    border: 1px solid #2ED9C3;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 19px;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 15px; }

  .btn-mapa:hover,
  .btn-mapa:focus {
    color: white;
    background-color: #5C0F8B;
    border: 1px solid #5C0F8B;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 19px;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 15px; }

  .btn-mapa:active {
    color: white;
    background-color: #5C0F8B;
    border: 1px solid #5C0F8B;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 19px;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 15px; }

  .icon-map {
    width: 30px;
    height: auto; }

  .legales {
    margin-top: 150px;
    margin-bottom: 30px; }

  .login {
    color: white;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 89px; }

  .contenido-login {
    max-width: 430px;
    height: auto;
    background: rgba(92, 15, 139, 0.9);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 50px; }

  .registro {
    color: white;
    background: url("../images/flogin.jpg") no-repeat center top;
    background-size: cover;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 89px; }

  .registro h3 {
    color: #2ED9C3;
    font-size: 21px;
    border-bottom: 3px solid #2ED9C3;
    margin-bottom: 25px; }

  .contenido-registro {
    height: auto;
    background: rgba(92, 15, 139, 0.9);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
    margin-top: 65px;
    margin-bottom: 50px; }

  .contenido-registro label {
    font-size: 12px; }

  .contenido-registro a {
    color: #2ED9C3;
    font-size: 15px; }

  .espaciado-input2 .form-check-input {
    position: absolute;
    margin-top: 5px; }

  .espaciado-input2 .form-check-label {
    position: absolute; }

  .espaciado-input2 .form-check {
    position: inherit;
    display: block; }

  .btn-registro {
    color: #1E1A34;
    background-color: #2ED9C3;
    border: none;
    padding: 15px 25px;
    font-size: 19px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .btn-registro:hover,
  .btn-registro:focus {
    color: white;
    background-color: #2ED9C3;
    border: none;
    font-size: 19px;
    -webkit-box-shadow: 0px 0px 15px 0px white;
    box-shadow: 0px 0px 15px 0px white; }

  .btn-login:active {
    color: white !important;
    background-color: #2ED9C3 !important;
    border: none !important;
    font-size: 19px !important;
    -webkit-box-shadow: 0px 0px 15px 0px white;
            box-shadow: 0px 0px 15px 0px white; }

  .recargas {
    margin-top: 140px;
    margin-bottom: 30px; }

  .recargas h3 {
    color: #5C0F8B;
    font-size: 17px;
    margin-bottom: 15px; }

  .btn-acordeon {
    color: #2ED9C3;
    background: #5C0F8B;
    font-weight: bold;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: -38px; }

  .radio-box-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #c6f4ec;
    margin: 8 auto;
    border-radius: 7px;
    -webkit-transition: color,.5s;
    transition: color,.5s;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 25px; }

  .pago-oxxo h1 {
    font-size: 21px;
    text-align: center;
    font-weight: normal; }

  .radio-box-input-paso3 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

  .radio-box-label-paso3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #c6f4ec;
    border-radius: 7px;
    -webkit-transition: color,.5s;
    transition: color,.5s;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 16px; }

  .radio-box-span-paso3 {
    color: #5C0F8B;
    text-align: center;
    padding: 6px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto; }

  .radio-box-label-paso3:hover {
    background-color: #1ebca5; }

  .radio-box-input-paso3:checked + .radio-box-label-paso3 {
    background-color: #2ED9C3; }

  .oferta-encabezado h1 {
    font-weight: bold;
    margin-top: 120px;
    margin-bottom: 0px;
    font-size: 25px; }

  .oferta-promo {
    color: white;
    background: url("../images/fondo-promo.jpg") no-repeat center;
    background-size: cover;
    height: auto;
    margin-top: 0px; }

  .oferta-promo {
    font-size: 25px;
    font-weight: lighter; }

  .oferta-promo h1 {
    font-weight: bold;
    margin-top: 120px;
    margin-bottom: 35px;
    font-size: 35px; }

  .promo p {
    font-size: 35px; }

  .paquetes-ofertas h1 {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px; }

  .margen-top-ofertas {
    margin-top: 45px; }

  .cupon {
    color: white;
    background: url("../images/S5.jpg") no-repeat right;
    background-size: cover;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 85px; }

  .cupon h1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 3px 2px #5C0F8B; }

  .contenido-cupon {
    margin-top: 15px;
    margin-bottom: 45px; }

  .titulo-cupon {
    color: #5C0F8B;
    font-size: 15px;
    font-weight: normal; }

  .texto-cupon {
    color: #5C0F8B;
    font-size: 19px;
    margin-top: 25px; }

  .btn-cupon {
    color: white;
    background-color: #5C0F8B;
    border: transparent;
    border-radius: 7px;
    padding: 10px 35px;
    font-size: 23px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 15px; }

  .btn-cupon:hover,
  .btn-cupon:focus {
    color: #5C0F8B;
    background-color: #2ED9C3;
    border: transparent;
    font-size: 23px; }

  .btn-cupon:active {
    color: #5C0F8B;
    background-color: #2ED9C3;
    border: transparent;
    font-size: 23px; }

  .no-valido-cupon {
    color: white;
    background-color: #ff061e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 7px;
    padding: 15px; }

  .no-valido-cupon p {
    font-size: 19px;
    color: white; }

  .margen-genero {
    margin-top: 12px; }

  .genero p {
    color: #5C0F8B;
    font-size: 19px; }

  .pie {
    padding-top: 25px; }

  .logo-footer {
    width: 180px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 35px; }

  .pagos {
    margin-top: 25px;
    text-align: left !important; }

  .derechos {
    text-align: center; }

  #links-legales {
    margin-top: 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center; }

  #direccion-m {
    margin-top: 25px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .pie .direccion {
    color: white;
    font-weight: lighter;
    text-align: center; }

  .pie .aclientes {
    color: white;
    font-weight: lighter;
    text-align: center; }

  .btn-sube {
    position: fixed;
    bottom: 17px;
    right: 21px;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .btn-sube:hover {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px white;
            box-shadow: 0px 0px 15px 0px white;
    background: white; }

  .btn-sube img {
    width: 35px;
    height: auto; }

  .btn-whats {
    position: fixed;
    bottom: 65px;
    right: 19px;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  .btn-whats:hover {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px white;
            box-shadow: 0px 0px 15px 0px white;
    background: white; }

  .btn-whats img {
    width: 38px;
    height: auto; } }

/*# sourceMappingURL=estilos.css.map */