@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..800;1,300..800&display=swap");
@keyframes fade {
  0% {
    opacity: 1; /* Opacidad inicial */
  }
  50% {
    opacity: 0.6; /* Opacidad intermedia */
  }
  100% {
    opacity: 1; /* Opacidad final */
  }
}
html {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

body {
  min-height: 90vh;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 1.6rem;
}

p {
  font-size: 0.9rem;
}

a:hover, button:hover {
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.wiltel-gradient {
  background: rgb(233, 69, 138);
  background: -moz-linear-gradient(left, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(233, 69, 138)), color-stop(100%, rgb(40, 51, 137)));
  background: -webkit-linear-gradient(left, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  background: -o-linear-gradient(left, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  background: -ms-linear-gradient(left, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  background: linear-gradient(to right, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9458a", endColorstr="#283389", GradientType=1);
}

.text-gray {
  color: #525252 !important;
}
.card {
  border: 0;
  background-color: #f8f8f8;
  border-radius: 30px;
  /*&-body {
    max-height: 75vh;
    overflow-y: auto;
  }*/
}
.card ol, .card ul {
  list-style: none;
}
.card ol li, .card ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  flex-wrap: nowrap;
}
.card ol li:nth-child(1)::before, .card ul li:nth-child(1)::before {
  content: "1";
}
.card ol li:nth-child(2)::before, .card ul li:nth-child(2)::before {
  content: "2";
}
.card ol li:nth-child(3)::before, .card ul li:nth-child(3)::before {
  content: "3";
}
.card ol li:nth-child(4)::before, .card ul li:nth-child(4)::before {
  content: "4";
}
.card ol li:nth-child(5)::before, .card ul li:nth-child(5)::before {
  content: "5";
}
.card ol li:nth-child(6)::before, .card ul li:nth-child(6)::before {
  content: "6";
}
.card ol li:nth-child(7)::before, .card ul li:nth-child(7)::before {
  content: "7";
}
.card ol li:nth-child(8)::before, .card ul li:nth-child(8)::before {
  content: "8";
}
.card ol li:nth-child(9)::before, .card ul li:nth-child(9)::before {
  content: "9";
}
.card ol li:nth-child(10)::before, .card ul li:nth-child(10)::before {
  content: "10";
}
.card ol li::before, .card ul li::before {
  content: "";
  background-color: #2A3086;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}
.card ol li div, .card ul li div {
  color: #495057 !important;
  width: 100%;
}
.card-header {
  background-color: #2A3086;
  border: 1px solid #2A3086;
  color: #fff;
}
.card-header.wiltel-gradient b {
  color: #fff;
}
.card-wiltel-gradient {
  padding: 1rem;
  background: rgb(233, 69, 138);
  background: -moz-linear-gradient(left, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(233, 69, 138)), color-stop(100%, rgb(40, 51, 137)));
  background: -webkit-linear-gradient(left, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  background: -o-linear-gradient(left, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  background: -ms-linear-gradient(left, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  background: linear-gradient(to right, rgb(233, 69, 138) 0%, rgb(40, 51, 137) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9458a", endColorstr="#283389", GradientType=1);
}
@media (max-width: 768px) {
  .card-wiltel-gradient {
    padding: 1rem;
  }
}

.mh-100vh {
  min-height: 100vh;
}

.login img {
  max-width: 100%;
}
.login label {
  font-weight: 300;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.login a {
  color: #fff;
}
.login input {
  border-radius: 10px;
  border: 0;
  padding: 1.5rem;
}
.login--title {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3rem;
}

.banner-superior img {
  max-height: 90px;
}
.banner-superior--logos {
  position: absolute;
  top: 0;
  width: 100%;
}

.navbar {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 1000;
  display: none;
}
.navbar img {
  height: 80px;
}
@media (max-width: 768px) {
  .navbar img {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding: 0.5rem;
    display: block;
    background-color: #2A3086;
  }
}

.dropdown-menu {
  right: 0;
  left: auto !important;
}

.btn {
  font-family: "Montserrat", Sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 20px !important;
  padding: 0.5rem 1rem;
}
.btn-white {
  background: #fff;
  border-radius: 10px;
  display: block;
}
.btn-white:hover {
  background: #2A3086;
  color: #fff;
}
.btn-playme {
  background-color: #a14ba4;
  border: 1px solid #a14ba4;
  padding-inline: 1rem;
  color: #fff;
  border-radius: 4px;
}
.btn-playme:hover, .btn-playme:active {
  color: #fff;
  background: #7f3b81;
}
.btn-main {
  background-color: #2A3086;
  border: 1px solid #2A3086;
  padding-inline: 1rem;
  color: #fff;
  border-radius: 4px;
}
.btn-main:hover {
  background-color: #1e225f;
  color: #fff;
}
.btn-link {
  color: #6c757d;
}
.btn-link:hover {
  color: #545b62;
}

.servicio--icon {
  background-color: #a14ba4;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 0.75rem;
}
.servicio--name {
  font-weight: 600;
}

.card label, .datos-cuenta label {
  font-size: 0.8rem;
  margin-bottom: 0;
  font-weight: 300;
  color: #858585;
}

.box {
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
}
.box--inner {
  margin-bottom: 0.8rem;
}
.box--titulo {
  font-weight: bold;
  text-transform: uppercase;
}
.box--parent {
  overflow: auto;
  max-height: 200px;
}

.eliminar-datos {
  font-size: 0.8rem;
  text-align: right;
}

.form-control {
  border: none;
  background: #f1f1f1;
}

.btn-pagar {
  animation: fade 2s infinite alternate;
}
.btn-pagar:hover {
  cursor: pointer;
}

.navbar .nav-item i {
  width: 15px;
}

.autogestion {
  min-height: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
.autogestion .sidebar {
  background: #f4f4f4;
  height: 80vh;
  border-radius: 30px;
}
.autogestion .sidebar--logo {
  padding-inline: 1rem;
}
.autogestion .sidebar--logo img {
  height: 50px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .autogestion .sidebar--logo img {
    height: 25px;
  }
}
.autogestion .sidebar .nav-item {
  width: 100%;
  padding-inline: 1rem;
  border-left: 5px solid #f4f4f4;
}
.autogestion .sidebar .nav-item:hover {
  cursor: pointer;
}
.autogestion .sidebar .nav-item i {
  width: 15px;
  text-align: center;
}
.autogestion .sidebar .nav-item .notificaciones-count {
  background-color: #e94588;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0.5rem;
}
.autogestion .sidebar .nav-item .accordion-body {
  background-color: #f4f4f4;
}
.autogestion .sidebar .nav-item .nav-link, .autogestion .sidebar .nav-item .nav-link button, .autogestion .sidebar .nav-item .accordion-item, .autogestion .sidebar .nav-item .accordion-item button {
  color: #525252;
  display: flex;
  font-size: 0.9rem;
  font-weight: 500;
}
.autogestion .sidebar .nav-item .nav-link:hover, .autogestion .sidebar .nav-item .nav-link button:hover, .autogestion .sidebar .nav-item .accordion-item:hover, .autogestion .sidebar .nav-item .accordion-item button:hover {
  color: #000;
}
.autogestion .sidebar .nav-item .accordion-item {
  flex-wrap: wrap;
}
.autogestion .sidebar .nav-item .accordion-item button {
  background: #f4f4f4;
}
.autogestion .sidebar .nav-item.active {
  font-weight: 500;
}
.autogestion .sidebar .nav-item.active .nav-link {
  color: #000;
}
@media (max-width: 768px) {
  .autogestion .sidebar {
    display: none !important;
  }
}
.autogestion--inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;
}
@media (max-width: 768px) {
  .autogestion--inner {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .autogestion {
    margin-top: 2rem;
  }
}

.text-main {
  color: #2A3086 !important;
}

.referido--image {
  opacity: 0.8;
}
.referido--image, .referido--image img {
  width: 100%;
  border-radius: 50%;
}

.solicitar-baja {
  bottom: 0;
  right: 0;
  width: 100%;
  align-self: self-end;
}

.notificacion-pendiente {
  width: 10px;
  height: 10px;
  background-color: #e94588;
  border-radius: 50%;
  display: inline-block;
  animation: fade 2s infinite alternate;
}

.enlaces--footer {
  text-align: right;
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}
.enlaces--footer a {
  color: #8f8f8f;
  margin-left: 1rem;
}

.accordion-button, .accordion-item {
  background-color: #f8f8f8;
}
.accordion-body {
  background-color: white;
}

/*# sourceMappingURL=main.css.map */
