/*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: 1;
  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;
  }
}
#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;
}
#header #logo {
  width: 100%;
  max-width: 9.5em;
}
@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;
}

#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;
}
#cabecera:before {
  content: "";
  width: 125.46%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -57%;
  /* 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) {
  #cabecera:before {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #cabecera:before {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #cabecera:before {
    font-size: 0.5em;
  }
}
#cabecera .before {
  width: 21.145%;
  max-width: 25.375em;
  height: auto;
  display: block;
  position: absolute;
  bottom: 2.68%;
  left: 0;
  z-index: 2;
}
#cabecera .after {
  width: 19.739%;
  max-width: 23.6875em;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#cabecera .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) {
  #cabecera .splide {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #cabecera .splide {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #cabecera .splide {
    font-size: 0.5em;
  }
}
#cabecera .splide img {
  width: auto;
  height: 9.1075em;
  display: block;
  margin: 0 0.9375em;
}
#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;
  position: relative;
  z-index: 2;
  text-align: center;
}
#cabecera .caption .p-peque {
  margin: 0 0 1.555em;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  #cabecera .caption .p-peque {
    margin: 0 0 1.375em;
  }
}
@media screen and (max-width: 1023px) {
  #cabecera .caption .p-peque {
    margin: 0 0 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #cabecera .caption .p-peque {
    margin: 0 0 1em;
  }
}
#cabecera .caption .titulo-3 {
  max-width: 27.904em;
}
#cabecera .caption .titulo-3 strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
#cabecera .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cabecera .infos .inner {
  width: 100%;
  max-width: 42em;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.75em 1.5em 3.375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#cabecera .infos .inner:after {
  content: "";
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: -11.375em;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8102e+0,c8102e+100&0+0,1+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 16, 46, 0)), to(rgb(200, 16, 46)));
  background: linear-gradient(to bottom, rgba(200, 16, 46, 0) 0%, rgb(200, 16, 46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#cabecera .picto {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
#cabecera .picto svg {
  width: 2.75em;
  height: auto;
  display: block;
}
#cabecera .datos {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
#cabecera .datos .dato {
  width: 33.33%;
  max-width: 13.375em;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875em;
  padding: 0.375em 1.875em 0.25em;
  border-right: thin solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  #cabecera .datos .dato {
    margin-top: 1.75em;
    padding: 0.375em 1.75em 0.25em;
  }
}
@media screen and (max-width: 1023px) {
  #cabecera .datos .dato {
    padding: 0.375em 1.5em 0.25em;
  }
}
@media screen and (max-width: 767px) {
  #cabecera .datos .dato {
    padding: 0.375em 1.25em 0.25em;
  }
}
#cabecera .datos .dato:last-child {
  border-right: none;
}
#cabecera .datos .dato .num {
  display: inline-block;
  font-size: 1.5625em;
}
@media screen and (max-width: 1300px) {
  #cabecera .datos .dato .num {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  #cabecera .datos .dato .num {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  #cabecera .datos .dato .num {
    font-size: 1.25em;
  }
}
#cabecera .datos .dato .p-peque {
  min-height: 2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.444em 0 0;
}
#cabecera .cta-wrapper {
  width: 100%;
  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;
  position: relative;
  z-index: 1;
  margin-top: 3.25em;
}
@media screen and (max-width: 1300px) {
  #cabecera .cta-wrapper {
    margin-top: 3em;
  }
}
@media screen and (max-width: 1023px) {
  #cabecera .cta-wrapper {
    margin-top: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  #cabecera .cta-wrapper {
    margin-top: 1.5em;
  }
}
#cabecera .cta {
  margin: 0 0.888em 0 0;
  border-color: white;
  background-color: white;
  color: #E21135;
}
#cabecera .cta:first-child:not(:last-child) {
  background-color: transparent;
  color: white;
}
#cabecera .cta:first-child:not(:last-child):hover {
  background-color: white;
  color: #E21135;
}
#cabecera .cta:last-child {
  margin-right: 0;
}
#cabecera .cta:hover {
  background-color: transparent;
  color: white;
}
#cabecera .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.75em;
  text-align: center;
}

#url-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}
#url-wrapper.invisible {
  display: none;
}

.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;
}
.hbspt-form form .hs-dependent-field .hs_mode, .hbspt-form form .hs-dependent-field .hs_fecha {
  width: 48% !important;
  width: calc(50% - 0.906em) !important;
}
@media screen and (max-width: 1300px) {
  .hbspt-form form .hs-dependent-field .hs_mode, .hbspt-form form .hs-dependent-field .hs_fecha {
    width: calc(50% - 8px) !important;
  }
}
.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 .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 .cta-wrapper .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 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.125em;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .cta-wrapper .cta {
    font-size: 1em;
  }
}
.inline.fancybox__content .cta-wrapper .cta:hover {
  background-color: white;
  color: #E21135;
}

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

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

.container-fluid {
  width: 100%;
}