html, body, div, span, applet, object, iframe, h1, h6, h2, h4, h5, h3, p, hr, 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 {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b, strong {
  font-weight: 600;
}
html {
  position: static !important;
  top: 0 !important;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body {
  position: absolute;
  width: 100%;
  height: 100%;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  display: inline-block;
}
.slides {
  color: #000;
  fill: #000;
  font-family: "Roboto", sans-serif;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: 0.35s;
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.285;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: -0.036em;
}
h1.huge, .h1.huge {
  font-size: 64px;
  line-height: 1.218751;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
  font-weight: 100;
}
h6,
.h6 {
  font-size: 35px;
  line-height: 1.17;
  margin-bottom: 15px;
  font-weight: 400;
}
h6.huge,
.h6.huge {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 400;
}
p,
.p,
blockquote {
  font-size: 22px;
  line-height: 1.6363636364;
  margin-bottom: 30px;
  font-weight: 300;
}
p.small,
.p.small,
blockquote.small {
  font-size: 18px;
  line-height: 1.36;
  margin-bottom: 20px;
}
p.tiny,
.p.tiny,
blockquote.tiny {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 319px) {
	h1.uppercase, .h1.uppercase,
	h6.uppercase, .h6.uppercase,
	h2.uppercase, .h2.uppercase,
	h4.uppercase, .h4.uppercase,
	h5.uppercase, h5.uppercase,
	p.uppercase, .p.uppercase,
	.button.uppercase {
	  letter-spacing: 0.125em !important;
	  text-indent: -0.1em !important;
	  font-weight: 700 !important;
	}
}
.slide {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #202020;
  color: #fff;
  z-index: 10;
  overflow: hidden;
}
.slide.active {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile .slide {
  visibility: hidden;
}
.mobile .slide.active {
  visibility: visible;
}
.content {
  overflow: hidden;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}
.fade-1 .content {
  background: rgba(0, 0, 0, 0.1);
}
.fade-6 .content.white {
  background: rgba(255, 255, 255, 0.6);
}
.fade-6 .content.black {
  background: rgba(0, 0, 0, 0.6);
}
.container {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.container .wrap:not(.noSpaces), .container .wrap.spaceWrap,
.container .wrap .spaceWrap {
  padding: 60px calc(8% + 15px);
}
.container .wrap * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slide .background,
.popup .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fix-3-12 {
  max-width: 279px !important;
}
.fix-4-12 {
  max-width: 371px !important;
}
.fix-7-12 {
  max-width: 650px !important;
}
.fix-9-12 {
  max-width: 836px !important;
}
.fix-10-12 {
  max-width: 928px !important;
}
[class*='fix-'] {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  transition: width 1s, opacity 1s;
  z-index: 1000;
  opacity: 1;
}
.progress-bar.loaded {
  width: 100%;
  opacity: 0;
  transition: width 0s, opacity 0.25s 1s;
}
.side {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 100;
  padding: 70px 4%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* compact navigation */
  /* for nav in panel */
}
@media (min-width: 1380px) {
  .side {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.page-loaded .side {
  opacity: 1;
}
.navigation {
  display: table;
  height: 100%;
  /* sizes */
  /* navigation styles */
  /* stroke */
  /* square */
  /* diamond */
  /* line */
  /* nav colors for white slide */
}
.navigation ul {
  display: table-cell;
  vertical-align: middle;
}
.navigation * {
  pointer-events: all;
}
.navigation li {
  fill: #fff;
  display: block;
  background: transparent;
  padding: 9px;
  margin: 0 -9px;
  cursor: pointer;
  position: relative;
}
.navigation li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  opacity: 0.5;
  background: #fff;
  box-shadow: 0 0 1px #303030;
  transition: 0.25s;
}
.navigation li.selected:after {
  opacity: 1;
}
.pole .navigation li {
  margin: 0 1px 0 2px;
  padding: 2px 9px;
  text-align: right;
  font-size: 0;
}
.pole .navigation li:after {
  height: 20px;
  width: 4px;
  display: inline-block;
  transition: 0.5s;
  text-align: right;
  background: #000;
  border-radius: 1px;
  border: none;
}
.pole .navigation li.selected:after {
  height: 60px;
}
.slide:first-child,
.slide.after {
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  will-change: transform;
}
.slide.before,
.slide.after {
  opacity: 0;
}
.slide.selected {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 11;
}
.page-loaded .slide.selected {
  opacity: 1 !important;
}
.chain .slide.after {
  -webkit-transform: translate3D(0, 100%, 0);
          transform: translate3D(0, 100%, 0);
  opacity: 1;
}
.page-loaded .slide.selected,
.page-loaded .slide.active {
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.animated [class*="ae-"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
}
.animated .animate [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"]:not(.done) {
  transition-duration: 50ms;
}
.animated .animate .ae-1:not(.done),
.animated.animate .ae-1:not(.done) {
  transition-delay: 10ms;
}
.animated .animate .ae-2:not(.done),
.animated.animate .ae-2:not(.done) {
  transition-delay: 20ms;
}
.animated [class*="ae-"]:not(.done),
.animated .fromBottom [class*="ae-"]:not(.done),
.animated.fromBottom [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBottom:not(.done) {
  visibility: hidden;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}
.slides.animated .animate.active [class*="ae-"]:not(.done),
.slides .animated.animate.active [class*="ae-"]:not(.done) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-filter: none;
          filter: none;
}
.slides.animated .kenBurns .background,
.slides.animated .kenBurns.zoomin .background,
.slides.animateOnEvent .kenBurns .background,
.slides.animateOnEvent .kenBurns.zoomin .background {
  -webkit-transform: scale(1.08) rotate(-0.02deg);
          transform: scale(1.08) rotate(-0.02deg);
  opacity: 0.2;
  z-index: 1;
}
.slides.animated .kenBurns:not(.video) .background,
.slides.animated .kenBurns.zoomin:not(.video) .background,
.slides.animateOnEvent .kenBurns:not(.video) .background,
.slides.animateOnEvent .kenBurns.zoomin:not(.video) .background {
  transition: opacity 1s ease, -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1);
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease;
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease, -webkit-transform 5s cubic-bezier(0.3, 0, 0.7, 1);
}
.animated .active.kenBurns:not(.video) .background,
.animated .active.kenBurns.zoomin:not(.video) .background,
.animated .active .kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active.kenBurns:not(.video) .background,
.animateOnEvent .active.kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active .kenBurns.zoomin:not(.video) .background {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html {
  font-size: 6px;
  font-weight: 400;
  color: #202020;
}
@media (min-width: 767px) {
  html {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 6px;
  }
}
body {
  font-size: 15px;
}
.white {
  background: #fff !important;
  color: #202020 !important;
}
.black {
  background: #202020 !important;
  color: #fff !important;
}
.blue {
  background: #2196F3 !important;
  color: #fff !important;
}
.grid {
  margin-left: -2%;
  margin-right: -2%;
  /* default spaces */
}
.grid [class*='col-'] {
  display: block;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
}
.grid.fixedSpaces {
  margin-left: -10px;
  margin-right: -10px;
}
.grid.fixedSpaces > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.grid > .col-4-12 {
  max-width: 33.33333%;
}
.grid > .col-6-12 {
  max-width: 50%;
}
.grid + .grid {
  margin-top: 20px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.uppercase {
  text-transform: uppercase !important;
}
.opacity-4 {
  opacity: 0.4 !important;
}
.opacity-8 {
  opacity: 0.8 !important;
}
.crop {
  margin: 0 !important;
}
.margin-1 {
  margin: 10px !important;
}
.margin-2 {
  margin: 20px !important;
}
.margin-3 {
  margin: 30px !important;
}
.margin-10 {
  margin: 100px !important;
}
.margin-top-2 {
  margin-top: 20px !important;
}
.ae-2 {
    color: #000;
}
form input, form textarea {
    display: block;
    width: 100%;
    padding: 15px;
    font-style: italic;
    color: #5b5b5b;
    border: none;
    margin-bottom: 20px;
    font-size: 13px;
}
form textarea {
    height: 170px;
}
form #send {cursor: pointer;}
.grecaptcha-badge { z-index: 9999; }
@media (max-width: 720px) {
	.logotipo { width: 272px !important; height: 347px !important; }
}