/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0); }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0); } }

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0); }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0); } }

header#header {
  text-align: center;
  z-index: 10;
  padding: 15px 0 50px; }
  header#header.is_stuck {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, black));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 80%); }
  header#header nav a {
    -webkit-transition: all 0.12s;
    transition: all 0.12s;
    color: white; }
    header#header nav a:hover {
      color: #0531f9; }
  header#header nav li {
    display: inline-block;
    margin: 0 5px; }
    header#header nav li.active {
      text-decoration: underline; }
  header#header nav .langs a {
    display: inline-block;
    margin: 0 2px;
    letter-spacing: 1px; }
  @media (max-width: 767px) {
    header#header {
      font-size: 13px; }
      header#header nav li {
        margin: 0 3px; } }
html[lang="es"] .langs a.es, html[lang="po"] .langs a.po, html[lang="en"] .langs a.en {
  text-decoration: underline; }

footer#footer {
  text-align: center;
  color: #0531f9;
  padding: 30px 0;
  background: white; }
  footer#footer .flex {
    display: flex; }
    @media (min-width: 768px) {
      footer#footer .flex {
        align-items: center;
        justify-content: space-between;
        max-width: 900px;
        margin: auto; }
        footer#footer .flex > * {
          flex: 1 1 0px; }
          footer#footer .flex > *:first-child {
            text-align: right;
            margin-right: 25px; }
          footer#footer .flex > *:last-child {
            text-align: left;
            margin-left: 25px; } }
    @media (min-width: 768px) and (max-width: 900px) {
      footer#footer .flex > * {
        background: green; }
        footer#footer .flex > *:first-child {
          margin-right: 20px; }
        footer#footer .flex > *:last-child {
          margin-left: 20px; } }
    @media (max-width: 767px) {
      footer#footer .flex {
        flex-direction: column;
        align-items: center; }
        footer#footer .flex > * {
          order: 2;
          margin-top: 15px; }
        footer#footer .flex img {
          max-width: 100%;
          height: auto;
          order: 1;
          margin: auto auto 10px; } }
  footer#footer a {
    color: #0531f9;
    font-weight: 500;
    white-space: nowrap;
    padding: 5px 0 5px 30px; }
    footer#footer a.mail {
      background: url(../images/icon-envelope.svg) no-repeat left center;
      padding-left: 38px; }
    footer#footer a.ig {
      background: url(../images/icon-ig.svg) no-repeat left center; }
    footer#footer a:hover {
      text-decoration: underline; }

@font-face {
  font-family: 'tusker_grotesk2600_semibold';
  src: url("../fonts/tuskergrotesk-2600semibold-webfont.woff2") format("woff2"), url("../fonts/tuskergrotesk-2600semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html, body {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  background: black;
  color: white;
  font-family: 'Roboto Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25; }
  @media (max-width: 767px) {
    body {
      font-size: 15px; } }
  body.no-scroll {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%; }
  body.avoid-scrolling {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100vh; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px; }
    body .wrapper.sm {
      max-width: 900px; }
    @media (max-width: 900px) {
      body .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
  body a {
    color: inherit;
    text-decoration: none; }
    body a.underline {
      text-decoration: underline; }
      body a.underline:hover {
        opacity: 0.7; }
    body a.underline_on_hover:hover {
      text-decoration: underline; }
    body a[href^="tel"] {
      color: inherit;
      cursor: default; }

.hide {
  display: none; }

.uppercase {
  text-transform: uppercase; }

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

.text-right {
  text-align: right; }

@media (max-width: 767px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 768px) {
  .visible-xs {
    display: none; } }

@media (max-width: 767px) {
  .center_mobile {
    text-align: center; } }

#hero {
  height: 100vh;
  max-height: 900px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 300px; }
  @media (max-width: 767px) {
    #hero {
      padding-top: 120px; } }
  #hero:after {
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: "";
    height: 20%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2; }
  #hero ul.slider {
    min-height: 100vh;
    height: 100%;
    position: relative; }
    #hero ul.slider:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 15%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%); }
    #hero ul.slider .pic {
      min-height: 100vh;
      height: 100%;
      background: transparent no-repeat center center;
      background-size: cover; }
      #hero ul.slider .pic.slide_1 {
        background-image: url(../images/DSC_3157.jpeg); }
      #hero ul.slider .pic.slide_2 {
        background-image: url(../images/DSC_3158.jpeg); }
      #hero ul.slider .pic.slide_3 {
        background-image: url(../images/DSC_3102.jpeg); }
      #hero ul.slider .pic.slide_4 {
        background-image: url(../images/DSC_3067.jpeg); }
      #hero ul.slider .pic.slide_5 {
        background-image: url(../images/DSC_3062.jpeg); }
  #hero h1 {
    position: absolute;
    top: 0;
    left: 0;
    color: #0531f9;
    width: 100%;
    z-index: 2; }
    #hero h1 img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 1800px;
      margin: auto; }

section p {
  margin-bottom: 35px; }
  section p:last-of-type {
    margin-bottom: 0; }

section .quote {
  color: #0531f9;
  text-align: right;
  font-weight: 500; }

section p.main {
  font-size: 140%;
  position: relative;
  z-index: 3;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    section p.main {
      font-size: 120%; } }
  section p.main i {
    color: #0531f9; }

section h2 {
  color: #0531f9; }

.title-lg, .title-md {
  font-family: 'tusker_grotesk2600_semibold';
  color: #0531f9;
  font-size: 190px;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -3.5px; }

@media (max-width: 767px) {
  .title-lg.mobile-smaller {
    font-size: 90px;
    letter-spacing: -1px; } }

.title-md {
  font-size: 125px;
  letter-spacing: -2px; }

.section {
  padding: 100px 0 40px; }
  @media (max-width: 767px) {
    .section {
      padding: 70px 0 30px; } }
@media (min-width: 700px) {
  .section-hacer {
    display: flex; }
    .section-hacer .title-lg {
      margin-right: 30px; }
    .section-hacer .paragraphs {
      flex: 1;
      margin-top: 100px; } }

.section-memoria {
  text-align: right; }

.section-cuerpo p {
  margin-left: 55%; }
  @media (max-width: 767px) {
    .section-cuerpo p {
      margin-left: 25%; } }
#el-medio {
  background: #0531f9;
  color: white;
  padding: 60px 0;
  margin-top: 60px; }
  #el-medio .title-md {
    color: black; }

.inner section {
  padding: 60px 0; }
  .inner section h2 {
    font-size: 160%;
    margin-bottom: 30px; }
  .inner section ul li {
    margin-bottom: 30px; }
    .inner section ul li strong {
      font-size: 120%; }
    .inner section ul li a {
      color: #365afb; }
      .inner section ul li a.border {
        border-left: 2px solid #365afb;
        padding-left: 8px;
        margin-left: 2px; }
      .inner section ul li a:hover {
        color: #6883fc; }
  .inner section .flex {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .inner section .flex {
        display: flex; }
        .inner section .flex .text {
          margin-left: 30px;
          flex: 2; } }
    .inner section .flex img {
      max-width: 100%;
      display: block;
      height: auto;
      width: 400px; }
    .inner section .flex .text {
      margin-top: 30px; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 20px 0 -20px; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
