@font-face {
  font-family: "Roboto-condensed";
  src: url("../fonts/roboto/roboto-condensed-webfont.woff") format("truetype");
}

@font-face {
  font-family: "Roboto-condensed-regular";
  src: url("../fonts/roboto/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-bold";
  src: url("../fonts/roboto/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro-regular";
  src: url("../fonts/Myriad Pro Regular.ttf") format("truetype");
}

:root {
  --main-color: #1e6496;
  --color-menu: #507d99;
  --bg-icon: #3fa9bc;
  --second-color: #40aabc;
  --third-color: #1f6597;
  --black-color: #000000;
  --white-color: #ffffff;
  --data-text: #808083;
  --max-width: 1300px;
  --max-width-second: 1000px;
}

a:hover {
  text-decoration: none;
}

.style-link:hover {
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.error404 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  flex-direction: row;
}

.error404__img {
  width: 520px;
}

.error404__title {
  font-family: "Roboto-condensed";
  text-transform: uppercase;
  color: var(--main-color);
}

.error404__title--error {
  font-size: 80pt;
  line-height: 0.9;
  font-family: "Roboto-bold";
  margin-top: 2rem;
  margin-bottom: 0;
}

.error404__title--img {
  width: 100px;
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 0.8rem;
}

.input-group-text {
  background: var(--white-color);
  border: none;
  -webkit-border-radius: 0 18px 18px 0/0 19px 18px 0;
  -moz-border-radius: 0 18px 18px 0/0 19px 18px 0;
  border-radius: 0 18px 18px 0/0 19px 18px 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: "Roboto-condensed";
}

.btn-facebook {
  background: #3b5998;
  color: #fff;
}

.btn-google {
  border-radius: 18px;
  border: 1px solid var(--main-color);
  background: var(--white);
}

.alert-info {
  color: var(--main-color);
  background-color: inherit;
  border-color: inherit;
  font-size: 9pt;
  font-family: "Roboto-condensed-regular";
}

.style-label {
  margin-bottom: 0;
  font-family: "Roboto-bold";
  font-size: 14px;
  color: #231f20;
}

.style-link {
  padding: 0.7rem;
}

.btn-double {
  margin-left: 3.8rem !important;
}

.dropdown-item {
  padding: 0.25rem 0.8rem;
}

.fa-file-pdf {
  color: var(--main-color);
}

.dropdown-menu.show {
  min-width: 4rem !important;
  display: block;
}

.form--icono-blue {
  width: 42px;
  height: 33px;
  margin-right: 0.3rem;
  padding: 6px 0 6px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--white-color);
  background: var(--bg-icon);
  background-image: none;
  -webkit-border-radius: 19px 0 0 19px/19px 0 0 18px;
  -moz-border-radius: 19px 0 0 19px/19px 0 0 18px;
  border-radius: 19px 0 0 19px/19px 0 0 18px;
  border: none;
}

.form--icono-blue img {
  height: 21px;
  width: 23px;
}

.border-title {
  height: 5px;
}

.total-price {
  display: flex;
  justify-content: space-around;
}

.total-price--before h3 {
  font-size: 18px;
  font-family: "Roboto-bold";
  color: #808184;
  padding-top: 8px;
}

.total-price--after h3 {
  font-size: 28px;
  font-family: "Roboto-bold";
}

.price {
  font-family: "Roboto-bold";
  font-size: 20px;
  color: #808184;
}

.form__data__rows {
  display: flex;
}

select {
  display: inline;
  width: 225px;
  height: 33px !important;
  min-width: 60px;
  padding: 6px 0 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: var(--white-color);
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0 18px 18px 0/0 19px 18px 0;
  -moz-border-radius: 0 18px 18px 0/0 19px 18px 0;
  border-radius: 0 18px 18px 0/0 19px 18px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
  box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none;
}

select#currency {
  width: 80px;
}

input.mini {
  width: 116px !important;
  -webkit-border-radius: 0 0 0 0/0 0 0 0 !important;
  -moz-border-radius: 0 0 0 0/0 0 0 0 !important;
  border-radius: 0 0 0 0/0 0 0 0 !important;
}

input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
  display: inline;
  width: 200px;
  height: 33px;
  min-width: 60px;
  margin-right: 0;
  padding: 6px 0 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: var(--white-color);
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0 18px 18px 0/0 19px 18px 0;
  -moz-border-radius: 0 18px 18px 0/0 19px 18px 0;
  border-radius: 0 18px 18px 0/0 19px 18px 0;
  -webkit-transition: border-color ease-in-out 0.15s,
  box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

fieldset:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: 0 0 6px var(--black-color);
  -moz-box-shadow: 0 0 6px var(--black-color);
  -webkit-box-shadow: 0 0 6px var(--black-color);
}

.h1,
h1 {
  font-size: 35px;
}

.pt-2,
.py-2 {
  padding-top: 0.6rem !important;
}

.select2-container {
  width: 70px !important;
}

.input-icon {
  border: none !important;
  height: 30px !important;
}

.input-group {
  border: 1px solid #ccc;
  -webkit-border-radius: 0 18px 18px 0/0 19px 18px 0;
  -moz-border-radius: 0 18px 18px 0/0 19px 18px 0;
  border-radius: 0 18px 18px 0/0 19px 18px 0;
  width: 200px;
  min-width: 60px;
  height: 33px;
}

.input-group-append {
  height: 30px;
}

a {
  outline: 0;
}

.style-button {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  background: var(--main-color);
  color: var(--white-color);
  line-height: 1.4;
  text-align: center;
  transition: 0.07s;
  position: relative;
  text-decoration: none !important;
  border: 0;
  margin: 0;
  font-family: "Roboto-bold";
  font-size: 14px;
  text-transform: uppercase;
  width: 200px;
  height: 42px;
}

.style-button-white {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  background: var(--white-color);
  color: var(--main-color) !important;
  line-height: 1.4;
  text-align: center;
  transition: 0.07s;
  position: relative;
  text-decoration: none !important;
  margin: 0;
  font-family: "Roboto-bold";
  font-size: 14px;
  text-transform: uppercase;
  width: 200px;
  height: 42px;
  border: 3px solid var(--main-color);
}

.span-input {
  position: relative;
  right: 55px;
  top: 5px;
}

.span-input img {
  padding-right: 3px;
}

/*HEADER CSS*/
.header__container {
  padding: 0;
}

#langMenuLink {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 18px;
  font-family: "Roboto-bold";
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0.6rem;
  display: block;
}

hr {
  margin: 0.2rem 0;
}

.nav-link {
  display: block;
  padding: 0 0.6rem;
}

.header {
  background: var(--white-color);
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 8px 6px -6px #666;
}

.header__container--logo {
  padding-top: 5px;
  color: blue;
  width: 200px;
}

.header__container--logo img {
  height: 40px;
  width: 160px;
}

.header__container__menu {
  display: flex;
  height: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-top: 15px;
}

.header__container__menu .nav-link {
  height: 100%;
  color: var(--color-menu) !important;
  margin: 0.2rem 0.7rem;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.2s ease;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-family: "Roboto-bold";
  font-size: 16px;
  text-transform: uppercase;
}

.header__container__menu li.active a {
  color: var(--second-color);
  border-bottom: 3px solid var(--second-color);
}

.header__container__menu li a:hover {
  color: var(--second-color) !important;
}

.header__container__access {
  padding-top: 1rem;
}

.header__container__access--btn-login {
  border-radius: 18px;
  border: 3px solid var(--main-color);
  width: 109px;
  color: var(--main-color);
  text-transform: uppercase;
  height: 39px;
  font-family: "Roboto-bold";
  font-size: 14px;
  background: var(--white-color);
}

.header__container__access--btn-login:hover {
  background: var(--main-color);
  color: var(--white-color);
}

.header__container__access--btn-register {
  background: var(--main-color);
  color: var(--white-color);
  border-radius: 18px;
  width: 109px;
  height: 39px;
  font-family: "Roboto-bold";
  font-size: 14px;
  text-transform: uppercase;
  border: 3px solid var(--main-color);
}

.header__container__access--btn-register:hover {
  background: var(--white-color);
  color: var(--main-color);
  border: 3px solid var(--main-color);
}

.header__container__change {
  padding-left: 1.5rem !important;
  padding-top: 1.5rem;
}

.header__container__change--list {
  list-style: none;
}

.fa-bars {
  color: var(--main-color);
  font-size: 24px;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  outline: none;
}

.media-header {
  background: var(--main-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 35px;
}

.media-style {
  padding: 0.25rem 0;
  text-align: right;
}

.media-style ul {
  margin-bottom: 0;
}

.link-access {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}

/*page login*/
.rememberpass {
  margin-bottom: 100px;
}

/*PAGE REGISTER*/
.user_card {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 5rem;
  z-index: 9;
  border-radius: 18px;
  width: 480px;
}

.form-data {
  width: 430px;
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0 0 8px #000;
  padding-top: 10px;
}

.footer-small {
  font-family: "Roboto-condensed";
  color: var(--black-color);
  font-size: 12px;
}

.brand_logo {
  position: absolute;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background: var(--bg-icon);
  padding: 10px;
  text-align: center;
  border: 3px solid var(--main-color);
  top: -40px;
}

.brand_logo__user {
  font-size: 4rem;
  color: var(--white-color);
}

/*PAGE confirm*/
.confirm {
  background: url("../img/ticket.svg") no-repeat center bottom;
  height: 540px;
}

.text-end {
  text-align: end;
}

.text {
  font-family: "Roboto-condensed";
  font-size: 14px;
  color: #231f20;
}

.id-pay {
  color: var(--second-color);
  font-family: "Roboto-condensed";
  font-size: 14px;
}

/*PROMOTIONs*/
.card-img {
  width: 100%;
  border-radius: 12px;
  height: 15rem;
}

.logo-form {
  height: 56px;
  width: 44px;
}

.title-section {
  color: var(--main-color);
  text-transform: uppercase;
  font-family: "Roboto-bold";
}

.promotions {
  margin-top: 20px;
  height: 600px;
  background-size: contain;
}

.promotions__form {
  justify-content: flex-end;
  display: flex;
}

.promotions__form__content {
  padding: 50px 30px;
  width: 330px;
  height: 590px;
  background: url("../img/movil.svg") no-repeat center top;
}

.promotions__form__content--data {
  padding: 0 20px;
}

.description-size {
  display: -webkit-box;
  max-width: 100%;
  height: 80px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Roboto-condensed-regular";
}

.card-img-overlay-bolsa {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  padding: 1.25rem;
}

/*Recarga Bolsa*/
.description {
  font-size: 14px;
  padding-top: 10px;
  font-family: "MyriadPro-regular";
  max-width: 100%;
  height: 75px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recharge {
  background: url("../img/curva2.svg") no-repeat right top;
  margin-top: 30px;
  height: 600px;
  background-size: contain;
}

.recharge__text {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
}

.owl-theme .owl-controls .owl-page span {
  background: var(--main-color);
}

.card-img-bolsa {
    width: 98%;
    border-radius: 20px;
    height: 100%;
}

/*posibility*/
.card {
  border: none;
}

.posibility {
  padding-bottom: 80px;
}

.posibility__text {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3rem;
}

.list {
  text-align: center;
  padding: 0 10px;
}

.list__posibility {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  align-items: end;
  max-width: var(--max-width);
  margin: 0 auto;
}

.list__posibility__item {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
}

.list__posibility__item a {
  color: var(--main-color);
}

.list__posibility__item a:hover {
  color: var(--white-color);
  text-decoration: none;
}

.list__posibility__item img {
  width: 80px;
}

.list__posibility__item p {
  height: 30px;
}

.list__posibility__item:hover {
  background: #40aabc;
  border-radius: 8px;
  color: var(--white-color);
}

.possibiities {
  margin-top: 20px;
  color: var(--main-color);
}

.possibiities h2 {
  font-size: 20px;
}

.possibiities p {
  font-family: "Roboto-condensed";
  font-size: 14px;
  text-align: justify;
}

.possibiities .iconP {
  width: 110px;
}

/*Register page*/
.page {
  position: relative;
  z-index: 9;
  padding-top: 10px;
  margin-top: 2rem;
}

.page--data {
  max-width: 800px;
  margin: 0 auto;
  background: var(--white-color);
  padding: 1rem 3rem;
  border-radius: 16px;
  box-shadow: 0 0 8px #000;
}

.page .recharge__text {
  padding-top: 20px;
}

/*Register home*/
.refresh-bg {
  background: var(--bg-icon);
  border-radius: 0 19px 19px 0;
}

.img-captcha {
  width: 180px;
  height: 2.3rem;
}

.registration {
  background: url(../img/curva3.svg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 232px;
  position: relative;
  margin-top: -450px;
}

.registration img {
  position: relative;
  display: inline-block;
}

.registration__form {
  margin: 0 auto;
  background: url(../img/tablet.svg) no-repeat center top;
  min-height: auto;
  position: relative;
  z-index: 9;
  background-size: contain;
}

.registration__form--data {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.form-register {
  padding: 15px;
}

.data-row {
  display: flex;
  display: -webkit-flex;
}

.conditions {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-conditions {
  width: 1000px;
  min-height: 425px;
  margin: 0 auto;
  background: var(--white-color);
  padding: 0 3rem 3rem 3rem;
  border-radius: 16px;
  color: var(--main-color);
}

.page-conditions h2 {
  text-transform: uppercase;
  font-family: "Roboto-bold";
  font-size: 1.2rem;
}

.page-conditions h3 {
  text-transform: uppercase;
  font-family: "Roboto-bold";
  font-size: 1rem;
}

.page-conditions p {
  font-family: "Roboto-condensed";
  font-size: 14px;
  text-align: justify;
}

.grafica {
  padding-top: 100px;
}

/*Footer*/
.marquee {
  width: 100%;
}

.marquesina {
  background: var(--white-color);
  box-shadow: 0 5px 1px black;
  -webkit-box-shadow: 0 0 5px 1px black;
  -moz-box-shadow: 0 0 5px 1px black;
  border-top: 3px solid #3ea9bb;
  border-bottom: 3px solid #3ea9bb;
}

.cont {
  position: relative;
  display: inline-block;
}

.footer {
  background-color: var(--main-color);
  padding-top: 30px;
  color: #fff;
}

.footer__page__container {
  max-width: var(--max-width-second);
  display: flex;
  margin: 0 auto;
}

.subscribe {
  display: flex;
  justify-content: flex-end;
}

.subscribe--title {
  font-size: 28px;
  font-family: "Roboto-condensed";
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 2rem;
}

.social-media {
  display: flex;
}

.social-media--link {
  display: inline-block;
  color: var(--white-color);
}

.social-media--link a {
  color: var(--white-color);
}

.social-media--follow-us {
  font-size: 28px;
  font-family: "Roboto-condensed";
  text-transform: uppercase;
  padding-right: 2rem;
}

.social-media--border-icon {
  width: 25px;
  height: 25px;
}

.social-media--border-icon:hover {
  border-radius: 5rem;
  transition: all 1.5s;
}

.social-media li + li a {
  padding-left: 25px;
}

.social-media i {
  color: var(--main-color);
}

.social-media i:hover {
  color: var(--black-color);
}

.border-top {
  border-top: 2px solid #40aabc !important;
}

.border-top-gris {
  border-top: 1px solid #e3e2e2 !important;
}

.fa-share-alt {
  color: var(--main-color);
}

.btn-share {
  width: 25px;
  height: 25px;
  padding: 0;
  background: var(--white-color);
}

.btn-share:hover {
  border-radius: 5rem;
  transition: all 1.5s;
}

.link-grid {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1fr;
  gap: 1rem;
}

.link-grid ul {
  padding-left: 1.5rem;
}

.link-grid li,
.link-grid a {
  font-size: 12px;
  font-family: "Roboto-condensed";
  color: var(--white-color);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom: 8px;
}

.link-grid ul li.active a,
.link-grid ul li a:hover,
.link-grid ul li a:focus {
  color: var(--second-color);
}

.copyright {
  background-color: var(--black-color);
  padding: 1rem;
  text-align: center;
  color: var(--white-color);
  font-family: "Roboto-condensed";
  font-size: 12px;
  text-transform: uppercase;
}

.td_block--tittle {
  font-size: 14px;
  font-family: "Roboto-bold";
  color: var(--white-color);
  text-transform: uppercase;
}

/*ACCEPT recharge*/
.data-text {
  border-top: 1px solid #ccc;
  width: 220px;
  border-bottom: 1px solid #ccc;
  font-family: "Roboto-condensed";
  font-size: 16px;
  padding-top: 3px;
  color: var(--data-text);
}

.container-form {
  margin: 0 auto;
  width: 80%;
  padding: 0 1.5rem !important;
}

.limit-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-back {
  background: #e3e2e2;
  font-family: "Roboto-bold";
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 21px;
  width: 100px;
  height: 42px;
  color: var(--main-color);
  position: absolute;
  left: 105px;
  text-align: left;
  padding: 0.7rem;
}

/*Perfil-cuenta*/
.modal-title {
  font-family: "Roboto-bold";
  font-size: 16px;
  color: var(--main-color);
  text-transform: uppercase;
  margin: 0 auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #cecece;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 26px;
  left: 4px;
  bottom: 0;
  background-color: var(--bg-icon);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--white-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.img-user {
  height: 80px;
  width: 80px;
}

.img-user-add {
  height: 40px;
  width: 40px;
}

.icon-camera-add {
  position: absolute;
  right: 0;
  top: 23px;
  width: 26px;
  height: 26px;
}

.custom-file {
  width: 15%;
  margin-right: 1rem;
}

.icon {
  height: 21px;
  width: 23px;
}

.dropdown-menu-profile[x-placement^="bottom"],
.dropdown-menu-profile[x-placement^="left"],
.dropdown-menu-profile[x-placement^="right"],
.dropdown-menu-profile[x-placement^="top"] {
  text-align: center;
  bottom: auto;
  left: inherit;
  right: 0;
  width: 400px;
  top: 12px !important;
  border-radius: 16px;
  box-shadow: 0 0 8px #000;
}

.btn-history {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 18px;
  font-family: "Roboto-bold";
  font-size: 14px;
  text-transform: uppercase;
  height: 38px;
  margin-top: 2rem;
  padding-top: 4px;
}

.image-size-small {
  width: 140px;
  margin: 0 auto;
}

.icon-camera {
  position: absolute;
  right: 30px;
  top: 48px;
  width: 26px;
  height: 26px;
}

.input-edit {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  border-top: 1px solid #e3e2e2 !important;
  border-bottom: 1px solid #e3e2e2 !important;
}

.input-contact {
  width: 125px !important;
}

.form-add-contact {
  display: flex;
}

.btn-add-contact {
  border-radius: 50%;
  background: #1d6395;
  padding: 0;
}

.profile {
  padding-top: 55px;
}

.profile__active {
  background: #f4f4f4 !important;
}

/*Historial recarga*/
.span-history {
  margin-bottom: 0;
  font-family: "Roboto-bold";
  font-size: 16px;
  color: #231f20;
}

.history {
  line-height: 1;
  background: #f4f4f4;
  padding: 1rem 0;
  margin-top: 5px;
  margin-right: 15px;
}

.history__date {
  font-family: "Roboto-condensed-regular";
  font-size: 12px;
}

.history__total {
  font-family: "Roboto-condensed-regular";
  font-size: 14px;
}

.history__state {
  font-family: "Roboto-bold";
  font-size: 14px;
  color: var(--main-color);
}

.slimScrollBar {
  height: 60px !important;
}

.card-header {
  padding: 0.8rem 0.5rem;
  margin-bottom: 0;
  background-color: var(--white-color);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0;
}

/*style share*/
#modal-share .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

#modal-share .modal-title {
  padding-right: 20px;
  padding-left: 20px;
}

#modal-share li {
  margin-bottom: 15px;
  color: #fff;
}

#modal-share li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
}

#modal-share li a.btn-facebook {
  background: #3b5998;
}

#modal-share li a.btn-twitter {
  background: #00acee;
}

#modal-share li a.btn-linkedin {
  background: #0e76a8;
}

#modal-share li a.btn-email {
  background: #ddd;
  color: #444;
}

/*HELP CENTER*/
.page__helpCenter {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--white-color);
  padding: 1rem 3rem;
  border-radius: 16px;
  box-shadow: 0 0 8px #000;
}

.page__helpCenter--img {
  width: 500px;
  padding-bottom: 30px;
}

.page__helpCenter--text {
  font-family: "Roboto-condensed";
  font-size: 12px;
  color: #231f20;
}

.border-blue {
  border: 2px solid #3ea9bb;
}

.card-active {
  background-color: var(--second-color) !important;
  color: #fff;
  border: 2px solid var(--main-color);
}

.chat-btn {
  width: 80px;
}

.title-card {
  /*color: var(--main-color);*/
  text-transform: uppercase;
  font-family: "Roboto-Condensed";
  font-size: 14px;
  height: 35px;
}

.ayuda-icon {
  width: 130px;
  height: 75px;
}

.title-theme {
  color: var(--main-color);
  text-transform: uppercase;
  font-family: "Roboto-bold";
  font-size: 14px;
}

.article {
  padding-top: 30px;
}

.article__subtitle {
  color: var(--main-color);
  font-family: "Roboto-condensed";
}

.article__text {
  color: var(--main-color);
  font-family: "Roboto-condensed";
  font-size: 14px;
  text-align: justify;
}

.gototop,
.gototop:focus {
  position: fixed;
  right: 78px;
  bottom: 20px;
  color: var(--bg-icon);
  width: 38px;
  height: 38px;
  border: solid 2px var(--bg-icon);
  border-radius: 50% !important;
  text-align: center;
  padding: 7px 0 0 1px;
  z-index: 80000;
  font-size: 18px;
  line-height: 1;
}

.gototop:hover {
  border: solid 2px #3de8ee;
  color: #3de8ee;
}

/*BTN SHARE*/
.docs:hover nav {
  display: block;
}

.share {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -20px;
  border-radius: 80px;
}

.share span {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 45%;
  margin-left: 70px;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  pointer-events: none;
}

.share nav {
  font-size: 0;
  display: none;
  background: #ffffff;
  border-radius: 21px;
  box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
  margin-left: 40px;
  padding-bottom: 8px;
}

.share a {
  line-height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.share a:nth-child(1) {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 0;
}

.share:hover span, .share.hover span {
  opacity: 0;
}

.share:hover a, .share.hover a {
  border-radius: 50%;
  margin: 0 10px;
  color: #f1ce64;
  font-size: 28px;
}

.share:hover a:hover, .share.hover a:hover {
  color: var(--white-color);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .registration__form {
    background-size: cover;
  }
}

@media (max-width: 992px) {
  .profile {
    padding-top: 10px;
  }

  .dropdown-menu-profile.show {
    text-align: center;
    bottom: auto;
    left: inherit;
    right: 0;
    width: 400px;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 0 8px #000;
  }

  .header__container {
    padding: 0;
  }

  .header__container__menu .nav-link {
    margin: 0 1rem;
  }

  .registration__form {
    background: #fff;
    box-shadow: 0 0 20px #666;
    border-radius: 20px;
    margin-top: 40px;
  }

  .recharge {
    height: auto;
    margin-top: 30px;
    background: none;
  }

  .promotions__form {
    height: auto;
  }

  .navbar-nav {
    width: 100%;
  }

  .header__container__menu {
    display: block;
  }

  .header__container__access {
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 0 !important;
  }

  .header__container__change {
    padding-left: 0 !important;
    padding-top: 0;
    margin-right: 0.5rem;
  }

  #langMenuLink {
    padding: 0 0.6rem;
    margin-top: 0.5rem;
  }

  .promotions {
    background: url(../img/curva1.svg) no-repeat left top;
    margin-top: 30px;
    height: inherit;
    background-size: inherit;
  }

  .page-footer--content-container {
    grid-template-areas: "social-media social-media subscribe subscribe" "border-top border-top border-top border-top" "menu-footer menu-footer menu-footer menu-footer";
    grid-template-columns: repeat(4, 1fr);
  }

  .list__posibility {
    grid-template-columns: repeat(3, 1fr);
  }

  .link-access {
    justify-content: end;
  }

  .navbar-light .navbar-nav .nav-link {
    display: block;
    padding: 0.8rem 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid var(--second-color);
    text-decoration: none;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    border-top: inherit;
    font-size: 12px;
    padding: 0;
  }

  .link-access {
    justify-content: end;
    padding: 20px 5px;
  }

  .header__container__change {
    padding-top: 1rem;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .page {
    margin-bottom: 110px;
  }

  .page__helpCenter {
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  .page__helpCenter {
    max-width: 700px;
  }

  .page__helpCenter--img {
    width: 600px;
    padding-bottom: 30px;
  }

  .error404 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 50px;
    height: auto;
  }

  .error404__img {
    width: 300px;
    padding-top: 120px;
    position: absolute;
  }

  .error404__title--error {
    font-size: 30pt;
    line-height: 0.8;
    font-family: "Roboto-bold";
    margin-top: 1rem;
  }

  .error404-responsive {
    right: 0;
  }

  .confirm {
    padding-top: 20px;
  }

  .btn-more-responsive {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    background: var(--white-color);
    color: var(--main-color) !important;
    line-height: 1.4;
    transition: 0.07s;
    position: relative;
    text-decoration: none !important;
    margin: 0;
    font-family: "Roboto-bold";
    font-size: 14px;
    text-transform: uppercase;
    width: 200px;
    height: 42px;
    border: 3px solid var(--main-color);
  }

  .icon-camera {
    right: 35px;
    top: 26px;
  }

  .img-user {
    height: 50px;
    width: 50px;
  }

  .recharge .owl-theme .owl-controls .owl-page span {
    background: var(--white-color);
  }

  .recharge {
    height: auto;
    background: url(../img/bgazulmovil.svg) no-repeat center top;
    background-size: cover;
    padding-top: 40px;
    color: #fff;
  }

  .title-responsive {
    color: var(--white-color) !important;
  }

  .grafica {
    padding-top: 0;
  }

  .page--data {
    max-width: 700px;
  }

  .footer__page__container {
    max-width: 650px;
  }

  .card {
    background-color: transparent;
  }

  .media-style {
    text-align: center;
  }

  .pb-4,
  .py-4 {
    padding-bottom: 1rem !important;
  }

  .product-item-img {
    max-width: 500px;
    margin: 0 auto;
  }

  .header__container__menu .nav-link {
    margin: 0 1rem;
  }

  .title-section {
    font-size: 22pt;
  }

  .page-footer--content-container {
    grid-template-areas: "social-media social-media subscribe" "border-top border-top border-top" "menu-footer menu-footer menu-footer";
    grid-template-columns: repeat(3, 1fr);
  }

  .subscribe__form {
    padding-left: 10px;
  }

  .social-media {
    padding-left: 0;
    padding-right: 1rem;
  }

  .social-media ul {
    padding-left: 10px;
  }

  .social-media--link {
    display: inline-block;
    margin-right: 0;
    color: var(--white-color);
  }

  .social-media--follow-us {
    padding-right: 0;
  }

  .recharge__text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
  }

  .posibility {
    padding: 40px 10px 0 10px;
  }

  .title-section {
    font-size: 16pt;
    padding-bottom: 0 !important;
  }

  .registration__form {
    background: url(../img/bgazulmovil.svg) no-repeat center top;
    background-size: cover;
    box-shadow: none;
    border-radius: 0;
  }

  .registration__form--data {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 6px;
  }

  .promotions__more {
    padding-right: 2rem;
    min-width: 100%;
    padding-left: 2rem;
    padding-top: 160px;
  }

  .description-size {
    height: 70px;
  }

  .style-button {
    margin: 0;
  }

  .promotions {
    background-size: contain;
  }

  .form-register {
    padding: 30px;
    background: var(--white-color);
    border-radius: 18px;
  }

  .registration {
    height: auto;
    position: inherit;
    margin-top: inherit;
  }

  .grafica {
    padding-top: 50px;
  }

  .page {
    z-index: 9;
    padding-top: 100px;
    margin-top: 1rem;
    background: url(../img/bgazulmovil.svg) no-repeat center top;
    background-size: cover;
    position: relative;
  }

  .bg-login {
    background: url(../img/bgazulmovil.svg) no-repeat center top;
    background-size: cover;
    margin-top: 2rem;
    margin-bottom: -45px;
    position: relative;
  }

  .rememberpass {
    background: url(../img/bgazulmovil.svg) no-repeat center top;
    background-size: cover;
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .subscribe {
    display: inline-block;
  }

  .link-grid {
    padding-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .page__helpCenter {
    max-width: 550px;
  }

  .possibiities p {
    padding-top: 10px;
  }

  .page-conditions {
    padding: 1rem;
  }

  .article__subtitle {
    font-size: 1rem;
  }

  .article__text {
    font-size: 12px;
  }

  .title-card {
    font-size: 11px;
    height: 45px;
  }

  .border-blue {
    border: none;
  }

  .page__helpCenter {
    padding: 1rem 1rem;
  }

  .ayuda-icon {
    width: 70px;
    height: auto;
  }

  .page__helpCenter {
    max-width: 350px;
  }

  .page__helpCenter--img {
    width: 300px;
    padding-bottom: 30px;
  }

  .grafica {
    padding-top: 30px;
  }

  .confirm {
    height: auto;
    background: #fff;
    border-radius: 18px;
  }

  .btn-back {
    left: 40px;
  }

  .social-media {
    display: block;
  }

  .promotions {
    background: url(../img/curva1responsive.svg) no-repeat left top;
  }

  .page {
    z-index: 9;
    padding-top: 70px;
    margin-top: 1rem;
    background: url(../img/bgazulmovil.svg) no-repeat center top;
    background-size: cover;
    margin-bottom: -45px;
    position: relative;
  }

  .link-grid a {
    font-size: 14px;
  }

  .td_block--tittle {
    font-size: 18px;
  }

  .link-grid ul {
    display: inline-block;
  }

  .card {
    background-color: transparent;
  }

  .card-body {
    padding: 1.25rem 0;
  }

  .promotions__form__content {
    height: 460px;
  }

  .header__container--logo img {
    height: 39px;
    width: 120px;
  }

  .posibility__text {
    padding-bottom: 0;
  }

  .link-grid {
    padding-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .subscribe {
    display: inline-block;
    margin-left: 0 !important;
  }

  .subscribe--title {
    padding-top: 10px;
    padding-left: 0;
  }

  .social-media--link {
    display: inline-block;
    margin-right: 0;
    color: var(--white-color);
  }

  .promotions__form--bg {
    background: none;
    height: 730px;
    padding: 0 10px;
  }

  .promotions__form__content {
    background: #fff;
    box-shadow: 0 0 10px #000;
    border-radius: 25px;
    padding: 15px;
  }

  .promotions__form__content--data {
    padding-left: 20px;
  }

  .promotions__more {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 140px;
  }

  .description {
    font-size: 12pt;
    padding-top: 0;
    height: 80px;
  }

  .recharge {
    padding-top: 30px;
    margin-top: 60px;
    background: url("../img/bgazulmovil.svg") no-repeat center top;
    background-size: cover;
    height: 700px;
  }

  .recharge__text {
    color: #fff !important;
  }

  .registration {
    background: none;
    height: auto;
    position: inherit;
    margin-top: inherit;
  }

  .registration__form {
    background: url(../img/bgazulmovil.svg) no-repeat center top;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: -45px;
    position: relative;
    background-size: cover;
  }

  .registration__form--data {
    padding: 15px;
  }

  .footer__page__container {
    padding-bottom: 30px;
  }

  .container-form {
    padding: 0 !important;
  }

  .user_card {
    width: 350px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .page--data {
    max-width: 350px;
    padding: 1rem;
  }

  .footer {
    padding-top: 0;
  }

  .form-register {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 492px) {
  .page__helpCenter {
    max-width: 550px;
  }

  .possibiities p {
    padding-top: 10px;
  }

  .form-group {
    margin-bottom: 0.6rem;
  }

  .dropdown-menu-profile.show {
    width: 360px;
    margin-top: 0.6rem;
    padding: 0 1rem;
  }

  .form-data {
    width: 350px;
  }

  .footer {
    text-align: center;
  }

  .list__posibility__item p {
    height: 60px;
  }

  .menu-footer {
    margin: 0;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .subscribe {
    margin-left: 0 !important;
    justify-content: flex-start;
  }

  .subscribe--title {
    padding-top: 10px;
    padding-left: 0;
  }

  ul {
    padding-left: 0;
  }

  .page-footer--content-container {
    grid-template-areas: "social-media social-media" "subscribe subscribe" "border-top border-top" "menu-footer menu-footer";
    grid-template-columns: repeat(2, 1fr);
  }

  .link-access {
    display: flex;
    justify-content: space-between;
  }

  .copyright {
    display: grid;
  }
}

@media (max-width: 414px) {
  .page__helpCenter {
    max-width: 350px;
  }

  .dropdown-menu-profile.show {
    width: 290px;
    margin-top: 0.6rem;
    padding: 0 0.5rem;
  }

  .error404 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 20px;
    height: auto;
  }

  .error404 h1 {
    font-size: 26px;
  }

  .error404 h2 {
    font-size: 1rem;
  }

  .error404 h4 {
    font-size: 0.7rem;
  }

  .error404__img {
    width: 150px;
    padding-top: 120px;
    position: absolute;
  }

  .error404__title--error {
    font-size: 30pt;
    line-height: 0.8;
    font-family: "Roboto-bold";
    margin-top: 1rem;
  }
}

@media (max-width: 320px) {
  .promotions__more {
    padding-top: 40px;
  }

  .promotions__form__content {
    padding: 15px 0;
  }

  .promotions__form__content--data {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__container__access--btn-login {
    width: 80px;
  }

  .promotions__form__content .promotions__more {
    padding-left: 15px;
    padding-top: 30px;
  }

  .promotions__form--bg {
    padding: 0;
  }

  .user_card {
    width: 310px;
  }

  .bg-login {
    margin-bottom: -30px;
    position: relative;
  }

  .grafica {
    padding-top: 30px;
  }
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.btn-whatsapp {
  display: block;
  width: 45px;
  height: 45px;
  color: #ffffff;
  position: fixed;
  right: 10px;
  bottom: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.red {
  color: #ff0000;
  font-weight: bold;
}

.small {
  font-size: 70%;
  font-weight: 400;
}

.text-white > a {
  color: #7a0505;
  text-decoration: underline;
}

.btn-link:focus {
  box-shadow: none;
}

#captchaImg {
  border: 1px solid #cccccc;
}

#cookie-container {
  display: none;
  position: fixed !important;
  bottom: 0 !important;
  z-index: 90000;
  background-color: #1e6496;
  border-top: 1px solid #cccccc;
}

.cookie-btn {
  background-color: #FFFFFF;
  color: #0A246A;
  width: auto !important;
  line-height: 28px;
}