* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Poppins', sans-serif;
}
.hidden {
  display: none !important;
}
* {
  font-family: 'Poppins', sans-serif;
}
.privacidad {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  margin: 20px auto;
  color: #212529;
}
.privacidad__title {
  text-align: center;
  font-size: 2.4rem;
}
.privacidad__text {
  text-align: justify;
  font-size: 1.4rem;
  padding: 20px;
}
.privacidad__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.privacidad__items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 10px;
}
.privacidad__items__item-title {
  font-size: 1.6rem;
  font-weight: 800;
}
.privacidad__items__item-text {
  font-size: 1.4rem;
  text-align: justify;
}
.privacidad__items__item ul {
  padding: 20px;
}
.privacidad__items__item ul li {
  font-size: 1.4rem;
  text-align: left;
  margin: 5px 20px;
}
.error404 {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error404__title {
  font-size: 3.6rem;
  color: #0D0163;
  text-align: center;
  padding: 20px;
}
.error404__img {
  aspect-ratio: 1;
  width: 300px;
}
.error404__description {
  font-size: 1.8rem;
  color: #212529;
  text-align: center;
  padding: 20px;
}
.error404__button {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 20px;
  font-weight: 400;
}
.confirmacion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
}
.confirmacion-content__img {
  width: 400px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.confirmacion-content__text {
  color: #212529;
}
.confirmacion-content__cta {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 20px;
  font-weight: 400;
}
#goTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 0.8;
  z-index: 3;
}
#goTop img {
  width: 40px;
  height: auto;
}
.menu-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 35px;
  width: 100%;
  position: absolute;
  top: 0;
}
.menu-up__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  background: #212529;
  border-radius: 0 0 20px 20px;
}
.menu-up__items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.menu-up__items__item img {
  width: 100px;
  height: auto;
}
.menu-up__items__item span {
  margin: 0;
  color: #ffffff;
}
.menu-up__items__item-link {
  text-decoration: none;
  margin: 0;
  color: #ffffff;
  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;
  gap: 5px;
}
.menu-up__items__item-link img {
  width: 15px;
  height: auto;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* Color negro con opacidad del 70% */
  display: none;
  /* Por defecto oculto */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5000;
}
#loader {
  width: 50px;
  /* Tamaño del loader */
  height: 50px;
  border: 5px solid #f3f3f3;
  /* Color del loader */
  border-top: 5px solid #3498db;
  /* Color del loader cuando gira */
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  /* Animación para girar */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.modal-header {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  color: #ffffff;
}
.modal-title {
  color: #ffffff;
}
.urlDetails {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.urlDetails__indication {
  max-width: 200px;
  border: 2px solid #0D0163;
  padding: 5px;
  border-radius: 10px;
}
.imgDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.imgDetails input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #0D0163;
  padding: 10px;
}
.imgDetails_perfil {
  height: 100px;
  width: auto;
}
.imgDetails_logotipo {
  height: auto;
  width: 200px;
}
.ContactoDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding: 20px;
}
.ContactoDetails input {
  width: 300px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #0D0163;
  padding: 10px;
}
.SocialesDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding: 20px;
}
.SocialesDetails input {
  width: 280px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #0D0163;
  padding: 10px;
}
.SocialesDetails__item {
  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;
  gap: 5px;
}
.SocialesDetails__item img {
  width: 30px;
  height: 30px;
  margin-bottom: 1rem;
}
.CatalogoDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding: 20px;
}
.CatalogoDetails__item {
  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;
  gap: 5px;
}
.CatalogoDetails__item__img {
  width: 30px;
  height: 30px;
  margin-bottom: 1rem;
}
.CatalogoDetails__item input {
  width: 280px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #0D0163;
  padding: 10px;
}
.Details_title {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  color: #ffffff;
  width: 100%;
  padding: 10px;
  border-radius: 0 10px 10px 0;
}
.imgDetails_perfil {
  width: 100px;
  height: auto;
}
.imgDetails_qr {
  width: 100px;
  height: auto;
}
.imgDetails_logotipo {
  width: 100px;
  height: auto;
}
.btn-close-details {
  background-color: #ffffff !important;
  opacity: unset !important;
}
.urlDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.urlDetails__indication {
  font-size: 1.4rem;
  font-weight: 800;
}
.urlDetails__link {
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  padding: 10px 30px;
  border-radius: 5px;
  margin: 20px;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.linkPanel {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  color: #ffffff;
  text-decoration: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px 0px;
  padding: 10px 30px;
  border-radius: 0 10px 10px 0;
  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;
  width: 50px;
  gap: 10px;
}
.modal-body__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto;
}
.icon {
  width: 25px;
  height: auto;
  margin: 3px;
}
.btn-newElement {
  background-color: #0D0163 !important;
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  margin: 10px;
  font-weight: 800;
}
.modal__show_message {
  margin-top: 20px;
}
.InfoBillUserForm {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #0D0163;
  border-radius: 5px;
  gap: 5px;
  padding: 10px;
}
.InfoBillUserForm__input {
  width: 300px !important;
}
.hidden {
  display: none;
}
.confirm_messageModal {
  color: #0D0163;
  font-size: 1.6rem;
}
.menu__hamburger {
  z-index: 3;
}
.menu__links {
  top: 0;
}
.cta {
  text-decoration: none;
  text-align: center;
  color: #0D0163;
  font-size: 1.8rem;
  margin: 30px auto;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 800;
}
.search__users {
  max-width: 400px;
  margin: 0 auto;
}
.search__users h3 {
  text-align: center;
}
.header {
  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;
  padding: 1rem;
  border-bottom: 2px solid #5C5CAD;
}
.header .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__logo img {
  width: 100px;
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header nav a {
  color: #5C5CAD;
  text-decoration: none;
  margin-left: 1rem;
}
.header__index {
  margin: 0 auto;
  background-image: url('../images/fondo-header.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header__index__text {
  color: #ffffff;
  text-align: center;
  font-size: 3.6rem;
}
.header__index__logo {
  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;
}
.header__index__logo img {
  width: 350px;
  height: auto;
}
.header__index__cta {
  text-decoration: none;
  color: #0D0163;
  font-size: 2.4rem;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: 800;
  width: 220px;
  margin: 20px auto;
}
.header__index__title h1 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 10px 30px;
}
.header__content {
  margin: 0 auto;
  background-image: url('../images/fondo-header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header__content__text {
  color: #ffffff;
  text-align: center;
  font-size: 3.6rem;
}
.header__content__logo {
  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;
}
.header__content__logo img {
  width: 350px;
  height: auto;
}
.header__content__cta {
  text-decoration: none;
  color: #0D0163;
  font-size: 2.4rem;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: 800;
  width: 220px;
  margin: 20px auto;
}
.header__content__title h1 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 10px 30px;
}
.header .header__user {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
}
.content__shop {
  margin: 40px auto;
  padding: 40px;
}
.content__body__precio {
  margin: 40px auto;
  color: #212529;
}
.content__body__precio #title {
  text-align: center;
  padding: 40px;
  font-size: 2.4rem;
}
.content__body__precio__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  visibility: hidden;
}
.content__body__precio__txt h3 {
  font-weight: 800;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #535C68;
  margin: 0;
  font-size: 1.4rem;
}
.content__body__precio__txt #precio {
  font-size: 7.6rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 5px;
  color: #ffffff;
  font-weight: 800;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  padding: 30px;
  border-radius: 40px;
}
.content__body__precio__txt #iva {
  font-size: 1.4rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #535C68;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.content__body__imgProfile {
  width: 100vw;
  overflow: hidden;
}
.content__body__imgProfile img {
  width: 100vw;
}
.content__body__funcionalidades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0;
}
.content__body__funcionalidades__title {
  background-image: url(../images/fondo2.png);
  width: 100%;
  height: 480px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__body__funcionalidades__title-box {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  -webkit-clip-path: polygon(0 14%, 100% 0%, 100% 83%, 0% 100%);
          clip-path: polygon(0 14%, 100% 0%, 100% 83%, 0% 100%);
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
}
.content__body__funcionalidades__title-box h2 {
  font-size: 4.6rem;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  padding: 10px;
}
.content__body__funcionalidades__title-box p {
  color: #ffffff;
  font-size: 1.4rem;
  padding: 30px 10px;
}
.content__body__funcionalidades__title-box p strong {
  font-size: 1.8rem;
}
.content__body__funcionalidades__caracteristicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 40px auto;
}
.content__body__funcionalidades__caracteristicas-title {
  padding: 30px;
  font-size: 4rem;
  color: #0D0163;
  text-align: center;
  line-height: 3.6rem;
}
.content__body__funcionalidades__caracteristicas__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 40px;
}
.content__body__funcionalidades__caracteristicas__items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.content__body__funcionalidades__caracteristicas__items__item-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #0D0163;
}
.content__body__funcionalidades__caracteristicas__items__item-list li {
  list-style: none;
  padding: 10px;
}
.content__body__funcionalidades__caracteristicas__items__item-list li h2 {
  font-size: 1.6rem;
  color: #ffffff;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  height: 60px;
  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;
}
.content__body__funcionalidades__caracteristicas__items__item-list li p {
  font-size: 1.4rem;
  text-align: center;
}
.content__body__seguridad {
  background-image: url(/assets/images/fondo3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}
.content__body__seguridad-title {
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-size: 3rem;
  visibility: hidden;
}
.content__body__seguridad__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.content__body__seguridad__items__item {
  border: 1px solid #ffffff;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  visibility: hidden;
}
.content__body__seguridad__items__item img {
  width: 80px;
  height: auto;
  margin: 20px;
}
.content__body__seguridad__items__item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__body__seguridad__items__item-txt p {
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}
.content__body__modelos {
  margin: 40px 0px;
}
.content__body__modelos__title {
  font-size: 3rem;
  text-align: center;
}
.content__body__modelos__title strong {
  font-size: 4.3rem;
  color: #0D0163;
}
.content__body__modelos__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__body__modelos__img img {
  width: 100%;
  height: auto;
  margin: 20px;
  padding: 10px;
}
.content__body__modelos__img__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content__body__modelos__img__txt h2 {
  font-size: 1.4rem;
  text-align: center;
}
.content__body__modelos__img__txt h2 strong {
  font-size: 2.4rem;
}
.content__body__modelos__img__txt p {
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
}
.content__body__modelos__img__txt-negra {
  background-color: #000;
  border-radius: 5px;
  width: 49%;
  height: 200px;
  margin: 10px;
  color: #ffffff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.content__body__modelos__img__txt-blanca {
  background-color: #fff;
  border-radius: 5px;
  width: 49%;
  height: 200px;
  margin: 10px;
  color: #000;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.content__body__modelos__img__txt-blanca h2 {
  color: #0D0163;
}
.content__body__razon {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content__body__razon h2 {
  font-size: 2.2rem;
  text-align: center;
  padding: 10px;
}
.content__body__razon h2 strong {
  font-size: 4.2rem;
  color: #0D0163;
}
.content__body__razon img {
  width: 100%;
  height: auto;
}
.content__body__razon__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 20px auto;
}
.content__body__razon__items-item {
  padding: 30px;
}
.content__body__razon__items-item h2 {
  color: #ffffff;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  border-radius: 0 50px 50px 0;
}
.content__body__razon__items-item p {
  font-size: 1.4rem;
  color: #212529;
  border-left: 3px solid #5C5CAD;
  padding-left: 20px;
}
.content__footer-title {
  background-image: url(/assets/images/fondo4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}
.content__footer-title h2 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  padding: 30px;
  padding-top: 50px;
  text-align: center;
  visibility: hidden;
}
.content__footer-title h2 strong {
  font-size: 4.6rem;
  color: #ffffff;
}
.content__footer-title p {
  color: #ffffff;
  font-size: 1.8rem;
  padding-bottom: 40px;
  text-align: center;
}
.content__footer-title p strong {
  background-color: white;
  color: #0D0163;
  padding: 5px 20px;
  border-radius: 5px;
}
.content__footer__preguntas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}
.content__footer__preguntas__title {
  font-weight: 800;
  font-size: 3.6rem;
  text-align: center;
  color: #0D0163;
}
.content__footer__preguntas__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.content__footer__preguntas__items-item {
  padding: 30px;
}
.content__footer__preguntas__items-item h2 {
  font-size: 2.2rem;
  font-weight: 600;
  border-left: 3px solid #5C5CAD;
  padding-left: 10px;
}
.content__footer__preguntas__items-item p {
  font-size: 1.4rem;
  color: #212529;
  text-align: justify;
  margin: 20px auto;
}
label#label-facturacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
label#label-facturacion input {
  padding: 0;
  margin-left: 10px;
  width: auto;
}
.login {
  margin: 0 auto;
  background-image: url('../images/fondo-header.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.login__nav {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
  top: 0;
}
.login-container {
  width: 80%;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  border-radius: 10px;
  padding: 30px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 100px;
}
.login-container__staff {
  font-weight: 800;
  font-size: 2.4rem;
}
.login-container__logo {
  margin: 0 auto;
  width: 140px;
  height: auto;
}
.login-container h1 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0px auto;
}
.login-container__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 5px;
}
.login-container__form__title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.login-container__form__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.login-container__form__item label {
  font-size: 1.2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 10px;
  width: 100%;
}
.login-container__form__item input {
  padding: 5px;
  width: 100%;
}
.login-container__form__item .g-recaptcha {
  -webkit-transform: scale(0.8, 0.7);
          transform: scale(0.8, 0.7);
}
.login-container__form__item-btn {
  background-color: #ffffff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0D0163;
  width: 100%;
  padding: 5px;
  font-size: 1.4rem;
  border: none;
}
.login-container a {
  color: #ffffff;
  text-decoration: none;
}
.formulario {
  margin: 0 auto;
  background-image: url('../images/fondo-header.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
.formulario__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formulario__nav__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 10px;
}
.formulario-contenedor {
  width: 80%;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  border-radius: 10px;
  padding: 30px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.formulario-contenedor img {
  margin: 0 auto;
  width: 140px;
  height: auto;
}
.formulario-contenedor h1 {
  font-size: 1.8rem;
  text-align: center;
  margin: 30px auto;
}
.formulario-contenedor input {
  padding: 5px;
  width: 90%;
}
.formulario-contenedor__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 5px;
}
.formulario label {
  font-size: 1.2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 20px;
}
.formulario input {
  padding: 5px;
  width: 90%;
}
.formulario .g-recaptcha {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.formulario .buttonSubmit {
  background-color: #ffffff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0D0163;
  width: 200px;
  padding: 5px;
  font-size: 1.4rem;
  border: none;
}
.formulario a {
  color: #ffffff;
  text-decoration: none;
}
#btn_editar {
  color: #f7d71f;
  font-size: 2rem;
  margin: 0 8px 0 8px;
}
#btn_eliminar {
  color: red;
  font-size: 2rem;
  margin: 0 8px 0 8px;
}
#formularioFacturacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 5px;
  margin-left: 25px;
}
#btn_nueva_tarjeta {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  color: #ffffff;
  border: unset;
}
.control-tarjetas {
  max-width: 1110px;
  margin: 0 auto;
}
.control-tarjetas .tarjeta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control-tarjetas .tarjeta__title h1 {
  font-size: 2.4rem;
  margin: 1.5rem 1.5rem 3rem 1.5rem;
  text-align: center;
}
.control-tarjetas .tarjeta__title__details {
  border: 1px solid #0D0163;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  width: 300px;
}
.control-tarjetas .tarjeta__title__details__txt {
  font-size: 1.4rem;
  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: 0;
  text-align: justify;
}
.control-tarjetas .tarjeta__title__details__txt strong {
  margin-right: 20px;
}
.control-tarjetas .tarjeta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.control-tarjetas .tarjeta__content #btn_nueva_tarjeta {
  margin: 20px auto;
  width: 200px;
  font-size: 1.4rem;
}
.control-tarjetas .tarjeta__content .tab-content {
  margin: 2rem;
  margin-bottom: 20rem;
}
.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
}
.profile__header {
  width: 100%;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.profile__header__img {
  width: 100px;
  height: auto;
  margin: 20px;
}
.profile__catalogo {
  text-decoration: none;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}
.profile__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile__data__name {
  color: #212529;
  margin-top: 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid #212529;
  padding-bottom: 5px;
}
.profile__data__job {
  font-size: 1.2rem;
  margin: 0;
}
.profile__data img {
  width: 130px;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.profile__logoEmpresa {
  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;
  width: 100%;
}
.profile__logoEmpresa__img {
  width: 70px;
  height: auto;
}
.profile__social-links {
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}
.profile__social-links__title {
  font-size: 2.2rem;
  text-align: center;
}
.profile__social-links__items {
  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: 20px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 15px;
}
.profile__social-links__items__item__link img {
  width: 35px;
  height: auto;
}
.profile__cta {
  background-color: #212529;
  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;
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 5px 20px;
  gap: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.profile__cta img {
  width: 15px;
  height: auto;
}
.profile__btnModalContact {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0;
}
.profile__btnModalContact img {
  width: 40px;
  height: auto;
}
.profile__footer {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  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;
  gap: 5px;
  color: #ffffff;
  margin: 0;
  width: 100%;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
}
.profile__footer span a {
  text-decoration: none;
  color: #ffffff;
}
.footer-index {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-index__header {
  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;
  width: 100%;
}
.footer-index__header p {
  color: #ffffff;
  font-size: 1.4rem;
  padding: 20px;
  margin: 0;
}
.footer-index__body {
  margin: 30px 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer-index__body-logo {
  width: 240px;
  height: auto;
}
.footer-index__body__menu {
  list-style: none;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-index__body__menu h2 {
  color: #ffffff;
}
.footer-index__body__menu__item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 10px;
  text-align: center;
}
.footer-index__body__wa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-index__body__wa-img {
  width: 40px;
  height: auto;
}
.footer-index__body__wa-title {
  font-size: 2rem;
  text-align: center;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.footer-index__body__wa-title strong {
  font-size: 2.6rem;
  color: #ffffff;
}
.footer-index__body__wa p {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer-index__body__wa__button {
  background-color: #ffffff;
  color: #0D0163;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 10px auto;
  font-weight: 800;
}
.footer-index__body__sociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #ffffff;
}
.footer-index__body__sociales-title {
  font-size: 2rem;
  text-align: center;
  padding: 20px 20px 0 20px;
  margin: 0;
  line-height: 2.2rem;
}
.footer-index__body__sociales-title strong {
  font-size: 2.6rem;
  color: #ffffff;
}
.footer-index__body__sociales__box {
  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;
  gap: 10px;
}
.footer-index__body__sociales__box img {
  width: 40px;
  height: auto;
}
.footer-index__footer {
  color: #ffffff;
  text-align: center;
}
.footer-index__footer a {
  color: #ffffff;
  padding: 10px;
}
.footer-usuario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 20px;
  gap: 30px;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  bottom: 0;
}
.panelStaff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.panelStaff__header {
  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;
}
.panelStaff__header__title {
  font-size: 2.4rem;
  text-align: center;
  padding: 20px;
  margin: 0;
  color: #0D0163;
}
.panelStaff__header__menu-top {
  background: #212529;
  color: #ffffff;
  width: 100%;
}
.panelStaff__header__menu-top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px !important;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.panelStaff__header__menu-top__links__link {
  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;
  padding: 10px;
}
.panelStaff__header__menu-top__links__link__txt {
  font-size: 1rem;
}
.panelStaff__header__menu-top__links__link__logo {
  width: 100px;
  height: auto;
}
.panelStaff__header__menu-top__links__link__logout span {
  display: none;
}
.panelStaff__header__menu-top__links__link p {
  margin: 0;
}
.panelStaff__header__menu-top__links__link__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
  display: none;
}
.panelStaff__header__menu-top__links__link a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}
.panelStaff__header__menu-top__links__link#userSessionInfo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
  width: 100%;
  margin: 0px auto;
}
.panelStaff__header__menu-top__links__link#userSessionInfo__title {
  background-color: white;
  width: 100%;
  padding: 2px;
  text-align: center;
  font-weight: 800;
  color: black;
}
.panelStaff__content {
  max-width: 1110px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.panelStaff__content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panelStaff__content__menu__submenu {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 20px auto;
}
.panelStaff__content__menu__submenu__item {
  list-style: none;
  width: 100px;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  padding: 5px 10px;
  border-radius: 10px;
  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;
}
.panelStaff__content__menu__submenu__item__link {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
}
.panelStaff__content__menu__submenu__item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #0D0163;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.panelStaff__content__menu__item {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 90vw;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.panelStaff__content__menu__item__title {
  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;
  color: #ffffff;
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  padding: 10px;
  border-radius: 10px;
}
.panelStaff__content__menu__item__box {
  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;
}
.panelStaff__content__menu__item__box canvas {
  width: 340px;
  height: 340px;
}
.panelStaff__content__menu__item__box__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
.panelStaff__content__menu__item__box__list__item {
  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;
  list-style: none;
}
.panelStaff__content__menu__item__box__list__item p {
  margin: 0;
  font-size: 1.4rem;
}
.panelStaff__content__menu__item__box__list__item__link {
  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;
  color: #ffffff !important;
  background-color: #0D0163 !important;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px;
  width: 100px;
  height: 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.tab-content {
  overflow: auto !important;
  margin-bottom: 40px;
}
