@charset "UTF-8";
/* STYLE INDEX */
/* VARIABLES */
/* COMPAS */
/*  BASE  */
/* SETUP */
html, body {
  height: 100%; }

body {
  /* color: #FFFFFF;
  background-color: #000000; */
  color: black;
  background-color: white;
  font-family: "Courier New";
  font-size: 14px;
  line-height: 1.5em;
  overflow-x: hidden; }
  @media (min-width: 800px) {
    body {
      font-size: 16px; } }

a {
  color: black;
  text-decoration: none; }

b, strong {
  font-weight: bold; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.txt12 {
  font-size: 12px;
  line-height: 14px; }

.txt14 {
  font-size: 14px;
  line-height: 22px; }

.txt18 {
  font-size: 18px;
  line-height: 22px; }

.txt24 {
  font-size: 24px;
  line-height: 29px; }

.txt36 {
  font-size: 36px;
  line-height: 43px; }

.is-table.wrap {
  float: inherit !important; }

.is-table {
  float: inherit;
  display: table;
  height: 100%; }

.is-table-cell {
  display: table-cell;
  vertical-align: middle; }

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.vh100 {
  height: 100vh; }

.has-horizontal-list a, .has-horizontal-list div, .has-horizontal-list li {
  display: inline-block; }

.is-uppercase {
  text-transform: uppercase; }

.is-content p {
  margin-bottom: 18px; }
.is-content p:last-child {
  margin-bottom: 0; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  max-width: 1140px;
  margin: 0 auto; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.full-video-wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 56.4%;
  width: 100%;
  margin: 0 auto; }
  .full-video-wrap iframe, .full-video-wrap video, .full-video-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vimeo-video-wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 41.6%;
  width: 100%;
  margin: 0 auto; }
  .vimeo-video-wrap iframe, .vimeo-video-wrap video, .vimeo-video-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.border-bottom {
  border-bottom: 1px solid black; }

label {
  display: block;
  font-family: "apercuR";
  margin-bottom: 1.25em; }

textarea,
input[type="text"],
input[type="email"] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #000000;
  display: block;
  font-family: "apercuR";
  font-size: 1em;
  padding: 1em;
  width: 100%; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #ADADAD; }

input[type="submit"] {
  font-family: "apercuR";
  font-size: 1.25em;
  padding: 0.45em 0.45em 0 0; }
  @media (min-width: 800px) {
    input[type="submit"] {
      float: right;
      font-size: 2.5em; } }

.btn-close {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0; }
  .btn-close > div {
    height: 2px;
    background: #FFFFFF;
    margin-bottom: 3px; }
  .btn-close div:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -6px;
    position: relative; }
  .btn-close div:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -11px; }

.btn-burger {
  width: 2.5em;
  display: block;
  float: right;
  padding-right: 1em; }
  .btn-burger > div {
    background: #000000;
    height: 3px;
    margin-bottom: 3px;
    width: 100%; }
  .btn-burger > div:last-child {
    margin-bottom: 0; }
  @media (min-width: 950px) {
    .btn-burger {
      display: none; } }

.bg-black {
  background: #000000; }

.bg-white {
  background: #FFFFFF; }

.bg-gray {
  background: #EFEFEF; }

.bg-red {
  background: #FF5548; }

.bg-green {
  background: #A9FFC8; }

.c-gray {
  color: #9F9F9F; }

.c-black {
  color: #000000; }

.c-white {
  color: #FFFFFF; }

/*GRID */
.med-wrap {
  margin: 0 auto;
  max-width: 52.25em;
  position: relative;
  width: 90%; }
  @media (min-width: 1440px) {
    .med-wrap {
      width: 80%; } }
  @media (max-width: 800px) {
    .med-wrap {
      width: 90%; } }

.wrap {
  margin: 0 auto;
  position: relative;
  width: 85%; }
  @media (max-width: 800px) {
    .wrap {
      width: 90%; } }

@media (min-width: 800px) {
  .wrap.lr-padding {
    padding-right: 15px;
    padding-left: 15px; } }

.is-size-0 {
  font-size: 0; }

@media (min-width: 800px) {
  .is-columns {
    display: flex; } }

.is-column {
  display: block; }
  @media (min-width: 800px) {
    .is-column {
      flex-basis: 0;
      flex-grow: 1;
      flex-shrink: 1; } }

.is-column.has-margin {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 800px) {
    .is-column.has-margin {
      margin-right: 15px;
      margin-left: 15px; } }

.is-column.is-three-fifths {
  flex: none;
  width: 66.66%; }
  @media (max-width: 800px) {
    .is-column.is-three-fifths {
      float: left;
      vertical-align: top;
      width: 100%; } }

.is-column.is-one-third {
  flex: none;
  width: 100%;
  height: 100%;
  padding-bottom: 0; }
  @media (max-width: 800px) {
    .is-column.is-one-third {
      padding-bottom: 70%;
      float: left;
      vertical-align: top;
      width: 100%; } }

.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 800px) {
    .is-flex {
      display: inline-block; } }

@media (min-width: 800px) {
  .is-flex-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; } }

.one-col {
  position: relative;
  float: left;
  width: 100%; }

.is-one-quarter {
  float: left;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-one-quarter {
      width: 25%; } }

.is-one-quarter-inline {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-one-quarter-inline {
      width: 25%; } }

.is-two-thirds {
  float: left;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-two-thirds {
      width: 66.66%; } }

.is-two-thirds-1080 {
  float: left;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 1080px) {
    .is-two-thirds-1080 {
      width: 66.66%; } }

.is-half {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-half {
      width: 50%; } }

.is-half-float {
  float: left;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-half-float {
      width: 50%; } }

.is-one-third {
  float: left;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-one-third {
      width: 33.33%; } }

.is-one-third-inline {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 800px) {
    .is-one-third-inline {
      width: 33.33%; } }

@media (min-width: 800px) {
  .is-two-thirds.has-txt,
  .is-half-float.has-txt,
  .is-one-third.has-txt {
    float: inherit;
    display: table-cell;
    height: 100%;
    vertical-align: bottom; } }

@media (min-width: 800px) {
  .one-col.has-txt {
    float: inherit; } }

@media (max-width: 800px) {
  .columns {
    padding-bottom: 30px; } }
@media (min-width: 800px) {
  .columns {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 800px) {
  .columns-mobile {
    padding-bottom: 0px; } }
@media (min-width: 800px) {
  .columns-mobile {
    padding-right: 15px;
    padding-left: 15px; } }

.ptb100 {
  padding: 3.125em 0; }
  @media (min-width: 800px) {
    .ptb100 {
      padding: 6.25em 0; } }

.pb100 {
  padding-bottom: 30px; }
  @media (min-width: 800px) {
    .pb100 {
      padding-bottom: 100px; } }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pb40 {
  padding-bottom: 0px; }
  @media (min-width: 800px) {
    .pb40 {
      padding-bottom: 40px; } }

.p80 {
  padding: 30px; }
  @media (min-width: 800px) {
    .p80 {
      padding: 80px; } }

.pb80 {
  padding-bottom: 30px; }
  @media (min-width: 800px) {
    .pb80 {
      padding-bottom: 80px; } }

.pt80 {
  padding-top: 30px; }
  @media (min-width: 800px) {
    .pt80 {
      padding-top: 80px; } }

.pb30 {
  padding-bottom: 30px; }

@media (min-width: 800px) {
  .pl30 {
    padding-left: 30px; } }

@media (min-width: 800px) {
  .pb30-desk {
    padding-bottom: 30px; } }

.mtb30 {
  margin: 30px 0; }

.mb30 {
  margin-bottom: 30px; }

.mt30 {
  margin-top: 30px; }

.mb20 {
  margin-bottom: 20px; }

.mb13 {
  margin-bottom: 13px; }

.pb13 {
  padding-bottom: 13px; }

.pt13 {
  padding-top: 13px; }

.pb20 {
  padding-bottom: 20px; }

.pt50 {
  padding-top: 30px; }
  @media (min-width: 800px) {
    .pt50 {
      padding-top: 50px; } }

.mobile {
  display: inline-block; }
  @media (min-width: 800px) {
    .mobile {
      display: none; } }

.hide-mobile {
  display: none; }
  @media (min-width: 800px) {
    .hide-mobile {
      display: block; } }

.is-absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }

.ovr-hidden {
  overflow: hidden; }

.c-center {
  margin: 0 auto;
  display: block; }

.t-center {
  text-align: center; }

.t-right {
  text-align: left; }
  @media (min-width: 800px) {
    .t-right {
      text-align: right; } }

.f-right {
  float: left; }
  @media (min-width: 800px) {
    .f-right {
      float: right; } }

.f-left {
  float: left; }

.word-break {
  word-break: break-all; }

.grid-sizer,
.grid-item {
  width: 25%; }
  @media (max-width: 800px) {
    .grid-sizer,
    .grid-item {
      width: 100%; } }

/*  COMPONENTS */
/* ELEMENTS */
section {
  position: relative;
  overflow: hidden;
  width: 100%; }

header {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
  color: #FFFFFF;
  position: fixed;
  font-size: 12px;
  line-height: 14px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  header a {
    color: #FFFFFF;
    text-decoration: none; }
  header a.is-active {
    font-weight: bold; }

.has-logo {
  display: inline-block; }
  .has-logo img {
    width: 67px;
    max-width: inherit; }

.has-menu {
  display: inline-block;
  float: right;
  vertical-align: top; }
  @media (max-width: 1280px) {
    .has-menu {
      float: left; } }

.st-menu, #st-menu {
  display: inline-block;
  color: #FFFFFF;
  text-align: right;
  top: 4px;
  position: relative;
  white-space: nowrap; }
  .st-menu li, #st-menu li {
    display: inline-block;
    padding-right: 50px; }
  .st-menu li.current-menu-item a, #st-menu li.current-menu-item a {
    color: black; }

.navbar-menu {
  width: 100%; }

.navbar, .navbar-end, .navbar-menu, .navbar-start {
  align-items: stretch;
  display: flex; }

.navbar-start {
  justify-content: flex-start;
  margin-right: inherit;
  padding-right: 50px; }
  @media (min-width: 1280px) {
    .navbar-start {
      justify-content: flex-start;
      margin-right: auto; } }

.navbar-end {
  justify-content: flex-start;
  margin-left: auto; }
  .navbar-end .nav-wrap {
    white-space: nowrap; }
  @media (max-width: 860px) {
    .navbar-end .nav-wrap {
      display: none; } }

.navbar-right {
  justify-content: flex-start;
  margin-left: auto; }

.navbar-burger {
  cursor: pointer;
  display: none;
  top: 3px;
  position: relative;
  width: 25px; }
  .navbar-burger div {
    height: 1px;
    margin-bottom: 6px;
    background-color: black; }
  .navbar-burger div:last-child {
    margin-bottom: 0; }
  @media (max-width: 860px) {
    .navbar-burger {
      display: inline; } }

.hero-nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  height: 100vh;
  background-color: white;
  width: 100%;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3; }
  .hero-nav .hero-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%; }
  .hero-nav #hero-menu li {
    margin-bottom: 15px; }
  .hero-nav #hero-menu li:last-child {
    margin-bottom: 0px; }
  .hero-nav .lng-menu {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 10px; }

.hero-nav.show {
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  visibility: visible;
  opacity: 1; }

.hero-nav-close-wrap {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

.hero-nav-close {
  float: right;
  height: 25px;
  position: relative;
  width: 25px;
  cursor: pointer; }
  .hero-nav-close div:nth-child(1) {
    height: 1px;
    margin-bottom: 6px;
    background-color: black;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    width: 100%; }
  .hero-nav-close div:nth-child(2) {
    background-color: black;
    top: -7px;
    height: 1px;
    position: relative;
    margin-bottom: 6px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
    width: 100%; }

.lng-menu {
  color: #FFFFFF;
  display: inline-block;
  text-align: right;
  top: 4px;
  left: 6px;
  position: relative;
  white-space: nowrap; }
  .lng-menu a {
    color: transparent;
    display: inline-block;
    position: relative;
    width: 20px; }
  .lng-menu li {
    display: inline-block; }
  .lng-menu li:first-child:after {
    content: "/";
    padding-right: 0px;
    padding-left: 6px; }
  .lng-menu li:last-child:after {
    content: "";
    padding: 0; }
  .lng-menu li:last-child {
    padding-right: 0; }
  .lng-menu li.lang-item-es a:after {
    content: "ES";
    color: #9F9F9F;
    left: 3px;
    top: 0;
    text-align: right;
    position: absolute; }
  .lng-menu li.lang-item-en a:after {
    content: "EN";
    color: #9F9F9F;
    left: 0;
    top: 0;
    text-align: right;
    position: absolute; }
  .lng-menu li.current-lang a:after {
    color: black;
    font-weight: bold;
    text-decoration: underline; }

.hero-slider {
  width: 100%; }
  .hero-slider .bg-img,
  .hero-slider .slick-slide {
    height: calc(100vh - 0px); }
  .hero-slider .has-text {
    position: absolute;
    bottom: 50px; }
  .hero-slider a {
    color: #FFFFFF; }
  .hero-slider .slick-next.slick-arrow,
  .hero-slider .slick-prev.slick-arrow {
    position: absolute;
    border: none;
    top: 0;
    height: calc(100vh - 0px);
    background: none;
    color: transparent;
    width: 50%; }
  .hero-slider .slick-next.slick-arrow {
    left: 0; }
  .hero-slider .slick-prev.slick-arrow {
    right: 0; }

.img-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 60%;
  width: 100%; }

.img-card-square {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  width: 100%; }

.img-card-collection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 70%;
  width: 100%; }

.img-card-x2 .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 60%;
  width: 100%; }
.img-card-x2 .has-horizontal-list a {
  color: #9F9F9F; }
.img-card-x2 .has-horizontal-list a:after {
  content: "/";
  padding: 0 3px 0px 10px;
  color: #FFFFFF;
  display: inline-block; }
.img-card-x2 .has-horizontal-list a:last-child:after {
  content: "";
  padding: 0; }

.modal-box {
  font-family: "Courier New";
  font-size: 14px;
  padding: 40px;
  max-width: 1130px; }
  @media (min-width: 800px) {
    .modal-box {
      padding: 80px; } }

.fancybox-close-small {
  top: 40px;
  right: 40px; }
  @media (max-width: 800px) {
    .fancybox-close-small {
      top: 20px;
      right: 10px; } }

.fancybox-close-small:hover:after {
  color: black;
  background: transparent; }


.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 51px/30px "Courier New";
  color: black;
  font-weight: 300;
  text-align: center;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2; }

.is-contact {
  max-width: 500px;
  margin: 0 auto; }
  .is-contact p {
    font-size: 14px; }
