[class*=title] {
  font-family: "Anton", sans-serif;
}

.title-1 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
}

.title-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 400;
}

.title-3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

.title-4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.title-5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.title-5 {
  font-size: 29px;
  line-height: 28px;
  font-weight: 400;
}

[class*=subtitle] {
  font-family: "Roboto", sans-serif;
}

.subtitle-1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.subtitle-2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.body-1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.body-2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.button-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.button-2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.caption-1 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  width: 8px;
}
* ::-webkit-scrollbar-track {
  background: #fff;
  background: #000000;
}
* ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background: #00205C;
}

html,
body {
  font-family: "Roboto", sans-serif;
}

main {
  margin: 0;
}

ul {
  list-style: none;
}

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

.d-none {
  display: none;
}

.dn {
  display: none;
}

button {
  border: none;
  height: 48px;
}

.clear {
  clear: both;
}

.overflow-hidden {
  overflow: hidden;
}

div[class^=cont-], div[class*=" cont-"] {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.cont-x100 {
  max-width: 100%;
}

.cont-1300 {
  max-width: 1300px;
}

.cont-1170 {
  max-width: 1170px;
}

.cont-990 {
  max-width: 990px;
}

.cont-975 {
  max-width: 975px;
}

.cont-900 {
  max-width: 900px;
}

.cont-840 {
  max-width: 840px;
}

.cont-768 {
  max-width: 768px;
}

.cont-710 {
  max-width: 710px;
}

.cont-680 {
  max-width: 680px;
}

.cont-580 {
  max-width: 580px;
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-row-r {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flex-column-r {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

.just-start {
  justify-content: flex-start;
}

.just-end {
  justify-content: flex-end;
}

.just-between {
  justify-content: space-between;
}

.just-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

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

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-weight-smibold {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.mainLayout .page-identificacion .box-right .modulo-registro .botonera .btn-outline,
.mainLayout .page-validacion .box-right .modulo-registro .botonera .btn-outline,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .botonera .btn-outline, .mainLayout .page-identificacion .box-right .modulo-registro .botonera .btn-fill,
.mainLayout .page-validacion .box-right .modulo-registro .botonera .btn-fill,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .botonera .btn-fill, .mainLayout .page-identificacion .box-right .modulo-registro form .form-box .tooltip .box-tooltip,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box .tooltip .box-tooltip,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box .tooltip .box-tooltip, form button, .btn-text, .btn-outline, .btn-fill, a {
  transition: all 0.35s ease-in-out;
}

.nav-link {
  transition: all 0.35s ease-in-out;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.fz-0 {
  font-size: 0px !important;
}

.ltp-0 {
  letter-spacing: 0px !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

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

.fz-1 {
  font-size: 1px !important;
}

.ltp-1 {
  letter-spacing: 1px !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

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

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.fz-2 {
  font-size: 2px !important;
}

.ltp-2 {
  letter-spacing: 2px !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.fz-3 {
  font-size: 3px !important;
}

.ltp-3 {
  letter-spacing: 3px !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

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

.fz-4 {
  font-size: 4px !important;
}

.ltp-4 {
  letter-spacing: 4px !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.fz-5 {
  font-size: 5px !important;
}

.ltp-5 {
  letter-spacing: 5px !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.fz-6 {
  font-size: 6px !important;
}

.ltp-6 {
  letter-spacing: 6px !important;
}

.m-7 {
  margin: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.fz-7 {
  font-size: 7px !important;
}

.ltp-7 {
  letter-spacing: 7px !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.fz-8 {
  font-size: 8px !important;
}

.ltp-8 {
  letter-spacing: 8px !important;
}

.m-9 {
  margin: 9rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.fz-9 {
  font-size: 9px !important;
}

.ltp-9 {
  letter-spacing: 9px !important;
}

.m-10 {
  margin: 10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.fz-10 {
  font-size: 10px !important;
}

.ltp-10 {
  letter-spacing: 10px !important;
}

.m-11 {
  margin: 11rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.ml-11 {
  margin-left: 11rem !important;
}

.mr-11 {
  margin-right: 11rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pl-11 {
  padding-left: 11rem !important;
}

.pr-11 {
  padding-right: 11rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.fz-11 {
  font-size: 11px !important;
}

.ltp-11 {
  letter-spacing: 11px !important;
}

.m-12 {
  margin: 12rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.ml-12 {
  margin-left: 12rem !important;
}

.mr-12 {
  margin-right: 12rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pl-12 {
  padding-left: 12rem !important;
}

.pr-12 {
  padding-right: 12rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.fz-12 {
  font-size: 12px !important;
}

.ltp-12 {
  letter-spacing: 12px !important;
}

.m-13 {
  margin: 13rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.ml-13 {
  margin-left: 13rem !important;
}

.mr-13 {
  margin-right: 13rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pl-13 {
  padding-left: 13rem !important;
}

.pr-13 {
  padding-right: 13rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.fz-13 {
  font-size: 13px !important;
}

.ltp-13 {
  letter-spacing: 13px !important;
}

.m-14 {
  margin: 14rem !important;
}

.mt-14 {
  margin-top: 14rem !important;
}

.ml-14 {
  margin-left: 14rem !important;
}

.mr-14 {
  margin-right: 14rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.p-14 {
  padding: 14rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pl-14 {
  padding-left: 14rem !important;
}

.pr-14 {
  padding-right: 14rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.fz-14 {
  font-size: 14px !important;
}

.ltp-14 {
  letter-spacing: 14px !important;
}

.m-15 {
  margin: 15rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.ml-15 {
  margin-left: 15rem !important;
}

.mr-15 {
  margin-right: 15rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pl-15 {
  padding-left: 15rem !important;
}

.pr-15 {
  padding-right: 15rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.fz-15 {
  font-size: 15px !important;
}

.ltp-15 {
  letter-spacing: 15px !important;
}

.m-16 {
  margin: 16rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.ml-16 {
  margin-left: 16rem !important;
}

.mr-16 {
  margin-right: 16rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pl-16 {
  padding-left: 16rem !important;
}

.pr-16 {
  padding-right: 16rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.fz-16 {
  font-size: 16px !important;
}

.ltp-16 {
  letter-spacing: 16px !important;
}

.m-17 {
  margin: 17rem !important;
}

.mt-17 {
  margin-top: 17rem !important;
}

.ml-17 {
  margin-left: 17rem !important;
}

.mr-17 {
  margin-right: 17rem !important;
}

.mb-17 {
  margin-bottom: 17rem !important;
}

.p-17 {
  padding: 17rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pl-17 {
  padding-left: 17rem !important;
}

.pr-17 {
  padding-right: 17rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.fz-17 {
  font-size: 17px !important;
}

.ltp-17 {
  letter-spacing: 17px !important;
}

.m-18 {
  margin: 18rem !important;
}

.mt-18 {
  margin-top: 18rem !important;
}

.ml-18 {
  margin-left: 18rem !important;
}

.mr-18 {
  margin-right: 18rem !important;
}

.mb-18 {
  margin-bottom: 18rem !important;
}

.p-18 {
  padding: 18rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pl-18 {
  padding-left: 18rem !important;
}

.pr-18 {
  padding-right: 18rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

.fz-18 {
  font-size: 18px !important;
}

.ltp-18 {
  letter-spacing: 18px !important;
}

.m-19 {
  margin: 19rem !important;
}

.mt-19 {
  margin-top: 19rem !important;
}

.ml-19 {
  margin-left: 19rem !important;
}

.mr-19 {
  margin-right: 19rem !important;
}

.mb-19 {
  margin-bottom: 19rem !important;
}

.p-19 {
  padding: 19rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pl-19 {
  padding-left: 19rem !important;
}

.pr-19 {
  padding-right: 19rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.fz-19 {
  font-size: 19px !important;
}

.ltp-19 {
  letter-spacing: 19px !important;
}

.m-20 {
  margin: 20rem !important;
}

.mt-20 {
  margin-top: 20rem !important;
}

.ml-20 {
  margin-left: 20rem !important;
}

.mr-20 {
  margin-right: 20rem !important;
}

.mb-20 {
  margin-bottom: 20rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pl-20 {
  padding-left: 20rem !important;
}

.pr-20 {
  padding-right: 20rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.fz-20 {
  font-size: 20px !important;
}

.ltp-20 {
  letter-spacing: 20px !important;
}

.m-21 {
  margin: 21rem !important;
}

.mt-21 {
  margin-top: 21rem !important;
}

.ml-21 {
  margin-left: 21rem !important;
}

.mr-21 {
  margin-right: 21rem !important;
}

.mb-21 {
  margin-bottom: 21rem !important;
}

.p-21 {
  padding: 21rem !important;
}

.pt-21 {
  padding-top: 21rem !important;
}

.pl-21 {
  padding-left: 21rem !important;
}

.pr-21 {
  padding-right: 21rem !important;
}

.pb-21 {
  padding-bottom: 21rem !important;
}

.fz-21 {
  font-size: 21px !important;
}

.ltp-21 {
  letter-spacing: 21px !important;
}

.m-22 {
  margin: 22rem !important;
}

.mt-22 {
  margin-top: 22rem !important;
}

.ml-22 {
  margin-left: 22rem !important;
}

.mr-22 {
  margin-right: 22rem !important;
}

.mb-22 {
  margin-bottom: 22rem !important;
}

.p-22 {
  padding: 22rem !important;
}

.pt-22 {
  padding-top: 22rem !important;
}

.pl-22 {
  padding-left: 22rem !important;
}

.pr-22 {
  padding-right: 22rem !important;
}

.pb-22 {
  padding-bottom: 22rem !important;
}

.fz-22 {
  font-size: 22px !important;
}

.ltp-22 {
  letter-spacing: 22px !important;
}

.m-23 {
  margin: 23rem !important;
}

.mt-23 {
  margin-top: 23rem !important;
}

.ml-23 {
  margin-left: 23rem !important;
}

.mr-23 {
  margin-right: 23rem !important;
}

.mb-23 {
  margin-bottom: 23rem !important;
}

.p-23 {
  padding: 23rem !important;
}

.pt-23 {
  padding-top: 23rem !important;
}

.pl-23 {
  padding-left: 23rem !important;
}

.pr-23 {
  padding-right: 23rem !important;
}

.pb-23 {
  padding-bottom: 23rem !important;
}

.fz-23 {
  font-size: 23px !important;
}

.ltp-23 {
  letter-spacing: 23px !important;
}

.m-24 {
  margin: 24rem !important;
}

.mt-24 {
  margin-top: 24rem !important;
}

.ml-24 {
  margin-left: 24rem !important;
}

.mr-24 {
  margin-right: 24rem !important;
}

.mb-24 {
  margin-bottom: 24rem !important;
}

.p-24 {
  padding: 24rem !important;
}

.pt-24 {
  padding-top: 24rem !important;
}

.pl-24 {
  padding-left: 24rem !important;
}

.pr-24 {
  padding-right: 24rem !important;
}

.pb-24 {
  padding-bottom: 24rem !important;
}

.fz-24 {
  font-size: 24px !important;
}

.ltp-24 {
  letter-spacing: 24px !important;
}

.m-25 {
  margin: 25rem !important;
}

.mt-25 {
  margin-top: 25rem !important;
}

.ml-25 {
  margin-left: 25rem !important;
}

.mr-25 {
  margin-right: 25rem !important;
}

.mb-25 {
  margin-bottom: 25rem !important;
}

.p-25 {
  padding: 25rem !important;
}

.pt-25 {
  padding-top: 25rem !important;
}

.pl-25 {
  padding-left: 25rem !important;
}

.pr-25 {
  padding-right: 25rem !important;
}

.pb-25 {
  padding-bottom: 25rem !important;
}

.fz-25 {
  font-size: 25px !important;
}

.ltp-25 {
  letter-spacing: 25px !important;
}

.m-26 {
  margin: 26rem !important;
}

.mt-26 {
  margin-top: 26rem !important;
}

.ml-26 {
  margin-left: 26rem !important;
}

.mr-26 {
  margin-right: 26rem !important;
}

.mb-26 {
  margin-bottom: 26rem !important;
}

.p-26 {
  padding: 26rem !important;
}

.pt-26 {
  padding-top: 26rem !important;
}

.pl-26 {
  padding-left: 26rem !important;
}

.pr-26 {
  padding-right: 26rem !important;
}

.pb-26 {
  padding-bottom: 26rem !important;
}

.fz-26 {
  font-size: 26px !important;
}

.ltp-26 {
  letter-spacing: 26px !important;
}

.m-27 {
  margin: 27rem !important;
}

.mt-27 {
  margin-top: 27rem !important;
}

.ml-27 {
  margin-left: 27rem !important;
}

.mr-27 {
  margin-right: 27rem !important;
}

.mb-27 {
  margin-bottom: 27rem !important;
}

.p-27 {
  padding: 27rem !important;
}

.pt-27 {
  padding-top: 27rem !important;
}

.pl-27 {
  padding-left: 27rem !important;
}

.pr-27 {
  padding-right: 27rem !important;
}

.pb-27 {
  padding-bottom: 27rem !important;
}

.fz-27 {
  font-size: 27px !important;
}

.ltp-27 {
  letter-spacing: 27px !important;
}

.m-28 {
  margin: 28rem !important;
}

.mt-28 {
  margin-top: 28rem !important;
}

.ml-28 {
  margin-left: 28rem !important;
}

.mr-28 {
  margin-right: 28rem !important;
}

.mb-28 {
  margin-bottom: 28rem !important;
}

.p-28 {
  padding: 28rem !important;
}

.pt-28 {
  padding-top: 28rem !important;
}

.pl-28 {
  padding-left: 28rem !important;
}

.pr-28 {
  padding-right: 28rem !important;
}

.pb-28 {
  padding-bottom: 28rem !important;
}

.fz-28 {
  font-size: 28px !important;
}

.ltp-28 {
  letter-spacing: 28px !important;
}

.m-29 {
  margin: 29rem !important;
}

.mt-29 {
  margin-top: 29rem !important;
}

.ml-29 {
  margin-left: 29rem !important;
}

.mr-29 {
  margin-right: 29rem !important;
}

.mb-29 {
  margin-bottom: 29rem !important;
}

.p-29 {
  padding: 29rem !important;
}

.pt-29 {
  padding-top: 29rem !important;
}

.pl-29 {
  padding-left: 29rem !important;
}

.pr-29 {
  padding-right: 29rem !important;
}

.pb-29 {
  padding-bottom: 29rem !important;
}

.fz-29 {
  font-size: 29px !important;
}

.ltp-29 {
  letter-spacing: 29px !important;
}

.m-30 {
  margin: 30rem !important;
}

.mt-30 {
  margin-top: 30rem !important;
}

.ml-30 {
  margin-left: 30rem !important;
}

.mr-30 {
  margin-right: 30rem !important;
}

.mb-30 {
  margin-bottom: 30rem !important;
}

.p-30 {
  padding: 30rem !important;
}

.pt-30 {
  padding-top: 30rem !important;
}

.pl-30 {
  padding-left: 30rem !important;
}

.pr-30 {
  padding-right: 30rem !important;
}

.pb-30 {
  padding-bottom: 30rem !important;
}

.fz-30 {
  font-size: 30px !important;
}

.ltp-30 {
  letter-spacing: 30px !important;
}

.m-31 {
  margin: 31rem !important;
}

.mt-31 {
  margin-top: 31rem !important;
}

.ml-31 {
  margin-left: 31rem !important;
}

.mr-31 {
  margin-right: 31rem !important;
}

.mb-31 {
  margin-bottom: 31rem !important;
}

.p-31 {
  padding: 31rem !important;
}

.pt-31 {
  padding-top: 31rem !important;
}

.pl-31 {
  padding-left: 31rem !important;
}

.pr-31 {
  padding-right: 31rem !important;
}

.pb-31 {
  padding-bottom: 31rem !important;
}

.fz-31 {
  font-size: 31px !important;
}

.ltp-31 {
  letter-spacing: 31px !important;
}

.m-32 {
  margin: 32rem !important;
}

.mt-32 {
  margin-top: 32rem !important;
}

.ml-32 {
  margin-left: 32rem !important;
}

.mr-32 {
  margin-right: 32rem !important;
}

.mb-32 {
  margin-bottom: 32rem !important;
}

.p-32 {
  padding: 32rem !important;
}

.pt-32 {
  padding-top: 32rem !important;
}

.pl-32 {
  padding-left: 32rem !important;
}

.pr-32 {
  padding-right: 32rem !important;
}

.pb-32 {
  padding-bottom: 32rem !important;
}

.fz-32 {
  font-size: 32px !important;
}

.ltp-32 {
  letter-spacing: 32px !important;
}

.m-33 {
  margin: 33rem !important;
}

.mt-33 {
  margin-top: 33rem !important;
}

.ml-33 {
  margin-left: 33rem !important;
}

.mr-33 {
  margin-right: 33rem !important;
}

.mb-33 {
  margin-bottom: 33rem !important;
}

.p-33 {
  padding: 33rem !important;
}

.pt-33 {
  padding-top: 33rem !important;
}

.pl-33 {
  padding-left: 33rem !important;
}

.pr-33 {
  padding-right: 33rem !important;
}

.pb-33 {
  padding-bottom: 33rem !important;
}

.fz-33 {
  font-size: 33px !important;
}

.ltp-33 {
  letter-spacing: 33px !important;
}

.m-34 {
  margin: 34rem !important;
}

.mt-34 {
  margin-top: 34rem !important;
}

.ml-34 {
  margin-left: 34rem !important;
}

.mr-34 {
  margin-right: 34rem !important;
}

.mb-34 {
  margin-bottom: 34rem !important;
}

.p-34 {
  padding: 34rem !important;
}

.pt-34 {
  padding-top: 34rem !important;
}

.pl-34 {
  padding-left: 34rem !important;
}

.pr-34 {
  padding-right: 34rem !important;
}

.pb-34 {
  padding-bottom: 34rem !important;
}

.fz-34 {
  font-size: 34px !important;
}

.ltp-34 {
  letter-spacing: 34px !important;
}

.m-35 {
  margin: 35rem !important;
}

.mt-35 {
  margin-top: 35rem !important;
}

.ml-35 {
  margin-left: 35rem !important;
}

.mr-35 {
  margin-right: 35rem !important;
}

.mb-35 {
  margin-bottom: 35rem !important;
}

.p-35 {
  padding: 35rem !important;
}

.pt-35 {
  padding-top: 35rem !important;
}

.pl-35 {
  padding-left: 35rem !important;
}

.pr-35 {
  padding-right: 35rem !important;
}

.pb-35 {
  padding-bottom: 35rem !important;
}

.fz-35 {
  font-size: 35px !important;
}

.ltp-35 {
  letter-spacing: 35px !important;
}

#toggleMenu {
  color: #000;
  font-size: 21px;
  cursor: pointer;
}

.max-width-0 {
  max-width: 0px !important;
}

.max-width-1 {
  max-width: 1px !important;
}

.max-width-2 {
  max-width: 2px !important;
}

.max-width-3 {
  max-width: 3px !important;
}

.max-width-4 {
  max-width: 4px !important;
}

.max-width-5 {
  max-width: 5px !important;
}

.max-width-6 {
  max-width: 6px !important;
}

.max-width-7 {
  max-width: 7px !important;
}

.max-width-8 {
  max-width: 8px !important;
}

.max-width-9 {
  max-width: 9px !important;
}

.max-width-10 {
  max-width: 10px !important;
}

.max-width-11 {
  max-width: 11px !important;
}

.max-width-12 {
  max-width: 12px !important;
}

.max-width-13 {
  max-width: 13px !important;
}

.max-width-14 {
  max-width: 14px !important;
}

.max-width-15 {
  max-width: 15px !important;
}

.max-width-16 {
  max-width: 16px !important;
}

.max-width-17 {
  max-width: 17px !important;
}

.max-width-18 {
  max-width: 18px !important;
}

.max-width-19 {
  max-width: 19px !important;
}

.max-width-20 {
  max-width: 20px !important;
}

.max-width-21 {
  max-width: 21px !important;
}

.max-width-22 {
  max-width: 22px !important;
}

.max-width-23 {
  max-width: 23px !important;
}

.max-width-24 {
  max-width: 24px !important;
}

.max-width-25 {
  max-width: 25px !important;
}

.max-width-26 {
  max-width: 26px !important;
}

.max-width-27 {
  max-width: 27px !important;
}

.max-width-28 {
  max-width: 28px !important;
}

.max-width-29 {
  max-width: 29px !important;
}

.max-width-30 {
  max-width: 30px !important;
}

.max-width-31 {
  max-width: 31px !important;
}

.max-width-32 {
  max-width: 32px !important;
}

.max-width-33 {
  max-width: 33px !important;
}

.max-width-34 {
  max-width: 34px !important;
}

.max-width-35 {
  max-width: 35px !important;
}

.max-width-36 {
  max-width: 36px !important;
}

.max-width-37 {
  max-width: 37px !important;
}

.max-width-38 {
  max-width: 38px !important;
}

.max-width-39 {
  max-width: 39px !important;
}

.max-width-40 {
  max-width: 40px !important;
}

.max-width-41 {
  max-width: 41px !important;
}

.max-width-42 {
  max-width: 42px !important;
}

.max-width-43 {
  max-width: 43px !important;
}

.max-width-44 {
  max-width: 44px !important;
}

.max-width-45 {
  max-width: 45px !important;
}

.max-width-46 {
  max-width: 46px !important;
}

.max-width-47 {
  max-width: 47px !important;
}

.max-width-48 {
  max-width: 48px !important;
}

.max-width-49 {
  max-width: 49px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-51 {
  max-width: 51px !important;
}

.max-width-52 {
  max-width: 52px !important;
}

.max-width-53 {
  max-width: 53px !important;
}

.max-width-54 {
  max-width: 54px !important;
}

.max-width-55 {
  max-width: 55px !important;
}

.max-width-56 {
  max-width: 56px !important;
}

.max-width-57 {
  max-width: 57px !important;
}

.max-width-58 {
  max-width: 58px !important;
}

.max-width-59 {
  max-width: 59px !important;
}

.max-width-60 {
  max-width: 60px !important;
}

.max-width-61 {
  max-width: 61px !important;
}

.max-width-62 {
  max-width: 62px !important;
}

.max-width-63 {
  max-width: 63px !important;
}

.max-width-64 {
  max-width: 64px !important;
}

.max-width-65 {
  max-width: 65px !important;
}

.max-width-66 {
  max-width: 66px !important;
}

.max-width-67 {
  max-width: 67px !important;
}

.max-width-68 {
  max-width: 68px !important;
}

.max-width-69 {
  max-width: 69px !important;
}

.max-width-70 {
  max-width: 70px !important;
}

.max-width-71 {
  max-width: 71px !important;
}

.max-width-72 {
  max-width: 72px !important;
}

.max-width-73 {
  max-width: 73px !important;
}

.max-width-74 {
  max-width: 74px !important;
}

.max-width-75 {
  max-width: 75px !important;
}

.max-width-76 {
  max-width: 76px !important;
}

.max-width-77 {
  max-width: 77px !important;
}

.max-width-78 {
  max-width: 78px !important;
}

.max-width-79 {
  max-width: 79px !important;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-81 {
  max-width: 81px !important;
}

.max-width-82 {
  max-width: 82px !important;
}

.max-width-83 {
  max-width: 83px !important;
}

.max-width-84 {
  max-width: 84px !important;
}

.max-width-85 {
  max-width: 85px !important;
}

.max-width-86 {
  max-width: 86px !important;
}

.max-width-87 {
  max-width: 87px !important;
}

.max-width-88 {
  max-width: 88px !important;
}

.max-width-89 {
  max-width: 89px !important;
}

.max-width-90 {
  max-width: 90px !important;
}

.max-width-91 {
  max-width: 91px !important;
}

.max-width-92 {
  max-width: 92px !important;
}

.max-width-93 {
  max-width: 93px !important;
}

.max-width-94 {
  max-width: 94px !important;
}

.max-width-95 {
  max-width: 95px !important;
}

.max-width-96 {
  max-width: 96px !important;
}

.max-width-97 {
  max-width: 97px !important;
}

.max-width-98 {
  max-width: 98px !important;
}

.max-width-99 {
  max-width: 99px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-101 {
  max-width: 101px !important;
}

.max-width-102 {
  max-width: 102px !important;
}

.max-width-103 {
  max-width: 103px !important;
}

.max-width-104 {
  max-width: 104px !important;
}

.max-width-105 {
  max-width: 105px !important;
}

.max-width-106 {
  max-width: 106px !important;
}

.max-width-107 {
  max-width: 107px !important;
}

.max-width-108 {
  max-width: 108px !important;
}

.max-width-109 {
  max-width: 109px !important;
}

.max-width-110 {
  max-width: 110px !important;
}

.max-width-111 {
  max-width: 111px !important;
}

.max-width-112 {
  max-width: 112px !important;
}

.max-width-113 {
  max-width: 113px !important;
}

.max-width-114 {
  max-width: 114px !important;
}

.max-width-115 {
  max-width: 115px !important;
}

.max-width-116 {
  max-width: 116px !important;
}

.max-width-117 {
  max-width: 117px !important;
}

.max-width-118 {
  max-width: 118px !important;
}

.max-width-119 {
  max-width: 119px !important;
}

.max-width-120 {
  max-width: 120px !important;
}

.max-width-121 {
  max-width: 121px !important;
}

.max-width-122 {
  max-width: 122px !important;
}

.max-width-123 {
  max-width: 123px !important;
}

.max-width-124 {
  max-width: 124px !important;
}

.max-width-125 {
  max-width: 125px !important;
}

.max-width-126 {
  max-width: 126px !important;
}

.max-width-127 {
  max-width: 127px !important;
}

.max-width-128 {
  max-width: 128px !important;
}

.max-width-129 {
  max-width: 129px !important;
}

.max-width-130 {
  max-width: 130px !important;
}

.max-width-131 {
  max-width: 131px !important;
}

.max-width-132 {
  max-width: 132px !important;
}

.max-width-133 {
  max-width: 133px !important;
}

.max-width-134 {
  max-width: 134px !important;
}

.max-width-135 {
  max-width: 135px !important;
}

.max-width-136 {
  max-width: 136px !important;
}

.max-width-137 {
  max-width: 137px !important;
}

.max-width-138 {
  max-width: 138px !important;
}

.max-width-139 {
  max-width: 139px !important;
}

.max-width-140 {
  max-width: 140px !important;
}

.max-width-141 {
  max-width: 141px !important;
}

.max-width-142 {
  max-width: 142px !important;
}

.max-width-143 {
  max-width: 143px !important;
}

.max-width-144 {
  max-width: 144px !important;
}

.max-width-145 {
  max-width: 145px !important;
}

.max-width-146 {
  max-width: 146px !important;
}

.max-width-147 {
  max-width: 147px !important;
}

.max-width-148 {
  max-width: 148px !important;
}

.max-width-149 {
  max-width: 149px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-151 {
  max-width: 151px !important;
}

.max-width-152 {
  max-width: 152px !important;
}

.max-width-153 {
  max-width: 153px !important;
}

.max-width-154 {
  max-width: 154px !important;
}

.max-width-155 {
  max-width: 155px !important;
}

.max-width-156 {
  max-width: 156px !important;
}

.max-width-157 {
  max-width: 157px !important;
}

.max-width-158 {
  max-width: 158px !important;
}

.max-width-159 {
  max-width: 159px !important;
}

.max-width-160 {
  max-width: 160px !important;
}

.max-width-161 {
  max-width: 161px !important;
}

.max-width-162 {
  max-width: 162px !important;
}

.max-width-163 {
  max-width: 163px !important;
}

.max-width-164 {
  max-width: 164px !important;
}

.max-width-165 {
  max-width: 165px !important;
}

.max-width-166 {
  max-width: 166px !important;
}

.max-width-167 {
  max-width: 167px !important;
}

.max-width-168 {
  max-width: 168px !important;
}

.max-width-169 {
  max-width: 169px !important;
}

.max-width-170 {
  max-width: 170px !important;
}

.max-width-171 {
  max-width: 171px !important;
}

.max-width-172 {
  max-width: 172px !important;
}

.max-width-173 {
  max-width: 173px !important;
}

.max-width-174 {
  max-width: 174px !important;
}

.max-width-175 {
  max-width: 175px !important;
}

.max-width-176 {
  max-width: 176px !important;
}

.max-width-177 {
  max-width: 177px !important;
}

.max-width-178 {
  max-width: 178px !important;
}

.max-width-179 {
  max-width: 179px !important;
}

.max-width-180 {
  max-width: 180px !important;
}

.max-width-181 {
  max-width: 181px !important;
}

.max-width-182 {
  max-width: 182px !important;
}

.max-width-183 {
  max-width: 183px !important;
}

.max-width-184 {
  max-width: 184px !important;
}

.max-width-185 {
  max-width: 185px !important;
}

.max-width-186 {
  max-width: 186px !important;
}

.max-width-187 {
  max-width: 187px !important;
}

.max-width-188 {
  max-width: 188px !important;
}

.max-width-189 {
  max-width: 189px !important;
}

.max-width-190 {
  max-width: 190px !important;
}

.max-width-191 {
  max-width: 191px !important;
}

.max-width-192 {
  max-width: 192px !important;
}

.max-width-193 {
  max-width: 193px !important;
}

.max-width-194 {
  max-width: 194px !important;
}

.max-width-195 {
  max-width: 195px !important;
}

.max-width-196 {
  max-width: 196px !important;
}

.max-width-197 {
  max-width: 197px !important;
}

.max-width-198 {
  max-width: 198px !important;
}

.max-width-199 {
  max-width: 199px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.max-width-201 {
  max-width: 201px !important;
}

.max-width-202 {
  max-width: 202px !important;
}

.max-width-203 {
  max-width: 203px !important;
}

.max-width-204 {
  max-width: 204px !important;
}

.max-width-205 {
  max-width: 205px !important;
}

.max-width-206 {
  max-width: 206px !important;
}

.max-width-207 {
  max-width: 207px !important;
}

.max-width-208 {
  max-width: 208px !important;
}

.max-width-209 {
  max-width: 209px !important;
}

.max-width-210 {
  max-width: 210px !important;
}

.max-width-211 {
  max-width: 211px !important;
}

.max-width-212 {
  max-width: 212px !important;
}

.max-width-213 {
  max-width: 213px !important;
}

.max-width-214 {
  max-width: 214px !important;
}

.max-width-215 {
  max-width: 215px !important;
}

.max-width-216 {
  max-width: 216px !important;
}

.max-width-217 {
  max-width: 217px !important;
}

.max-width-218 {
  max-width: 218px !important;
}

.max-width-219 {
  max-width: 219px !important;
}

.max-width-220 {
  max-width: 220px !important;
}

.max-width-221 {
  max-width: 221px !important;
}

.max-width-222 {
  max-width: 222px !important;
}

.max-width-223 {
  max-width: 223px !important;
}

.max-width-224 {
  max-width: 224px !important;
}

.max-width-225 {
  max-width: 225px !important;
}

.max-width-226 {
  max-width: 226px !important;
}

.max-width-227 {
  max-width: 227px !important;
}

.max-width-228 {
  max-width: 228px !important;
}

.max-width-229 {
  max-width: 229px !important;
}

.max-width-230 {
  max-width: 230px !important;
}

.max-width-231 {
  max-width: 231px !important;
}

.max-width-232 {
  max-width: 232px !important;
}

.max-width-233 {
  max-width: 233px !important;
}

.max-width-234 {
  max-width: 234px !important;
}

.max-width-235 {
  max-width: 235px !important;
}

.max-width-236 {
  max-width: 236px !important;
}

.max-width-237 {
  max-width: 237px !important;
}

.max-width-238 {
  max-width: 238px !important;
}

.max-width-239 {
  max-width: 239px !important;
}

.max-width-240 {
  max-width: 240px !important;
}

.max-width-241 {
  max-width: 241px !important;
}

.max-width-242 {
  max-width: 242px !important;
}

.max-width-243 {
  max-width: 243px !important;
}

.max-width-244 {
  max-width: 244px !important;
}

.max-width-245 {
  max-width: 245px !important;
}

.max-width-246 {
  max-width: 246px !important;
}

.max-width-247 {
  max-width: 247px !important;
}

.max-width-248 {
  max-width: 248px !important;
}

.max-width-249 {
  max-width: 249px !important;
}

.max-width-250 {
  max-width: 250px !important;
}

.max-width-251 {
  max-width: 251px !important;
}

.max-width-252 {
  max-width: 252px !important;
}

.max-width-253 {
  max-width: 253px !important;
}

.max-width-254 {
  max-width: 254px !important;
}

.max-width-255 {
  max-width: 255px !important;
}

.max-width-256 {
  max-width: 256px !important;
}

.max-width-257 {
  max-width: 257px !important;
}

.max-width-258 {
  max-width: 258px !important;
}

.max-width-259 {
  max-width: 259px !important;
}

.max-width-260 {
  max-width: 260px !important;
}

.max-width-261 {
  max-width: 261px !important;
}

.max-width-262 {
  max-width: 262px !important;
}

.max-width-263 {
  max-width: 263px !important;
}

.max-width-264 {
  max-width: 264px !important;
}

.max-width-265 {
  max-width: 265px !important;
}

.max-width-266 {
  max-width: 266px !important;
}

.max-width-267 {
  max-width: 267px !important;
}

.max-width-268 {
  max-width: 268px !important;
}

.max-width-269 {
  max-width: 269px !important;
}

.max-width-270 {
  max-width: 270px !important;
}

.max-width-271 {
  max-width: 271px !important;
}

.max-width-272 {
  max-width: 272px !important;
}

.max-width-273 {
  max-width: 273px !important;
}

.max-width-274 {
  max-width: 274px !important;
}

.max-width-275 {
  max-width: 275px !important;
}

.max-width-276 {
  max-width: 276px !important;
}

.max-width-277 {
  max-width: 277px !important;
}

.max-width-278 {
  max-width: 278px !important;
}

.max-width-279 {
  max-width: 279px !important;
}

.max-width-280 {
  max-width: 280px !important;
}

.max-width-281 {
  max-width: 281px !important;
}

.max-width-282 {
  max-width: 282px !important;
}

.max-width-283 {
  max-width: 283px !important;
}

.max-width-284 {
  max-width: 284px !important;
}

.max-width-285 {
  max-width: 285px !important;
}

.max-width-286 {
  max-width: 286px !important;
}

.max-width-287 {
  max-width: 287px !important;
}

.max-width-288 {
  max-width: 288px !important;
}

.max-width-289 {
  max-width: 289px !important;
}

.max-width-290 {
  max-width: 290px !important;
}

.max-width-291 {
  max-width: 291px !important;
}

.max-width-292 {
  max-width: 292px !important;
}

.max-width-293 {
  max-width: 293px !important;
}

.max-width-294 {
  max-width: 294px !important;
}

.max-width-295 {
  max-width: 295px !important;
}

.max-width-296 {
  max-width: 296px !important;
}

.max-width-297 {
  max-width: 297px !important;
}

.max-width-298 {
  max-width: 298px !important;
}

.max-width-299 {
  max-width: 299px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.max-width-301 {
  max-width: 301px !important;
}

.max-width-302 {
  max-width: 302px !important;
}

.max-width-303 {
  max-width: 303px !important;
}

.max-width-304 {
  max-width: 304px !important;
}

.max-width-305 {
  max-width: 305px !important;
}

.max-width-306 {
  max-width: 306px !important;
}

.max-width-307 {
  max-width: 307px !important;
}

.max-width-308 {
  max-width: 308px !important;
}

.max-width-309 {
  max-width: 309px !important;
}

.max-width-310 {
  max-width: 310px !important;
}

.max-width-311 {
  max-width: 311px !important;
}

.max-width-312 {
  max-width: 312px !important;
}

.max-width-313 {
  max-width: 313px !important;
}

.max-width-314 {
  max-width: 314px !important;
}

.max-width-315 {
  max-width: 315px !important;
}

.max-width-316 {
  max-width: 316px !important;
}

.max-width-317 {
  max-width: 317px !important;
}

.max-width-318 {
  max-width: 318px !important;
}

.max-width-319 {
  max-width: 319px !important;
}

.max-width-320 {
  max-width: 320px !important;
}

.max-width-321 {
  max-width: 321px !important;
}

.max-width-322 {
  max-width: 322px !important;
}

.max-width-323 {
  max-width: 323px !important;
}

.max-width-324 {
  max-width: 324px !important;
}

.max-width-325 {
  max-width: 325px !important;
}

.max-width-326 {
  max-width: 326px !important;
}

.max-width-327 {
  max-width: 327px !important;
}

.max-width-328 {
  max-width: 328px !important;
}

.max-width-329 {
  max-width: 329px !important;
}

.max-width-330 {
  max-width: 330px !important;
}

.max-width-331 {
  max-width: 331px !important;
}

.max-width-332 {
  max-width: 332px !important;
}

.max-width-333 {
  max-width: 333px !important;
}

.max-width-334 {
  max-width: 334px !important;
}

.max-width-335 {
  max-width: 335px !important;
}

.max-width-336 {
  max-width: 336px !important;
}

.max-width-337 {
  max-width: 337px !important;
}

.max-width-338 {
  max-width: 338px !important;
}

.max-width-339 {
  max-width: 339px !important;
}

.max-width-340 {
  max-width: 340px !important;
}

.max-width-341 {
  max-width: 341px !important;
}

.max-width-342 {
  max-width: 342px !important;
}

.max-width-343 {
  max-width: 343px !important;
}

.max-width-344 {
  max-width: 344px !important;
}

.max-width-345 {
  max-width: 345px !important;
}

.max-width-346 {
  max-width: 346px !important;
}

.max-width-347 {
  max-width: 347px !important;
}

.max-width-348 {
  max-width: 348px !important;
}

.max-width-349 {
  max-width: 349px !important;
}

.max-width-350 {
  max-width: 350px !important;
}

.max-width-351 {
  max-width: 351px !important;
}

.max-width-352 {
  max-width: 352px !important;
}

.max-width-353 {
  max-width: 353px !important;
}

.max-width-354 {
  max-width: 354px !important;
}

.max-width-355 {
  max-width: 355px !important;
}

.max-width-356 {
  max-width: 356px !important;
}

.max-width-357 {
  max-width: 357px !important;
}

.max-width-358 {
  max-width: 358px !important;
}

.max-width-359 {
  max-width: 359px !important;
}

.max-width-360 {
  max-width: 360px !important;
}

.max-width-361 {
  max-width: 361px !important;
}

.max-width-362 {
  max-width: 362px !important;
}

.max-width-363 {
  max-width: 363px !important;
}

.max-width-364 {
  max-width: 364px !important;
}

.max-width-365 {
  max-width: 365px !important;
}

.max-width-366 {
  max-width: 366px !important;
}

.max-width-367 {
  max-width: 367px !important;
}

.max-width-368 {
  max-width: 368px !important;
}

.max-width-369 {
  max-width: 369px !important;
}

.max-width-370 {
  max-width: 370px !important;
}

.max-width-371 {
  max-width: 371px !important;
}

.max-width-372 {
  max-width: 372px !important;
}

.max-width-373 {
  max-width: 373px !important;
}

.max-width-374 {
  max-width: 374px !important;
}

.max-width-375 {
  max-width: 375px !important;
}

.max-width-376 {
  max-width: 376px !important;
}

.max-width-377 {
  max-width: 377px !important;
}

.max-width-378 {
  max-width: 378px !important;
}

.max-width-379 {
  max-width: 379px !important;
}

.max-width-380 {
  max-width: 380px !important;
}

.max-width-381 {
  max-width: 381px !important;
}

.max-width-382 {
  max-width: 382px !important;
}

.max-width-383 {
  max-width: 383px !important;
}

.max-width-384 {
  max-width: 384px !important;
}

.max-width-385 {
  max-width: 385px !important;
}

.max-width-386 {
  max-width: 386px !important;
}

.max-width-387 {
  max-width: 387px !important;
}

.max-width-388 {
  max-width: 388px !important;
}

.max-width-389 {
  max-width: 389px !important;
}

.max-width-390 {
  max-width: 390px !important;
}

.max-width-391 {
  max-width: 391px !important;
}

.max-width-392 {
  max-width: 392px !important;
}

.max-width-393 {
  max-width: 393px !important;
}

.max-width-394 {
  max-width: 394px !important;
}

.max-width-395 {
  max-width: 395px !important;
}

.max-width-396 {
  max-width: 396px !important;
}

.max-width-397 {
  max-width: 397px !important;
}

.max-width-398 {
  max-width: 398px !important;
}

.max-width-399 {
  max-width: 399px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.max-width-401 {
  max-width: 401px !important;
}

.max-width-402 {
  max-width: 402px !important;
}

.max-width-403 {
  max-width: 403px !important;
}

.max-width-404 {
  max-width: 404px !important;
}

.max-width-405 {
  max-width: 405px !important;
}

.max-width-406 {
  max-width: 406px !important;
}

.max-width-407 {
  max-width: 407px !important;
}

.max-width-408 {
  max-width: 408px !important;
}

.max-width-409 {
  max-width: 409px !important;
}

.max-width-410 {
  max-width: 410px !important;
}

.max-width-411 {
  max-width: 411px !important;
}

.max-width-412 {
  max-width: 412px !important;
}

.max-width-413 {
  max-width: 413px !important;
}

.max-width-414 {
  max-width: 414px !important;
}

.max-width-415 {
  max-width: 415px !important;
}

.max-width-416 {
  max-width: 416px !important;
}

.max-width-417 {
  max-width: 417px !important;
}

.max-width-418 {
  max-width: 418px !important;
}

.max-width-419 {
  max-width: 419px !important;
}

.max-width-420 {
  max-width: 420px !important;
}

.max-width-421 {
  max-width: 421px !important;
}

.max-width-422 {
  max-width: 422px !important;
}

.max-width-423 {
  max-width: 423px !important;
}

.max-width-424 {
  max-width: 424px !important;
}

.max-width-425 {
  max-width: 425px !important;
}

.max-width-426 {
  max-width: 426px !important;
}

.max-width-427 {
  max-width: 427px !important;
}

.max-width-428 {
  max-width: 428px !important;
}

.max-width-429 {
  max-width: 429px !important;
}

.max-width-430 {
  max-width: 430px !important;
}

.max-width-431 {
  max-width: 431px !important;
}

.max-width-432 {
  max-width: 432px !important;
}

.max-width-433 {
  max-width: 433px !important;
}

.max-width-434 {
  max-width: 434px !important;
}

.max-width-435 {
  max-width: 435px !important;
}

.max-width-436 {
  max-width: 436px !important;
}

.max-width-437 {
  max-width: 437px !important;
}

.max-width-438 {
  max-width: 438px !important;
}

.max-width-439 {
  max-width: 439px !important;
}

.max-width-440 {
  max-width: 440px !important;
}

.max-width-441 {
  max-width: 441px !important;
}

.max-width-442 {
  max-width: 442px !important;
}

.max-width-443 {
  max-width: 443px !important;
}

.max-width-444 {
  max-width: 444px !important;
}

.max-width-445 {
  max-width: 445px !important;
}

.max-width-446 {
  max-width: 446px !important;
}

.max-width-447 {
  max-width: 447px !important;
}

.max-width-448 {
  max-width: 448px !important;
}

.max-width-449 {
  max-width: 449px !important;
}

.max-width-450 {
  max-width: 450px !important;
}

.max-width-451 {
  max-width: 451px !important;
}

.max-width-452 {
  max-width: 452px !important;
}

.max-width-453 {
  max-width: 453px !important;
}

.max-width-454 {
  max-width: 454px !important;
}

.max-width-455 {
  max-width: 455px !important;
}

.max-width-456 {
  max-width: 456px !important;
}

.max-width-457 {
  max-width: 457px !important;
}

.max-width-458 {
  max-width: 458px !important;
}

.max-width-459 {
  max-width: 459px !important;
}

.max-width-460 {
  max-width: 460px !important;
}

.max-width-461 {
  max-width: 461px !important;
}

.max-width-462 {
  max-width: 462px !important;
}

.max-width-463 {
  max-width: 463px !important;
}

.max-width-464 {
  max-width: 464px !important;
}

.max-width-465 {
  max-width: 465px !important;
}

.max-width-466 {
  max-width: 466px !important;
}

.max-width-467 {
  max-width: 467px !important;
}

.max-width-468 {
  max-width: 468px !important;
}

.max-width-469 {
  max-width: 469px !important;
}

.max-width-470 {
  max-width: 470px !important;
}

.max-width-471 {
  max-width: 471px !important;
}

.max-width-472 {
  max-width: 472px !important;
}

.max-width-473 {
  max-width: 473px !important;
}

.max-width-474 {
  max-width: 474px !important;
}

.max-width-475 {
  max-width: 475px !important;
}

.max-width-476 {
  max-width: 476px !important;
}

.max-width-477 {
  max-width: 477px !important;
}

.max-width-478 {
  max-width: 478px !important;
}

.max-width-479 {
  max-width: 479px !important;
}

.max-width-480 {
  max-width: 480px !important;
}

.max-width-481 {
  max-width: 481px !important;
}

.max-width-482 {
  max-width: 482px !important;
}

.max-width-483 {
  max-width: 483px !important;
}

.max-width-484 {
  max-width: 484px !important;
}

.max-width-485 {
  max-width: 485px !important;
}

.max-width-486 {
  max-width: 486px !important;
}

.max-width-487 {
  max-width: 487px !important;
}

.max-width-488 {
  max-width: 488px !important;
}

.max-width-489 {
  max-width: 489px !important;
}

.max-width-490 {
  max-width: 490px !important;
}

.max-width-491 {
  max-width: 491px !important;
}

.max-width-492 {
  max-width: 492px !important;
}

.max-width-493 {
  max-width: 493px !important;
}

.max-width-494 {
  max-width: 494px !important;
}

.max-width-495 {
  max-width: 495px !important;
}

.max-width-496 {
  max-width: 496px !important;
}

.max-width-497 {
  max-width: 497px !important;
}

.max-width-498 {
  max-width: 498px !important;
}

.max-width-499 {
  max-width: 499px !important;
}

.max-width-500 {
  max-width: 500px !important;
}

.max-width-501 {
  max-width: 501px !important;
}

.max-width-502 {
  max-width: 502px !important;
}

.max-width-503 {
  max-width: 503px !important;
}

.max-width-504 {
  max-width: 504px !important;
}

.max-width-505 {
  max-width: 505px !important;
}

.max-width-506 {
  max-width: 506px !important;
}

.max-width-507 {
  max-width: 507px !important;
}

.max-width-508 {
  max-width: 508px !important;
}

.max-width-509 {
  max-width: 509px !important;
}

.max-width-510 {
  max-width: 510px !important;
}

.max-width-511 {
  max-width: 511px !important;
}

.max-width-512 {
  max-width: 512px !important;
}

.max-width-513 {
  max-width: 513px !important;
}

.max-width-514 {
  max-width: 514px !important;
}

.max-width-515 {
  max-width: 515px !important;
}

.max-width-516 {
  max-width: 516px !important;
}

.max-width-517 {
  max-width: 517px !important;
}

.max-width-518 {
  max-width: 518px !important;
}

.max-width-519 {
  max-width: 519px !important;
}

.max-width-520 {
  max-width: 520px !important;
}

.max-width-521 {
  max-width: 521px !important;
}

.max-width-522 {
  max-width: 522px !important;
}

.max-width-523 {
  max-width: 523px !important;
}

.max-width-524 {
  max-width: 524px !important;
}

.max-width-525 {
  max-width: 525px !important;
}

.max-width-526 {
  max-width: 526px !important;
}

.max-width-527 {
  max-width: 527px !important;
}

.max-width-528 {
  max-width: 528px !important;
}

.max-width-529 {
  max-width: 529px !important;
}

.max-width-530 {
  max-width: 530px !important;
}

.max-width-531 {
  max-width: 531px !important;
}

.max-width-532 {
  max-width: 532px !important;
}

.max-width-533 {
  max-width: 533px !important;
}

.max-width-534 {
  max-width: 534px !important;
}

.max-width-535 {
  max-width: 535px !important;
}

.max-width-536 {
  max-width: 536px !important;
}

.max-width-537 {
  max-width: 537px !important;
}

.max-width-538 {
  max-width: 538px !important;
}

.max-width-539 {
  max-width: 539px !important;
}

.max-width-540 {
  max-width: 540px !important;
}

.max-width-541 {
  max-width: 541px !important;
}

.max-width-542 {
  max-width: 542px !important;
}

.max-width-543 {
  max-width: 543px !important;
}

.max-width-544 {
  max-width: 544px !important;
}

.max-width-545 {
  max-width: 545px !important;
}

.max-width-546 {
  max-width: 546px !important;
}

.max-width-547 {
  max-width: 547px !important;
}

.max-width-548 {
  max-width: 548px !important;
}

.max-width-549 {
  max-width: 549px !important;
}

.max-width-550 {
  max-width: 550px !important;
}

.max-width-551 {
  max-width: 551px !important;
}

.max-width-552 {
  max-width: 552px !important;
}

.max-width-553 {
  max-width: 553px !important;
}

.max-width-554 {
  max-width: 554px !important;
}

.max-width-555 {
  max-width: 555px !important;
}

.max-width-556 {
  max-width: 556px !important;
}

.max-width-557 {
  max-width: 557px !important;
}

.max-width-558 {
  max-width: 558px !important;
}

.max-width-559 {
  max-width: 559px !important;
}

.max-width-560 {
  max-width: 560px !important;
}

.max-width-561 {
  max-width: 561px !important;
}

.max-width-562 {
  max-width: 562px !important;
}

.max-width-563 {
  max-width: 563px !important;
}

.max-width-564 {
  max-width: 564px !important;
}

.max-width-565 {
  max-width: 565px !important;
}

.max-width-566 {
  max-width: 566px !important;
}

.max-width-567 {
  max-width: 567px !important;
}

.max-width-568 {
  max-width: 568px !important;
}

.max-width-569 {
  max-width: 569px !important;
}

.max-width-570 {
  max-width: 570px !important;
}

.max-width-571 {
  max-width: 571px !important;
}

.max-width-572 {
  max-width: 572px !important;
}

.max-width-573 {
  max-width: 573px !important;
}

.max-width-574 {
  max-width: 574px !important;
}

.max-width-575 {
  max-width: 575px !important;
}

.max-width-576 {
  max-width: 576px !important;
}

.max-width-577 {
  max-width: 577px !important;
}

.max-width-578 {
  max-width: 578px !important;
}

.max-width-579 {
  max-width: 579px !important;
}

.max-width-580 {
  max-width: 580px !important;
}

.max-width-581 {
  max-width: 581px !important;
}

.max-width-582 {
  max-width: 582px !important;
}

.max-width-583 {
  max-width: 583px !important;
}

.max-width-584 {
  max-width: 584px !important;
}

.max-width-585 {
  max-width: 585px !important;
}

.max-width-586 {
  max-width: 586px !important;
}

.max-width-587 {
  max-width: 587px !important;
}

.max-width-588 {
  max-width: 588px !important;
}

.max-width-589 {
  max-width: 589px !important;
}

.max-width-590 {
  max-width: 590px !important;
}

.max-width-591 {
  max-width: 591px !important;
}

.max-width-592 {
  max-width: 592px !important;
}

.max-width-593 {
  max-width: 593px !important;
}

.max-width-594 {
  max-width: 594px !important;
}

.max-width-595 {
  max-width: 595px !important;
}

.max-width-596 {
  max-width: 596px !important;
}

.max-width-597 {
  max-width: 597px !important;
}

.max-width-598 {
  max-width: 598px !important;
}

.max-width-599 {
  max-width: 599px !important;
}

.max-width-600 {
  max-width: 600px !important;
}

.max-width-601 {
  max-width: 601px !important;
}

.max-width-602 {
  max-width: 602px !important;
}

.max-width-603 {
  max-width: 603px !important;
}

.max-width-604 {
  max-width: 604px !important;
}

.max-width-605 {
  max-width: 605px !important;
}

.max-width-606 {
  max-width: 606px !important;
}

.max-width-607 {
  max-width: 607px !important;
}

.max-width-608 {
  max-width: 608px !important;
}

.max-width-609 {
  max-width: 609px !important;
}

.max-width-610 {
  max-width: 610px !important;
}

.max-width-611 {
  max-width: 611px !important;
}

.max-width-612 {
  max-width: 612px !important;
}

.max-width-613 {
  max-width: 613px !important;
}

.max-width-614 {
  max-width: 614px !important;
}

.max-width-615 {
  max-width: 615px !important;
}

.max-width-616 {
  max-width: 616px !important;
}

.max-width-617 {
  max-width: 617px !important;
}

.max-width-618 {
  max-width: 618px !important;
}

.max-width-619 {
  max-width: 619px !important;
}

.max-width-620 {
  max-width: 620px !important;
}

.max-width-621 {
  max-width: 621px !important;
}

.max-width-622 {
  max-width: 622px !important;
}

.max-width-623 {
  max-width: 623px !important;
}

.max-width-624 {
  max-width: 624px !important;
}

.max-width-625 {
  max-width: 625px !important;
}

.max-width-626 {
  max-width: 626px !important;
}

.max-width-627 {
  max-width: 627px !important;
}

.max-width-628 {
  max-width: 628px !important;
}

.max-width-629 {
  max-width: 629px !important;
}

.max-width-630 {
  max-width: 630px !important;
}

.max-width-631 {
  max-width: 631px !important;
}

.max-width-632 {
  max-width: 632px !important;
}

.max-width-633 {
  max-width: 633px !important;
}

.max-width-634 {
  max-width: 634px !important;
}

.max-width-635 {
  max-width: 635px !important;
}

.max-width-636 {
  max-width: 636px !important;
}

.max-width-637 {
  max-width: 637px !important;
}

.max-width-638 {
  max-width: 638px !important;
}

.max-width-639 {
  max-width: 639px !important;
}

.max-width-640 {
  max-width: 640px !important;
}

.max-width-641 {
  max-width: 641px !important;
}

.max-width-642 {
  max-width: 642px !important;
}

.max-width-643 {
  max-width: 643px !important;
}

.max-width-644 {
  max-width: 644px !important;
}

.max-width-645 {
  max-width: 645px !important;
}

.max-width-646 {
  max-width: 646px !important;
}

.max-width-647 {
  max-width: 647px !important;
}

.max-width-648 {
  max-width: 648px !important;
}

.max-width-649 {
  max-width: 649px !important;
}

.max-width-650 {
  max-width: 650px !important;
}

.max-width-651 {
  max-width: 651px !important;
}

.max-width-652 {
  max-width: 652px !important;
}

.max-width-653 {
  max-width: 653px !important;
}

.max-width-654 {
  max-width: 654px !important;
}

.max-width-655 {
  max-width: 655px !important;
}

.max-width-656 {
  max-width: 656px !important;
}

.max-width-657 {
  max-width: 657px !important;
}

.max-width-658 {
  max-width: 658px !important;
}

.max-width-659 {
  max-width: 659px !important;
}

.max-width-660 {
  max-width: 660px !important;
}

.max-width-661 {
  max-width: 661px !important;
}

.max-width-662 {
  max-width: 662px !important;
}

.max-width-663 {
  max-width: 663px !important;
}

.max-width-664 {
  max-width: 664px !important;
}

.max-width-665 {
  max-width: 665px !important;
}

.max-width-666 {
  max-width: 666px !important;
}

.max-width-667 {
  max-width: 667px !important;
}

.max-width-668 {
  max-width: 668px !important;
}

.max-width-669 {
  max-width: 669px !important;
}

.max-width-670 {
  max-width: 670px !important;
}

.max-width-671 {
  max-width: 671px !important;
}

.max-width-672 {
  max-width: 672px !important;
}

.max-width-673 {
  max-width: 673px !important;
}

.max-width-674 {
  max-width: 674px !important;
}

.max-width-675 {
  max-width: 675px !important;
}

.max-width-676 {
  max-width: 676px !important;
}

.max-width-677 {
  max-width: 677px !important;
}

.max-width-678 {
  max-width: 678px !important;
}

.max-width-679 {
  max-width: 679px !important;
}

.max-width-680 {
  max-width: 680px !important;
}

.max-width-681 {
  max-width: 681px !important;
}

.max-width-682 {
  max-width: 682px !important;
}

.max-width-683 {
  max-width: 683px !important;
}

.max-width-684 {
  max-width: 684px !important;
}

.max-width-685 {
  max-width: 685px !important;
}

.max-width-686 {
  max-width: 686px !important;
}

.max-width-687 {
  max-width: 687px !important;
}

.max-width-688 {
  max-width: 688px !important;
}

.max-width-689 {
  max-width: 689px !important;
}

.max-width-690 {
  max-width: 690px !important;
}

.max-width-691 {
  max-width: 691px !important;
}

.max-width-692 {
  max-width: 692px !important;
}

.max-width-693 {
  max-width: 693px !important;
}

.max-width-694 {
  max-width: 694px !important;
}

.max-width-695 {
  max-width: 695px !important;
}

.max-width-696 {
  max-width: 696px !important;
}

.max-width-697 {
  max-width: 697px !important;
}

.max-width-698 {
  max-width: 698px !important;
}

.max-width-699 {
  max-width: 699px !important;
}

.max-width-700 {
  max-width: 700px !important;
}

.max-width-701 {
  max-width: 701px !important;
}

.max-width-702 {
  max-width: 702px !important;
}

.max-width-703 {
  max-width: 703px !important;
}

.max-width-704 {
  max-width: 704px !important;
}

.max-width-705 {
  max-width: 705px !important;
}

.max-width-706 {
  max-width: 706px !important;
}

.max-width-707 {
  max-width: 707px !important;
}

.max-width-708 {
  max-width: 708px !important;
}

.max-width-709 {
  max-width: 709px !important;
}

.max-width-710 {
  max-width: 710px !important;
}

.max-width-711 {
  max-width: 711px !important;
}

.max-width-712 {
  max-width: 712px !important;
}

.max-width-713 {
  max-width: 713px !important;
}

.max-width-714 {
  max-width: 714px !important;
}

.max-width-715 {
  max-width: 715px !important;
}

.max-width-716 {
  max-width: 716px !important;
}

.max-width-717 {
  max-width: 717px !important;
}

.max-width-718 {
  max-width: 718px !important;
}

.max-width-719 {
  max-width: 719px !important;
}

.max-width-720 {
  max-width: 720px !important;
}

.max-width-721 {
  max-width: 721px !important;
}

.max-width-722 {
  max-width: 722px !important;
}

.max-width-723 {
  max-width: 723px !important;
}

.max-width-724 {
  max-width: 724px !important;
}

.max-width-725 {
  max-width: 725px !important;
}

.max-width-726 {
  max-width: 726px !important;
}

.max-width-727 {
  max-width: 727px !important;
}

.max-width-728 {
  max-width: 728px !important;
}

.max-width-729 {
  max-width: 729px !important;
}

.max-width-730 {
  max-width: 730px !important;
}

.max-width-731 {
  max-width: 731px !important;
}

.max-width-732 {
  max-width: 732px !important;
}

.max-width-733 {
  max-width: 733px !important;
}

.max-width-734 {
  max-width: 734px !important;
}

.max-width-735 {
  max-width: 735px !important;
}

.max-width-736 {
  max-width: 736px !important;
}

.max-width-737 {
  max-width: 737px !important;
}

.max-width-738 {
  max-width: 738px !important;
}

.max-width-739 {
  max-width: 739px !important;
}

.max-width-740 {
  max-width: 740px !important;
}

.max-width-741 {
  max-width: 741px !important;
}

.max-width-742 {
  max-width: 742px !important;
}

.max-width-743 {
  max-width: 743px !important;
}

.max-width-744 {
  max-width: 744px !important;
}

.max-width-745 {
  max-width: 745px !important;
}

.max-width-746 {
  max-width: 746px !important;
}

.max-width-747 {
  max-width: 747px !important;
}

.max-width-748 {
  max-width: 748px !important;
}

.max-width-749 {
  max-width: 749px !important;
}

.max-width-750 {
  max-width: 750px !important;
}

.max-width-751 {
  max-width: 751px !important;
}

.max-width-752 {
  max-width: 752px !important;
}

.max-width-753 {
  max-width: 753px !important;
}

.max-width-754 {
  max-width: 754px !important;
}

.max-width-755 {
  max-width: 755px !important;
}

.max-width-756 {
  max-width: 756px !important;
}

.max-width-757 {
  max-width: 757px !important;
}

.max-width-758 {
  max-width: 758px !important;
}

.max-width-759 {
  max-width: 759px !important;
}

.max-width-760 {
  max-width: 760px !important;
}

.max-width-761 {
  max-width: 761px !important;
}

.max-width-762 {
  max-width: 762px !important;
}

.max-width-763 {
  max-width: 763px !important;
}

.max-width-764 {
  max-width: 764px !important;
}

.max-width-765 {
  max-width: 765px !important;
}

.max-width-766 {
  max-width: 766px !important;
}

.max-width-767 {
  max-width: 767px !important;
}

.max-width-768 {
  max-width: 768px !important;
}

.max-width-769 {
  max-width: 769px !important;
}

.max-width-770 {
  max-width: 770px !important;
}

.max-width-771 {
  max-width: 771px !important;
}

.max-width-772 {
  max-width: 772px !important;
}

.max-width-773 {
  max-width: 773px !important;
}

.max-width-774 {
  max-width: 774px !important;
}

.max-width-775 {
  max-width: 775px !important;
}

.max-width-776 {
  max-width: 776px !important;
}

.max-width-777 {
  max-width: 777px !important;
}

.max-width-778 {
  max-width: 778px !important;
}

.max-width-779 {
  max-width: 779px !important;
}

.max-width-780 {
  max-width: 780px !important;
}

.max-width-781 {
  max-width: 781px !important;
}

.max-width-782 {
  max-width: 782px !important;
}

.max-width-783 {
  max-width: 783px !important;
}

.max-width-784 {
  max-width: 784px !important;
}

.max-width-785 {
  max-width: 785px !important;
}

.max-width-786 {
  max-width: 786px !important;
}

.max-width-787 {
  max-width: 787px !important;
}

.max-width-788 {
  max-width: 788px !important;
}

.max-width-789 {
  max-width: 789px !important;
}

.max-width-790 {
  max-width: 790px !important;
}

.max-width-791 {
  max-width: 791px !important;
}

.max-width-792 {
  max-width: 792px !important;
}

.max-width-793 {
  max-width: 793px !important;
}

.max-width-794 {
  max-width: 794px !important;
}

.max-width-795 {
  max-width: 795px !important;
}

.max-width-796 {
  max-width: 796px !important;
}

.max-width-797 {
  max-width: 797px !important;
}

.max-width-798 {
  max-width: 798px !important;
}

.max-width-799 {
  max-width: 799px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-801 {
  max-width: 801px !important;
}

.max-width-802 {
  max-width: 802px !important;
}

.max-width-803 {
  max-width: 803px !important;
}

.max-width-804 {
  max-width: 804px !important;
}

.max-width-805 {
  max-width: 805px !important;
}

.max-width-806 {
  max-width: 806px !important;
}

.max-width-807 {
  max-width: 807px !important;
}

.max-width-808 {
  max-width: 808px !important;
}

.max-width-809 {
  max-width: 809px !important;
}

.max-width-810 {
  max-width: 810px !important;
}

.max-width-811 {
  max-width: 811px !important;
}

.max-width-812 {
  max-width: 812px !important;
}

.max-width-813 {
  max-width: 813px !important;
}

.max-width-814 {
  max-width: 814px !important;
}

.max-width-815 {
  max-width: 815px !important;
}

.max-width-816 {
  max-width: 816px !important;
}

.max-width-817 {
  max-width: 817px !important;
}

.max-width-818 {
  max-width: 818px !important;
}

.max-width-819 {
  max-width: 819px !important;
}

.max-width-820 {
  max-width: 820px !important;
}

.max-width-821 {
  max-width: 821px !important;
}

.max-width-822 {
  max-width: 822px !important;
}

.max-width-823 {
  max-width: 823px !important;
}

.max-width-824 {
  max-width: 824px !important;
}

.max-width-825 {
  max-width: 825px !important;
}

.max-width-826 {
  max-width: 826px !important;
}

.max-width-827 {
  max-width: 827px !important;
}

.max-width-828 {
  max-width: 828px !important;
}

.max-width-829 {
  max-width: 829px !important;
}

.max-width-830 {
  max-width: 830px !important;
}

.max-width-831 {
  max-width: 831px !important;
}

.max-width-832 {
  max-width: 832px !important;
}

.max-width-833 {
  max-width: 833px !important;
}

.max-width-834 {
  max-width: 834px !important;
}

.max-width-835 {
  max-width: 835px !important;
}

.max-width-836 {
  max-width: 836px !important;
}

.max-width-837 {
  max-width: 837px !important;
}

.max-width-838 {
  max-width: 838px !important;
}

.max-width-839 {
  max-width: 839px !important;
}

.max-width-840 {
  max-width: 840px !important;
}

.max-width-841 {
  max-width: 841px !important;
}

.max-width-842 {
  max-width: 842px !important;
}

.max-width-843 {
  max-width: 843px !important;
}

.max-width-844 {
  max-width: 844px !important;
}

.max-width-845 {
  max-width: 845px !important;
}

.max-width-846 {
  max-width: 846px !important;
}

.max-width-847 {
  max-width: 847px !important;
}

.max-width-848 {
  max-width: 848px !important;
}

.max-width-849 {
  max-width: 849px !important;
}

.max-width-850 {
  max-width: 850px !important;
}

.max-width-851 {
  max-width: 851px !important;
}

.max-width-852 {
  max-width: 852px !important;
}

.max-width-853 {
  max-width: 853px !important;
}

.max-width-854 {
  max-width: 854px !important;
}

.max-width-855 {
  max-width: 855px !important;
}

.max-width-856 {
  max-width: 856px !important;
}

.max-width-857 {
  max-width: 857px !important;
}

.max-width-858 {
  max-width: 858px !important;
}

.max-width-859 {
  max-width: 859px !important;
}

.max-width-860 {
  max-width: 860px !important;
}

.max-width-861 {
  max-width: 861px !important;
}

.max-width-862 {
  max-width: 862px !important;
}

.max-width-863 {
  max-width: 863px !important;
}

.max-width-864 {
  max-width: 864px !important;
}

.max-width-865 {
  max-width: 865px !important;
}

.max-width-866 {
  max-width: 866px !important;
}

.max-width-867 {
  max-width: 867px !important;
}

.max-width-868 {
  max-width: 868px !important;
}

.max-width-869 {
  max-width: 869px !important;
}

.max-width-870 {
  max-width: 870px !important;
}

.max-width-871 {
  max-width: 871px !important;
}

.max-width-872 {
  max-width: 872px !important;
}

.max-width-873 {
  max-width: 873px !important;
}

.max-width-874 {
  max-width: 874px !important;
}

.max-width-875 {
  max-width: 875px !important;
}

.max-width-876 {
  max-width: 876px !important;
}

.max-width-877 {
  max-width: 877px !important;
}

.max-width-878 {
  max-width: 878px !important;
}

.max-width-879 {
  max-width: 879px !important;
}

.max-width-880 {
  max-width: 880px !important;
}

.max-width-881 {
  max-width: 881px !important;
}

.max-width-882 {
  max-width: 882px !important;
}

.max-width-883 {
  max-width: 883px !important;
}

.max-width-884 {
  max-width: 884px !important;
}

.max-width-885 {
  max-width: 885px !important;
}

.max-width-886 {
  max-width: 886px !important;
}

.max-width-887 {
  max-width: 887px !important;
}

.max-width-888 {
  max-width: 888px !important;
}

.max-width-889 {
  max-width: 889px !important;
}

.max-width-890 {
  max-width: 890px !important;
}

.max-width-891 {
  max-width: 891px !important;
}

.max-width-892 {
  max-width: 892px !important;
}

.max-width-893 {
  max-width: 893px !important;
}

.max-width-894 {
  max-width: 894px !important;
}

.max-width-895 {
  max-width: 895px !important;
}

.max-width-896 {
  max-width: 896px !important;
}

.max-width-897 {
  max-width: 897px !important;
}

.max-width-898 {
  max-width: 898px !important;
}

.max-width-899 {
  max-width: 899px !important;
}

.max-width-900 {
  max-width: 900px !important;
}

.max-width-901 {
  max-width: 901px !important;
}

.max-width-902 {
  max-width: 902px !important;
}

.max-width-903 {
  max-width: 903px !important;
}

.max-width-904 {
  max-width: 904px !important;
}

.max-width-905 {
  max-width: 905px !important;
}

.max-width-906 {
  max-width: 906px !important;
}

.max-width-907 {
  max-width: 907px !important;
}

.max-width-908 {
  max-width: 908px !important;
}

.max-width-909 {
  max-width: 909px !important;
}

.max-width-910 {
  max-width: 910px !important;
}

.max-width-911 {
  max-width: 911px !important;
}

.max-width-912 {
  max-width: 912px !important;
}

.max-width-913 {
  max-width: 913px !important;
}

.max-width-914 {
  max-width: 914px !important;
}

.max-width-915 {
  max-width: 915px !important;
}

.max-width-916 {
  max-width: 916px !important;
}

.max-width-917 {
  max-width: 917px !important;
}

.max-width-918 {
  max-width: 918px !important;
}

.max-width-919 {
  max-width: 919px !important;
}

.max-width-920 {
  max-width: 920px !important;
}

.max-width-921 {
  max-width: 921px !important;
}

.max-width-922 {
  max-width: 922px !important;
}

.max-width-923 {
  max-width: 923px !important;
}

.max-width-924 {
  max-width: 924px !important;
}

.max-width-925 {
  max-width: 925px !important;
}

.max-width-926 {
  max-width: 926px !important;
}

.max-width-927 {
  max-width: 927px !important;
}

.max-width-928 {
  max-width: 928px !important;
}

.max-width-929 {
  max-width: 929px !important;
}

.max-width-930 {
  max-width: 930px !important;
}

.max-width-931 {
  max-width: 931px !important;
}

.max-width-932 {
  max-width: 932px !important;
}

.max-width-933 {
  max-width: 933px !important;
}

.max-width-934 {
  max-width: 934px !important;
}

.max-width-935 {
  max-width: 935px !important;
}

.max-width-936 {
  max-width: 936px !important;
}

.max-width-937 {
  max-width: 937px !important;
}

.max-width-938 {
  max-width: 938px !important;
}

.max-width-939 {
  max-width: 939px !important;
}

.max-width-940 {
  max-width: 940px !important;
}

.max-width-941 {
  max-width: 941px !important;
}

.max-width-942 {
  max-width: 942px !important;
}

.max-width-943 {
  max-width: 943px !important;
}

.max-width-944 {
  max-width: 944px !important;
}

.max-width-945 {
  max-width: 945px !important;
}

.max-width-946 {
  max-width: 946px !important;
}

.max-width-947 {
  max-width: 947px !important;
}

.max-width-948 {
  max-width: 948px !important;
}

.max-width-949 {
  max-width: 949px !important;
}

.max-width-950 {
  max-width: 950px !important;
}

.max-width-951 {
  max-width: 951px !important;
}

.max-width-952 {
  max-width: 952px !important;
}

.max-width-953 {
  max-width: 953px !important;
}

.max-width-954 {
  max-width: 954px !important;
}

.max-width-955 {
  max-width: 955px !important;
}

.max-width-956 {
  max-width: 956px !important;
}

.max-width-957 {
  max-width: 957px !important;
}

.max-width-958 {
  max-width: 958px !important;
}

.max-width-959 {
  max-width: 959px !important;
}

.max-width-960 {
  max-width: 960px !important;
}

.max-width-961 {
  max-width: 961px !important;
}

.max-width-962 {
  max-width: 962px !important;
}

.max-width-963 {
  max-width: 963px !important;
}

.max-width-964 {
  max-width: 964px !important;
}

.max-width-965 {
  max-width: 965px !important;
}

.max-width-966 {
  max-width: 966px !important;
}

.max-width-967 {
  max-width: 967px !important;
}

.max-width-968 {
  max-width: 968px !important;
}

.max-width-969 {
  max-width: 969px !important;
}

.max-width-970 {
  max-width: 970px !important;
}

.max-width-971 {
  max-width: 971px !important;
}

.max-width-972 {
  max-width: 972px !important;
}

.max-width-973 {
  max-width: 973px !important;
}

.max-width-974 {
  max-width: 974px !important;
}

.max-width-975 {
  max-width: 975px !important;
}

.max-width-976 {
  max-width: 976px !important;
}

.max-width-977 {
  max-width: 977px !important;
}

.max-width-978 {
  max-width: 978px !important;
}

.max-width-979 {
  max-width: 979px !important;
}

.max-width-980 {
  max-width: 980px !important;
}

.max-width-981 {
  max-width: 981px !important;
}

.max-width-982 {
  max-width: 982px !important;
}

.max-width-983 {
  max-width: 983px !important;
}

.max-width-984 {
  max-width: 984px !important;
}

.max-width-985 {
  max-width: 985px !important;
}

.max-width-986 {
  max-width: 986px !important;
}

.max-width-987 {
  max-width: 987px !important;
}

.max-width-988 {
  max-width: 988px !important;
}

.max-width-989 {
  max-width: 989px !important;
}

.max-width-990 {
  max-width: 990px !important;
}

.max-width-991 {
  max-width: 991px !important;
}

.max-width-992 {
  max-width: 992px !important;
}

.max-width-993 {
  max-width: 993px !important;
}

.max-width-994 {
  max-width: 994px !important;
}

.max-width-995 {
  max-width: 995px !important;
}

.max-width-996 {
  max-width: 996px !important;
}

.max-width-997 {
  max-width: 997px !important;
}

.max-width-998 {
  max-width: 998px !important;
}

.max-width-999 {
  max-width: 999px !important;
}

.max-width-1000 {
  max-width: 1000px !important;
}

.alert {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translate(-50%);
  max-width: 550px;
  width: 100%;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #F9DEDC;
  z-index: 99999 !important;
}
.alert .ico {
  width: 24px;
  height: 24px;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #EF3F36;
}
.alert .ico i {
  color: #3D3D3D;
}
.alert button {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  background: none;
  border: none;
  color: #F9DEDC;
  cursor: pointer;
}
.alert button i {
  color: #F9DEDC;
}

.alert-danger {
  background-color: #601410;
}

.btn-fill {
  cursor: pointer;
  width: 46%;
  margin: 24px 0;
  border-radius: 4px;
  text-transform: inherit;
  outline: none;
  box-shadow: none;
  color: #042240;
  background-color: #00B9D0;
}
.btn-fill:hover {
  background-color: #50DBED;
}

.btn-outline {
  cursor: pointer;
  width: 46%;
  margin: 24px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: inherit;
  outline: none;
  box-shadow: none;
  color: #042240;
  background-color: #0086A3;
  border: solid 1px #042240;
}
.btn-outline:hover {
  background-color: #00B9D0;
}

.btn-text {
  cursor: pointer;
  width: 46%;
  margin: 24px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: inherit;
  outline: none;
  box-shadow: none;
  color: #042240;
  background: none;
  border: none;
}
.btn-text:hover {
  color: #00478F;
}

main {
  background-color: #00478F;
  position: relative;
}
main .mainLayout {
  position: relative;
  z-index: 100;
  min-height: calc(100vh - 253px);
}
@media (max-width: 640px) {
  main .mainLayout {
    min-height: auto;
  }
}
main .mainLayout .page-login {
  min-height: calc(100vh - 253px);
}
@media (max-width: 640px) {
  main .mainLayout .page-login {
    min-height: auto;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 160px 10px;
}
@media (max-width: 1400px) {
  header {
    padding: 20px 80px 10px;
  }
}
@media (max-width: 640px) {
  header {
    padding: 20px 20px 10px;
  }
}
header img {
  width: 115px;
}
@media (max-width: 640px) {
  header img {
    width: 80px;
  }
}
header span {
  color: #FCFCFC;
}
header span a {
  color: #00B9D0;
}
header span a:hover {
  color: #50DBED;
}

footer {
  background-color: #042240;
  padding: 0 160px;
}
@media (max-width: 1400px) {
  footer {
    padding: 0 80px;
  }
}
@media (max-width: 640px) {
  footer {
    padding: 0 20px;
  }
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px #00478F;
}
footer .top .sponsors {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 36px 0 28px;
}
@media (max-width: 640px) {
  footer .top .sponsors {
    justify-content: center;
  }
}
footer .top .sponsors img {
  margin: 8px 30px 8px 0;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
}
@media (max-width: 880px) {
  footer .bottom {
    flex-direction: column;
    align-items: center;
  }
}
footer .bottom .redes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 880px) {
  footer .bottom .redes {
    margin-bottom: 24px;
  }
}
footer .bottom .redes a {
  color: #F0F0F0;
  display: inline-block;
  margin-right: 24px;
}
@media (max-width: 880px) {
  footer .bottom .tyc {
    text-align: center;
  }
}
footer .bottom .tyc a {
  color: #FCFCFC;
}
footer .bottom .tyc a:hover {
  color: #7A7A7A;
}
footer .bottom .tyc span {
  color: #00478F;
  margin: 0 5px;
}
footer .legales {
  padding: 16px 0 40px;
}
@media (max-width: 640px) {
  footer .legales {
    text-align: center;
    padding: 12px 0 20px;
  }
}
footer .legales p {
  color: #FCFCFC;
  font-weight: 600;
}
footer .legales p span {
  font-weight: 400;
}

form {
  margin: 30px 0 35px;
}
form .form-box {
  position: relative;
}
form .form-box input,
form .form-box select {
  width: 100%;
  height: 56px;
  color: #F0F0F0;
  font-size: 16px;
  font-weight: 400;
  padding-left: 35px;
  border-radius: 4px;
  margin: 16px 0;
  outline: none;
  border: solid 1px #FCFCFC;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
form .form-box input::-ms-expand,
form .form-box select::-ms-expand {
  display: none;
}
form .form-box input::-moz-placeholder, form .form-box select::-moz-placeholder {
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 400;
}
form .form-box input::placeholder,
form .form-box select::placeholder {
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 400;
}
form .form-box select option {
  color: #0492E4;
}
form .form-box i {
  position: absolute;
  top: 35px;
  left: 10px;
  color: #F0F0F0;
}
form .form-box .fa-caret-down {
  position: absolute;
  top: 35px;
  right: 20px;
  left: inherit;
  z-index: 5;
  color: #F0F0F0;
}
form .form-box .text-danger {
  color: #EF3F36 !important;
}
form .form-box .captcha {
  display: flex;
  justify-content: center;
}
form button {
  cursor: pointer;
  height: 48px;
}
form button[disabled] {
  cursor: initial;
  background-color: #7A7A7A !important;
  color: #3D3D3D !important;
  border: none !important;
}
form .two-inputs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
form .two-inputs .form-box {
  width: 49%;
}
form .three-inputs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 640px) {
  form .three-inputs {
    flex-wrap: wrap;
  }
}
form .three-inputs .form-box {
  width: 32%;
}
@media (max-width: 640px) {
  form .three-inputs .form-box {
    width: 100%;
  }
}
form .four-inputs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 640px) {
  form .four-inputs {
    flex-wrap: wrap;
  }
}
form .four-inputs .form-box {
  width: 23%;
}
@media (max-width: 640px) {
  form .four-inputs .form-box {
    width: 100%;
  }
}
form .recupero {
  margin: 24px 0 32px;
}
form .recupero a {
  color: #00B9D0;
}
form .recupero a:hover {
  color: #0086A3;
}
form .separador {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background-color: #50DBED;
}
form .tyc,
form .recordarme {
  position: relative;
  margin-top: 40px;
}
form .tyc label .check-simulado,
form .recordarme label .check-simulado {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: solid 1px #FCFCFC;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
form .tyc label .check-simulado i,
form .recordarme label .check-simulado i {
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 11px;
  color: #00478F;
}
form .tyc label input[type=checkbox],
form .recordarme label input[type=checkbox] {
  width: 1px;
  opacity: 0;
  position: absolute;
}
form .tyc label input[type=checkbox]:checked + .check-simulado,
form .recordarme label input[type=checkbox]:checked + .check-simulado {
  background: #00478F;
  border: solid 1px #FCFCFC;
}
form .tyc label input[type=checkbox]:checked + .check-simulado i,
form .recordarme label input[type=checkbox]:checked + .check-simulado i {
  color: #F0F0F0;
}
form .tyc span,
form .recordarme span {
  cursor: pointer;
  position: absolute;
  left: 22px;
  top: -4px;
  color: #E0E0E0;
}
form .tyc span a,
form .recordarme span a {
  color: #2D9CDB;
  text-decoration: underline;
}
form .tyc span a:hover,
form .recordarme span a:hover {
  color: #7A7A7A;
}

.mainLayout {
  width: 100%;
}
.mainLayout .page-identificacion,
.mainLayout .page-validacion,
.mainLayout .page-crear-cuenta {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .mainLayout .page-identificacion,
  .mainLayout .page-validacion,
  .mainLayout .page-crear-cuenta {
    flex-direction: column;
  }
}
.mainLayout .page-identificacion .box-left,
.mainLayout .page-validacion .box-left,
.mainLayout .page-crear-cuenta .box-left {
  background-image: url("../images/bg-registro.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0086A3;
  padding: 260px 160px 0;
  width: 45vw;
  min-height: 940px;
  position: relative;
}
.mainLayout .page-identificacion .box-left:after,
.mainLayout .page-validacion .box-left:after,
.mainLayout .page-crear-cuenta .box-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45vw;
  height: 78px;
  background-color: #00478F;
  border-bottom: solid 1px #00478F;
  opacity: 0.48;
}
@media (max-width: 1400px) {
  .mainLayout .page-identificacion .box-left,
  .mainLayout .page-validacion .box-left,
  .mainLayout .page-crear-cuenta .box-left {
    padding: 180px 80px 0;
  }
}
@media (max-width: 991px) {
  .mainLayout .page-identificacion .box-left,
  .mainLayout .page-validacion .box-left,
  .mainLayout .page-crear-cuenta .box-left {
    width: 100%;
    min-height: 350px;
  }
  .mainLayout .page-identificacion .box-left:after,
  .mainLayout .page-validacion .box-left:after,
  .mainLayout .page-crear-cuenta .box-left:after {
    width: 100vw;
  }
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-left,
  .mainLayout .page-validacion .box-left,
  .mainLayout .page-crear-cuenta .box-left {
    padding: 0 20px;
  }
}
.mainLayout .page-identificacion .box-left h1,
.mainLayout .page-validacion .box-left h1,
.mainLayout .page-crear-cuenta .box-left h1 {
  color: #BCA06E;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .mainLayout .page-identificacion .box-left h1,
  .mainLayout .page-validacion .box-left h1,
  .mainLayout .page-crear-cuenta .box-left h1 {
    font-size: 46px;
    line-height: 60px;
  }
}
@media (max-width: 840px) {
  .mainLayout .page-identificacion .box-left h1,
  .mainLayout .page-validacion .box-left h1,
  .mainLayout .page-crear-cuenta .box-left h1 {
    font-size: 32px;
    line-height: 38px;
    padding-top: 130px;
  }
}
.mainLayout .page-identificacion .box-right,
.mainLayout .page-validacion .box-right,
.mainLayout .page-crear-cuenta .box-right {
  width: 65vw;
  min-height: 940px;
  padding-top: 135px;
  padding-left: 80px;
  background-color: #00478F;
}
@media (max-width: 991px) {
  .mainLayout .page-identificacion .box-right,
  .mainLayout .page-validacion .box-right,
  .mainLayout .page-crear-cuenta .box-right {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right,
  .mainLayout .page-validacion .box-right,
  .mainLayout .page-crear-cuenta .box-right {
    padding-left: 20px;
    padding-top: 40px;
  }
}
.mainLayout .page-identificacion .box-right .modulo-registro,
.mainLayout .page-validacion .box-right .modulo-registro,
.mainLayout .page-crear-cuenta .box-right .modulo-registro {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 1400px) {
  .mainLayout .page-identificacion .box-right .modulo-registro,
  .mainLayout .page-validacion .box-right .modulo-registro,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro {
    max-width: 100%;
    padding-right: 80px;
  }
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right .modulo-registro,
  .mainLayout .page-validacion .box-right .modulo-registro,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro {
    padding-right: 20px;
  }
}
.mainLayout .page-identificacion .box-right .modulo-registro .stepper,
.mainLayout .page-validacion .box-right .modulo-registro .stepper,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mainLayout .page-identificacion .box-right .modulo-registro .stepper .step,
.mainLayout .page-validacion .box-right .modulo-registro .stepper .step,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step {
  display: flex;
  align-items: center;
  padding: 4px 16px 4px 12px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #7A7A7A;
  margin: 0 4px;
  background-color: transparent;
  border: solid 1px #7A7A7A;
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right .modulo-registro .stepper .step,
  .mainLayout .page-validacion .box-right .modulo-registro .stepper .step,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step {
    padding: 4px 12px;
  }
}
.mainLayout .page-identificacion .box-right .modulo-registro .stepper .step small,
.mainLayout .page-validacion .box-right .modulo-registro .stepper .step small,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step small {
  font-size: 14px;
  line-height: 22px;
  margin-left: 4px;
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right .modulo-registro .stepper .step small,
  .mainLayout .page-validacion .box-right .modulo-registro .stepper .step small,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step small {
    display: none;
  }
}
.mainLayout .page-identificacion .box-right .modulo-registro .stepper .step i,
.mainLayout .page-validacion .box-right .modulo-registro .stepper .step i,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step i {
  color: #7A7A7A;
}
.mainLayout .page-identificacion .box-right .modulo-registro .stepper .step-active,
.mainLayout .page-validacion .box-right .modulo-registro .stepper .step-active,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step-active {
  color: #042240;
  font-weight: 600;
  border: solid 1px #50DBED;
  background-color: #00B9D0;
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right .modulo-registro .stepper .step-active,
  .mainLayout .page-validacion .box-right .modulo-registro .stepper .step-active,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step-active {
    padding: 4px 16px 4px 12px;
  }
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right .modulo-registro .stepper .step-active small,
  .mainLayout .page-validacion .box-right .modulo-registro .stepper .step-active small,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step-active small {
    display: none;
  }
}
.mainLayout .page-identificacion .box-right .modulo-registro .stepper .step-active i,
.mainLayout .page-validacion .box-right .modulo-registro .stepper .step-active i,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .step-active i {
  color: #042240;
}
.mainLayout .page-identificacion .box-right .modulo-registro .stepper .fa-solid,
.mainLayout .page-validacion .box-right .modulo-registro .stepper .fa-solid,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .stepper .fa-solid {
  color: #7A7A7A;
  margin: 0 8px;
}
.mainLayout .page-identificacion .box-right .modulo-registro h2,
.mainLayout .page-validacion .box-right .modulo-registro h2,
.mainLayout .page-crear-cuenta .box-right .modulo-registro h2 {
  color: #00B9D0;
  margin: 35px 0 8px;
}
.mainLayout .page-identificacion .box-right .modulo-registro p,
.mainLayout .page-validacion .box-right .modulo-registro p,
.mainLayout .page-crear-cuenta .box-right .modulo-registro p {
  color: #F0F0F0;
  padding-right: 40px;
}
.mainLayout .page-identificacion .box-right .modulo-registro form h6,
.mainLayout .page-validacion .box-right .modulo-registro form h6,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form h6 {
  color: #F0F0F0;
  margin-bottom: 12px;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .form-box,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box {
  position: relative;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .form-box input,
.mainLayout .page-identificacion .box-right .modulo-registro form .form-box select,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box input,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box select,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box input,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box select {
  height: 56px !important;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .form-box .tooltip,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box .tooltip,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box .tooltip {
  color: #BCA06E;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .form-box .tooltip .box-tooltip,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box .tooltip .box-tooltip,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box .tooltip .box-tooltip {
  display: block;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: #F0F0F0;
  padding: 16px;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .form-box .tooltip .box-tooltip p,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box .tooltip .box-tooltip p,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box .tooltip .box-tooltip p {
  color: #3D3D3D;
  margin-bottom: 10px;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .form-box .tooltip:hover .box-tooltip,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box .tooltip:hover .box-tooltip,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box .tooltip:hover .box-tooltip {
  top: 20px;
  opacity: 1;
  z-index: 99;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .form-box small,
.mainLayout .page-validacion .box-right .modulo-registro form .form-box small,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .form-box small {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #F0F0F0;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .box-politica-captcha span,
.mainLayout .page-validacion .box-right .modulo-registro form .box-politica-captcha span,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .box-politica-captcha span {
  color: #F0F0F0;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .box-politica-captcha a,
.mainLayout .page-validacion .box-right .modulo-registro form .box-politica-captcha a,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .box-politica-captcha a {
  color: #2D9CDB;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .btn-siguiente,
.mainLayout .page-validacion .box-right .modulo-registro form .btn-siguiente,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .btn-siguiente {
  width: 100%;
  margin: 45px 0 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: inherit;
  color: #042240 !important;
  background-color: #00B9D0;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .btn-siguiente:hover,
.mainLayout .page-validacion .box-right .modulo-registro form .btn-siguiente:hover,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .btn-siguiente:hover {
  background-color: #50DBED;
}
.mainLayout .page-identificacion .box-right .modulo-registro form h5,
.mainLayout .page-validacion .box-right .modulo-registro form h5,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form h5 {
  color: #F0F0F0;
  margin-bottom: 16px;
  margin-top: 32px;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .cambiar-tel,
.mainLayout .page-validacion .box-right .modulo-registro form .cambiar-tel,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .cambiar-tel {
  color: #FCFCFC;
  cursor: pointer;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .cambiar-tel span,
.mainLayout .page-validacion .box-right .modulo-registro form .cambiar-tel span,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .cambiar-tel span {
  color: #00B9D0;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .box-msg-cel,
.mainLayout .page-validacion .box-right .modulo-registro form .box-msg-cel,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .box-msg-cel {
  background-color: #FCFCFC;
  padding: 16px 24px;
  margin-bottom: 8px;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .box-msg-cel .txt,
.mainLayout .page-validacion .box-right .modulo-registro form .box-msg-cel .txt,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .box-msg-cel .txt {
  margin-left: 16px;
}
.mainLayout .page-identificacion .box-right .modulo-registro form .acciones,
.mainLayout .page-validacion .box-right .modulo-registro form .acciones,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .acciones {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right .modulo-registro form .acciones,
  .mainLayout .page-validacion .box-right .modulo-registro form .acciones,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro form .acciones {
    flex-direction: column;
  }
}
.mainLayout .page-identificacion .box-right .modulo-registro form .acciones button,
.mainLayout .page-validacion .box-right .modulo-registro form .acciones button,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .acciones button {
  width: 48% !important;
  margin: 16px 0 !important;
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right .modulo-registro form .acciones button,
  .mainLayout .page-validacion .box-right .modulo-registro form .acciones button,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro form .acciones button {
    width: 100% !important;
    margin: 8px 0 !important;
  }
}
.mainLayout .page-identificacion .box-right .modulo-registro form .acciones .btn-outline,
.mainLayout .page-validacion .box-right .modulo-registro form .acciones .btn-outline,
.mainLayout .page-crear-cuenta .box-right .modulo-registro form .acciones .btn-outline {
  color: #00B9D0 !important;
  border: solid 1px #00B9D0 !important;
  background-color: transparent !important;
}
.mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente,
.mainLayout .page-validacion .box-right .modulo-registro .datos-cliente,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente {
  background-color: #F0F0F0;
  margin: 40px 0;
  padding: 24px;
  border-radius: 8px;
}
@media (max-width: 640px) {
  .mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente,
  .mainLayout .page-validacion .box-right .modulo-registro .datos-cliente,
  .mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente {
    padding: 24px 12px;
  }
}
.mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente .avatar,
.mainLayout .page-validacion .box-right .modulo-registro .datos-cliente .avatar,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente .avatar {
  width: 72px;
}
.mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente h3,
.mainLayout .page-validacion .box-right .modulo-registro .datos-cliente h3,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente h3 {
  color: #181818;
  font-size: 20px;
  line-height: 28px;
  margin-left: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente h4,
.mainLayout .page-validacion .box-right .modulo-registro .datos-cliente h4,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente h4 {
  color: #00478F;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-left: 8px;
}
.mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente i,
.mainLayout .page-validacion .box-right .modulo-registro .datos-cliente i,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente i {
  color: #BCA06E;
}
.mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente .box,
.mainLayout .page-validacion .box-right .modulo-registro .datos-cliente .box,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente .box {
  border-top: solid 1px #50DBED;
  padding-top: 20px;
  margin-top: 20px;
}
.mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente .box p,
.mainLayout .page-validacion .box-right .modulo-registro .datos-cliente .box p,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente .box p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: 400;
  color: #181818;
}
.mainLayout .page-identificacion .box-right .modulo-registro .datos-cliente .box p span,
.mainLayout .page-validacion .box-right .modulo-registro .datos-cliente .box p span,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .datos-cliente .box p span {
  color: #7A7A7A;
  font-weight: 600;
  width: 160px;
  display: inline-block;
}
.mainLayout .page-identificacion .box-right .modulo-registro .botonera,
.mainLayout .page-validacion .box-right .modulo-registro .botonera,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .botonera {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainLayout .page-identificacion .box-right .modulo-registro .botonera .btn-fill,
.mainLayout .page-validacion .box-right .modulo-registro .botonera .btn-fill,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .botonera .btn-fill {
  width: 46%;
  margin: 24px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: inherit;
  color: #042240;
  background-color: #00B9D0;
}
.mainLayout .page-identificacion .box-right .modulo-registro .botonera .btn-fill:hover,
.mainLayout .page-validacion .box-right .modulo-registro .botonera .btn-fill:hover,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .botonera .btn-fill:hover {
  background-color: #50DBED;
}
.mainLayout .page-identificacion .box-right .modulo-registro .botonera .btn-outline,
.mainLayout .page-validacion .box-right .modulo-registro .botonera .btn-outline,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .botonera .btn-outline {
  width: 46%;
  margin: 24px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: inherit;
  color: #00B9D0;
  background-color: #00478F;
  border: solid 1px #00B9D0;
}
.mainLayout .page-identificacion .box-right .modulo-registro .botonera .btn-outline:hover,
.mainLayout .page-validacion .box-right .modulo-registro .botonera .btn-outline:hover,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .botonera .btn-outline:hover {
  background-color: #0492E4;
}
.mainLayout .page-identificacion .box-right .modulo-registro .botonera .btn-cancelar,
.mainLayout .page-validacion .box-right .modulo-registro .botonera .btn-cancelar,
.mainLayout .page-crear-cuenta .box-right .modulo-registro .botonera .btn-cancelar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 48px;
}
.mainLayout .page-crear-cuenta .box-right .modulo-registro .box-form .botonera {
  margin-top: 55px;
}
.mainLayout .registro-mensajes {
  padding: 150px 0;
  min-height: 675px;
  background-image: url("../images/bg-afa-textura.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 950px) {
  .mainLayout .registro-mensajes {
    height: auto;
  }
}
.mainLayout .registro-mensajes .cont-580 {
  text-align: center;
}
.mainLayout .registro-mensajes .cont-580 img {
  margin-bottom: 48px;
}
@media (max-width: 640px) {
  .mainLayout .registro-mensajes .cont-580 img {
    width: 80px;
    margin-bottom: 16px;
  }
}
.mainLayout .registro-mensajes .cont-580 h1 {
  color: #BCA06E;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .mainLayout .registro-mensajes .cont-580 h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.mainLayout .registro-mensajes .cont-580 p {
  color: #F0F0F0;
}
.mainLayout .registro-mensajes .cont-580 p span {
  font-weight: 600;
}
.mainLayout .registro-mensajes .cont-580 p a {
  color: #F0F0F0;
  font-weight: 600;
  text-decoration: none;
}
.mainLayout .registro-mensajes .cont-580 h2 {
  color: #F0F0F0;
  margin: 55px auto 32px;
  padding-top: 16px;
  border-top: solid 1px #50DBED;
}
.mainLayout .registro-mensajes .cont-580 .mail i {
  color: #00478F;
}
.mainLayout .registro-mensajes .cont-580 .mail span {
  color: #F0F0F0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.mainLayout .registro-mensajes .cont-580 ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.mainLayout .registro-mensajes .cont-580 ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #F0F0F0;
  position: relative;
  padding-left: 25px;
  padding-bottom: 24px;
}
.mainLayout .registro-mensajes .cont-580 ul li span {
  font-weight: 600;
}
.mainLayout .registro-mensajes .cont-580 ul li a {
  text-decoration: none;
  color: #F0F0F0;
  font-weight: 600;
}
.mainLayout .registro-mensajes .cont-580 ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #00478F;
}
.mainLayout .registro-mensajes .cont-580 button {
  display: block;
  color: #00B9D0;
  width: 256px;
  margin: 36px auto 0;
}
.mainLayout .registro-mensajes .cont-580 .btn-fill {
  display: inline-block;
  width: 256px;
  padding: 12px 0;
  color: #042240;
}
.mainLayout .registro-mensajes .cont-580 .btn-text {
  display: block;
  margin: 24px auto;
  width: 256px;
  color: #BCA06E;
}
.mainLayout .registro-mensajes .cont-580 .btn-text:hover {
  color: #D2BF9D;
}

.mainLayout .page-login {
  background-image: url("../images/bg-login.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 85px;
}
@media (max-width: 1500px) {
  .mainLayout .page-login {
    background-position: center center;
  }
}
@media (max-width: 991px) {
  .mainLayout .page-login {
    flex-direction: column;
  }
}
.mainLayout .page-login .box-left {
  width: 50vw;
  min-height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 210px;
  border-top: solid 1px #50DBED;
}
@media (max-width: 1700px) {
  .mainLayout .page-login .box-left {
    padding: 0 120px;
  }
}
@media (max-width: 1400px) {
  .mainLayout .page-login .box-left {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .mainLayout .page-login .box-left {
    width: 100%;
    min-height: auto;
    padding: 80px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .mainLayout .page-login .box-left {
    padding: 40px 24px;
  }
}
.mainLayout .page-login .box-left h1 {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .mainLayout .page-login .box-left h1 {
    margin-bottom: 160px;
  }
}
@media (max-width: 991px) {
  .mainLayout .page-login .box-left h1 {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .mainLayout .page-login .box-left h1 {
    font-size: 38px;
    line-height: 48px;
    padding-top: 40px;
  }
}
.mainLayout .page-login .box-left h1 span {
  color: #00B9D0;
}
.mainLayout .page-login .box-right {
  width: 50vw;
  min-height: 600px;
  border-top: solid 1px #50DBED;
}
@media (max-width: 991px) {
  .mainLayout .page-login .box-right {
    width: 100%;
    min-height: auto;
    border-top: none;
  }
}
@media (max-width: 640px) {
  .mainLayout .page-login .box-right {
    padding: 0 15px;
  }
}
.mainLayout .page-login .box-right .box-login {
  width: 550px;
  margin: 65px 0 80px;
  padding: 48px;
  background-color: #00478F;
}
@media (max-width: 991px) {
  .mainLayout .page-login .box-right .box-login {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 60px;
  }
}
.mainLayout .page-login .box-right .box-login h2 {
  color: #F0F0F0;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .mainLayout .page-login .box-right .box-login h2 {
    font-size: 26px;
    text-align: center;
  }
}
.mainLayout .page-login .box-right .box-login form .form-box {
  position: relative;
}
.mainLayout .page-login .box-right .box-login form .form-box #btn-eye {
  position: absolute;
  top: 35px;
  left: 90%;
  cursor: pointer;
}
.mainLayout .page-login .box-right .box-login form .btn-login {
  width: 100%;
  margin: 24px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: inherit;
  color: #00478F;
  background-color: #00B9D0;
}
.mainLayout .page-login .box-right .box-login form .btn-login:hover {
  background-color: #50DBED;
}

.mainLayout {
  width: 100%;
}
.mainLayout .legales {
  padding: 150px 0;
  min-height: 975px;
  background-image: url("../images/bg-afa-textura.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mainLayout .legales .cont-975 h1 {
  color: #F0F0F0;
  font-weight: 400;
  font-family: "Anton";
  font-size: 32px;
  line-height: 40px;
  margin: 0 auto 40px;
  text-align: center;
}
.mainLayout .legales .cont-975 h4 {
  color: #CBE4F6;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
}
.mainLayout .legales .cont-975 h5 {
  color: #CBE4F6;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}
.mainLayout .legales .cont-975 p {
  color: #FCFCFC;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 36px;
}
.mainLayout .legales .cont-975 p a {
  color: #2D9CDB;
}/*# sourceMappingURL=main.css.map */