@charset "UTF-8";
@font-face {
  font-family: "poppins";
  src: url("/fonts/poppins/poppins-regular-webfont.woff2") format("woff2"), url("/fonts/poppins/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-light";
  src: url("/fonts/poppins/poppins-light-webfont.woff2") format("woff2"), url("/fonts/poppins/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-medium";
  src: url("/fonts/poppins/poppins-medium-webfont.woff2") format("woff2"), url("/fonts/poppins/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-bold";
  src: url("/fonts/poppins/poppins-bold-webfont.woff2") format("woff2"), url("/fonts/poppins/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-black";
  src: url("/fonts/poppins/poppins-bold-webfont.woff2") format("woff2"), url("/fonts/poppins/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "novecento-wide-light";
  src: url("/fonts/novecento-wide/novecentowide-light-webfont.woff2") format("woff2"), url("/fonts/novecento-wide/novecentowide-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "novecento-wide-medium";
  src: url("/fonts/novecento-wide/novecentowide-medium-webfont.woff2") format("woff2"), url("/fonts/novecento-wide/novecentowide-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "novecento-wide-bold";
  src: url("/fonts/novecento-wide/novecentowide-bold-webfont.woff2") format("woff2"), url("/fonts/novecento-wide/novecentowide-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icons/icomoon.woff?p2f3x9");
  src: url("/fonts/icons/icomoon.eot?p2f3x9#iefix") format("embedded-opentype"), url("/fonts/icons/icomoon.ttf?p2f3x9") format("truetype"), url("/fonts/icons/icomoon.woff?p2f3x9") format("woff"), url(/"fonts/icons/icomoon.svg?p2f3x9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-dot-down:before {
  content: "\E900";
}

.icon-arrow-dot-left:before {
  content: "\E901";
}

.icon-arrow-dot-right:before {
  content: "\E902";
}

.icon-arrow-dot-up:before {
  content: "\E903";
}

.icon-arrow-down:before {
  content: "\E904";
}

.icon-arrow-left:before {
  content: "\E905";
}

.icon-arrow-right:before {
  content: "\E906";
}

.icon-arrow-up:before {
  content: "\E907";
}

.icon-bin:before {
  content: "\E908";
}

.icon-check:before {
  content: "\E909";
}

.icon-config:before {
  content: "\E90A";
}

.icon-cross:before {
  content: "\E90B";
}

.icon-facebook:before {
  content: "\E90C";
}

.icon-glass:before {
  content: "\E90D";
}

.icon-heart:before {
  content: "\E90E";
}

.icon-holapto:before {
  content: "\E90F";
}

.icon-instagram:before {
  content: "\E910";
}

.icon-menu:before {
  content: "\E911";
}

.icon-pencil:before {
  content: "\E912";
}

.icon-plus:before {
  content: "\E913";
}

.icon-whatsapp:before {
  content: "\E914";
}

body {
  margin: 0;
  background-color: #F3F3F3;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body *:focus {
  outline: 0;
}
body a {
  border: 0;
  text-decoration: none;
}
body a span, body a i {
  color: #6c6c6c;
}
body a:hover span, body a:hover i {
  color: #F7851E;
}
body input, body select {
  border: 0;
  -webkit-appearance: none;
}
body button {
  border: 0;
  background: none;
  cursor: pointer;
}
body p, body span, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  color: #6c6c6c;
  font-family: "poppins-light";
  line-height: 1;
}
body p, body span {
  font-size: 13px;
  line-height: 1.3;
}
body span {
  display: inline-block;
}
body strong {
  font-family: "poppins-bold";
}
body ul {
  padding: 0;
  margin: 0;
}
body ul li {
  list-style-type: none;
}
body img {
  max-width: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.container {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
}
.container--app {
  max-width: 900px;
}

.wrapper {
  position: absolute;
  top: calc(50% + 3vh);
  left: 50%;
  width: 96%;
  transform: translate(-50%, -50%);
}
.wrapper__column--left, .wrapper__column--right {
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.wrapper--relative {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 20px;
  transform: translate(0, 0);
}
.wrapper__title {
  margin: 0 auto;
}
.wrapper__title h1 {
  font-size: 17px;
  font-family: novecento-wide-bold;
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-align: center;
}
.wrapper__title--with-cta h1 {
  display: inline-block;
  margin-top: 12px;
}
.wrapper__title--with-cta .wrapper__ctas {
  float: right;
}
.wrapper__title--with-cta .wrapper__ctas .cta {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}

.copyright {
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 17px;
  transform: translateX(-50%);
  font-family: novecento-wide-medium;
  letter-spacing: 2px;
  font-size: 13px;
}

.cta {
  background-color: #F3F3F3;
  padding: 9px 35px 10px;
  border-radius: 40px;
  box-shadow: 8px 8px 9px #e0dfdf, -8px -8px 9px white;
  display: table;
  cursor: pointer;
  width: 230px;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 450px) {
  .cta {
    width: auto;
  }
}
.cta__text, .cta__icon {
  pointer-events: none;
  vertical-align: middle;
  display: inline-block;
}
.cta__text {
  font-family: novecento-wide-bold;
  letter-spacing: 1px;
  color: #6c6c6c;
  max-width: calc(100% - 30px);
}
@media screen and (min-width: 450px) {
  .cta__text {
    max-width: none;
  }
}
.cta__icon {
  margin-left: 15px;
  font-size: 15px;
  color: #6c6c6c;
  margin-top: 0;
}
@media screen and (min-width: 450px) {
  .cta__icon {
    margin-top: -5px;
  }
}
.cta--black {
  background-color: #181818;
  box-shadow: 8px 8px 9px #0e0e0e, -8px -8px 9px #252525;
}
.cta--black .cta__text, .cta--black .cta__icon {
  color: white;
}
.cta--black:hover .cta__text, .cta--black:hover .cta__icon {
  color: #F7851E;
}
@media screen and (min-width: 1025px) {
  .cta--to-black {
    background-color: #181818;
    box-shadow: 8px 8px 9px #0e0e0e, -8px -8px 9px #252525;
  }
  .cta--to-black .cta__text, .cta--to-black .cta__icon {
    color: white;
  }
  .cta--to-black:hover .cta__text, .cta--to-black:hover .cta__icon {
    color: #F7851E;
  }
}
.cta--circle {
  padding: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.cta--circle .cta__icon {
  margin: 11px;
  display: block;
  padding: 0;
}
.cta--large {
  min-width: 450px;
  text-align: center;
}
.cta:hover .cta__text, .cta:hover .cta__icon {
  color: #F7851E;
}
.cta--right-bottom {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.cta--center {
  margin: 0 auto;
}
.cta--inline {
  display: inline-block;
}
.cta--light-shadow {
  box-shadow: 3px 4px 7px #e0dfdf, -3px -4px 7px white;
}

input, select, textarea {
  padding: 11px 20px 8px;
  background-color: #f0f0f0;
  box-shadow: inset 4px 7px 7px #cccccc, inset -8px -4px 7px white;
  text-align: center;
  border-radius: 30px;
  width: 250px;
  font-family: poppins;
}

select {
  cursor: pointer;
  background-image: url(/img/icons/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 15px;
}

.input--checkbox {
  border-radius: 50%;
  box-shadow: 7px 7px 10px #cccccc, -7px -7px 10px white;
  background-color: #f0f0f0;
  border: 8px solid #f0f0f0;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}
.input--checkbox:checked {
  background-color: #F7851E;
}
.input--switch {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  width: 45px;
  position: relative;
}
.input--switch__label {
  position: absolute;
  top: -21px;
  left: 0;
}
.input--switch__label span {
  font-size: 9px;
  white-space: nowrap;
  font-family: novecento-wide-bold;
}
.input--switch .btn-switch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  background-color: #F3F3F3;
  top: -3px;
  left: 0;
  box-shadow: 7px 7px 13px #cccccc;
  pointer-events: none;
  transition: all ease-in-out 0.1s;
}
.input--switch input {
  margin-left: 10px;
  transition: all ease-in-out 0.1s;
  padding: 9px;
}
.input--switch input:checked {
  background-color: #F7851E;
  box-shadow: inset 4px 7px 7px #ca7942;
}
.input--switch input:checked ~ .btn-switch {
  left: 34px;
}
.input--switch label.error {
  top: 31px !important;
  right: -18px !important;
  text-align: center;
  width: 66px;
}

.form {
  text-align: center;
  display: flex;
}
.form, .form__step {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .form, .form__step {
    justify-content: space-between;
  }
}
.form__step {
  display: none;
  width: 100%;
}
.form__step--active {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .form__step--space-1 .form__input {
    margin-bottom: 1vh;
  }
}
@media screen and (min-width: 1025px) {
  .form__step--space-2 .form__input {
    margin-bottom: 2vh;
  }
}
@media screen and (min-width: 1025px) {
  .form__step--space-3 .form__input {
    margin-bottom: 3vh;
  }
}
@media screen and (min-width: 1025px) {
  .form__step--space-4 .form__input {
    margin-bottom: 4vh;
  }
}
.form__step-error {
  display: none;
}
.form__step-error--active {
  display: block;
  color: #F7851E;
  font-size: 9px;
}
.form__subtitle {
  font-family: novecento-wide-bold;
  letter-spacing: 2px;
  font-size: 17px;
  margin: 15px 0;
}
.form__input {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .form__input {
    width: calc(50% - 20px);
  }
}
.form__input--full {
  width: 100%;
}
.form__input--double {
  width: 100%;
}
.form__input--double > * {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .form__input--double > * {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .form__input--double > :nth-child(1) {
    float: left;
  }
}
.form__input--double > :nth-child(2) {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .form__input--double > :nth-child(2) {
    margin-top: 0;
    float: right;
  }
}
.form__input input, .form__input select {
  font-family: poppins;
  width: 100%;
  text-align: left;
}
.form__input input::-webkit-input-placeholder, .form__input select::-webkit-input-placeholder {
  color: #6c6c6c;
  font-size: 13px;
  font-family: poppins-light;
  text-align: left;
}
.form__input input:-moz-placeholder, .form__input select:-moz-placeholder {
  color: #6c6c6c;
  font-size: 13px;
  font-family: poppins-light;
  text-align: left;
}
.form__input input::-moz-placeholder, .form__input select::-moz-placeholder {
  color: #6c6c6c;
  font-size: 13px;
  font-family: poppins-light;
  text-align: left;
}
.form__input input:-ms-input-placeholder, .form__input select:-ms-input-placeholder {
  color: #6c6c6c;
  font-size: 13px;
  font-family: poppins-light;
  text-align: left;
}
.form__input input option[disabled], .form__input select option[disabled] {
  color: #dfdfdf;
  border-top: 1px solid black;
}
.form__input label.error {
  position: absolute;
  color: #F7851E;
  font-family: poppins-light;
  top: 6px;
  right: 0;
  font-size: 9px;
}
.form__input--checkbox {
  width: 100%;
  max-width: 240px;
}
.form__input--checkbox .form__label {
  display: block;
}
@media screen and (min-width: 769px) {
  .form__input--checkbox {
    max-width: none;
  }
}
.form__input--checkbox label {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .form__input--checkbox label {
    margin-top: 0;
  }
}
.form__input--checkbox label:not(:first-child) {
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .form__input--checkbox label:not(:first-child) {
    margin-left: 30px;
  }
}
.form__input--checkbox span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  font-family: novecento-wide-bold;
  font-size: 14px;
  letter-spacing: 1px;
}
.form__input--checkbox input {
  width: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.form__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form__inputs .form__input {
  margin: 5px;
}
.form__label span {
  margin-bottom: 10px;
  font-family: novecento-wide-bold;
  font-size: 11px;
  line-height: 1;
}
.form__label--inline {
  max-width: calc(100% - 110px);
  display: inline-block;
  vertical-align: top;
}
.form__label--inline span {
  margin-right: 15px;
  font-size: 9px;
}
.form__submit {
  margin: 10px auto 0;
}
.form__results {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin: 30px auto;
}
.form__results-item {
  text-align: right;
}
.form__results-item h3, .form__results-item span {
  font-size: 12px;
}
.form__results-item h3 {
  font-family: poppins-bold;
  margin-bottom: 5px;
}
.form__ctas {
  text-align: center;
}
.form__cta {
  display: none;
  margin: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.form__cta--active {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .form__input-numbers span:before {
    content: "0";
  }
}
@media screen and (max-width: 1024px) {
  .form__input-numbers label {
    text-align: center;
    margin: 5px;
  }
  .form__input-numbers span, .form__input-numbers input {
    display: block;
    margin: 0 auto;
  }
}
.form--one-line {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 670px;
  margin: 0 auto;
}
.form--one-line * {
  margin: 0;
}
.form--one-line .form__input {
  width: auto;
}
.form--one-line .form__input--with-cta {
  width: calc(100% - 65px);
}
.form--one-line .form__submit {
  display: inline-block;
  margin-top: 0;
}
.form--only-submit {
  display: inline-block;
}

.nav-mobile {
  padding: 50px 0 60px;
}
@media screen and (min-width: 1025px) {
  .nav-mobile {
    display: none;
  }
}
.nav-mobile__button {
  max-width: calc(50% - 10px);
  cursor: pointer;
}
.nav-mobile__button--logo {
  float: left;
  width: 110px;
}
.nav-mobile__button--menu, .nav-mobile__button--close {
  position: relative;
  float: right;
  width: 30px;
  font-size: 25px;
  top: -4px;
}
.nav-mobile__button--menu i, .nav-mobile__button--close i {
  color: #F7851E;
  line-height: 1;
}
.nav-mobile__button--close {
  top: -10px;
}
.nav-mobile__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #181818;
  z-index: 2;
  background-size: 60vh auto;
  background-position: center left 20vw;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
.nav-mobile__content--active {
  transition: all ease-in-out 0.2s;
  opacity: 1;
  visibility: visible;
}
.nav-mobile__link {
  display: table;
  margin-top: 3vh;
  cursor: pointer;
}
.nav-mobile__link span {
  font-family: "novecento-wide-bold";
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
}
.nav-mobile__link--highlight span {
  color: #F7851E;
}
.nav-mobile__footer {
  position: absolute;
  bottom: 50px;
  left: 10%;
}
.nav-mobile__text-one, .nav-mobile__text-two, .nav-mobile__text-three, .nav-mobile__text-four, .nav-mobile__text-five {
  color: white;
  display: table;
}
.nav-mobile__text-one {
  font-family: novecento-wide-bold;
  letter-spacing: 2px;
}
.nav-mobile__text-two {
  font-family: novecento-wide-medium;
  letter-spacing: 2px;
  margin: 7px 0;
}
.nav-mobile__text-three {
  font-family: novecento-wide-medium;
}
.nav-mobile__text-four {
  margin: 25px 0 40px;
  font-family: novecento-wide-medium;
  letter-spacing: 2px;
  font-size: 8px;
  line-height: 1.7;
}
.nav-mobile__text-five {
  font-family: novecento-wide-medium;
  letter-spacing: 2px;
  font-size: 8px;
  line-height: 1.7;
  display: inline-block;
}
.nav-mobile__icons {
  margin-top: 10px;
}
.nav-mobile__icons a i {
  color: white;
}
@media screen and (min-width: 375px) {
  .nav-mobile__icons {
    float: right;
    margin-top: 5px;
  }
}
.nav-mobile__social-media {
  margin-top: 40px;
}

.nav-web {
  padding: 70px 90px;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 1;
  padding: 40px 50px;
}
.nav-web__logo img {
  max-width: 100px;
}
@media screen and (min-width: 1600px) {
  .nav-web__logo img {
    max-width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .nav-web {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .nav-web {
    padding: 50px;
  }
}
.nav-web__logo {
  display: inline-block;
}
.nav-web__links {
  float: right;
}
.nav-web__link {
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
}
.nav-web__link span {
  font-family: novecento-wide-medium;
  font-size: 13px;
  color: #6c6c6c;
}
.nav-web__link--active:after {
  content: "";
  width: 15px;
  background-color: #F7851E;
  margin: 7px auto 0;
  display: block;
  height: 3px;
}
.nav-web--dark span {
  color: white;
}

.contact-form {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  height: 100%;
  z-index: 1;
  background-color: #F3F3F3;
  transition: all ease-in-out 0.2s;
  padding-bottom: 100px;
  width: 0;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .contact-form {
    box-shadow: -6vw 0 100px rgba(0, 0, 0, 0.3);
  }
}
.contact-form:target {
  width: 100vw;
  overflow: scroll;
}
@media screen and (min-width: 1025px) {
  .contact-form:target {
    width: 85vw;
    overflow: visible;
  }
}
.contact-form__background {
  display: none;
}
@media screen and (min-width: 1025px) {
  .contact-form__background {
    display: block;
    width: 100%;
    height: 30vh;
    background-image: url(/img/backgrounds/bg-contact-form.png);
    background-size: cover;
  }
}
.contact-form__background .cta {
  top: 30px;
  left: 30px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .contact-form__wrapper {
    width: 100%;
    height: 70vh;
    padding: 5vh 4vw;
  }
}
.contact-form .nav-mobile {
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .contact-form__left {
    float: left;
    width: calc(300px + 4vw);
    height: 100%;
    padding-top: 2vh;
    padding-right: 4vw;
    border-right: 3px solid #e6e6e6;
  }
}
.contact-form__right {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .contact-form__right {
    margin-top: 0;
    float: right;
    width: calc(100% - 300px - 4vw);
    padding-left: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .contact-form__right--response {
    padding: 70px;
  }
}
.contact-form__right--response .title {
  margin: 60px 0 30px;
}
@media screen and (min-width: 1025px) {
  .contact-form__right--response .title {
    font-size: 40px;
  }
}
.contact-form__right--response .copy {
  font-family: novecento-wide-light;
}
@media screen and (min-width: 1025px) {
  .contact-form__right--response .copy {
    font-size: 17px;
  }
}
.contact-form__description {
  margin: 20px 0;
}
@media screen and (min-width: 1025px) {
  .contact-form__description {
    margin: 4vh 0;
  }
}
.contact-form__bullet {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 3px;
}
@media screen and (min-width: 1025px) {
  .contact-form__bullet {
    display: block;
    width: 100%;
    margin: 4vh 0;
  }
}
.contact-form__bullet i, .contact-form__bullet span {
  display: inline-block;
  vertical-align: top;
}
.contact-form__bullet i {
  color: #F7851E;
  margin: 5px 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .contact-form__bullet i {
    margin: 0 5px 0 0;
  }
}
.contact-form__bullet span {
  width: calc(100% - 25px);
  text-align: left;
  font-size: 10px;
}
@media screen and (min-width: 1025px) {
  .contact-form__bullet span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-form__progress-bar {
    padding-bottom: 3vh;
    border-bottom: 3px solid #e6e6e6;
  }
}
.contact-form__progress-text {
  position: relative;
}
.contact-form__progress-text span {
  text-align: center;
  font-family: novecento-wide-bold;
  letter-spacing: 5px;
  color: #929292;
}
.contact-form__progress-text .contact-form__title-indicator {
  display: table;
  margin: 0 auto;
}
.contact-form__progress-text .contact-form__step-indicator {
  position: absolute;
  right: 0;
  top: 0;
}
.contact-form__indicator {
  width: 100%;
  height: 10px;
  background-color: #929292;
  margin-top: 5px;
}
.contact-form__indicator div {
  background-color: #F7851E;
  width: 0;
  height: 100%;
}
.contact-form .form {
  margin-top: 30px;
  text-align: left;
}
.contact-form .form input[type=text] {
  width: 100%;
}
.contact-form .form__input {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .contact-form .form__input {
    width: 100%;
    text-align: left;
  }
}
.contact-form .form__label {
  width: 100%;
}
.contact-form .form__input--full label {
  vertical-align: middle;
}
.contact-form .form__input--full label span {
  font-family: novecento-wide-medium;
  font-size: 8px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .contact-form .form__input--full {
    max-width: 400px;
    margin-top: 10px;
  }
}

.footer {
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .footer {
    text-align: left;
    padding: 30px 8%;
  }
}
.footer__copyright {
  font-family: "novecento-wide-medium";
  font-size: 10px;
  letter-spacing: 1px;
}
.footer__copyright strong {
  font-family: "novecento-wide-bold";
}
@media screen and (min-width: 1025px) {
  .footer__copyright {
    font-size: 12px;
    display: inline-block;
  }
}
.footer__social-media {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .footer__social-media {
    float: right;
    margin-top: 4px;
  }
}
.footer__links {
  margin: 4px;
}
.footer__links img {
  max-width: 17px;
  max-height: 17px;
}

.text-effect {
  opacity: 0.8;
}
.text-effect--multiply {
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.text-effect--overlay {
  mix-blend-mode: overlay;
}

.title {
  font-family: "novecento-wide-bold";
  line-height: 1;
  letter-spacing: -1px;
  font-size: 30px;
}
@media screen and (min-width: 1025px) {
  .title {
    font-size: 33px;
  }
}
@media screen and (min-width: 1600px) {
  .title {
    font-size: 40px;
  }
}

.copy {
  font-family: "poppins-bold";
  font-size: 13px;
  letter-spacing: -1px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .copy {
    letter-spacing: 0;
  }
}

.hero {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .hero {
    height: 90vh;
    background-repeat: no-repeat;
    margin-bottom: 4vh;
  }
}
@media screen and (min-width: 1025px) {
  .hero--home {
    background-size: auto 100%;
    background-image: url(/img/backgrounds/bg-hero.jpg);
    background-position: center left;
  }
}
@media screen and (min-width: 1025px) {
  .hero--services {
    background-size: cover;
    background-position: center;
    background-image: url(/img/backgrounds/bg-services.jpg);
  }
}
.hero__container {
  background-color: #F3F3F3;
}
.hero__subcontainer--center {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__copy {
  padding: 30px 0 13px;
}
.hero__logos {
  flex-shrink: 1;
  max-height: 25px;
}
.hero__title--margin {
  margin: 30px 0;
}
@media screen and (min-width: 1281px) {
  .hero__title br {
    display: inline;
  }
}
@media screen and (min-width: 1600px) {
  .hero__title {
    width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .hero__description {
    font-size: 14px;
    margin-bottom: 4vh;
  }
}
.hero__multiply-text {
  left: 5vw;
  position: absolute;
  display: none;
}
.hero__multiply-text--height-1 {
  top: 15vh;
  height: 67vh;
}
.hero__multiply-text--height-2 {
  top: 26vh;
  height: 43vh;
}
@media screen and (min-width: 1025px) {
  .hero__multiply-text {
    display: block;
  }
}
.hero__main-btn {
  position: fixed;
  top: 50%;
  text-align: center;
  cursor: pointer;
  display: none;
  transform: translateY(-50%);
  background: #181818;
  padding: 40px 20px;
  border-radius: 15px 0 0 15px;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .hero__main-btn {
    display: block;
  }
}
.hero__main-btn span {
  transform: rotate(180deg);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: "novecento-wide-medium";
  color: #F7851E;
  font-size: 12px;
  letter-spacing: 6px;
}
.hero__main-btn i {
  display: block;
  color: #F7851E;
  margin-top: 40px;
  font-size: 20px;
}
.hero__profile-pic {
  background-image: url(/img/resources/juan.png);
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 7px;
}
@media screen and (min-width: 370px) {
  .hero__profile-pic {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
}
.hero__profile-info {
  display: inline-block;
  vertical-align: middle;
}
.hero__profile-name {
  font-family: novecento-wide-bold;
  color: #6c6c6c;
  line-height: 1;
  font-size: 18px;
}
@media screen and (min-width: 370px) {
  .hero__profile-name {
    font-size: 22px;
  }
}
.hero__profile-description {
  font-family: novecento-wide-light;
  color: #6c6c6c;
  letter-spacing: 1px;
  font-size: 11px;
}
@media screen and (min-width: 370px) {
  .hero__profile-description {
    font-size: 13px;
  }
}
.hero__icon {
  font-size: 23px;
  color: #F7851E;
  margin: 0;
  display: table;
}
.hero .cta {
  margin-top: 35px;
}
@media screen and (min-width: 1025px) {
  .hero--style-1 {
    background-color: #181818;
  }
  .hero--style-1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-color: #181818;
  }
}
@media screen and (min-width: 1025px) {
  .hero--style-1 .hero__container {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45%;
    margin: 0;
    padding: 5%;
    position: absolute;
    background-color: #181818;
    padding-right: 12vw;
    padding-top: 19vh;
  }
  .hero--style-1 .hero__container p, .hero--style-1 .hero__container span, .hero--style-1 .hero__container h1, .hero--style-1 .hero__container h2 {
    color: white;
  }
}
@media screen and (min-width: 1025px) {
  .hero--style-2 .hero__left {
    width: 30%;
    position: absolute;
    top: calc(50% + 70px);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .hero--style-2 .hero__right {
    position: absolute;
    width: 48vw;
    height: 67vh;
    background-image: url(/img/backgrounds/bg-about.jpg);
    background-position: center;
    background-size: cover;
    top: 22vh;
    right: 0;
  }
}
.hero--style-2 .hero__right .hero__multiply-text-right {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  display: none;
}
@media screen and (min-width: 1025px) {
  .hero--style-2 .hero__right .hero__multiply-text-right {
    display: block;
  }
}

.slider {
  overflow-x: hidden;
  width: 100%;
}
.slider .slick-list {
  margin: 85px 0 35px;
  overflow: visible;
}
.slider__content {
  width: 95%;
  margin: 0 auto;
}
.slider__card {
  background-color: #EFEFEF;
  box-shadow: 8px 8px 8px #e0dfdf, -8px -8px 8px white;
  margin: 15px;
  border-radius: 20px;
  padding: 85px 30px 30px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .slider__card {
    padding: 150px 35px 35px;
  }
}
@media screen and (min-width: 1601px) {
  .slider__card {
    margin: 30px;
    padding: 200px 60px 60px;
    box-shadow: 12px 12px 13px #e0dfdf, -12px -12px 13px white;
    border-radius: 50px;
  }
}
.slider__image {
  position: absolute;
  top: -35px;
  left: 50%;
  max-width: 170px;
  max-height: 110px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .slider__image {
    max-width: 210px;
    max-height: 165px;
  }
}
@media screen and (min-width: 1601px) {
  .slider__image {
    max-width: 335px;
    max-height: 260px;
    top: -70px;
  }
}
.slider__image--vertical-fix {
  top: -16px;
}
.slider__title {
  font-family: "novecento-wide-bold";
  font-size: 20px;
  letter-spacing: -1px;
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .slider__title {
    font-size: 35px;
    height: 70px;
  }
}
@media screen and (min-width: 1601px) {
  .slider__title {
    font-size: 45px;
    height: 82px;
  }
}
.slider__title--small {
  font-size: 18px;
  height: 50px;
}
@media screen and (min-width: 1025px) {
  .slider__title--small {
    font-size: 30px;
    height: 87px;
  }
}
.slider__description {
  margin: 10px 0;
  height: 80px;
}
@media screen and (min-width: 1025px) {
  .slider__description {
    height: 53px;
  }
}
@media screen and (min-width: 1601px) {
  .slider__description {
    height: 25px;
  }
}
.slider__description--small {
  height: 78px;
}
@media screen and (min-width: 1025px) {
  .slider__description--small {
    height: 18px;
  }
}
.slider .slick-dots {
  text-align: center;
}
.slider .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F3F3F3;
  border: 2px solid #6c6c6c;
  margin: 7px;
}
.slider .slick-dots li.slick-active {
  background-color: #6c6c6c;
}
.slider .slick-dots li button {
  opacity: 0;
}
.slider .cta {
  margin-top: 15px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .slider .cta {
    width: auto;
  }
}

.slider-about {
  margin-top: 50px;
  position: relative;
}
.slider-about__card {
  padding: 28vw 5vw 10vw;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .slider-about__card {
    padding: 17vw 5vw 5vw;
    backgrouund-size: cover;
  }
}
.slider-about__copy {
  color: white;
  text-shadow: 1px 1px 2px black;
  font-size: 15px;
  font-family: poppins-bold;
}
.slider-about__content {
  position: relative;
}
.slider-about--1 {
  background-image: url(/img/backgrounds/slider-about/slider-about-1-m.jpg);
}
@media screen and (min-width: 769px) {
  .slider-about--1 {
    background-image: url(/img/backgrounds/slider-about/slider-about-1.jpg);
  }
}
.slider-about--2 {
  background-image: url(/img/backgrounds/slider-about/slider-about-2-m.jpg);
}
@media screen and (min-width: 769px) {
  .slider-about--2 {
    background-image: url(/img/backgrounds/slider-about/slider-about-2.jpg);
  }
}
.slider-about--3 {
  background-image: url(/img/backgrounds/slider-about/slider-about-3-m.jpg);
}
@media screen and (min-width: 769px) {
  .slider-about--3 {
    background-image: url(/img/backgrounds/slider-about/slider-about-3.jpg);
  }
}
.slider-about .slick-dots {
  position: absolute;
  bottom: 2vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.slider-about .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  margin: 0 5px;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.slider-about .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.slider-about .slick-dots li button {
  opacity: 0;
}
.slider-about .slick-dots li.slick-active {
  background-color: white;
}

.logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  margin: 50px auto;
}
@media screen and (min-width: 1025px) {
  .logos {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 25px;
    grid-column-gap: 60px;
  }
}
.logos img {
  padding: 7% 10%;
}
@media screen and (min-width: 1025px) {
  .logos img {
    padding: 0;
  }
}

.help {
  background-color: #181818;
  padding: 70px 0 50px;
  text-align: center;
}
.help__sub-section {
  margin-top: 10px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .help__sub-section {
    display: inline-block;
    max-width: 350px;
    margin: 30px 7%;
    vertical-align: top;
  }
}
.help__question, .help__copy, .help__subtitle {
  color: white;
}
.help__subtitle {
  max-width: 90%;
  font-family: "novecento-wide-bold";
  font-size: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .help__subtitle {
    letter-spacing: 3px;
  }
}
.help__question {
  font-size: 30px;
  font-family: "novecento-wide-bold";
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .help__question {
    font-size: 35px;
    margin-bottom: 30px;
    max-width: 333px;
  }
}
@media screen and (min-width: 1240px) {
  .help__copy {
    height: 35px;
    display: block;
    width: 90%;
  }
}
.help__image {
  max-width: 300px;
  display: block;
  margin: 0 auto -30px;
}
@media screen and (min-width: 1025px) {
  .help__image {
    max-width: 100%;
  }
}
.help .cta {
  margin-top: 35px;
}

@media screen and (min-width: 769px) {
  .como-funciona {
    display: flex;
    flex-wrap: wrap;
  }
}
.como-funciona > * {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 270px;
}
@media screen and (min-width: 501px) {
  .como-funciona > * {
    width: 350px;
    flex-basis: 34%;
  }
}
@media screen and (min-width: 1360px) {
  .como-funciona > * {
    flex-basis: 32%;
  }
}
@media screen and (min-width: 1601px) {
  .como-funciona > * {
    width: 33.33%;
  }
}
.como-funciona__title {
  margin: 50px auto 20px;
}
@media screen and (min-width: 1025px) {
  .como-funciona__title {
    margin: 75px auto 0 53px;
  }
}
@media screen and (min-width: 769px) {
  .como-funciona__title .title {
    font-size: 50px;
    margin: 40px;
  }
}
.como-funciona__background {
  font-size: 190px;
  font-family: "novecento-wide-bold";
  color: #e6e6e6;
  line-height: 1;
}
@media screen and (min-width: 501px) {
  .como-funciona__background {
    font-size: 255px;
  }
}
@media screen and (min-width: 1601px) {
  .como-funciona__background {
    font-size: 280px;
  }
}
.como-funciona__info {
  position: absolute;
  bottom: 30px;
  left: 8px;
  width: 70%;
}
@media screen and (min-width: 501px) {
  .como-funciona__info {
    bottom: 36px;
  }
}
.como-funciona__subtitle {
  font-size: 19px;
}
@media screen and (min-width: 501px) {
  .como-funciona__subtitle {
    font-size: 25px;
  }
}
.como-funciona__description {
  font-size: 11px;
  font-family: poppins-medium;
}
@media screen and (min-width: 501px) {
  .como-funciona__description {
    font-size: 13px;
  }
}

.services {
  padding: 230px 0 60px;
  max-width: 1000px;
  position: relative;
}
.services__anchor {
  padding: 80px 0 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}
.services__anchor select {
  width: 100%;
  margin: 30px auto 0;
  max-width: 800px;
}
.services__anchor--fixed {
  position: fixed;
  padding: 5px;
  background-color: #F3F3F3;
  z-index: 1;
  padding: 10px 8%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.services__anchor--fixed .title {
  font-size: 13px;
}
.services__anchor--fixed select {
  margin-top: 5px;
}
.services__item {
  position: relative;
}
.services__item:not(:first-child) {
  padding-top: 100px;
}
@media screen and (min-width: 1025px) {
  .services__item--style-a .services__left, .services__item--style-a .services__right {
    height: 100%;
  }
  .services__item--style-a .services__left {
    width: 415px;
    max-width: 45%;
    float: left;
  }
  .services__item--style-a .services__right {
    max-width: 53%;
    width: 485px;
    float: right;
    padding-bottom: 85px;
  }
  .services__item--style-a .services__photo {
    max-width: 80%;
    max-height: 400px;
    width: 280px;
  }
  .services__item--style-a .services__description p {
    width: calc(49% - 40px);
    margin: 10px 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
  }
  .services__item--style-a .cta {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .services__item--style-a .services__left {
    width: 440px;
    float: left;
  }
  .services__item--style-a .services__right {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .services__item--style-b .services__photo, .services__item--style-b .services__info {
    display: inline-block;
    width: calc(49% - 60px);
    margin: 30px;
    vertical-align: middle;
  }
  .services__item--style-b .services__photo {
    max-width: none;
    max-height: 300px;
    width: auto;
  }
  .services__item--style-b .services__left {
    text-align: center;
  }
  .services__item--style-b .services__left > * {
    text-align: left;
  }
  .services__item--style-b .services__description {
    text-align: center;
  }
  .services__item--style-b .services__description p {
    display: inline-block;
    vertical-align: top;
    width: calc(24% - 40px);
    text-align: left;
    margin: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .services__item--style-c1, .services__item--style-c2 {
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
  }
  .services__item--style-c1 .services__photo, .services__item--style-c2 .services__photo {
    max-width: none;
    max-height: none;
    height: 250px;
  }
  .services__item--style-c1 .services__copy, .services__item--style-c2 .services__copy {
    height: 45px;
  }
  .services__item--style-c1 .services__description, .services__item--style-c2 .services__description {
    text-align: center;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
  }
  .services__item--style-c1 .services__description p, .services__item--style-c2 .services__description p {
    display: inline-block;
    vertical-align: top;
    width: calc(49% - 40px);
    text-align: left;
    margin: 20px;
    height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .services__item--style-c1 {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .services__item--style-c2 {
    margin-left: 40px;
  }
}
.services__photo {
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  display: block;
}
.services__title {
  margin: 10px 0 20px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .services__title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1281px) {
  .services__title {
    font-size: 55px;
  }
}
.services__copy {
  margin-bottom: 30px;
  text-align: left;
}
.services__description {
  text-align: left;
}
.services__description p {
  margin-top: 20px;
}
.services__description p strong {
  font-family: "poppins-black";
  font-size: 17px;
  line-height: 0;
}
.services .cta {
  margin-top: 30px;
}
.services__cta-web {
  display: none;
}
@media screen and (min-width: 1025px) {
  .services__cta-web {
    display: table;
  }
}
@media screen and (min-width: 1025px) {
  .services__cta-mobile {
    display: none;
  }
}