@charset "UTF-8";
/*!
Theme Name: joyson
Theme URI: https://siliciovisual.com
Author: Silicio Visual
Author URI: https://siliciovisual.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: joyson
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

joyson is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
  background-color: #191919;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.5; }

.font-garamond,
.font-serif {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300; }

.font-raleway,
.font-sans-serif {
  font-family: "Raleway", sans-serif; }

h1,
.h1 {
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: white; }
  @media (min-width: 450px) {
    h1,
    .h1 {
      font-size: 3rem; } }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 4.25rem; } }
  @media (min-width: 1081px) {
    h1,
    .h1 {
      font-size: 5.25rem; } }

.privacy-policy h1, .privacy-policy .h1 {
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: white; }
  @media (min-width: 450px) {
    .privacy-policy h1, .privacy-policy .h1 {
      font-size: 2.75rem; } }
  @media (min-width: 768px) {
    .privacy-policy h1, .privacy-policy .h1 {
      font-size: 3rem; } }
  @media (min-width: 1081px) {
    .privacy-policy h1, .privacy-policy .h1 {
      font-size: 3.75rem; } }

/*MARGINI*/
.mt-6,
.my-6 {
  margin-top: 3.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 4rem !important; }

.mt-8,
.my-8 {
  margin-top: 4.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 5rem !important; }

.mt-10,
.my-10 {
  margin-top: 5.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 4rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 4.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 5.5rem !important; }

.mb-18,
.my-18 {
  margin-bottom: 10rem !important; }

.mt-18,
.my-18 {
  margin-top: 10rem !important; }

.pt-6,
.py-6 {
  padding-top: 3.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 4rem !important; }

.pt-8,
.py-8 {
  padding-top: 4.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 5rem !important; }

.pt-10,
.py-10 {
  padding-top: 5.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 3.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 4rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 4.5rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 5rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 5.5rem !important; }

.pb-18,
.py-18 {
  padding-bottom: 10rem !important; }

.pt-18,
.py-18 {
  padding-top: 10rem !important; }

.pr-6,
.px-6 {
  padding-right: 3.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 3.5rem !important; }

.pr-7,
.px-7 {
  padding-right: 4rem !important; }

.pl-7,
.px-7 {
  padding-left: 4rem !important; }

.pr-8,
.px-8 {
  padding-right: 4.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 4.5rem !important; }

.pr-9,
.px-9 {
  padding-right: 5rem !important; }

.pl-9,
.px-9 {
  padding-left: 5rem !important; }

.pr-10,
.px-10 {
  padding-right: 5.5rem !important; }

.pl-10,
.px-10 {
  padding-left: 5.5rem !important; }

#primary-menu {
  display: flex;
  justify-content: center;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%; }
  #primary-menu li {
    display: flex;
    align-items: center; }
    #primary-menu li a {
      text-decoration: none; }
    @media (min-width: 992px) {
      #primary-menu li.menu-item-has-children .sub-menu {
        visibility: hidden;
        transition: all 0.5s;
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        padding: 1rem;
        list-style: none;
        top: 80%;
        min-width: 15rem; }
        #primary-menu li.menu-item-has-children .sub-menu li {
          margin-bottom: 0.75rem; }
      #primary-menu li.menu-item-has-children:hover .sub-menu {
        visibility: visible; } }

.container {
  max-width: 1920px;
  padding-right: 2rem;
  padding-left: 2rem; }
  .container video {
    width: 100%;
    height: auto; }

.container-f {
  width: 100%;
  max-width: 1920px;
  padding-right: 0rem;
  padding-left: 2rem; }

nav.nav,
.menu {
  width: 100%;
  margin: 0 auto; }
  nav.nav a,
  .menu a {
    margin: 0 0.75rem;
    text-transform: uppercase;
    color: white;
    font-size: 0.875rem;
    font-weight: 300; }

.nav-container {
  padding: 6px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .nav-container.blur {
    backdrop-filter: blur(10px); }
    .nav-container.blur .sub-menu {
      background-color: rgba(0, 0, 0, 0.5) !important; }

header.header-full {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  header.header-full::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  header.header-full.no-backdrop {
    background-color: transparent;
    color: white; }
    header.header-full.no-backdrop::before {
      display: none; }
  header.header-full video {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  header.header-full .container {
    position: relative;
    z-index: 1; }

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

.header-full {
  min-height: 700px;
  min-height: 95vh;
  background-color: grey; }
  @media (min-width: 768px) {
    .header-full {
      min-height: 100vh; } }
  .header-full h1 {
    color: white;
    position: relative;
    z-index: 1; }

.button-primary {
  position: relative;
  max-width: 250px;
  display: block;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  text-transform: uppercase;
  font-size: 0.825rem;
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  overflow: hidden;
  transition: 0.3s all ease; }
  .button-primary::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.15s ease;
    width: 100%;
    height: 0%; }
  .button-primary:hover {
    color: black; }
    .button-primary:hover::before {
      height: 100%; }

.button-primary-black {
  border: 2px solid #1d55ed;
  border-radius: 20px;
  padding: 0.25rem 1rem;
  background-color: transparent;
  color: #191919; }
  .button-primary-black:hover {
    background-color: #1d55ed;
    color: white; }

.button-outline-white {
  position: relative;
  max-width: 250px;
  display: block;
  color: white;
  text-decoration: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  background-color: transparent;
  overflow: hidden;
  transition: 0.3s all ease; }
  .button-outline-white::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.15s ease;
    width: 100%;
    height: 0%; }
  .button-outline-white:hover {
    color: black; }
    .button-outline-white:hover::before {
      height: 100%; }

.button-outline-white {
  position: relative;
  max-width: 250px;
  display: block;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 2rem;
  padding: 0.75rem 2rem;
  background-color: transparent;
  overflow: hidden;
  transition: 0.3s all ease; }
  .button-outline-white::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.15s ease;
    width: 100%;
    height: 0%; }
  .button-outline-white:hover {
    color: black; }
    .button-outline-white:hover img {
      filter: invert(100%); }
    .button-outline-white:hover::before {
      height: 100%; }
  .button-outline-white img {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px; }

.category-label {
  text-transform: uppercase;
  border-top: 1px solid #1d55ed;
  color: white;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 14px; }

.card-pro,
.card-team {
  color: white;
  position: relative; }
  .card-pro *,
  .card-team * {
    position: relative;
    z-index: 1; }
  .card-pro::before,
  .card-team::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 2; }
  .card-pro header,
  .card-team header {
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
    background: none; }
  .card-pro button,
  .card-team button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    z-index: 3; }
    .card-pro button .more,
    .card-team button .more {
      width: auto;
      position: absolute;
      bottom: 1rem;
      right: 1rem; }
  .card-pro .card-title,
  .card-team .card-title {
    color: white;
    font-size: 1.25rem; }
  .card-pro button.btn:hover .more,
  .card-pro a.btn:hover .more,
  .card-team button.btn:hover .more,
  .card-team a.btn:hover .more {
    transition-duration: 0.3s;
    transition-property: transform;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  .card-pro .card-label,
  .card-team .card-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #191919;
    z-index: 10; }
  .card-pro.team .card-title,
  .card-team.team .card-title {
    font-size: 1.25rem; }
  .card-pro.team .card-label,
  .card-team.team .card-label {
    color: #191919;
    font-weight: 500;
    font-size: 0.825rem;
    z-index: 10; }
  .card-pro.project .card-title,
  .card-team.project .card-title {
    font-size: 1.25rem; }

.rectangle {
  width: 100%;
  position: relative;
  padding-bottom: 178%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .rectangle-short {
    padding-bottom: 65%; }
  .rectangle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 2; }
  .rectangle header {
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
    background: none; }
  .rectangle button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    z-index: 3; }
    .rectangle button .more {
      width: auto;
      position: absolute;
      bottom: 1rem;
      right: 1rem; }
  .rectangle .card-title {
    color: white;
    font-size: 1.25rem; }
  .rectangle button.btn:hover .more,
  .rectangle a.btn:hover .more {
    transition-duration: 0.3s;
    transition-property: transform;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

.section {
  color: white; }
  .section h2, .section .h2 {
    margin-bottom: 2rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .section h2, .section .h2 {
        font-size: 2.75rem; } }
    @media (min-width: 1081px) {
      .section h2, .section .h2 {
        font-size: 3.375rem; } }
  .section h3, .section .h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-size: 1.75rem; }
    @media (min-width: 768px) {
      .section h3, .section .h3 {
        font-size: 2rem; } }
    @media (min-width: 1081px) {
      .section h3, .section .h3 {
        font-size: 2rem; } }
  .section.team h2 {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    position: relative; }
    .section.team h2.underline::after {
      content: "";
      bottom: -1rem;
      width: 85px;
      border-top: 1px solid #1d55ed;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0; }
  .section img {
    max-width: 100%; }
  .section.white {
    color: #191919;
    background-color: #d8d8d8; }
  .section .paragraph {
    font-size: 1.125rem;
    font-weight: 300;
    column-count: 1;
    column-gap: 0; }
    @media (min-width: 768px) {
      .section .paragraph {
        column-count: 2;
        column-gap: 1rem; } }
  .section .paragraph2 {
    font-size: 1.125rem;
    font-weight: 300; }
    @media (min-width: 768px) {
      .section .paragraph2 {
        font-size: 1.5rem; } }

.relative {
  position: relative; }

.absolute-top-right {
  position: absolute;
  top: 1rem;
  right: 1rem; }

.logo-grid img {
  object-fit: contain;
  object-position: center;
  max-height: 150px;
  max-width: 150px; }

.sticky {
  position: sticky; }

.footer {
  color: #f6f6f6;
  padding-top: 3rem;
  border-top: 1px solid #707070;
  font-size: 14px; }
  .footer .post-footer {
    margin-top: 3rem;
    border-top: 1px solid #707070;
    padding: 0.5rem 0;
    color: #a0a0a0;
    font-size: 14px; }
    .footer .post-footer a {
      color: #a0a0a0; }
  .footer a {
    color: #f6f6f6; }

nav ul {
  list-style-type: none;
  padding: 0; }

.filter-button {
  color: #1d55ed;
  text-transform: uppercase;
  text-decoration: none; }
  .filter-button img {
    vertical-align: middle;
    margin-left: 0.5rem; }

.chips .chip {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 4px 8px 4px 16px;
  border: 1px solid #1d55ed;
  border-radius: 15px;
  position: relative;
  color: #1d55ed;
  cursor: pointer; }
  .chips .chip:hover {
    border-color: white; }
  .chips .chip::after {
    content: "×";
    color: inherit;
    margin-left: 0.5rem; }

.filter-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 120%;
  bottom: 0;
  backdrop-filter: blur(20px);
  background-color: rgba(20, 20, 20, 0.2);
  z-index: 100;
  color: white;
  transition: all 0.5s;
  padding: 2rem; }
  .filter-modal.active, .filter-modal.show {
    left: 50%; }
  .filter-modal .close-button {
    position: absolute;
    top: 1rem;
    right: 1rem; }
  .filter-modal .filter-title {
    font-size: 2rem;
    margin-bottom: 0.5rem; }
  .filter-modal .filter-chip {
    border: 1px solid white;
    border-radius: 25px;
    padding: 5px 1rem;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 1rem;
    cursor: pointer; }
    .filter-modal .filter-chip.active {
      background-color: white;
      color: black; }

.history-carousel {
  min-height: 80vh;
  position: relative;
  padding-left: 120px; }
  .history-carousel .years-filter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #191919; }
    .history-carousel .years-filter a {
      display: block;
      width: 85px;
      height: 85px;
      margin-bottom: 1rem;
      border-radius: 50%;
      border: 3px solid transparent;
      font-size: 1.5rem;
      text-align: center;
      line-height: 85px;
      text-decoration: none;
      transition: all 0.2s;
      box-shadow: 0 0 0 1px #1d55ed; }
      .history-carousel .years-filter a:hover, .history-carousel .years-filter a.active {
        border-color: #1d55ed; }
  .history-carousel .year-container {
    color: white;
    position: relative;
    padding-bottom: 4rem; }
    .history-carousel .year-container .scroll-button {
      border: none;
      background: transparent;
      box-shadow: none;
      color: #1d55ed;
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      right: 0; }
      .history-carousel .year-container .scroll-button img {
        display: inline-block;
        margin-left: 4px;
        vertical-align: middle;
        width: 48px;
        height: 48px; }
    .history-carousel .year-container .year-title {
      font-size: 11.25rem;
      font-weight: 100;
      color: #1d55ed; }
      @media (max-width: 992px) {
        .history-carousel .year-container .year-title {
          font-size: 6rem; } }
    .history-carousel .year-container .title {
      font-size: 2.5rem; }
    .history-carousel .year-container p {
      position: relative;
      padding-left: 60px;
      max-width: 100%;
      text-wrap: wrap; }
    .history-carousel .year-container .year-label {
      position: absolute;
      left: 0;
      top: 0;
      border-top: 1px solid #1d55ed; }

.overflow-hidden {
  overflow-x: hidden; }

.overflow-auto {
  overflow-x: auto;
  max-width: 100%; }

.gradient-text {
  background: -webkit-linear-gradient(#1b44b2, #f3f3f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.team .title {
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .team .title::after {
    content: "";
    position: absolute;
    top: 1rem;
    border-bottom: 1px solid #1d55ed;
    width: 85px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -1rem; }

.intro {
  font-size: 1.5rem; }

.process-description {
  font-size: 1.125rem; }

.anchor-links {
  color: white;
  list-style-type: none;
  padding: 0;
  font-size: 1.125rem; }
  .anchor-links a {
    position: relative;
    display: block;
    width: auto;
    text-decoration: none;
    color: white;
    line-height: 1.4;
    transition: color .25s; }
    .anchor-links a:hover {
      color: #025397; }
    .anchor-links a::before {
      content: url(./img/arrow_r-b_w.svg);
      display: inline-block;
      font-size: 120%;
      margin-right: .5rem;
      rotate: 90deg;
      scale: 70%; }

.machines-list {
  border-top: 1px solid #707070;
  color: #c5c2ce; }

.container-small {
  max-width: 85%; }

.contact-form input,
.contact-form textarea {
  border: none;
  padding: 4px 8px;
  border-bottom: 1px solid #707070;
  width: 100%;
  background-color: transparent;
  color: #d8d8d8;
  margin-bottom: 2rem;
  outline: none;
  transition: all 0.75s; }
.contact-form textarea {
  border: 1px solid #707070; }
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus {
  border-bottom: 2px solid #f6f6f6; }

.scroll-buttonver {
  border: none;
  background: transparent;
  box-shadow: none;
  color: #1d55ed;
  font-size: 0.815rem;
  text-transform: uppercase;
  position: absolute; }
  .scroll-buttonver img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.image-container {
  height: 100vh;
  z-index: 0;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 992px) {
    .image-container {
      height: auto;
      padding-top: 60px;
      z-index: -1;
      display: block; } }

.image-container img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute; }
  @media (max-width: 992px) {
    .image-container img {
      width: 100%;
      height: auto;
      max-height: unset; } }

.card-container {
  min-height: 100vh;
  position: relative; }
  .card-container p {
    font-size: 0.855rem;
    line-height: 1.3; }

.modal {
  padding: 0rem; }
  @media (min-width: 768px) {
    .modal {
      padding: 1rem; } }
  @media (min-width: 1081px) {
    .modal {
      padding: 2rem; } }
  .modal .modal-fullscreen {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0; }
  .modal img {
    width: 100%; }

.modal-dialog {
  background-color: #1d1e1f; }
  .modal-dialog img {
    max-width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center; }

.modal-content {
  background-color: #1d1e1f;
  color: white; }
  .modal-content .accordion-list {
    border-top: 1px solid #707070;
    margin-bottom: 0; }
    .modal-content .accordion-list li {
      margin-bottom: 0; }
  .modal-content .accordion-button {
    color: white;
    background: transparent;
    font-family: "Cormorant Garamond", serif;
    padding-left: 0;
    border-top: none;
    border-bottom: 1px solid #707070;
    font-size: 1.5rem;
    padding-top: 4px;
    padding-bottom: 4px; }
    .modal-content .accordion-button::after {
      display: none; }
    .modal-content .accordion-button img {
      width: 21px;
      height: 21px;
      margin-left: auto;
      transition: all 0.25s; }
    .modal-content .accordion-button:not(.collapsed) img {
      transform: rotate(45deg); }
  .modal-content .accordion-item {
    color: white;
    background: transparent;
    border: none; }
  .modal-content .accordion-header {
    margin-bottom: 0.25rem; }
  .modal-content .accordion-body {
    padding-left: 0; }

.acf-map {
  width: 100%;
  height: 100vh;
  border: none;
  margin: 0;
  padding: 0; }

.wpml-ls-current-language span {
  border-bottom: 1px solid #1d55ed; }

.contact-form label {
  display: block; }
.contact-form input[type="checkbox"] {
  width: auto;
  margin-bottom: 0; }
.contact-form .wpcf7-list-item {
  display: inline-block;
  margin: 0; }
.contact-form .wpcf7-list-item-label {
  font-size: 0.75rem;
  line-height: 1; }
.contact-form [type="button"]:not(:disabled),
.contact-form [type="reset"]:not(:disabled),
.contact-form [type="submit"]:not(:disabled),
.contact-form button:not(:disabled) {
  position: relative;
  max-width: 250px;
  display: block;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 2rem;
  padding: 0.75rem 2rem;
  background-color: transparent;
  overflow: hidden;
  transition: 0.3s all ease; }

.owl-carousel .owl-prev {
  position: absolute;
  z-index: 10;
  height: 48px;
  top: 50% !important;
  margin-top: -29px !important; }
.owl-carousel .owl-next {
  position: absolute;
  right: 0;
  z-index: 10;
  height: 48px;
  top: 50% !important;
  margin-top: -29px !important; }
.owl-carousel .owl-nav button img {
  opacity: 0.3;
  transition: opacity 0.75s; }
.owl-carousel:hover .owl-nav button img {
  opacity: 0.8; }

.hamburger-menu {
  cursor: pointer; }
  .hamburger-menu img {
    width: 34px;
    height: 34px; }

.close-hamburger-menu {
  display: none;
  z-index: 100;
  color: white;
  font-size: 4rem;
  font-weight: 100;
  cursor: pointer; }
  .close-hamburger-menu.show, .close-hamburger-menu.visible {
    display: block;
    position: fixed;
    top: 1rem;
    right: 2rem;
    line-height: 1rem; }

@media (max-width: 1200px) {
  .menu-menu-1-container,
  .menu-menu-1-en-container {
    display: none; } }

.menu-menu-1-container.mobile,
.menu-menu-1-en-container.mobile {
  display: block;
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4rem 1rem; }
  .menu-menu-1-container.mobile #primary-menu.menu,
  .menu-menu-1-en-container.mobile #primary-menu.menu {
    display: block;
    position: relative; }
    .menu-menu-1-container.mobile #primary-menu.menu .menu-item,
    .menu-menu-1-en-container.mobile #primary-menu.menu .menu-item {
      padding: 0.5rem !important; }
      .menu-menu-1-container.mobile #primary-menu.menu .menu-item.menu-item-has-children::after,
      .menu-menu-1-en-container.mobile #primary-menu.menu .menu-item.menu-item-has-children::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        display: block;
        position: relative;
        top: 2px; }
      .menu-menu-1-container.mobile #primary-menu.menu .menu-item.menu-item-has-children .sub-menu,
      .menu-menu-1-en-container.mobile #primary-menu.menu .menu-item.menu-item-has-children .sub-menu {
        position: absolute;
        background: black;
        top: 0;
        left: -120%;
        bottom: 0;
        z-index: 10;
        transition: all 0.5s;
        padding: 0 0 0 0.5rem; }
        .menu-menu-1-container.mobile #primary-menu.menu .menu-item.menu-item-has-children .sub-menu.show, .menu-menu-1-container.mobile #primary-menu.menu .menu-item.menu-item-has-children .sub-menu.visible,
        .menu-menu-1-en-container.mobile #primary-menu.menu .menu-item.menu-item-has-children .sub-menu.show,
        .menu-menu-1-en-container.mobile #primary-menu.menu .menu-item.menu-item-has-children .sub-menu.visible {
          left: 0;
          right: 0; }
        .menu-menu-1-container.mobile #primary-menu.menu .menu-item.menu-item-has-children .sub-menu a,
        .menu-menu-1-en-container.mobile #primary-menu.menu .menu-item.menu-item-has-children .sub-menu a {
          padding-left: 0;
          margin-left: 0; }

.back-link {
  color: white;
  font-weight: bold;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
  margin-left: -0.5rem; }
  .back-link::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
    display: inline-block;
    padding-right: 4px;
    position: relative;
    top: 3px; }

.noscroll {
  overflow: hidden; }

#horizontal-wrapper {
  overflow: hidden;
  height: 300vh;
  position: relative;
  color: white;
  /* padding-left: 120px; */ }
  @media (max-width: 760px) {
    #horizontal-wrapper {
      height: auto !important;
      overflow: hidden; } }
  #horizontal-wrapper .year-title {
    font-size: 11.25rem;
    font-weight: 100;
    color: #1d55ed; }
    @media (max-width: 992px) {
      #horizontal-wrapper .year-title {
        font-size: 6rem; } }
  #horizontal-wrapper .title {
    font-size: 2.5rem; }
  #horizontal-wrapper p {
    position: relative;
    padding-left: 60px;
    max-width: 100%;
    text-wrap: wrap; }
  #horizontal-wrapper .year-label {
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #1d55ed; }
  #horizontal-wrapper .inner {
    /* width: 500vw; */
    height: 100vh;
    white-space: nowrap; }
    @media (max-width: 760px) {
      #horizontal-wrapper .inner {
        white-space: initial;
        height: unset; } }
  #horizontal-wrapper.sticky .inner {
    position: fixed;
    top: 0;
    padding-top: 66px;
    bottom: auto; }
  #horizontal-wrapper.post-sticky .inner {
    position: absolute;
    top: auto;
    bottom: 0; }
  #horizontal-wrapper .inner > div {
    /* float: left; */
    display: inline-block;
    width: 100vw;
    white-space: normal;
    padding: 2rem; }
    @media (max-width: 760px) {
      #horizontal-wrapper .inner > div {
        display: block; } }
  #horizontal-wrapper img {
    max-width: 100%;
    height: auto; }

.history-carousel {
  padding-left: 0; }

.modal.show {
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out; }

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeInFromNone {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeInFromNone {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInFromNone {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:white;
  --bs-table-bg:rgba(0,0,0,0);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color); }

.wpcf7 input[type="file"] {
  cursor: pointer;
  border: 1px solid #707070;
  padding: 1rem;
}


::-moz-focus-inner {
  padding: 0;

  border-style: none;

}
elemento {
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  position: relative;
  max-width: 250px;
  display: block;
  color: #999;
  text-decoration: none;
  border: 1px solid #999;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 2rem;
  padding: 0.75rem 2rem;
  background-color: rgba(255,255,255,0.1);
  overflow: hidden;
  transition: 0.3s all ease;
}
