@charset "UTF-8";
h1 {
  color: var(--dark);
}

html {
  min-width: 300px;
  height: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#page-container {
  flex: 1 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.disable-tap-zoom, .disable-tap-zoom * {
  touch-action: manipulation !important;
}

.oculto {
  display: none !important;
}

.invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-uppercase {
  text-transform: none;
}

.no-text {
  text-indent: -9999em;
  text-transform: uppercase;
  color: transparent !important;
  user-select: none;
  line-height: 0;
}

.no-click {
  pointer-events: none !important;
}

.oscurecer {
  filter: brightness(0.4);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.degrado {
  background: rgb(28, 95, 216) !important;
  background: -moz-linear-gradient(to bottom right, rgb(28, 95, 216) 0%, rgba(38, 112, 243, 0.95) 26%, rgba(63, 128, 250, 0.9) 52%, rgba(137, 105, 250, 0.86) 68%, rgba(162, 87, 242, 0.83) 85%, rgba(186, 63, 231, 0.8) 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(28, 95, 216)), color-stop(26%, rgba(38, 112, 243, 0.95)), color-stop(52%, rgba(63, 128, 250, 0.9)), color-stop(68%, rgba(137, 105, 250, 0.86)), color-stop(85%, rgba(162, 87, 242, 0.83)), color-stop(100%, rgba(186, 63, 231, 0.8))) !important;
  background: -webkit-linear-gradient(to bottom right, rgb(28, 95, 216) 0%, rgba(38, 112, 243, 0.95) 26%, rgba(63, 128, 250, 0.9) 52%, rgba(137, 105, 250, 0.86) 68%, rgba(162, 87, 242, 0.83) 85%, rgba(186, 63, 231, 0.8) 100%) !important;
  background: -o-linear-gradient(to bottom right, rgb(28, 95, 216) 0%, rgba(38, 112, 243, 0.95) 26%, rgba(63, 128, 250, 0.9) 52%, rgba(137, 105, 250, 0.86) 68%, rgba(162, 87, 242, 0.83) 85%, rgba(186, 63, 231, 0.8) 100%) !important;
  background: -ms-linear-gradient(to bottom right, rgb(28, 95, 216) 0%, rgba(38, 112, 243, 0.95) 26%, rgba(63, 128, 250, 0.9) 52%, rgba(137, 105, 250, 0.86) 68%, rgba(162, 87, 242, 0.83) 85%, rgba(186, 63, 231, 0.8) 100%) !important;
  background: linear-gradient(to bottom right, rgb(28, 95, 216) 0%, rgba(38, 112, 243, 0.95) 26%, rgba(63, 128, 250, 0.9) 52%, rgba(137, 105, 250, 0.86) 68%, rgba(162, 87, 242, 0.83) 85%, rgba(186, 63, 231, 0.8) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c5fd8", endColorstr="#ba3fe7", GradientType=1 ) !important;
}

.sombra {
  -webkit-box-shadow: 0px 1px 10px -1px rgba(5, 11, 36, 0.1);
  -moz-box-shadow: 0px 1px 10px -1px rgba(5, 11, 36, 0.1);
  box-shadow: 0px 1px 10px -1px rgba(5, 11, 36, 0.1);
}
.sombra-min {
  -webkit-box-shadow: 0px 1px 21px -1px rgba(5, 11, 36, 0.04);
  -moz-box-shadow: 0px 1px 21px -1px rgba(5, 11, 36, 0.04);
  box-shadow: 0px 1px 21px -1px rgba(5, 11, 36, 0.04);
}
.sombra-med {
  -webkit-box-shadow: 0px 0px 15px -1px rgba(5, 11, 36, 0.07);
  -moz-box-shadow: 0px 0px 15px -1px rgba(5, 11, 36, 0.07);
  box-shadow: 0px 0px 15px -1px rgba(5, 11, 36, 0.07);
}
.sombra-centrada {
  -webkit-box-shadow: 0px 0px 21px -1px rgba(5, 11, 36, 0.1);
  -moz-box-shadow: 0px 0px 21px -1px rgba(5, 11, 36, 0.1);
  box-shadow: 0px 0px 21px -1px rgba(5, 11, 36, 0.1);
}
.sombra-black {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}

.no-css {
  all: unset;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-33 {
  width: 33.3333333333% !important;
}

.h-100 {
  height: 100% !important;
}

.row + .row.farest {
  margin-top: 20em;
}
.row + .row.far {
  margin-top: 15em;
}
.row + .row.close, .row + .row.medium {
  margin-top: 4em;
}
@media (min-width: 750px) {
  .row + .row.medium {
    margin-top: 10em;
  }
}
.row + .row.closest {
  margin-top: 1em;
}

@media (min-width: 550px) {
  .absolute-vert-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.p-rel {
  position: relative;
}
.p-flex {
  position: flex;
}
.p-abs {
  position: absolute;
}

.d-block {
  display: block !important;
}

.flex {
  display: flex !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex ::after {
  display: none;
}

.flex-between {
  justify-content: space-between !important;
}
.flex-around {
  justify-content: space-around !important;
}
.flex-evenly {
  justify-content: space-evenly !important;
}
.flex-center {
  justify-content: center !important;
}
.flex-end {
  justify-content: flex-end !important;
}
.flex-align-center {
  align-items: center;
}
.flex-25 {
  flex: 1 1 25%;
}
.flex-30 {
  flex: 1 1 30%;
}
.flex-33 {
  flex: 1 1 33.3333333333%;
}
.flex-50 {
  flex: 1 1 50%;
}
.flex-75 {
  flex: 1 1 75%;
}
.flex-100 {
  flex: 1 1 100%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-row {
  flex-direction: row;
}
.flex-row.reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column.reverse {
  flex-direction: column-reverse;
}

@media (min-width: 1000px) {
  .flex-vert-center {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
  }
}

@-webkit-keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@-moz-keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@-o-keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
@-webkit-keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
@-moz-keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
@-o-keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
@keyframes onAutoFillCancel {
  from {
    /**/
  }
  to {
    /**/
  }
}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
input:-moz-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
input:-o-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
input:-khtml-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}
input:not(:-moz-autofill) {
  animation-name: onAutoFillCancel;
}
input:not(:-o-autofill) {
  animation-name: onAutoFillCancel;
}
input:not(:-khtml-autofill) {
  animation-name: onAutoFillCancel;
}

input.input.flexoh, textarea.input.flexoh {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 0;
}

.txt-center {
  text-align: center !important;
}
.txt-left {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.m-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0rem !important;
}
.mx-0 {
  margin: 0 0rem !important;
}
.my-0 {
  margin: 0rem 0 !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.px-0 {
  padding: 0 0rem !important;
}
.py-0 {
  padding: 0rem 0 !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mx-1 {
  margin: 0 1rem !important;
}
.my-1 {
  margin: 1rem 0 !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.px-1 {
  padding: 0 1rem !important;
}
.py-1 {
  padding: 1rem 0 !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mx-2 {
  margin: 0 2rem !important;
}
.my-2 {
  margin: 2rem 0 !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.px-2 {
  padding: 0 2rem !important;
}
.py-2 {
  padding: 2rem 0 !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mx-3 {
  margin: 0 3rem !important;
}
.my-3 {
  margin: 3rem 0 !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.px-3 {
  padding: 0 3rem !important;
}
.py-3 {
  padding: 3rem 0 !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mx-4 {
  margin: 0 4rem !important;
}
.my-4 {
  margin: 4rem 0 !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.px-4 {
  padding: 0 4rem !important;
}
.py-4 {
  padding: 4rem 0 !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mx-5 {
  margin: 0 5rem !important;
}
.my-5 {
  margin: 5rem 0 !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.px-5 {
  padding: 0 5rem !important;
}
.py-5 {
  padding: 5rem 0 !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mx-6 {
  margin: 0 6rem !important;
}
.my-6 {
  margin: 6rem 0 !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.px-6 {
  padding: 0 6rem !important;
}
.py-6 {
  padding: 6rem 0 !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}
.mx-7 {
  margin: 0 7rem !important;
}
.my-7 {
  margin: 7rem 0 !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}
.px-7 {
  padding: 0 7rem !important;
}
.py-7 {
  padding: 7rem 0 !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}
.mx-8 {
  margin: 0 8rem !important;
}
.my-8 {
  margin: 8rem 0 !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}
.px-8 {
  padding: 0 8rem !important;
}
.py-8 {
  padding: 8rem 0 !important;
}
.pl-8 {
  padding-left: 8rem !important;
}
.pr-8 {
  padding-right: 8rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}
.mx-9 {
  margin: 0 9rem !important;
}
.my-9 {
  margin: 9rem 0 !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}
.px-9 {
  padding: 0 9rem !important;
}
.py-9 {
  padding: 9rem 0 !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}
.mx-10 {
  margin: 0 10rem !important;
}
.my-10 {
  margin: 10rem 0 !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}
.px-10 {
  padding: 0 10rem !important;
}
.py-10 {
  padding: 10rem 0 !important;
}
.pl-10 {
  padding-left: 10rem !important;
}
.pr-10 {
  padding-right: 10rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

#legal ul {
  list-style: none;
  padding-left: 2em;
}
#legal ul li::before {
  content: "•";
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#legal strong {
  white-space: normal !important;
}

#debug-simulador {
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  font-size: 12px;
}

div#page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 100vh;
  text-align: center;
}
div#page-not-found h3 {
  font-size: 22px;
  letter-spacing: unset;
}
@media (min-width: 750px) {
  div#page-not-found h3 {
    font-size: 25px;
  }
}
div#page-not-found svg {
  flex: 1 0 50%;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
div#page-not-found svg.logo-not-found {
  flex: 0 0 100px;
  width: 100px;
}
div#page-not-found a {
  color: var(--blue);
  text-decoration: none;
  font-size: 15px;
}
@media (min-width: 750px) {
  div#page-not-found a {
    font-size: 18px;
  }
}
div#page-not-found a:hover {
  opacity: 0.8;
}

.clients .bg-image.lazy, .bg-image.lazy {
  background-image: none !important;
  background-color: white !important;
}

.clients .bg-image.lazy {
  background-color: var(--blue) !important;
}

img.lazy.oculto {
  display: inline !important;
}

img.lazy + object {
  display: none !important;
}

.card {
  background: white;
  display: block;
  padding: 1em;
  border-radius: 8px;
}
@media (min-width: 750px) {
  .card {
    padding: 2em;
  }
}

.cita {
  font-style: italic;
}

.gray-bg {
  background-color: var(--bg-gray);
}

.blue-bg {
  background-color: var(--blue);
}

.gradient-bg {
  background: #2260ca !important;
  background: -moz-linear-gradient(to right, #1648a5 0%, #2260ca 15%, #3b79ec 100%) !important;
  background: -webkit-gradient(left, right, color-stop(0%, #1648a5), color-stop(15%, #2260ca), color-stop(100%, #3b79ec)) !important;
  background: -webkit-linear-gradient(to right, #1648a5 0%, #2260ca 15%, #3b79ec 100%) !important;
  background: -o-linear-gradient(to right, #1648a5 0%, #2260ca 15%, #3b79ec 100%) !important;
  background: -ms-linear-gradient(to right, #1648a5 0%, #2260ca 15%, #3b79ec 100%) !important;
  background: linear-gradient(to right, #1648a5 0%, #2260ca 15%, #3b79ec 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c5fd8", endColorstr="rgba(63,128,250,0.8)", GradientType=1 ) !important;
}

.border-top-gray {
  border-top: 1px solid #e7e9ed;
}

.border-bottom-gray {
  border-bottom: 1px solid #e7e9ed;
}

.border-gray {
  border: 1px solid #e7e9ed;
}

.border-blue {
  border: 1px solid var(--blue);
}

.border-dark {
  border: 1px solid var(--dark);
}

.border-top-color {
  border-top: 4px solid var(--blue);
}
.border-top-color.purple {
  border-top: 4px solid var(--morado) !important;
}
.border-top-color.blue {
  border-top: 4px solid var(--blue) !important;
}
.border-top-color.orange {
  border-top: 4px solid var(--naranja) !important;
}

.subtitle {
  color: var(--dark-gray);
  font-weight: 400;
  font-size: 16px;
}

.tricolor-icon {
  width: 55px !important;
  height: 55px !important;
}

.icon-index {
  text-align: left;
}
.icon-index svg {
  margin: 0 !important;
  margin-bottom: 1.5rem !important;
}

.development-flag {
  z-index: 150;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 3px 10px;
  color: var(--body-color);
  background: white;
  font-size: 10px;
  font-weight: 500;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.no-scroll-fix {
  overflow: hidden !important;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: auto;
}

.login-form, .modal-window > div {
  min-width: 290px;
  width: 90% !important;
  max-width: 850px;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  background: #ffffff;
  border-radius: 0.375rem;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 1500px) {
  .login-form, .modal-window > div {
    max-width: 1200px;
  }
}
.login-form::-webkit-scrollbar, .modal-window > div::-webkit-scrollbar {
  display: none;
}

form.modal-form, .login-form form {
  padding: 1em 2em;
  margin: 0;
}
@media (min-height: 900px) {
  form.modal-form, .login-form form {
    padding: 2em;
  }
}

.input.flexoh, .modal-window .input, .home-card .input, .login-form .input {
  position: relative;
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  margin-bottom: 8px;
}
@media (min-height: 900px) {
  .input.flexoh, .modal-window .input, .home-card .input, .login-form .input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
}

.input input, .input textarea {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E3EBF6;
  background: transparent;
  font-weight: 400;
  resize: none;
  font-size: 13px;
  color: var(--dark);
}
.input input.inputInvalid, .input textarea.inputInvalid {
  border-bottom: 1px solid rgb(255, 59, 59);
}
@media (min-height: 900px) {
  .input input, .input textarea {
    font-size: 15px;
  }
}

.input.flexoh.textarea, .modal-window .input.textarea, .home-card .input.textarea, .login-form .input.textarea {
  height: 100px;
}

.modal-window {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.651);
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.modal-window.opened {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div.sm {
  max-width: 900px !important;
}
.modal-window.alert {
  background-color: transparent;
  pointer-events: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  z-index: 110;
}
.modal-window.alert .modal.alert {
  width: auto !important;
  max-width: none;
  min-width: 200px;
  position: absolute;
  bottom: 30px;
  right: 10px;
  left: 10px;
  top: unset;
  pointer-events: all;
  z-index: 999;
  background: var(--dark);
  border-radius: 0.375rem;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
@media (min-width: 550px) {
  .modal-window.alert .modal.alert {
    max-width: 300px;
    min-width: 200px;
    position: absolute;
    top: 65px;
    right: 10px;
    left: auto;
    bottom: auto;
  }
}
.modal-window.alert .modal.alert:hover {
  cursor: pointer;
  pointer-events: all;
}
.modal-window.alert .modal.alert.error svg {
  fill: rgb(192, 9, 9);
  stroke: var(--dark);
}
.modal-window.alert .modal.alert svg {
  stroke: white;
  flex: 0 0 25px;
  margin-right: 10px;
}
.modal-window.alert .modal.alert p {
  font-size: 14px;
  font-weight: 300;
  color: white;
  margin: 0;
  flex: 1 1 80%;
}
.modal-window.alert .modal.alert .modal-form {
  text-align: center;
  margin: 0 !important;
  width: 100%;
  display: inline-flex !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  align-items: center;
  justify-content: space-evenly;
}
.modal-window.alert#cookies .modal.alert, .modal-window.alert.alert-legal .modal.alert {
  background: white;
}
.modal-window.alert#cookies .modal.alert:hover, .modal-window.alert.alert-legal .modal.alert:hover {
  cursor: default;
}
.modal-window.alert#cookies .modal.alert p, .modal-window.alert.alert-legal .modal.alert p {
  color: var(--dark);
  font-weight: 400;
  margin: 0;
  padding: 1.2em;
  padding-right: 0;
}
.modal-window.alert#cookies .modal.alert svg, .modal-window.alert.alert-legal .modal.alert svg {
  margin-right: 0;
  padding: 20px;
  flex: 0 0 58px;
  stroke: var(--dark);
  height: 100%;
}
.modal-window.alert#cookies .modal.alert svg:hover, .modal-window.alert.alert-legal .modal.alert svg:hover {
  cursor: pointer;
  pointer-events: all;
}
@media (min-width: 550px) {
  .modal-window.alert#cookies .modal.alert, .modal-window.alert.alert-legal .modal.alert {
    max-width: 700px;
    min-width: 500px;
    position: absolute;
    top: unset;
    right: unset;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.modal-window.alert#cookies .modal.alert .modal-form, .modal-window.alert.alert-legal .modal.alert .modal-form {
  width: 100%;
  display: inline-flex !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  align-items: center;
  justify-content: space-evenly;
}
.modal-window.alert#cookies .modal.alert a, .modal-window.alert.alert-legal .modal.alert a {
  color: black;
}
.modal-window.alert#cookies .modal.alert a:hover, .modal-window.alert.alert-legal .modal.alert a:hover {
  opacity: 0.7;
}
.modal-window.alert.alert-legal .modal.alert {
  width: 80% !important;
  max-width: 1000px !important;
  right: unset;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 550px) {
  .modal-window.alert.alert-legal .modal.alert {
    width: 90% !important;
  }
}
.modal-window.alert.alert-legal .modal.alert p {
  color: var(--body-color);
  opacity: 80%;
  font-size: 10px !important;
  font-weight: 300;
  margin: 0;
  padding: 1.5em;
  padding-right: 0;
  text-align: left;
}
.modal-window.alert.alert-legal .modal.alert p a {
  font-size: 10px;
  color: var(--link-color);
}
.modal-window.alert.alert-legal .modal.alert p a:hover {
  color: var(--blue);
}
.modal-window#contacto.empleado *.empleado {
  display: block;
}
.modal-window#contacto.empleado *.empresa {
  display: none;
}
.modal-window#contacto.empresa *.empleado {
  display: none;
}
.modal-window#contacto.empresa *.empresa {
  display: block;
}

.login-form {
  max-width: 350px;
}
.modal-header {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 40px;
}
@media (min-width: 800px) {
  .modal-header {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (min-width: 1500px) {
  .modal-header {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 1500px) {
  .modal-header .section-title {
    font-size: 33px;
  }
}
@media (max-width: 800px) {
  .modal-header .section-title {
    font-size: 26px;
  }
}
@media (max-height: 900px) {
  .modal-header .section-title {
    margin-bottom: 1.5rem !important;
  }
}
.modal-header .section-heading {
  text-align: center;
  margin: 0.5em 10%;
}
.modal-header .section-subtitle {
  max-width: unset;
}
@media (max-width: 1500px) {
  .modal-header .subtitle {
    font-size: 15px;
    margin: 0 20px;
  }
}
@media (max-width: 800px) {
  .modal-header .subtitle {
    font-size: 14px;
    margin: 0 15px;
  }
}
.modal-header .mini-subtitle {
  font-size: 14px;
  margin: 0 15px;
}

.modal-body {
  display: block;
  width: 100%;
  max-width: 1500px;
  align-items: center;
  flex: 1 1 70%;
}
@media (min-width: 800px) {
  .modal-body {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
  }
}
@media (min-width: 1500px) {
  .modal-body {
    width: 90%;
    margin: 0 5% 30px 5%;
    display: flex;
  }
}

.modal-window form > p > span, .home-card form > p > span {
  font-size: 16px;
}
.modal-window form .input, .home-card form .input {
  background: var(--input-bg);
  border-radius: 0.375rem;
}
.modal-window form .input label, .home-card form .input label {
  left: 8px;
}
.modal-window form .input input, .modal-window form .input textarea, .home-card form .input input, .home-card form .input textarea {
  background: var(--input-bg);
  border-radius: 0.375rem;
  padding-left: 8px;
  border-bottom: none;
}
@media (min-width: 800px) {
  form.modal-form {
    width: 85%;
    margin: 0 auto !important;
  }
}
@media (min-width: 1500px) {
  form.modal-form {
    width: 90%;
    margin: 0 auto !important;
  }
}
form.modal-form .button-blue,
form.modal-form .button-orange,
form.modal-form .button-purple {
  width: 100%;
  margin: 3rem auto 0 auto;
  display: block;
}
@media (max-width: 800px) {
  form.modal-form .button-blue,
  form.modal-form .button-orange,
  form.modal-form .button-purple {
    height: 37px;
    line-height: 37px;
    font-size: 13px;
    padding: 0 25px;
    margin: 3rem auto 1rem auto;
  }
}
@media (min-height: 900px) {
  form.modal-form .button-blue,
  form.modal-form .button-orange,
  form.modal-form .button-purple {
    margin: 5rem auto 0 auto;
  }
}
form.modal-form p {
  line-height: 1.2;
}
form.modal-form span {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  text-align: left;
}

.input input:focus + label, .input textarea:focus + label, .input label.mini-label {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  font-size: 9px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-height: 900px) {
  .input input:focus + label, .input textarea:focus + label, .input label.mini-label {
    font-size: 10px;
  }
}

.input label {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--dark-gray);
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-height: 900px) {
  .input label {
    font-size: 15px;
    font-weight: 300;
  }
}
.input textarea {
  padding: 0px;
  margin-top: 20px;
  height: calc(100% - 25px);
  min-height: unset;
}
@media (min-height: 900px) {
  .input textarea {
    margin-top: 25px;
  }
}
.input textarea + label {
  top: 20%;
}
@media (min-height: 900px) {
  .input textarea + label {
    top: 25%;
  }
}
.input textarea:focus {
  border-bottom: 1px solid rgb(100, 100, 100);
}
.input input {
  padding: 10px 5px 0px 0px;
}
@media (min-height: 900px) {
  .input input {
    padding: 25px 10px 10px 0px;
  }
}
.input input:focus {
  border-bottom: 1px solid rgb(100, 100, 100);
}
.input .error-form {
  position: absolute;
  top: 25%;
  width: 96%;
  text-align: left;
}
@media (min-width: 400px) {
  .input .error-form {
    text-align: right;
  }
}
.input .error-form label {
  width: 98%;
  color: rgb(226, 106, 106);
  font-size: 11px;
}
.input.textarea .error-form {
  top: 10px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.inputInvalido {
  background: rgb(253, 243, 243) !important;
}

.icon-cross {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 15px;
  height: 15px;
  opacity: 0.8;
  z-index: 10;
}
.icon-cross:hover {
  cursor: pointer;
  pointer-events: all;
}
.icon-cross.white {
  opacity: 0.5;
}
.icon-cross.white:before, .icon-cross.white::after {
  background-color: white;
}
.icon-cross.white:hover {
  opacity: 1;
}
.icon-cross:hover {
  opacity: 1;
}
.icon-cross:before, .icon-cross::after {
  position: absolute;
  left: 6.5px;
  content: " ";
  width: 2px;
  height: 15px;
  background-color: var(--dark);
}
.icon-cross::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-cross::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#loading {
  display: none;
}

.no-click #loading {
  display: block;
}

button.button.no-click {
  text-indent: -9999em;
  text-transform: uppercase;
  color: transparent !important;
  user-select: none;
  line-height: 0;
}
button.button.no-click:hover, button.button.no-click:focus, button.button.no-click:active {
  text-indent: -9999em;
  text-transform: uppercase;
  color: transparent !important;
  user-select: none;
  line-height: 0;
}

.lds-ellipsis {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 48px;
  height: 35px;
  padding: 0 15px;
  box-sizing: content-box;
}
.lds-ellipsis div {
  position: absolute;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 20px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  -moz-animation: lds-ellipsis1 0.6s infinite;
  -ms-animation: lds-ellipsis1 0.6s infinite;
  -o-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 20px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  -moz-animation: lds-ellipsis2 0.6s infinite;
  -ms-animation: lds-ellipsis2 0.6s infinite;
  -o-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 35px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  -moz-animation: lds-ellipsis2 0.6s infinite;
  -ms-animation: lds-ellipsis2 0.6s infinite;
  -o-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 50px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  -moz-animation: lds-ellipsis3 0.6s infinite;
  -ms-animation: lds-ellipsis3 0.6s infinite;
  -o-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}
@-moz-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}
@-o-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}
#modal-loading {
  display: none;
}

.no-click #modal-loading {
  display: block;
}

#modal-loading.lds-ellipsis {
  position: absolute;
  width: 102px;
  height: 40px;
  padding: 0 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal-loading.lds-ellipsis div {
  background: black;
  width: 13px;
  height: 13px;
}
#modal-loading.lds-ellipsis div:nth-child(1) {
  left: 30px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  -moz-animation: lds-ellipsis1 0.6s infinite;
  -ms-animation: lds-ellipsis1 0.6s infinite;
  -o-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
#modal-loading.lds-ellipsis div:nth-child(2) {
  left: 30px;
  -webkit-animation: lds-ellipsis2-modal 0.6s infinite;
  -moz-animation: lds-ellipsis2-modal 0.6s infinite;
  -ms-animation: lds-ellipsis2-modal 0.6s infinite;
  -o-animation: lds-ellipsis2-modal 0.6s infinite;
  animation: lds-ellipsis2-modal 0.6s infinite;
}
#modal-loading.lds-ellipsis div:nth-child(3) {
  left: 60px;
  -webkit-animation: lds-ellipsis2-modal 0.6s infinite;
  -moz-animation: lds-ellipsis2-modal 0.6s infinite;
  -ms-animation: lds-ellipsis2-modal 0.6s infinite;
  -o-animation: lds-ellipsis2-modal 0.6s infinite;
  animation: lds-ellipsis2-modal 0.6s infinite;
}
#modal-loading.lds-ellipsis div:nth-child(4) {
  left: 90px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  -moz-animation: lds-ellipsis3 0.6s infinite;
  -ms-animation: lds-ellipsis3 0.6s infinite;
  -o-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis2-modal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
}
@-moz-keyframes lds-ellipsis2-modal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
}
@-o-keyframes lds-ellipsis2-modal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
}
@keyframes lds-ellipsis2-modal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
}
.checkbox.flexoh.error label {
  color: rgb(255, 59, 59);
}

.checkbox {
  align-self: flex-start;
}
.checkbox > label, .checkbox > label a {
  font-size: 13px;
  font-weight: inherit;
}
.checkbox input, .checkbox label {
  display: inline;
  margin: 0 5px 0 0;
}
.checkbox input {
  vertical-align: middle;
  position: relative;
  bottom: 0;
}
.checkbox a {
  color: var(--link-color);
}
.checkbox a:hover {
  opacity: 0.7;
}

.checkbox.error label {
  color: rgb(255, 59, 59);
}

@media (min-width: 800px) {
  .modal-container {
    display: flex;
  }
}
.modal-container .contacto {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.modal-container div {
  flex: 50%;
}
.modal-container .svg-modal {
  width: 100%;
  align-self: center;
  z-index: 5;
}
@media (max-width: 800px) {
  .modal-container .svg-modal {
    display: none !important;
  }
}

section {
  padding: 7rem 0;
  text-align: center;
}
@media (min-width: 550px) {
  section {
    padding: 9rem 0;
  }
}
@media (min-width: 750px) {
  section {
    padding: 11rem 0;
  }
}
@media (min-width: 1000px) {
  section {
    padding: 13rem 0;
  }
}
@media (max-width: 999px) {
  section div.container.mt-6:first-child {
    margin-top: 0 !important;
  }
}

.first-section {
  padding: 7rem 0 7rem;
}
@media (min-width: 550px) {
  .first-section {
    padding: 12rem 0 12rem;
  }
}
@media (min-width: 750px) {
  .first-section {
    padding: 15rem 0 15rem;
  }
}

.section-description, .section-heading {
  margin-bottom: 1.2rem;
}

.azul.section-link, .azul.section-heading.color {
  color: var(--link-color);
}
.morado.section-link, .morado.section-heading.color {
  color: var(--morado);
}
.naranja.section-link, .naranja.section-heading.color {
  color: var(--icon-orange-primary);
}

.modal-window .section-subtitle {
  margin: 0 5%;
}

.section-title {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.025em;
  color: var(--title-color);
}
@media (min-width: 550px) {
  .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 40px;
  }
}
.section-title.ancho-restringido {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.section-subtitle {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.025em;
  color: var(--dark-gray);
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .section-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-subtitle {
    font-size: 20px;
  }
}
.section-heading {
  font-weight: 600;
  color: var(--title-color);
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  position: relative;
  letter-spacing: -0.01em;
  max-width: 500px;
}
@media (min-width: 750px) {
  .section-heading {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .section-heading {
    font-size: 27px;
  }
}
.section-heading .highlight {
  color: var(--blue);
}
.section-heading.low {
  text-transform: none;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 400;
}
.section-heading.light {
  font-weight: 300;
}
.section-heading.color {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 1em;
  text-align: center;
  max-width: unset;
}
.section-heading.color i {
  vertical-align: baseline;
  font-size: 17px;
}
.section-description {
  text-align: left;
}
@media (min-width: 1000px) {
  .section-description {
    font-size: 16px;
  }
}
.section-link {
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  float: left;
  display: inline-flex;
  align-items: center;
}
.section-link i {
  font-size: 15px;
  line-height: 15px;
  margin: 0 !important;
  margin-left: 0.5em !important;
  transition: all 0.1s ease-in;
}
.section-link:hover {
  opacity: 0.9;
}
.section-link:hover i {
  transform: translateX(3px);
}

section.curva {
  margin-top: 5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1000px) {
  section.curva {
    margin-top: 0;
  }
}

section.barriga.arriba {
  margin-top: 5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1000px) {
  section.barriga.arriba {
    margin-top: 0;
  }
}

section.barriga.abajo {
  margin-top: -13em;
  margin-bottom: -30px;
  padding-top: 0px;
}

.barriga .barriga-bg, .curva-mod-bg, .curva-inv-bg, .curva-bg {
  background-position: center;
  background-size: cover;
  z-index: 2;
  width: 100%;
}

.curva-bg {
  background-image: url(../assets/svg/bg/curva.svg);
  height: 250px;
}

.curva-inv-bg {
  background-image: url(../assets/svg/bg/curva-inv.svg);
  height: 150px;
  margin: 0;
}
@media (min-width: 1000px) {
  .curva-inv-bg {
    margin-bottom: 0px;
    margin-top: -125px;
  }
}

.curva-mod-bg {
  flex: 100% !important;
  z-index: -1 !important;
  background-image: url(../assets/svg/modal/bg-modal-azul.svg);
  position: absolute;
  height: 150px;
  margin: 0;
  top: 0%;
  right: -50%;
  pointer-events: none !important;
}
.curva-mod-bg.azul {
  background-image: url(../assets/svg/modal/bg-modal-azul.svg);
}
.curva-mod-bg.lila {
  background-image: url(../assets/svg/modal/bg-modal-lila.svg);
}
.curva-mod-bg.naranja {
  background-image: url(../assets/svg/modal/bg-modal-naranja.svg);
  opacity: 0.9;
}
@media (min-width: 750px) {
  .curva-mod-bg {
    height: 100%;
    top: -35%;
    right: -30%;
  }
}

.barriga.abajo .barriga-bg {
  background-image: url(../assets/svg/bg/barriga-abajo.svg);
  height: 400px;
}
.barriga.arriba .barriga-bg {
  background-image: url(../assets/svg/bg/barriga-arriba.svg);
  height: 400px;
}

.row.text-link-photo {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .row.text-link-photo {
    flex-wrap: nowrap;
  }
}
.row.text-link-photo div {
  flex: 1 1 100%;
}
@media (min-width: 1000px) {
  .row.text-link-photo div {
    flex: 1 1 50%;
  }
}
.row.text-link-photo svg {
  max-width: 450px;
}
@media (min-width: 1000px) {
  .row.text-link-photo svg {
    max-width: 600px;
  }
}
@media (max-width: 999px) {
  .row.text-link-photo .ml-5 {
    margin: 0 !important;
  }
}
.row.text-link-photo .small svg {
  max-width: 450px;
}

@media (min-width: 550px) {
  .banner-heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 750px) {
  .banner-heading {
    font-size: 2.6rem;
  }
}
@media (min-width: 1000px) {
  .banner-heading {
    font-size: 3rem;
  }
}

.banner-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--title-color);
}
@media (min-width: 550px) {
  .banner-title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .banner-title {
    font-size: 50px;
  }
}
@media (min-width: 1500px) {
  .banner-title {
    font-size: 60px;
  }
}

.dark .banner-title, .split .banner-title {
  color: white;
}

.banner-subtitle {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0rem;
}
@media (min-width: 550px) {
  .banner-subtitle {
    font-size: 20px;
  }
}

.banner .button {
  margin-top: 5%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 0%;
}
@media (min-width: 750px) {
  .banner .button {
    margin-top: 5%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
}
@media (min-width: 1200px) {
  .banner .button {
    margin-left: 0;
  }
}

.mini-titulo-mayus {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--blue);
}

.title-info {
  color: var(--azul4);
  font-size: 18px;
  font-weight: 500;
  margin: 1.5em 0 0.75em 0;
}
@media (min-width: 550px) {
  .title-info {
    font-size: 20px;
  }
}

b, strong {
  color: var(--dark);
}

.top-options {
  padding: 1em 1.5em;
  justify-content: space-between;
  position: static;
}
@media (min-width: 800px) {
  .top-options {
    position: absolute;
    top: 0;
  }
}

.login {
  background: #f6f5f7;
  display: flex !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  align-items: center;
  flex-direction: column;
  font-family: "cerebrisans", sans-serif;
  min-height: 100vh !important;
}
@media (min-width: 800px) {
  .login {
    justify-content: center;
  }
}
.login h1 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .login h1 {
    font-size: 30px;
  }
}
.login .button-blue, .login .button-gray {
  margin-top: 15px;
}
.login a {
  color: #0F1C14;
  font-size: 13px;
  text-decoration: none;
  margin-top: 15px;
}
.login a:hover {
  color: var(--azul-claro);
}
.login a.weblink {
  margin: 0;
  font-size: 13px;
}
@media (min-width: 800px) {
  .login a.weblink {
    font-size: 16px;
  }
}
.login button {
  -webkit-transition: transform 80ms ease-in !important;
  -moz-transition: transform 80ms ease-in !important;
  -ms-transition: transform 80ms ease-in !important;
  -o-transition: transform 80ms ease-in !important;
  transition: transform 80ms ease-in !important;
}
.login button:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.login button:focus {
  outline: none;
}
.login form, .login .activarcuenta {
  background-color: #FFFFFF;
  display: flex !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 25px;
  height: 100%;
  text-align: center;
  font-size: 12px;
}
.login form {
  margin: 0;
}
@media (min-width: 800px) {
  .login form {
    padding: 0 50px;
    font-size: 14px;
  }
}
.login .activarcuenta object {
  max-height: 30%;
  margin: 30px auto;
}
@media (min-width: 800px) {
  .login .activarcuenta object {
    max-height: 35%;
    margin: 40px auto;
  }
}
.login .activarcuenta p {
  font-size: 14px;
  width: 90%;
}
@media (min-width: 800px) {
  .login .activarcuenta p {
    width: 80%;
    font-size: 16px;
  }
}
.login .input {
  margin: 8px 0;
  width: 100%;
}
.login .logo-access {
  max-width: 50%;
  width: 140px;
  height: auto;
  margin: 1em 0 0.5em 0;
  top: 5%;
  border-radius: 8px;
  box-shadow: 0px 6px 21px -1px rgba(184, 182, 184, 0.4);
}
@media (min-width: 800px) {
  .login .logo-access {
    width: 180px;
  }
}
@media (min-width: 800px) {
  .login .logo-access {
    margin: 1em 0 1em 0;
  }
}
.login .container {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 82%;
  max-width: 90%;
  min-height: 650px;
  margin: 0.5em 0 2em 0;
}
@media (min-width: 800px) {
  .login .container {
    width: 800px;
    height: auto;
    min-height: 480px;
  }
}
@media (min-width: 800px) {
  .login .container {
    margin: 1em 0 3em 0;
  }
}
.login .container.right-panel-active.post .sign-in-container {
  display: none;
}
.login .container.right-panel-active .sign-up-container {
  -webkit-transform: translateY(43%);
  transform: translateY(43%);
  opacity: 1;
  z-index: 5;
  -webkit-animation: show 0.7s;
  -moz-animation: show 0.7s;
  -ms-animation: show 0.7s;
  -o-animation: show 0.7s;
  animation: show 0.7s;
}
@media (min-width: 800px) {
  .login .container.right-panel-active .sign-up-container {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: show 0.6s;
    -moz-animation: show 0.6s;
    -ms-animation: show 0.6s;
    -o-animation: show 0.6s;
    animation: show 0.6s;
  }
}
.login .container.right-panel-active .sign-up-container.full {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@media (min-width: 800px) {
  .login .container.right-panel-active .sign-up-container.full {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.login .container.right-panel-active .sign-in-container {
  -webkit-transform: translateY(43%);
  transform: translateY(43%);
}
@media (min-width: 800px) {
  .login .container.right-panel-active .sign-in-container {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.login .container.right-panel-active .overlay-container {
  -webkit-transform: translateY(-234%);
  transform: translateY(-234%);
}
@media (min-width: 800px) {
  .login .container.right-panel-active .overlay-container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.login .container.right-panel-active .overlay {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (min-width: 800px) {
  .login .container.right-panel-active .overlay {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.login .container.right-panel-active .overlay-left {
  -webkit-transform: translateY(67%);
  transform: translateY(67%);
}
@media (min-width: 800px) {
  .login .container.right-panel-active .overlay-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.login .container.right-panel-active .overlay-right {
  right: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
@media (min-width: 800px) {
  .login .container.right-panel-active .overlay-right {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}
.login .container.right-panel-active.paso2, .login .container.right-panel-active.paso3 {
  min-height: 550px;
  height: 60%;
}
.login .container.right-panel-active.paso2 .overlay-container, .login .container.right-panel-active.paso3 .overlay-container {
  display: none;
  -webkit-transform: translateY(-400%) !important;
  transform: translateY(-400%) !important;
}
@media (min-width: 800px) {
  .login .container.right-panel-active.paso2 .overlay-container, .login .container.right-panel-active.paso3 .overlay-container {
    -webkit-transform: translateX(-200%) !important;
    transform: translateX(-200%) !important;
  }
}
.login .form-container {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  height: 100%;
}
.login p {
  margin-bottom: 0;
}
.login .sign-up-container, .login .sign-in-container {
  left: 0;
  top: 0;
  height: 70%;
  width: 100%;
}
@media (min-width: 800px) {
  .login .sign-up-container, .login .sign-in-container {
    top: unset;
    height: 100%;
    width: 50%;
  }
}
.login .sign-up-container.full {
  height: 100% !important;
}
@media (min-width: 800px) {
  .login .sign-up-container.full {
    width: 100% !important;
  }
}
.login .sign-in-container {
  z-index: 2;
}
.login .sign-up-container {
  opacity: 0;
  z-index: 1;
}
.login #paso2, .login #paso3 {
  display: none;
}
.login .paso1 #paso1 {
  display: block;
}
.login .paso1 #paso2, .login .paso1 #paso3 {
  display: none;
}
.login .paso2 #paso2 {
  display: block;
}
.login .paso2 #paso1, .login .paso2 #paso3 {
  display: none;
}
.login .paso3 #paso3 {
  display: block;
}
.login .paso3 #paso2, .login .paso3 #paso1 {
  display: none;
}
.login .checkbox {
  align-self: flex-start;
}
.login .checkbox > label a {
  color: #0F1C14;
  text-decoration: underline;
}
.login .checkbox > label a:hover {
  opacity: 0.7;
}
.login .checkbox > label, .login .checkbox > label a {
  font-size: 13px;
  font-weight: inherit;
}
.login .checkbox > label.small-label, .login .checkbox > label.small-label a {
  font-size: 11px;
  font-weight: inherit;
}
.login .checkbox input, .login .checkbox label {
  display: inline;
}
.login .checkbox input {
  margin: 0 5px 0 0;
  vertical-align: middle;
  position: relative;
  bottom: 0;
}
.login .modal-window > div {
  max-width: 450px;
}
.login .modal-window form {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 35px;
}
.login .overlay-container {
  display: block;
  position: absolute;
  top: 70%;
  right: 0;
  width: 100%;
  height: 30%;
  overflow: hidden;
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}
@media (min-width: 800px) {
  .login .overlay-container {
    right: unset;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
  }
}
.login .overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #FFFFFF;
  position: relative;
  top: -233%;
  width: 100%;
  height: 333%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  background: var(--blue);
}
@media (min-width: 800px) {
  .login .overlay {
    top: unset;
    left: -100%;
    width: 200%;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.login .overlay-panel {
  position: absolute;
  left: 0;
  display: flex !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 30%;
  padding: 0 40px;
  text-align: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.login .overlay-panel h1 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  color: black;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .login .overlay-panel h1 {
    letter-spacing: -0.1rem;
    font-size: 25px;
  }
}
.login .overlay-panel p {
  color: black;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .login .overlay-panel {
    left: unset;
    top: 0;
    width: 50%;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.login .overlay-left {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
@media (min-width: 800px) {
  .login .overlay-left {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
.login .overlay-right {
  bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 800px) {
  .login .overlay-right {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.login .social-container {
  margin: 20px 0;
}
.login .social-container a {
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  display: inline-flex !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  height: 40px;
}
.login #pasos-registro {
  max-width: 100px;
  margin: -10px 0 20px 0;
  fill: var(--input-bg);
}
.login #paso3 #circle-paso3, .login #paso2 #circle-paso2, .login #paso1 #circle-paso1 {
  fill: var(--blue);
}
.login #paso3 #circle-paso2, .login #paso3 #circle-paso1, .login #paso2 #circle-paso1 {
  fill: var(--dark);
}
.login .contenedor-botones #btn-reg-exit2.button-gray {
  display: none;
}
@media (max-width: 799px) {
  .login .contenedor-botones {
    justify-content: center !important;
  }
  .login .contenedor-botones #btn-reg-exit1.button-gray {
    display: none;
  }
  .login .contenedor-botones #btn-reg-exit2.button-gray {
    display: block;
  }
}

@-webkit-keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
@-moz-keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
@-o-keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
@keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
.info-legal {
  margin: 100px 30px 0 30px;
  text-align: left;
}
.info-legal ul {
  margin-left: 40px;
}
.info-legal .legal-tittle {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  margin-top: 30px;
}

.section-heading {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none;
  font-size: 25px;
}
@media (min-width: 750px) {
  .section-heading {
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  .section-heading {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .section-heading {
    font-size: 35px;
  }
}

.section-heading.low {
  text-transform: none;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 400;
}

.button.button-gray.sso {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.3rem !important;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: unset;
  flex: 0 1 calc(50% - 1rem);
}

.o-separator {
  height: 1px;
  width: 100px;
  margin: 2.5rem auto 0.5rem auto;
  border-top: 1px solid #E3EBF6;
  position: relative;
  text-align: center;
}
.o-separator span {
  top: -13px;
  position: relative;
  color: #95AAC9;
  background: white;
  padding: 0 1rem;
  font-size: 80%;
}

.legal-link, .legal-link-white {
  text-decoration: underline;
}

.legal-link {
  color: #0F1C14;
}
.legal-link:hover {
  color: var(--dark);
}

.legal-link-white {
  color: white;
}
.legal-link-white:hover {
  opacity: 0.7;
}

.text-align-left {
  text-align: left !important;
}

.input > .toggle-btn, .input.flexoh > .toggle-btn, .form-group > .toggle-btn {
  position: absolute;
  bottom: 2px;
  right: 0;
  margin: 0;
  padding: 0 6px;
  transition: none !important;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.input > .toggle-btn > img, .input.flexoh > .toggle-btn > img, .form-group > .toggle-btn > img {
  --toggle-btn-img-size: 12px;
  height: var(--toggle-btn-img-size);
  width: auto;
  opacity: 0.6;
}
.input > .toggle-btn ~ input, .input.flexoh > .toggle-btn ~ input, .form-group > .toggle-btn ~ input {
  padding-right: 36px !important;
}

.d-none {
  display: none !important;
}

@media screen and (min-height: 900px) {
  .input .toggle-btn, .input.flexoh .toggle-btn, .form-group .toggle-btn {
    bottom: 5px;
  }
}
.input:not(.flexoh) > .toggle-btn {
  bottom: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.input:not(.flexoh) > .toggle-btn ~ .error-form {
  width: 94%;
}

.dark nav.bg .idioma,
#mobile-menu .idioma {
  color: white;
}

#mobile-menu .select-box__list {
  transform: translateY(-90px);
}
#mobile-menu .select-box__current:focus + .select-box__list {
  transform: translateY(-105px);
}

nav.menu .idioma {
  color: var(--dark);
}
nav.menu .idioma .select-box__icon {
  height: 16px;
}
nav.menu .idioma .select-box {
  margin-right: 8px;
}

.idioma {
  display: flex;
  align-items: center;
}
.idioma i {
  vertical-align: middle;
  line-height: 16px;
  height: 20px;
}
.idioma .select-box {
  position: relative;
  display: block;
  width: 38px;
  font-weight: 500;
}
.idioma .select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}
.idioma .select-box__current:focus + .select-box__list {
  opacity: 1;
  transform: translateY(10px);
  visibility: visible;
  transition-delay: 0s;
}
.idioma .select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.idioma .select-box__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 16px;
  transition: 0.2s ease;
  height: 16px;
}
.idioma .select-box__value {
  display: flex;
}
.idioma .select-box__input {
  display: none;
}
.idioma .select-box__input:checked + .select-box__input-text {
  display: block;
}
.idioma .select-box__input-text {
  display: none;
  width: auto;
  margin: 0;
}
.idioma .select-box__list {
  position: absolute;
  left: -4em;
  width: 100px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  color: var(--body-color);
  border-radius: 5px;
  border: 2px solid var(--bg-gray);
  transition: 0.2s ease 0.2s;
  transform: translateY(-10px);
  z-index: 1000;
}
.idioma .select-box__list li {
  margin: 0 !important;
}
.idioma .select-box__option {
  display: block;
  padding: 5px 10px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.idioma .select-box__option:hover, .idioma .select-box__option:focus {
  background-color: #fbfbfb;
}

/*# sourceMappingURL=styleV12.css.map */
