* {
  -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: 40px;
  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: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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;
  max-width: 300px;
}
.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;
}
.menu-up {
  position: fixed;
  text-align: center;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
}
.menu-up__items {
  max-width: 1110px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  background: #212529;
  border-radius: 0 0 30px 30px;
}
.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;
}
.content__body {
  margin: 0;
  max-width: 600px;
}
.content__body__funcionalidades {
  width: 100vw;
}
.content__body__funcionalidades__title {
  width: 100vw;
}
.content__body__funcionalidades__title-box {
  padding: 60px;
}
.content__body__funcionalidades__title-box p {
  font-size: 1.6rem;
}
.content__body__funcionalidades__caracteristicas {
  width: 100vw;
  margin: 0 auto;
}
.content__body__funcionalidades__caracteristicas__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.content__body__funcionalidades__caracteristicas__items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 350px;
  height: 700px;
}
.content__body__funcionalidades__caracteristicas__items__item img {
  width: 100px;
  height: auto;
}
.content__body__seguridad {
  width: 100vw;
}
.content__body__seguridad-title {
  padding: 40px;
}
.content__body__seguridad__items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  gap: 5px;
}
.content__body__seguridad__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 480px;
  text-align: center;
  border: 2px solid #9659d8;
}
.content__body__seguridad__items__item h2 {
  height: 40px;
}
.content__body__seguridad__items__item img {
  width: 90px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
}
.content__body__seguridad__items__item-txt p {
  margin: 0;
}
.content__body__modelos {
  width: 100vw;
}
.content__body__modelos__img {
  padding: 100px;
}
.content__body__razon {
  width: 100vW;
}
.content__body__razon__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 40px auto;
}
.content__body__razon__items-item {
  width: 275px;
  height: 275px;
  border: 1px solid #0D0163;
  border-radius: 10px;
}
.content__body__razon__items-item h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #0D0163;
  color: #ffffff;
  padding: 10px 20px;
  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;
}
.content__body__razon__items-item p {
  margin-top: 10px;
  border: none;
  padding-left: unset;
}
.content__footer__preguntas {
  padding: 40px;
}
.content__footer__preguntas-items {
  list-style: none;
}
.footer-index__header p {
  font-weight: 800;
}
.footer-index__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-index__body__menu {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.login {
  height: 100vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 80px;
  background-position: left;
}
.login-container {
  width: 400px;
  margin-top: 0;
}
.login-container input {
  width: 100%;
}
.login-container label {
  padding-left: 0;
}
.formulario {
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.formulario-contenedor {
  width: 400px;
}
.formulario-contenedor input {
  width: 100%;
}
.formulario-contenedor label {
  padding-left: 0;
}
#formularioFacturacion {
  margin-left: 0;
}
#userSessionInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.panelStaff__header__menu-top__links {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.panelStaff__header__menu-top__links__link__logout {
  width: 150px;
  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: 0 20px;
  gap: 10px;
}
.panelStaff__header__menu-top__links__link__logout span {
  display: block;
  color: #0D0163;
}
.panelStaff__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
}
.panelStaff__content__menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
.panelStaff__content__menu__item {
  width: 300px;
}
.footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
