/*Theme Name: AAF Landing Hubspot
	Theme URL: https://www.aafintl.com
	Description: Theme personalizado para AAF
	Author: Somos MIO + ADI Revolution
	Author URI: https://adi-revolution.com
	Version: 1.0
*/
/*@font-face {
    font-family: 'Akzidenz-Grotesk BQ';
    src: url('https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/AkzidenzGroteskBQ-Cnd.woff2') format('woff2'),
        url('https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/AkzidenzGroteskBQ-Cnd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Akzidenz-Grotesk BQ';
    src: url('https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/AkzidenzGroteskBQ-MdCndAlt.woff2') format('woff2'),
        url('https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/AkzidenzGroteskBQ-MdCndAlt.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Thunder Med';
    src: url('https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/Thunder-MediumHC.woff2') format('woff2'),
        url('https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/Thunder-MediumHC.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
/*Icons*/
/* https://www.onlinewebfonts.com/download/d589f568cfa911453cc08bf622833fd2 */
/*@import url(//db.onlinewebfonts.com/c/d589f568cfa911453cc08bf622833fd2?family=la-solid-900); */
@font-face {
  font-family: "la-solid-900";
  src: url("https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/la-solid-900.woff2"), url("https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/la-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "la-brands-400";
  src: url("https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/la-brands-400.woff2"), url("https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/fonts/la-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Google Fonts*/
/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');*/
/* RESET */
/* ----------------------------------------- */
/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  outline: none;
}

.mayus {
  text-transform: uppercase;
}

.fullwidth {
  width: 100%;
  float: left;
}

.boxsizing, .container, .box-sizing {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:before {
  content: "";
  display: table;
  pointer-events: none;
}
.container:after {
  content: "";
  display: table;
  pointer-events: none;
  clear: both;
}

.clearer, .clear {
  clear: both;
}

table {
  width: 100%;
}

.myIframe {
  height: 0;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.myIframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.input, input[type=email], input[type=tel], input[type=text], textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.button, button, input[type=submit] {
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

button, input[type=submit] {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inline {
  display: none;
}

.columns {
  width: 100%;
  float: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.columns img {
  max-width: 100%;
  height: auto;
}

.columns.no-padding {
  padding: 0;
}

.no-left {
  padding: 0 40px 0 0;
}

.no-right {
  padding: 0 0 0 40px;
}

.small-1 {
  width: 8.33%;
}

.small-2 {
  width: 16.66%;
}

.small-3 {
  width: 25%;
}

.small-4 {
  width: 33.33%;
}

.small-5 {
  width: 41.66%;
}

.small-6 {
  width: 50%;
}

.small-7 {
  width: 58.33%;
}

.small-8 {
  width: 66.66%;
}

.small-9 {
  width: 75%;
}

.small-10 {
  width: 83.33%;
}

.small-11 {
  width: 91.66%;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33%;
  }
  .medium-2 {
    width: 16.66%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33%;
  }
  .medium-5 {
    width: 41.66%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33%;
  }
  .medium-8 {
    width: 66.66%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33%;
  }
  .medium-11 {
    width: 91.66%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33%;
  }
  .large-2 {
    width: 16.66%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33%;
  }
  .large-5 {
    width: 41.66%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33%;
  }
  .large-8 {
    width: 66.66%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33%;
  }
  .large-11 {
    width: 91.66%;
  }
  .large-12 {
    width: 100%;
  }
  /*.large-pull-1 {
    position: relative;
    right: 8.33%
  }
  .large-pull-2 {
    position: relative;
    right: 16.66%
  }
  .large-pull-3 {
    position: relative;
    right: 25%
  }
  .large-pull-4 {
    position: relative;
    right: 33.33%
  }
  .large-pull-5 {
    position: relative;
    right: 41.66%
  }
  .large-pull-6 {
    position: relative;
    right: 50%
  }
  .large-pull-7 {
    position: relative;
    right: 58.33%
  }
  .large-pull-8 {
    position: relative;
    right: 66.66%
  }
  .large-pull-9 {
    position: relative;
    right: 75%
  }
  .large-pull-10 {
    position: relative;
    right: 83.33%
  }
  .large-pull-11 {
    position: relative;
    right: 91.66%
  }
  .large-pull-12 {
    position: relative;
    right: 100%
  }
  .large-push-1 {
    position: relative;
    left: 8.33%
  }
  .large-push-2 {
    position: relative;
    left: 16.66%
  }
  .large-push-3 {
    position: relative;
    left: 25%
  }
  .large-push-4 {
    position: relative;
    left: 33.33%
  }
  .large-push-5 {
    position: relative;
    left: 41.66%
  }
  .large-push-6 {
    position: relative;
    left: 50%
  }
  .large-push-7 {
    position: relative;
    left: 58.33%
  }
  .large-push-8 {
    position: relative;
    left: 66.66%
  }
  .large-push-9 {
    position: relative;
    left: 75%
  }
  .large-push-10 {
    position: relative;
    left: 83.33%
  }
  .large-push-11 {
    position: relative;
    left: 91.66%
  }
  .large-push-12 {
    position: relative;
    left: 100%
  }
  .large-pull-1 {
    right: auto
  }
  .large-pull-2 {
    right: auto
  }
  .large-pull-3 {
    right: auto
  }
  .large-pull-4 {
    right: auto
  }
  .large-pull-5 {
    right: auto
  }
  .large-pull-6 {
    right: auto
  }
  .large-pull-7 {
    right: auto
  }
  .large-pull-8 {
    right: auto
  }
  .large-pull-9 {
    right: auto
  }
  .large-pull-10 {
    right: auto
  }
  .large-pull-11 {
    right: auto
  }
  .large-pull-12 {
    right: auto
  }
  .large-push-1 {
    left: auto
  }
  .large-push-2 {
    left: auto
  }
  .large-push-3 {
    left: auto
  }
  .large-push-4 {
    left: auto
  }
  .large-push-5 {
    left: auto
  }
  .large-push-6 {
    left: auto
  }
  .large-push-7 {
    left: auto
  }
  .large-push-8 {
    left: auto
  }
  .large-push-9 {
    left: auto
  }
  .large-push-10 {
    left: auto
  }
  .large-push-11 {
    left: auto
  }
  .large-push-12 {
    left: auto
  }*/
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

*::-moz-selection {
  background-color: #E21135;
  color: white;
}

*::selection {
  background-color: #E21135;
  color: white;
}

body {
  position: relative;
  background-color: #E5E5E5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: calc(7px + 9 * (100vw - 767px) / 1153);
  color: black;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 12px;
  }
}

.columns {
  padding: 0 0.5em;
}
@media screen and (max-width: 1023px) {
  .columns {
    padding: 0 15px;
  }
}

.container {
  max-width: 102em; /*max-width: 1632px;*/
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
}
.container:before, .container:after {
  content: none;
}

.center {
  text-align: center;
}

strong, b {
  font-weight: 600;
}

a {
  text-decoration: underline;
  color: #E21135;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

.transform-none {
  text-transform: none !important;
}

.titulo-1 {
  display: inline-block;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5.375em;
  font-weight: 300;
  line-height: 104.65%;
}
@media screen and (max-width: 1300px) {
  .titulo-1 {
    font-size: 5em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-1 {
    font-size: 3em;
  }
}
.titulo-1 strong, .titulo-1 b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.titulo-2 {
  display: inline-block;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.875em;
  font-weight: 300;
  line-height: 103.225%;
}
@media screen and (max-width: 1300px) {
  .titulo-2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-2 {
    font-size: 2em;
  }
}
.titulo-2 strong, .titulo-2 b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.titulo-3 {
  display: inline-block;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.625em;
  font-weight: 300;
  line-height: 111.904%;
}
@media screen and (max-width: 1300px) {
  .titulo-3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-3 {
    font-size: 1.5em;
  }
}
.titulo-3 strong, .titulo-3 b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.label-subtitulo {
  display: inline-block;
  margin: 0 0 1em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5625em;
  font-weight: 300;
  line-height: 111.904%;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .label-subtitulo {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  .label-subtitulo {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .label-subtitulo {
    font-size: 1em;
  }
}

.p-grande {
  display: inline-block;
  margin: 1.166em 0 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 116.66%;
}
@media screen and (max-width: 1300px) {
  .p-grande {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 1023px) {
  .p-grande {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .p-grande {
    font-size: 1.125em;
  }
}

.p-medio {
  display: inline-block;
  margin: 1.166em 0 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 118.18%;
}
@media screen and (max-width: 1300px) {
  .p-medio {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  .p-medio {
    font-size: 1.125em;
  }
}

.p-normal {
  display: inline-block;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .p-normal {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .p-normal {
    font-size: 1em;
  }
}

.p-peque {
  display: inline-block;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 133.33%;
}
@media screen and (max-width: 767px) {
  .p-peque {
    font-size: 1em;
    line-height: 120%;
  }
}

.n-hance {
  white-space: nowrap;
}

.cta {
  min-height: 2.611em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.125em 0.722em;
  border: thin solid #E21135;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: #E21135;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .cta {
    font-size: 1em;
  }
}
.cta:hover {
  background-color: #E21135;
  color: white;
}

/*Header*/
#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 3;
  padding: 3.4375em 0 0;
}
@media screen and (max-width: 1300px) {
  #header {
    padding: 3em 0 0;
  }
}
@media screen and (max-width: 1023px) {
  #header {
    padding: 2em 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 1.75em 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header.active {
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  #header.active .menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#header.active #burger:before {
  content: "\f00d";
}
#header .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media screen and (max-width: 767px) {
  	flex-direction: column;
  }*/
}
#header #logo {
  width: 100%;
  max-width: 9.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #header #logo {
    max-width: 9em;
  }
}
@media screen and (max-width: 600px) {
  #header #logo {
    max-width: 8.5em;
  }
}
#header #logo img, #header #logo svg {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
#header #logo img path, #header #logo svg path {
  fill: white;
}
#header #burger {
  display: none;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #header #burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }
}
#header #burger:before {
  content: "\f0c9";
  display: inline-block;
  font-family: "la-solid-900";
  font-size: 2.5em;
}
#header .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  #header .menu {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #header .menu {
    width: 100%;
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: black;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
}
#header .menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .menu ul li {
  display: inline-block;
  margin: 0 0 0 1em;
  /*@media screen and (max-width: 767px) {
  	margin: 0.5em 0 0 0.875em;
  }*/
}
@media screen and (max-width: 767px) {
  #header .menu ul li {
    width: 100%;
    margin: 0.5em 0;
  }
}
#header .menu ul li:first-child {
  margin-left: 0;
}
#header .menu a {
  text-decoration: none;
  color: white;
}
#header nav.languages {
  display: inline-block;
  position: relative;
  margin: 0 0 0 auto;
  font-size: 1.125em;
}
#header nav.languages .placeholder {
  font-family: "Akzidenz-Grotesk BQ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #E21135;
  cursor: pointer;
}
#header nav.languages .placeholder::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  margin-left: 1ch;
  background: #E21135;
  -webkit-mask: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.54 57.08'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M0 57.08 32.77 0l32.77 57.08' data-name='Layer 1' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E");
  mask: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.54 57.08'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M0 57.08 32.77 0l32.77 57.08' data-name='Layer 1' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#header nav.languages ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  text-align: left;
}
#header nav.languages li {
  list-style: none;
}
#header nav.languages li:first-child a {
  color: #E21135;
}
#header nav.languages a {
  position: relative;
  font-family: "Akzidenz-Grotesk BQ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #E21135;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*Footer*/
#footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.625em 0 3.75em;
  background-color: black;
  color: white;
}
@media screen and (max-width: 1023px) {
  #footer {
    padding: 3.5em 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 3em 0;
  }
}
#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .columns:first-child {
    margin-bottom: 2.5em;
  }
}
#footer .columns:first-child p {
  max-width: 48em;
  display: inline-block;
  font-size: 0.875em;
  line-height: 128.57%;
}
#footer #logo-pie {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 1023px) {
  #footer #logo-pie {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  #footer #logo-pie {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 600px) {
  #footer #logo-pie {
    font-size: 0.65em;
  }
}
@media screen and (max-width: 370px) {
  #footer #logo-pie {
    font-size: 0.55em;
  }
}
#footer #logo-pie img, #footer #logo-pie svg {
  width: 100%;
  max-width: 7.0925em;
  height: auto;
  display: block;
}
#footer #logo-pie img path, #footer #logo-pie svg path {
  fill: white;
}
#footer #logo-pie .claim {
  display: inline-block;
  position: relative;
  margin-left: 2.076em;
  font-size: 1.875em;
}
#footer #logo-pie .claim:before {
  content: "";
  width: 0;
  height: 2.7526em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -0.75em;
  border-left: thin solid white;
  -webkit-transform: translateY(-50%) rotate(16deg);
          transform: translateY(-50%) rotate(16deg);
}
#footer #logo-pie .claim sup {
  display: inline-block;
  position: relative;
  top: -0.875em;
  margin: 0 0 0 0.2em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.588em;
  font-weight: 300;
}

#main {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main #articulo {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .seccion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

/*#cabecera*/
#cabecera {
  height: 100vh;
  height: 100svh;
  min-height: 20em;
  position: relative;
  z-index: 0;
  background-color: black;
  color: white;
}
@media screen and (max-width: 1023px) {
  #cabecera {
    height: auto;
    min-height: 66.66vh;
    min-height: 66.66svh;
  }
}
#cabecera .bg {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#cabecera .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: black;
  opacity: 0.6;
}
#cabecera .bg video, #cabecera .bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#cabecera .before {
  width: 28.229%;
  max-width: 33.875em;
  height: auto;
  display: block;
  position: absolute;
  bottom: 8.24%;
  left: 0;
  z-index: 2;
}
#cabecera .after {
  width: 24.11%;
  max-width: 28.9375em;
  height: auto;
  display: block;
  position: absolute;
  top: 16.11%;
  right: 0;
  z-index: 2;
}
#cabecera .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 10.875em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #cabecera .container {
    min-height: 66.66vh;
    min-height: 66.66svh;
  }
}
#cabecera .caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#cabecera .caption .cta-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.375em;
}
@media screen and (max-width: 1300px) {
  #cabecera .caption .cta-wrapper {
    margin-top: 3em;
  }
}
@media screen and (max-width: 1023px) {
  #cabecera .caption .cta-wrapper {
    margin-top: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  #cabecera .caption .cta-wrapper {
    margin-top: 1.5em;
  }
}
#cabecera .caption .cta {
  margin: 1.111em 0.888em 0 0;
  border-color: white;
  color: white;
}
#cabecera .caption .cta:last-child {
  margin-right: 0;
}
#cabecera .caption .cta:hover {
  background-color: white;
  color: #E21135;
}
#cabecera .texto-wrapper {
  position: absolute;
  right: 0;
  bottom: 16.11%;
}
@media screen and (max-width: 767px) {
  #cabecera .texto-wrapper {
    position: static;
    text-align: center;
  }
}

/*#n-hance*/
#n-hance {
  position: relative;
  padding: 9.9375em 0;
  background-color: black;
}
@media screen and (max-width: 1300px) {
  #n-hance {
    padding: 9em 0;
  }
}
@media screen and (max-width: 1023px) {
  #n-hance {
    padding: 7em 0;
  }
}
@media screen and (max-width: 767px) {
  #n-hance {
    padding: 4em 0;
  }
}
#n-hance:before {
  content: "";
  width: 125.46%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8102e+0,808080+100&1+0,0+80 */
  background: radial-gradient(ellipse at center, rgb(200, 16, 46) 0%, rgba(142, 106, 112, 0) 70%, rgba(128, 128, 128, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transform: rotate(-2deg) scale(1.2);
          transform: rotate(-2deg) scale(1.2);
}
@media screen and (max-width: 1300px) {
  #n-hance:before {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #n-hance:before {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #n-hance:before {
    font-size: 0.5em;
  }
}
#n-hance .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
#n-hance .container .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#n-hance .img-wrapper {
  width: 100%;
  max-width: 57em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
#n-hance .img-wrapper img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  border-radius: 0.625em;
}
#n-hance a.img-wrapper {
  /*&:hover {
  	.play {
  		transform: translate(-50%,-50%) scale(0.9);
  	}
  }*/
}
#n-hance a.img-wrapper .play {
  width: 6.6875em;
  height: 6.6875em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1023px) {
  #n-hance a.img-wrapper .play {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  #n-hance a.img-wrapper .play {
    font-size: 0.75em;
  }
}
#n-hance a.img-wrapper .play img, #n-hance a.img-wrapper .play svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
#n-hance .splide {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  #n-hance .splide {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #n-hance .splide {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #n-hance .splide {
    font-size: 0.5em;
  }
}
#n-hance .splide img {
  width: auto;
  height: 9.1075em;
  display: block;
  margin: 0 0.9375em;
}

/*#what-is-n-hance*/
#what-is-n-hance {
  padding: 6.375em 0 4em;
}
@media screen and (max-width: 1300px) {
  #what-is-n-hance {
    padding: 6em 4em;
  }
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance {
    padding: 5.5em 0 4em;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance {
    padding: 4em 0;
  }
}
#what-is-n-hance .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#what-is-n-hance .caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .caption {
    margin-bottom: 2em;
  }
}
#what-is-n-hance .label-subtitulo {
  color: #E21135;
}
#what-is-n-hance .cta-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.375em;
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance .cta-wrapper {
    margin-top: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .cta-wrapper {
    margin-top: 1.5em;
  }
}
#what-is-n-hance .cta-wrapper .cta {
  margin-top: 1.111em;
}
#what-is-n-hance .img-texto-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
#what-is-n-hance .img-texto-wrapper .img-wrapper {
  max-width: 34em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
}
#what-is-n-hance .img-texto-wrapper .img-wrapper img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  border-radius: 0.3125em;
}
#what-is-n-hance .img-texto-wrapper .texto-wrapper {
  max-width: 34em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
#what-is-n-hance .img-texto-wrapper .texto-wrapper p {
  margin: 1.166em 0 0;
}
#what-is-n-hance .infografia {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 8.375em 0 10.5em;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  #what-is-n-hance .infografia {
    margin: 7.5em 0 9em;
  }
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance .infografia {
    margin: 6em 0 7em;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia {
    margin: 4em 0;
  }
}
#what-is-n-hance .infografia .img-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#what-is-n-hance .infografia .img-wrapper img {
  width: 100%;
  max-width: 35.25em;
  height: auto;
  display: block;
}
#what-is-n-hance .infografia .img-wrapper + .caracteristicas {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .img-wrapper + .caracteristicas {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#what-is-n-hance .infografia .caracteristicas {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5em;
  /*@media screen and (max-width: 600px) {
  	width: 100%;
  }
  &:last-child {
  	@media screen and (max-width: 767px) {
  		margin-top: 0;
  	}
  }*/
}
#what-is-n-hance .infografia .caracteristicas .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 1.375em;
  padding-top: 1.125em;
}
#what-is-n-hance .infografia .caracteristicas .item:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: thin solid #E21135;
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-1 {
    min-height: 12em;
  }
}
#what-is-n-hance .infografia .caracteristicas .item.item-1:before {
  width: 183.928%;
  right: auto;
  left: 0;
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-1:before {
    width: 136.55%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-1:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-2 {
    min-height: 8em;
  }
}
#what-is-n-hance .infografia .caracteristicas .item.item-2:before {
  width: 154.846%;
  right: auto;
  left: 0;
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-2:before {
    width: 114.96%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-2:before {
    width: 100%;
  }
}
#what-is-n-hance .infografia .caracteristicas .item.item-3:before {
  width: 173.469%;
  right: auto;
  left: 0;
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-3:before {
    width: 128.78%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-3:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-4 {
    min-height: 12em;
  }
}
#what-is-n-hance .infografia .caracteristicas .item.item-4:before {
  width: 138.77%;
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-4:before {
    width: 103.03%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-4:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-5 {
    min-height: 9.4em;
  }
}
#what-is-n-hance .infografia .caracteristicas .item.item-5:before {
  width: 173.469%;
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-5:before {
    width: 128.78%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-5:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas .item.item-5:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: thin solid #E21135;
  }
}
#what-is-n-hance .infografia .caracteristicas img {
  width: 3.4375em;
  height: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance .infografia .caracteristicas img {
    width: 3.25em;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance .infografia .caracteristicas img {
    width: 3em;
  }
}
#what-is-n-hance .infografia .caracteristicas .p-medio {
  max-width: 17.81em;
  margin-top: 0.909em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#what-is-n-hance .infografia .caracteristicas .p-peque {
  max-width: 21.77em;
  margin-top: 1em;
}
#what-is-n-hance .before-after-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
#what-is-n-hance .before-after-wrapper .titulo-3 {
  max-width: 12.952em;
  color: #E21135;
}
#what-is-n-hance #tabs-before-after {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}
@media screen and (max-width: 1300px) {
  #what-is-n-hance #tabs-before-after {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  #what-is-n-hance #tabs-before-after {
    margin-bottom: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  #what-is-n-hance #tabs-before-after {
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
}
#what-is-n-hance #tabs-before-after .trigger-tab {
  width: 50%;
  margin: 0;
  padding: 0 0 1em;
  border-bottom: thin solid #B5B5B5;
  color: #B5B5B5;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#what-is-n-hance #tabs-before-after .trigger-tab.active {
  border-bottom: thin solid #E21135;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: black;
}
#what-is-n-hance .swiper:not(.active) {
  display: none;
}
#what-is-n-hance .swiper img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  border-radius: 0.3125em;
}
#what-is-n-hance .swiper-button-prev {
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: static;
  margin: 0.625em 0 0;
  padding: 0;
  font-size: 2.25em;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
}
#what-is-n-hance .swiper-button-prev:before {
  content: "\f060";
  display: inline-block;
  position: relative;
  left: -0.1675em;
  font-family: "la-solid-900";
  color: #E21135;
}
#what-is-n-hance .swiper-button-prev:after {
  content: none;
}
#what-is-n-hance .swiper-button-next {
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: static;
  margin: 0.625em 0 0 0.125em;
  padding: 0;
  font-size: 2.25em;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
}
#what-is-n-hance .swiper-button-next:before {
  content: "\f061";
  display: inline-block;
  font-family: "la-solid-900";
  color: #E21135;
}
#what-is-n-hance .swiper-button-next:after {
  content: none;
}

/*#why-n-hance*/
#why-n-hance {
  position: relative;
  padding: 6.75em 0 5.875em;
  background-color: black;
  color: white;
}
@media screen and (max-width: 1023px) {
  #why-n-hance {
    padding: 5.5em 0;
  }
}
@media screen and (max-width: 767px) {
  #why-n-hance {
    padding: 4em 0;
  }
}
#why-n-hance:before {
  content: "";
  width: 125.46%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -75%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8102e+0,808080+100&1+0,0+80 */
  background: radial-gradient(ellipse at center, rgb(200, 16, 46) 0%, rgba(142, 106, 112, 0) 70%, rgba(128, 128, 128, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transform: rotate(-2deg) scale(1.2);
          transform: rotate(-2deg) scale(1.2);
}
@media screen and (max-width: 1300px) {
  #why-n-hance:before {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #why-n-hance:before {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #why-n-hance:before {
    font-size: 0.5em;
  }
}
#why-n-hance .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
#why-n-hance .cta-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #why-n-hance .cta-wrapper {
    margin-top: 1.5em;
  }
}
#why-n-hance .cta-wrapper .cta {
  margin-top: 1.111em;
  border-color: white;
  color: white;
}
#why-n-hance .cta-wrapper .cta:first-child {
  margin-top: 0.875em;
}
@media screen and (max-width: 767px) {
  #why-n-hance .cta-wrapper .cta:first-child {
    margin-top: 1.111em;
  }
}
#why-n-hance .cta-wrapper .cta:hover {
  background-color: white;
  color: #E21135;
}
#why-n-hance #swiper-why {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.125em;
  padding-bottom: 6.625em;
}
@media screen and (max-width: 1300px) {
  #why-n-hance #swiper-why {
    margin-top: 3.75em;
    padding-bottom: 6.5em;
  }
}
@media screen and (max-width: 1023px) {
  #why-n-hance #swiper-why {
    margin-top: 2.875em;
    padding-bottom: 5.5em;
  }
}
@media screen and (max-width: 767px) {
  #why-n-hance #swiper-why {
    margin-top: 2em;
    padding-bottom: 4.5em;
  }
}
#why-n-hance #swiper-why .swiper-slide {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #why-n-hance #swiper-why .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#why-n-hance #swiper-why .img-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#why-n-hance #swiper-why .img-wrapper img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  border-radius: 0.3125em;
}
#why-n-hance #swiper-why .texto-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8.33%;
  padding-bottom: 3em;
}
@media screen and (max-width: 1023px) {
  #why-n-hance #swiper-why .texto-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #why-n-hance #swiper-why .texto-wrapper {
    margin-top: 2em;
  }
}
#why-n-hance #swiper-why .texto-wrapper .titulo-3 {
  max-width: 12.571em;
}
@media screen and (max-width: 767px) {
  #why-n-hance #swiper-why .texto-wrapper .titulo-3 {
    max-width: none;
  }
}
#why-n-hance #swiper-why .texto-wrapper .titulo-3:first-child {
  margin-bottom: 0.666em;
  padding-bottom: 0.19em;
  border-bottom: thin solid white;
}
#why-n-hance #swiper-why .texto-wrapper .p-grande {
  max-width: 18.54em;
}
#why-n-hance #swiper-why .controles-wrapper {
  margin-left: auto;
}
#why-n-hance #swiper-why .controles-wrapper .controles {
  width: 100%;
  position: relative;
}
#why-n-hance #swiper-why .controles-wrapper .swiper-button-prev {
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 2.25em;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
}
#why-n-hance #swiper-why .controles-wrapper .swiper-button-prev:before {
  content: "\f060";
  display: inline-block;
  position: relative;
  left: -0.1675em;
  font-family: "la-solid-900";
  color: white;
}
#why-n-hance #swiper-why .controles-wrapper .swiper-button-prev:after {
  content: none;
}
#why-n-hance #swiper-why .controles-wrapper .swiper-button-next {
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: auto;
  right: auto;
  bottom: 0;
  left: 1.25em;
  margin: 0;
  padding: 0;
  font-size: 2.25em;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
}
#why-n-hance #swiper-why .controles-wrapper .swiper-button-next:before {
  content: "\f061";
  display: inline-block;
  font-family: "la-solid-900";
  color: white;
}
#why-n-hance #swiper-why .controles-wrapper .swiper-button-next:after {
  content: none;
}
#why-n-hance #swiper-why .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: static;
  font-size: 1.375em;
}
@media screen and (max-width: 1300px) {
  #why-n-hance #swiper-why .swiper-pagination {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  #why-n-hance #swiper-why .swiper-pagination {
    font-size: 1.125em;
  }
}
#why-n-hance #swiper-why .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 1em;
  border-radius: none;
  background-color: transparent;
  text-align: left;
}
#why-n-hance #swiper-why .scrollbar-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
}
#why-n-hance #swiper-why #progressbar-container {
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  margin-top: -3px;
}
#why-n-hance #swiper-why #progressbar-container:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: white;
}
#why-n-hance #swiper-why #progressbar-container #progressbar {
  height: 3px;
  display: block;
  background-color: white;
}

/*#about*/
#about {
  width: 100%;
  padding: 7.375em 0 0;
  background-color: #E21135;
  color: white;
}
@media screen and (max-width: 1300px) {
  #about {
    padding: 6.5em 0 0;
  }
}
@media screen and (max-width: 1023px) {
  #about {
    padding: 5.5em 0 0;
  }
}
@media screen and (max-width: 767px) {
  #about {
    padding: 4em 0 0;
  }
}
#about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#about .container .caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
#about .container .caption .titulo-wrapper {
  max-width: 59.5em;
}
#about .container .caption .texto-wrapper {
  max-width: 34em;
  margin: 1.625em 0 0 auto;
}
#about .container .img-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#about .container .img-wrapper img {
  width: 100%;
  max-width: 17.125em;
  height: auto;
  display: block;
  border-radius: 0.3125em;
}
#about .container .infos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #about .container .infos {
    margin-bottom: 0;
  }
}
#about .container .infos .p-normal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#about .container .infos ul {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 118.18%;
}
@media screen and (max-width: 1300px) {
  #about .container .infos ul {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  #about .container .infos ul {
    font-size: 1.125em;
  }
}
#about .container .infos ul li {
  margin: 1.63em 0 0;
  padding: 1.72em 0 0;
  border-top: thin solid white;
}
#about .container .img-wrapper-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  #about .container .img-wrapper-2 {
    margin-top: 2em;
  }
}
#about .container .img-wrapper-2 img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  border-radius: 0.3125em;
}

/*#contact*/
#contact {
  min-height: 67.375em;
  position: relative;
  padding: 8.875em 0 9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/images/contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  color: white;
}
@media screen and (max-width: 1300px) {
  #contact {
    padding: 8.5em 0;
  }
}
@media screen and (max-width: 1023px) {
  #contact {
    padding: 7em 0;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    min-height: 59.375em;
    padding: 4em 0;
    background-image: url(https://6717701.fs1.hubspotusercontent-na1.net/hubfs/6717701/landing-n-hance/images/contact-smartphone.jpg);
  }
}
#contact:before {
  content: "";
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,545454+100&1+6,0+64 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(6%, rgb(5, 5, 5)), color-stop(64%, rgba(54, 54, 54, 0)), to(rgba(84, 84, 84, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(5, 5, 5) 6%, rgba(54, 54, 54, 0) 64%, rgba(84, 84, 84, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  #contact:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,545454+100&1+6,0+100 */
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(6%, rgb(5, 5, 5)), to(rgba(84, 84, 84, 0.5)));
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(5, 5, 5) 6%, rgba(84, 84, 84, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
#contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
#contact .caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact .caption .p-normal {
  max-width: 19.6em;
  margin-top: 1.7em;
}
#contact .caption .cta-wrapper {
  margin-top: 2em;
}
#contact .caption .cta-wrapper .cta {
  border-color: #E21135;
  background-color: #E21135;
  color: white;
}
#contact .caption .cta-wrapper .cta:hover {
  border-color: white;
  background-color: white;
  color: #E21135;
}
@media screen and (max-width: 767px) {
  #contact .formulario-wrapper {
    margin-top: 2em;
  }
}

/*#calculate*/
#calculate {
  position: relative;
  padding: 6.75em 0 5.875em;
  background-color: black;
  color: white;
}
@media screen and (max-width: 1023px) {
  #calculate {
    padding: 5.5em 0;
  }
}
@media screen and (max-width: 767px) {
  #calculate {
    padding: 4em 0;
  }
}
#calculate.landing {
  min-height: 100vh;
  min-height: 100svh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#calculate.landing .container {
  margin-top: 4em;
}
#calculate:before {
  content: "";
  width: 125.46%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: -47%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8102e+0,808080+100&1+0,0+80 */
  background: radial-gradient(ellipse at center, rgb(200, 16, 46) 0%, rgba(142, 106, 112, 0) 70%, rgba(128, 128, 128, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transform: rotate(-2deg) scale(1.2);
          transform: rotate(-2deg) scale(1.2);
}
@media screen and (max-width: 1300px) {
  #calculate:before {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate:before {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #calculate:before {
    font-size: 0.5em;
  }
}
#calculate .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
#calculate .large-8 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#calculate .large-8 img {
  width: 100%;
  max-width: 52.125em;
  height: auto;
  display: block;
  position: relative;
  margin: 4.25em 0 -4.5em auto;
}
@media screen and (max-width: 1300px) {
  #calculate .large-8 img {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate .large-8 img {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #calculate .large-8 img {
    display: none;
    font-size: 0.5em;
  }
}
#calculate .caption {
  max-width: 51.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.875em;
}
@media screen and (max-width: 1300px) {
  #calculate .caption {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate .caption {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #calculate .caption {
    margin-top: 0;
    margin-bottom: 1.75em;
  }
}
#calculate .caption p:not(.titulo-1) {
  display: inline-block;
  margin: 1.45em 0 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (max-width: 1300px) {
  #calculate .caption p:not(.titulo-1) {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate .caption p:not(.titulo-1) {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #calculate .caption p:not(.titulo-1) {
    font-size: 1em;
  }
}
#calculate .large-12 {
  display: none;
}
@media screen and (max-width: 767px) {
  #calculate .large-12 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#calculate .large-12 img {
  width: 100%;
  max-width: 52.125em;
  height: auto;
  display: block;
  position: relative;
  margin: 4.25em 0 -4.5em auto;
}
@media screen and (max-width: 1300px) {
  #calculate .large-12 img {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate .large-12 img {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #calculate .large-12 img {
    max-width: 60em;
    font-size: 0.5em;
  }
}
#calculate .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 5.625em 3.375em 5.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  color: black;
}
@media screen and (max-width: 1300px) {
  #calculate .inner {
    padding: 5.25em 3em 5em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate .inner {
    padding: 4em 2em;
  }
}
@media screen and (max-width: 767px) {
  #calculate .inner {
    padding: 2em 1.5em 3em;
  }
}
#calculate .inner:before {
  content: "";
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 3.25em;
  right: -1.25em;
  bottom: 7.75em;
  left: -1.25em;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8102e+0,c8102e+100&1+0,0+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(200, 16, 46)), to(rgba(200, 16, 46, 0)));
  background: linear-gradient(to bottom, rgb(200, 16, 46) 0%, rgba(200, 16, 46, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1300px) {
  #calculate .inner:before {
    top: 3.125em;
    right: -1.125em;
    bottom: 7em;
    left: -1.125em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate .inner:before {
    top: 3em;
    right: -1em;
    bottom: 6em;
    left: -1em;
  }
}
@media screen and (max-width: 767px) {
  #calculate .inner:before {
    right: -0.75em;
    bottom: 5em;
    left: -0.75em;
  }
}
#calculate #calculate-form {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.375em;
}
@media screen and (max-width: 1300px) {
  #calculate #calculate-form {
    margin-top: 3em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate #calculate-form {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #calculate #calculate-form {
    margin-top: 1.75em;
  }
}
#calculate #calculate-form .form-item {
  width: 100%;
  margin: 2.8125em 0 0;
}
@media screen and (max-width: 1300px) {
  #calculate #calculate-form .form-item {
    margin: 2.75em 0 0;
  }
}
@media screen and (max-width: 1023px) {
  #calculate #calculate-form .form-item {
    margin: 2.25em 0 0;
  }
}
@media screen and (max-width: 767px) {
  #calculate #calculate-form .form-item {
    margin: 1.75em 0 0;
  }
}
#calculate #calculate-form .form-item:first-child {
  margin-top: 0;
}
#calculate #calculate-form .form-item.select {
  position: relative;
}
#calculate #calculate-form .form-item.select:before {
  content: "\f107";
  display: inline-block;
  position: absolute;
  top: 0.25em;
  right: 0;
  font-family: "la-solid-900";
  font-size: 1.25em;
  font-weight: 400;
  color: black;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  #calculate #calculate-form .form-item.select:before {
    top: 0.125em;
  }
}
@media screen and (max-width: 767px) {
  #calculate #calculate-form .form-item.select:before {
    top: 0;
  }
}
#calculate #calculate-form .form-item.select select {
  padding-right: 2em;
  cursor: pointer;
}
#calculate #calculate-form .form-item.select select option {
  background-color: white;
  color: black;
}
#calculate #calculate-form input[type=text], #calculate #calculate-form input[type=email], #calculate #calculate-form input[type=tel], #calculate #calculate-form input[type=text], #calculate #calculate-form input[type=number], #calculate #calculate-form input[type=date], #calculate #calculate-form select, #calculate #calculate-form textarea {
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 0 0.5em;
  border: none;
  border-bottom: thin solid black;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 120%;
  color: black;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  #calculate #calculate-form input[type=text], #calculate #calculate-form input[type=email], #calculate #calculate-form input[type=tel], #calculate #calculate-form input[type=text], #calculate #calculate-form input[type=number], #calculate #calculate-form input[type=date], #calculate #calculate-form select, #calculate #calculate-form textarea {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate #calculate-form input[type=text], #calculate #calculate-form input[type=email], #calculate #calculate-form input[type=tel], #calculate #calculate-form input[type=text], #calculate #calculate-form input[type=number], #calculate #calculate-form input[type=date], #calculate #calculate-form select, #calculate #calculate-form textarea {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #calculate #calculate-form input[type=text], #calculate #calculate-form input[type=email], #calculate #calculate-form input[type=tel], #calculate #calculate-form input[type=text], #calculate #calculate-form input[type=number], #calculate #calculate-form input[type=date], #calculate #calculate-form select, #calculate #calculate-form textarea {
    font-size: 1em;
  }
}
#calculate #calculate-form input[type=text]::-webkit-input-placeholder, #calculate #calculate-form input[type=email]::-webkit-input-placeholder, #calculate #calculate-form input[type=tel]::-webkit-input-placeholder, #calculate #calculate-form input[type=text]::-webkit-input-placeholder, #calculate #calculate-form input[type=number]::-webkit-input-placeholder, #calculate #calculate-form input[type=date]::-webkit-input-placeholder, #calculate #calculate-form select::-webkit-input-placeholder, #calculate #calculate-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  opacity: 1;
}
#calculate #calculate-form input[type=text]::-moz-placeholder, #calculate #calculate-form input[type=email]::-moz-placeholder, #calculate #calculate-form input[type=tel]::-moz-placeholder, #calculate #calculate-form input[type=text]::-moz-placeholder, #calculate #calculate-form input[type=number]::-moz-placeholder, #calculate #calculate-form input[type=date]::-moz-placeholder, #calculate #calculate-form select::-moz-placeholder, #calculate #calculate-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1;
}
#calculate #calculate-form input[type=text]:-ms-input-placeholder, #calculate #calculate-form input[type=email]:-ms-input-placeholder, #calculate #calculate-form input[type=tel]:-ms-input-placeholder, #calculate #calculate-form input[type=text]:-ms-input-placeholder, #calculate #calculate-form input[type=number]:-ms-input-placeholder, #calculate #calculate-form input[type=date]:-ms-input-placeholder, #calculate #calculate-form select:-ms-input-placeholder, #calculate #calculate-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: black;
  opacity: 1;
}
#calculate #calculate-form input[type=text]:-moz-placeholder, #calculate #calculate-form input[type=email]:-moz-placeholder, #calculate #calculate-form input[type=tel]:-moz-placeholder, #calculate #calculate-form input[type=text]:-moz-placeholder, #calculate #calculate-form input[type=number]:-moz-placeholder, #calculate #calculate-form input[type=date]:-moz-placeholder, #calculate #calculate-form select:-moz-placeholder, #calculate #calculate-form textarea:-moz-placeholder { /* Firefox 18- */
  color: black;
  opacity: 1;
}
#calculate #calculate-form .cta-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5em;
}
@media screen and (max-width: 1300px) {
  #calculate #calculate-form .cta-wrapper {
    margin-top: 4em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate #calculate-form .cta-wrapper {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  #calculate #calculate-form .cta-wrapper {
    margin-top: 2.5em;
  }
}
#calculate #calculate-form .cta {
  background-color: #E21135;
  color: white;
  cursor: not-allowed;
}
#calculate #calculate-form .cta.active {
  cursor: pointer;
}
#calculate #calculate-form .cta.active:hover {
  background-color: transparent;
  color: #E21135;
}
#calculate .splide {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1300px) {
  #calculate .splide {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #calculate .splide {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #calculate .splide {
    font-size: 0.5em;
  }
}
#calculate .splide img {
  width: auto;
  height: 9.1075em;
  display: block;
  margin: 0 0.9375em;
}

.hbspt-form {
  width: 100%;
  max-width: 39.968em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hbspt-form form {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hbspt-form form .input {
  margin: 0 !important;
}
.hbspt-form form .form-columns-1 {
  width: 100%;
  max-width: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hbspt-form form .form-columns-1 .hs-form-field {
  width: 100%;
  max-width: none;
  margin: 0 0 2.8125em;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .form-columns-1 .hs-form-field {
    margin: 0 0 2.75em;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .form-columns-1 .hs-form-field {
    margin: 0 0 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .form-columns-1 .hs-form-field {
    margin: 0 0 1.75em;
  }
}
.hbspt-form form .form-columns-2 {
  width: 100%;
  max-width: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hbspt-form form .form-columns-2 .hs-form-field {
  width: 48% !important;
  width: calc(50% - 0.906em) !important;
  margin: 0 0 2.8125em;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .form-columns-2 .hs-form-field {
    width: calc(50% - 8px) !important;
    margin: 0 0 2.75em;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .form-columns-2 .hs-form-field {
    margin: 0 0 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .form-columns-2 .hs-form-field {
    margin: 0 0 1.75em;
  }
}
.hbspt-form form .hs-dependent-field {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*.hs_mode, .hs_fecha {
  	width: 48% !important;
  	width: calc(50% - 0.906em) !important;
  	@media screen and (max-width: 1300px) {
  		width: calc(50% - 8px) !important;
  	}
  }*/
  /*.hs_fecha {
  	width: 100%;
  }*/
}
.hbspt-form form .hs-country_picklist, .hbspt-form form .hs_sector_, .hbspt-form form .hs_mode {
  position: relative;
}
.hbspt-form form .hs-country_picklist:before, .hbspt-form form .hs_sector_:before, .hbspt-form form .hs_mode:before {
  content: "\f107";
  display: inline-block;
  position: absolute;
  top: 0.25em;
  right: 0;
  font-family: "la-solid-900";
  font-size: 1.25em;
  font-weight: 400;
  color: white;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs-country_picklist:before, .hbspt-form form .hs_sector_:before, .hbspt-form form .hs_mode:before {
    top: 0.125em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs-country_picklist:before, .hbspt-form form .hs_sector_:before, .hbspt-form form .hs_mode:before {
    top: 0;
  }
}
.hbspt-form form .hs-country_picklist select, .hbspt-form form .hs_sector_ select, .hbspt-form form .hs_mode select {
  padding-right: 2em;
  cursor: pointer;
}
.hbspt-form form .hs-country_picklist select option, .hbspt-form form .hs_sector_ select option, .hbspt-form form .hs_mode select option {
  background-color: white;
  color: black;
}
.hbspt-form form .hs_fecha {
  position: relative;
}
.hbspt-form form .hs_fecha:before {
  content: "\f274";
  display: inline-block;
  position: absolute;
  top: 0.25em;
  right: 0;
  font-family: "la-solid-900";
  font-size: 1.25em;
  font-weight: 400;
  color: white;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs_fecha:before {
    top: 0.125em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs_fecha:before {
    top: 0;
  }
}
.hbspt-form form .legal-consent-container {
  position: relative;
  margin: -2.0625em 0 0;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .legal-consent-container {
    margin: -2em 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .legal-consent-container {
    margin: -1.5em 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .legal-consent-container {
    margin: -1em 0 0;
  }
}
.hbspt-form form .legal-consent-container .hs-form-booleancheckbox p {
  margin-top: 0.125em;
}
@media screen and (max-width: 767px) {
  .hbspt-form form .legal-consent-container .hs-form-booleancheckbox p {
    margin-top: 0;
  }
}
.hbspt-form form .legal-consent-container p {
  display: inline-block;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .hbspt-form form .legal-consent-container p {
    font-size: 0.75em;
  }
}
.hbspt-form form .hs-submit {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125em;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .hs-submit {
    margin-top: 3em;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs-submit {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs-submit {
    margin-top: 1.75em;
  }
}
.hbspt-form form .hs-richtext {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs-richtext {
    font-size: 0.75em;
  }
}
.hbspt-form form .hs-richtext p {
  display: inline-block;
  font-size: 1em;
}
.hbspt-form form .hs-richtext p a {
  font-weight: 600;
  text-decoration: none !important;
  color: white;
}
.hbspt-form form .hs-richtext p a:hover {
  text-decoration: underline !important;
}
.hbspt-form form .hs-richtext + .hs-richtext {
  margin-top: 0.5em;
}
.hbspt-form form input[type=text], .hbspt-form form input[type=email], .hbspt-form form input[type=tel], .hbspt-form form input[type=text], .hbspt-form form input[type=number], .hbspt-form form input[type=date], .hbspt-form form select, .hbspt-form form textarea {
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 0 0.5em;
  border: none;
  border-bottom: thin solid white;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 120%;
  color: white;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form input[type=text], .hbspt-form form input[type=email], .hbspt-form form input[type=tel], .hbspt-form form input[type=text], .hbspt-form form input[type=number], .hbspt-form form input[type=date], .hbspt-form form select, .hbspt-form form textarea {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form input[type=text], .hbspt-form form input[type=email], .hbspt-form form input[type=tel], .hbspt-form form input[type=text], .hbspt-form form input[type=number], .hbspt-form form input[type=date], .hbspt-form form select, .hbspt-form form textarea {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form input[type=text], .hbspt-form form input[type=email], .hbspt-form form input[type=tel], .hbspt-form form input[type=text], .hbspt-form form input[type=number], .hbspt-form form input[type=date], .hbspt-form form select, .hbspt-form form textarea {
    font-size: 1em;
  }
}
.hbspt-form form textarea {
  height: 4.909em;
}
.hbspt-form form input[type=checkbox] {
  width: 1.036em;
  min-width: 1.036em;
  height: 1.036em;
  min-height: 1.036em;
  display: block;
  margin: 0 0.525em 0 0;
  border: thin solid white;
  background-color: transparent;
  font-size: 1em;
  -webkit-appearance: none;
}
.hbspt-form form input[type=checkbox]:checked {
  -webkit-appearance: auto;
}
.hbspt-form form input[type=submit] {
  min-width: 5.5em;
  height: 2.35em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.125em 2.1em;
  border: thin solid white;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1023px) {
  .hbspt-form form input[type=submit] {
    font-size: 1.125em;
  }
}
.hbspt-form form input[type=submit]:hover {
  background-color: white;
  color: #E21135;
}
.hbspt-form form .hs_would_you_like_a_meeting_with_an_expert_ label {
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 0 0.5em;
  border: none;
  border-bottom: thin solid white;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 120%;
  color: white;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .hs_would_you_like_a_meeting_with_an_expert_ label {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  .hbspt-form form .hs_would_you_like_a_meeting_with_an_expert_ label {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form form .hs_would_you_like_a_meeting_with_an_expert_ label {
    font-size: 1em;
  }
}
.hbspt-form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.hbspt-form form ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.hbspt-form form :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.hbspt-form form :-moz-placeholder { /* Firefox 18- */
  color: white;
}
.hbspt-form form .hs-error-msg {
  display: inline-block;
  margin-top: 0.5em;
}

.inline.fancybox__content {
  width: 100%;
  max-width: 43.25em;
  padding: 3.875em 3.25em 4.125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E21135;
  color: white;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content {
    padding: 3.75em 3.125em 4em;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content {
    padding: 3em 2em 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content {
    padding: 2.5em 1.5em 3em;
  }
}
.inline.fancybox__content .header-inline {
  width: auto;
  width: calc(100% + 6.5em);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: -3.5em -3.25em 0;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content .header-inline {
    width: calc(100% + 6.25em);
    margin: -3em -3.125em 0;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .header-inline {
    width: calc(100% + 4em);
    margin: -3em -2em 0;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .header-inline {
    width: calc(100% + 3em);
    margin: -2.5em -1.5em 0;
  }
}
.inline.fancybox__content .header-inline img {
  width: 100%;
  max-width: 30.75em;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.inline.fancybox__content .header-inline .splide {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content .header-inline .splide {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .header-inline .splide {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .header-inline .splide {
    font-size: 0.5em;
  }
}
.inline.fancybox__content .header-inline .splide img {
  width: auto;
  height: 4.5em;
  display: block;
  margin: 0 0.9375em;
}
.inline.fancybox__content .header-inline + .titulo-2 {
  width: 100%;
  text-align: center;
}
.inline.fancybox__content .label-subtitulo {
  width: 100%;
}
.inline.fancybox__content .titulo {
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 106.45%;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content .titulo {
    font-size: 2.125em;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .titulo {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .titulo {
    font-size: 1.875em;
  }
}
.inline.fancybox__content .hbspt-form {
  margin-top: 2.5em;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content .hbspt-form {
    margin-top: 2.375em;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .hbspt-form {
    margin-top: 2.125em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .hbspt-form {
    margin-top: 2em;
  }
}
.inline.fancybox__content > .carousel__button.is-close {
  top: 0;
}
.inline.fancybox__content .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inline.fancybox__content .inner .col {
  width: 45%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content .inner .col {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .inner .col {
    width: calc(50% - 8px);
  }
}
.inline.fancybox__content .inner .col .logo {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inline.fancybox__content .inner .col .logo picture, .inline.fancybox__content .inner .col .logo img {
  width: auto;
  max-width: none;
  height: 1.875em;
  display: block;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content .inner .col .logo picture, .inline.fancybox__content .inner .col .logo img {
    height: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .inner .col .logo picture, .inline.fancybox__content .inner .col .logo img {
    height: 1.675em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .col .logo picture, .inline.fancybox__content .inner .col .logo img {
    height: 1.5em;
  }
}
.inline.fancybox__content .inner .col .logo picture img, .inline.fancybox__content .inner .col .logo img img {
  width: auto;
  max-width: none;
  height: 1.875em;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content .inner .col .logo picture img, .inline.fancybox__content .inner .col .logo img img {
    height: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .inner .col .logo picture img, .inline.fancybox__content .inner .col .logo img img {
    height: 1.675em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .col .logo picture img, .inline.fancybox__content .inner .col .logo img img {
    height: 1.5em;
  }
}
.inline.fancybox__content .inner .col .logo .nombre {
  display: inline-block;
  margin-top: 0.555em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .inner .col .logo .nombre {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .col .logo .nombre {
    font-size: 0.875em;
  }
}
.inline.fancybox__content .inner .col .product {
  width: 100%;
  max-width: 13.875em;
  height: auto;
  display: block;
}
.inline.fancybox__content .inner .col .cta-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}
.inline.fancybox__content .inner .col .cta-wrapper .cta {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em 0.363em;
  border: thin solid white;
  border-radius: 1em;
  background-color: white;
  font-family: "Akzidenz-Grotesk BQ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #E21135;
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .inner .col .cta-wrapper .cta {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .col .cta-wrapper .cta {
    font-size: 1.125em;
  }
}
.inline.fancybox__content .inner .col .cta-wrapper .cta:hover {
  background-color: transparent;
  color: white;
}

#brochure-downloaded .inner p {
  width: 100%;
}
#brochure-downloaded .inner p + p {
  margin-top: 2.5em;
}

#trigger-download-brochure, #trigger-brochure-downloaded {
  display: none;
}

.fancybox__container .fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

#detach-button-host {
  display: none;
}

.container-fluid {
  width: 100%;
}