* {
  -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;
}
.menu__container {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.privacidad {
  max-width: 900px;
  margin: 20px auto;
}
.privacidad__items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 800px;
}
.privacidad__items__item {
  max-width: 380px;
  padding: 0;
}
.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;
  gap: 10px;
}
.panelStaff__header__menu-top__links__link__title {
  font-size: 1.4rem;
  display: block;
  margin: 0;
}
.panelStaff__header__menu-top__links__link p {
  margin: 0;
  font-size: 1.4rem;
}
.panelStaff__content__menu {
  max-width: 1110px;
  margin: 145px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panelStaff__content__menu__item__title {
  font-size: 1.4rem;
}
.header__index {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.content__body {
  margin: 0 auto;
  max-width: 1110px;
}
.content__body__precio {
  margin: 0 auto;
}
.content__body__precio #title {
  width: 800px;
  margin: 20px auto;
  font-size: 4.2rem;
}
.content__body__precio__txt {
  background: linear-gradient(117deg, #110267 0%, #4e0382 83%);
  color: #ffffff;
  width: 300px;
  border-radius: 30px 0 30px 0;
}
.content__body__precio__txt h3 {
  color: #ffffff;
}
.content__body__precio__txt h2#precio {
  color: #ffffff;
  background: unset;
}
.content__body__precio__txt h3#iva {
  color: #ffffff;
}
.content__body__precio h2#title {
  width: 800px;
  margin: 20px auto;
  font-size: 4.2rem;
}
.content__body__imgProfile {
  width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__body__imgProfile img {
  height: 600px;
  width: auto;
}
.content__body__funcionalidades {
  max-width: 1110px;
  width: unset;
}
.content__body__funcionalidades__title-box {
  -webkit-clip-path: unset;
          clip-path: unset;
  height: 100%;
  max-width: 1100px;
  border-radius: 100px 30px 100px 30px;
  margin: 40px;
}
.content__body__funcionalidades__title-box h2 {
  width: 600px;
  text-align: center;
}
.content__body__funcionalidades__title-box p {
  width: 600px;
  font-size: 1.8rem;
  text-align: center;
}
.content__body__funcionalidades__caracteristicas {
  max-width: 1110px;
  margin: 0 auto;
  width: unset;
}
.content__body__funcionalidades__caracteristicas-title {
  width: 300px;
}
.content__body__funcionalidades__caracteristicas__items {
  gap: 80px;
}
.content__body__funcionalidades__caracteristicas__items__item {
  width: 100%;
}
.content__body__seguridad {
  position: absolute;
  left: 0;
  background-attachment: fixed;
  margin: 0 auto;
  width: 100%;
}
.content__body__seguridad-title {
  width: 600px;
  margin: 0 auto;
  padding: 40px;
}
.content__body__modelos {
  width: unset;
  margin-top: 800px;
}
.content__body__modelos__title {
  margin: 0 auto;
  background-color: #0D0163;
  color: #ffffff;
  width: 300px;
  border-radius: 20px;
  padding: 30px;
}
.content__body__modelos__title strong {
  color: #ffffff;
}
.content__body__modelos__img {
  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 img {
  width: 400px;
  height: auto;
}
.content__body__razon {
  width: 100%;
  margin-bottom: 80px;
}
.content__body__razon__title {
  font-size: 5.6rem !important;
}
.content__body__razon__title strong {
  font-size: 9.6rem !important;
}
.content__body__razon__general {
  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__razon__general img {
  width: 800px;
  height: 100%;
}
.content__body__razon .content__body__razon__items {
  margin: 0;
}
.content__body__razon .content__body__razon__items-item {
  width: 430px;
  height: unset;
  border: unset;
  padding: 0;
}
.content__body__razon .content__body__razon__items-item h2 {
  padding: 2px 20px;
  border-radius: 2px;
}
.content__footer-title {
  background-attachment: fixed;
}
.content__footer__preguntas {
  margin: 20px auto;
  max-width: 1110px;
}
.formulario {
  background-attachment: fixed;
}
#formularioFacturacion {
  margin-left: 0;
}
.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: 350px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #0D0163;
  padding: 10px;
}
.imgDetails_perfil {
  height: 100px;
  width: auto;
}
.imgDetails_logotipo {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.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: 300px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #0D0163;
  padding: 10px;
}
.CatalogoDetails__item input {
  width: 640px;
}
#foto_perfil {
  height: 200px !important;
  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;
}
#logo_perfil {
  height: 200px !important;
  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;
}
.footer-bottom {
  position: relative;
}
