/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 5px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 0px 10px 0;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 0px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 0px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 0px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.fancybox-container {
  font-family: "Archivo Narrow", sans-serif !important; }

body {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased; }

#main-wrapper {
  position: relative; }
  #main-wrapper.isHome {
    min-height: 100vh; }

.main {
  padding-top: 0px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

p {
  line-height: 1.45; }

/* Titles */
h1, h2, h3, h4, h5, .h1-style, .h2-style {
  font-family: "Monoton", sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  color: #000; }

h1, .h1-style {
  font-size: 24px;
  margin: 15px 0;
  word-spacing: 5px; }
  @media (min-width: 992px) {
    h1, .h1-style {
      font-size: 28px; } }
  @media (min-width: 1140px) {
    h1, .h1-style {
      font-size: 40px; } }
  @media (min-width: 1260px) {
    h1, .h1-style {
      font-size: 48px;
      word-spacing: 9px;
      line-height: 59px; } }
  @media (min-width: 1420px) {
    h1, .h1-style {
      font-size: 59px; } }

h2, h3, .h2-style {
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0;
  word-spacing: 4px; }
  @media (min-width: 768px) {
    h2, h3, .h2-style {
      font-size: 26px;
      word-spacing: 6px; } }
  @media (min-width: 992px) {
    h2, h3, .h2-style {
      font-size: 35px; } }

h4 {
  font-size: 18px; }

h5 {
  font-size: 20px; }

.style_simple-title {
  font-size: 17px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #444; }

.container-fluid {
  max-width: 1280px; }
  .container-fluid .section-header-title {
    font-size: 30px;
    margin: 20px 0;
    text-align: center;
    font-weight: normal; }
  .container-fluid .one-column, .container-fluid .main-column, .container-fluid .sidebar {
    padding: 20px 0 20px 0;
    min-height: 300px; }
  .container-fluid .main-column {
    float: left;
    width: 60%; }
  .container-fluid .sidebar {
    float: right;
    width: 35%; }

@media only screen and (max-width: 767px) {
  .container-fluid .main-column, .container-fluid .sidebar {
    width: auto;
    float: none; } }

.mobile-only {
  display: none; }

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block !important; }
  .mobile-hidden {
    display: none !important; } }

.btn {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 5px 5px 0;
  min-width: 100px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in; }
  .btn:hover {
    text-decoration: none;
    border: 1px solid #000;
    color: #000; }
  .btn.primary {
    background-color: #000;
    color: #D2BEAA; }
    .btn.primary:hover {
      background-color: #D2BEAA;
      color: #000; }
  .btn.secondary {
    background-color: #D2BEAA;
    color: #000; }
    .btn.secondary:hover {
      background-color: #000;
      color: #D2BEAA; }

.frm_error_style {
  opacity: 0.6;
  margin-bottom: 25px; }

.frm_message {
  font-size: 22px;
  text-align: center; }

.frm_forms .frm_form_fields .frm_primary_label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1px; }
  .frm_forms .frm_form_fields .frm_primary_label .frm_required {
    display: none; }

.frm_forms .frm_form_fields .frm_form_field {
  margin-bottom: 15px; }

.frm_forms .frm_form_fields .frm_full input:not([type='checkbox']):not([type='radio']):not([type='button']),
.frm_forms .frm_form_fields .frm_full textarea {
  border: 1px solid #000;
  box-shadow: 0;
  padding: 10px 15px; }
  .frm_forms .frm_form_fields .frm_full input:not([type='checkbox']):not([type='radio']):not([type='button'])[aria-invalid="true"],
  .frm_forms .frm_form_fields .frm_full textarea[aria-invalid="true"] {
    border-color: #C51717; }

.frm_forms .frm_form_fields .frm_error {
  color: #C51717; }

.frm_forms .frm_form_fields .frm_submit {
  text-align: left; }

.m_main {
  color: #000;
  font-size: 17px; }
  .m_main > .content {
    padding: 0 15px; }
  @media (min-width: 580px) {
    .m_main {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .m_main .content-fixed {
        position: absolute;
        left: 20px;
        right: 20px;
        height: 100%;
        top: 0;
        overflow: hidden; }
        .m_main .content-fixed .img-container {
          height: calc(100vh - 62px);
          margin-top: 31px;
          width: 100%;
          background-size: contain;
          background-position: left top;
          background-repeat: no-repeat;
          overflow: hidden; }
          .m_main .content-fixed .img-container img {
            display: none; }
      .m_main > .item > .item-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; } }

.m_main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 30px;
  font-size: 16px;
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s; }
  .m_main-nav.activateAnimation {
    transform: translateY(0px);
    opacity: 1; }
  @media (min-width: 768px) {
    .m_main-nav {
      position: fixed;
      padding: 40px 60px 0 60px; } }
  @media (min-width: 992px) {
    .m_main-nav {
      padding: 45px 80px 0 80px; } }
  .m_main-nav .video-cta {
    text-align: right; }
    .m_main-nav .video-cta a {
      text-decoration: none;
      color: #000; }
      .m_main-nav .video-cta a span {
        font-weight: 400; }
      .m_main-nav .video-cta a img {
        display: inline-block;
        width: 21px;
        height: 21px;
        margin-left: 4px; }
      .m_main-nav .video-cta a:hover {
        text-decoration: none; }
        .m_main-nav .video-cta a:hover span {
          text-decoration: underline; }
  .m_main-nav .logo img {
    display: block;
    width: 170px; }
  @media (min-width: 768px) {
    .m_main-nav .logo img {
      margin: 0 auto; } }
  .m_main-nav .lang-menu {
    text-align: right; }
    .m_main-nav .lang-menu a {
      color: #000;
      text-decoration: none; }
      .m_main-nav .lang-menu a:hover {
        text-decoration: underline; }

.m_home-section {
  position: relative; }

.m_home-section.isHero .puig {
  width: 205px;
  margin: 20px auto;
  overflow: auto;
  position: relative;
  transform: translate(50px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s; }
  .m_home-section.isHero .puig a {
    display: block;
    text-decoration: none; }
    .m_home-section.isHero .puig a .images {
      float: left;
      width: 90px; }
      .m_home-section.isHero .puig a .images img {
        width: 100%;
        height: auto; }
      .m_home-section.isHero .puig a .images .img2 {
        display: none; }
    .m_home-section.isHero .puig a .text {
      font-size: 18px;
      margin-left: 110px;
      color: #000;
      text-decoration: underline; }
    .m_home-section.isHero .puig a:hover .images .img1 {
      display: none; }
    .m_home-section.isHero .puig a:hover .images .img2 {
      display: block; }
  .m_home-section.isHero .puig.activateAnimation {
    transform: translate(0px);
    opacity: 1; }
  @media (min-width: 580px) {
    .m_home-section.isHero .puig {
      width: 265px; }
      .m_home-section.isHero .puig a .images {
        width: 150px; }
      .m_home-section.isHero .puig a .text {
        margin-left: 170px; } }
  @media (min-width: 768px) {
    .m_home-section.isHero .puig {
      position: absolute;
      bottom: 52px;
      right: 34px; } }
  @media (min-width: 1200px) and (min-height: 840px) {
    .m_home-section.isHero .puig {
      width: 454px;
      margin-bottom: 0;
      overflow: visible;
      right: 120px; }
      .m_home-section.isHero .puig a .images {
        width: auto;
        padding-right: 154px; }
      .m_home-section.isHero .puig a .text {
        position: absolute;
        top: -50px;
        right: 0;
        z-index: 2;
        font-size: 30px;
        width: 174px; } }

@media (max-width: 991px) {
  .m_home-section.isHero .text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s, transform 0.8s; }
    .m_home-section.isHero .text.activateAnimation {
      opacity: 1;
      transform: translateY(0px); } }

@media (min-width: 992px) {
  .m_home-section.isHero .text h1 > span {
    display: block;
    overflow: hidden; }
    .m_home-section.isHero .text h1 > span > span {
      position: relative;
      display: inline-block; }
      .m_home-section.isHero .text h1 > span > span:after {
        content: "";
        background: #000;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        opacity: 1;
        transition: width 0.4s, opacity 0.4s; }
      .m_home-section.isHero .text h1 > span > span > span {
        display: inline-block;
        transform: translateY(60px);
        transition: transform 0.4s; }
  .m_home-section.isHero .text.activateAnimation h1 > span > span:after {
    width: 100%; }
  .m_home-section.isHero .text.activateAnimation2 h1 > span > span:after {
    opacity: 0; }
  .m_home-section.isHero .text.activateAnimation2 h1 > span > span > span {
    transform: translateY(0px); } }

.m_home-section.isGallery {
  padding: 20px 10px;
  overflow: hidden; }
  .m_home-section.isGallery h2 {
    text-align: center; }
  @media (min-width: 768px) {
    .m_home-section.isGallery {
      padding: 40px 30px; }
      .m_home-section.isGallery h2 {
        display: none; } }
  @media (min-width: 992px) {
    .m_home-section.isGallery {
      padding: 50px 50px; } }

.m_home-section.isDptos {
  background: #D2BEAA;
  padding: 30px 0; }
  .m_home-section.isDptos > .container-fluid {
    padding: 0 30px;
    position: relative; }
  .m_home-section.isDptos .dptos-menu {
    text-align: center; }
    .m_home-section.isDptos .dptos-menu h2 {
      margin-bottom: 20px; }
    .m_home-section.isDptos .dptos-menu .tabs-container {
      padding-bottom: 15px;
      border-bottom: 1px solid #000;
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .m_home-section.isDptos {
      padding: 60px 0px; }
      .m_home-section.isDptos > .container-fluid {
        margin-top: 80px; }
      .m_home-section.isDptos .dptos-menu {
        text-align: left;
        position: absolute;
        width: 30%;
        top: 20px;
        left: 30px;
        z-index: 50; }
        .m_home-section.isDptos .dptos-menu .tabs-container {
          border-bottom: 0; }
      .m_home-section.isDptos .m_side-bars {
        display: none; } }
  @media (min-width: 992px) {
    .m_home-section.isDptos {
      padding: 60px 30px; }
      .m_home-section.isDptos > .container-fluid {
        margin-top: 140px; }
      .m_home-section.isDptos .m_side-bars {
        display: block; } }

.m_home-section.isContact {
  padding: 30px 0;
  min-height: 100vh; }
  .m_home-section.isContact > .container-fluid {
    padding: 0 30px; }
  .m_home-section.isContact h2 {
    text-align: center;
    margin-bottom: 25px; }
  .m_home-section.isContact .form h2 {
    display: block; }
  .m_home-section.isContact .map h2 {
    display: none;
    text-align: left;
    max-width: 379px; }
  .m_home-section.isContact .map .img {
    margin: 0 -30px; }
  .m_home-section.isContact .map img {
    margin-bottom: 20px;
    display: block; }
  .m_home-section.isContact .btn.primary {
    color: #FFF; }
    .m_home-section.isContact .btn.primary:hover {
      color: #000; }
  .m_home-section.isContact .btn.white:hover {
    background: #D2BEAA;
    color: #000; }
  .m_home-section.isContact .form {
    margin-bottom: 50px; }
  @media (min-width: 768px) {
    .m_home-section.isContact {
      padding: 60px 0px; }
      .m_home-section.isContact > .container-fluid {
        margin-top: 80px; }
      .m_home-section.isContact .form {
        max-width: 360px; }
        .m_home-section.isContact .form h2 {
          display: none; }
      .m_home-section.isContact .map {
        max-width: 384px; }
        .m_home-section.isContact .map h2 {
          display: block; }
        .m_home-section.isContact .map .img {
          margin: 0 0px; }
      .m_home-section.isContact .m_side-bars {
        display: none; } }
  @media (min-width: 992px) {
    .m_home-section.isContact {
      padding: 60px 30px; }
      .m_home-section.isContact > .container-fluid {
        margin-top: 140px; }
      .m_home-section.isContact .map {
        max-width: 554px; }
        .m_home-section.isContact .map h2 {
          font-size: 35px; }
      .m_home-section.isContact .m_side-bars {
        display: block; } }

.m_hero-slideshow {
  position: relative; }
  .m_hero-slideshow .slide .image {
    height: 0;
    padding-bottom: 168.7%;
    background: #EEE center no-repeat;
    background-size: cover; }
  .m_hero-slideshow .text {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 40px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px; }
    .m_hero-slideshow .text h1 {
      margin: 0; }
    .m_hero-slideshow .text .video-cta {
      margin-top: 5px;
      font-size: 18px; }
      .m_hero-slideshow .text .video-cta a {
        text-decoration: underline;
        color: #000; }
  @media (min-width: 768px) {
    .m_hero-slideshow .slideshow {
      width: 42.2%; }
    .m_hero-slideshow .text {
      top: 130px;
      bottom: auto;
      left: auto;
      width: 57.8%;
      padding: 20px 40px 20px 40px;
      background: transparent; }
      .m_hero-slideshow .text h1 {
        max-width: 1000px;
        margin: 0 auto; }
      .m_hero-slideshow .text .video-cta {
        display: none; } }
  @media (min-width: 992px) {
    .m_hero-slideshow .slideshow {
      width: 59.277vh;
      height: 100vh; }
    .m_hero-slideshow .slide .image {
      width: 59.277vh;
      height: 100vh;
      padding-bottom: 0; }
    .m_hero-slideshow .text {
      top: 160px;
      width: calc(100vw - 59.277vh);
      padding: 20px 80px 20px 40px; } }

.m_main-slideshow {
  position: relative;
  margin: 0 20px; }
  .m_main-slideshow .slick-list {
    overflow: visible; }
  .m_main-slideshow .slide {
    margin: 0 7px; }
    .m_main-slideshow .slide .image {
      height: 0;
      padding-bottom: 71.04%;
      background: #EEE center no-repeat;
      background-size: cover;
      margin-bottom: 10px; }
    .m_main-slideshow .slide .text {
      background: #000;
      padding: 20px;
      color: #FFF;
      font-size: 14px;
      min-height: 90px;
      line-height: 1.7; }
  @media (min-width: 768px) {
    .m_main-slideshow .slick-list {
      overflow: hidden; }
    .m_main-slideshow .slide {
      position: relative;
      margin: 0; }
      .m_main-slideshow .slide .image {
        margin-bottom: 0px; }
      .m_main-slideshow .slide .text {
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 263px;
        font-size: 16px;
        padding: 30px; } }
  @media (min-width: 992px) {
    .m_main-slideshow .slide .text {
      right: 120px; } }

.m_intro {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF;
  opacity: 1;
  transition: opacity .9s;
  z-index: 200;
  pointer-events: none; }
  .m_intro > .img-container {
    height: 100vh;
    padding: 50px;
    transition: transform 0.6s, opacity 0.6s;
    transform: translate(0px);
    opacity: 1; }
    .m_intro > .img-container img {
      display: block;
      height: 100%;
      margin: 0 auto; }
  .m_intro.hide {
    opacity: 0; }
    .m_intro.hide > .img-container {
      transform: translate(-140px);
      opacity: 0; }

.m_side-bars {
  display: none; }
  .m_side-bars > div {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px; }
    .m_side-bars > div:before, .m_side-bars > div:after {
      position: absolute;
      content: "";
      width: 1px;
      height: calc(50% - 100px);
      left: 50%;
      background: #000; }
    .m_side-bars > div:before {
      top: 50px; }
    .m_side-bars > div:after {
      bottom: 50px; }
    .m_side-bars > div > span {
      transform: rotate(-90deg);
      position: absolute;
      top: 50%;
      width: 60px;
      height: 15px;
      font-size: 14px;
      margin-top: -8px;
      left: 50%;
      margin-left: -30px;
      text-align: center; }
      .m_side-bars > div > span > img {
        display: block;
        margin: auto;
        width: 46px; }
  .m_side-bars > .left {
    left: 0; }
  .m_side-bars > .right {
    right: 0; }
  @media (min-width: 768px) {
    .m_side-bars {
      display: block; } }
  @media (min-width: 992px) {
    .m_side-bars > div {
      width: 50px; } }

.m_dptos {
  padding-bottom: 30px; }
  .m_dptos .dptos-menu {
    text-align: center;
    margin-bottom: 20px; }
  .m_dptos .tab-content {
    display: none; }
    .m_dptos .tab-content.isActive {
      display: block; }
  .m_dptos .slide .mobile h2 {
    margin-right: 100px; }
  .m_dptos .slide .desktop {
    display: none; }
  .m_dptos .slide h2 {
    font-size: 24px;
    margin-bottom: 0; }
  .m_dptos .slide .desc {
    font-size: 18px;
    font-weight: bold; }
  .m_dptos .slide hr {
    border-top: 1px solid #000; }
  .m_dptos .slide .content {
    margin-bottom: 20px; }
    .m_dptos .slide .content > div {
      display: none; }
      .m_dptos .slide .content > div.active {
        display: block; }
  .m_dptos .slide .note {
    font-style: italic;
    font-size: 12px;
    margin-top: 10px; }
  .m_dptos .slide .nav {
    position: relative;
    margin-bottom: 40px; }
    .m_dptos .slide .nav .toggle {
      position: absolute;
      top: 0;
      right: 0;
      display: none; }
      .m_dptos .slide .nav .toggle.active {
        display: block; }
  .m_dptos .slide .download {
    text-align: center;
    margin-bottom: 25px; }
  .m_dptos .slick-prev, .m_dptos .slick-next {
    -webkit-appearance: none;
    background: transparent;
    position: absolute;
    top: 15px;
    right: 0;
    width: 15px;
    height: 15px; }
  .m_dptos .slick-prev {
    background: url("../img/icons/prev.svg") center no-repeat;
    right: 40px; }
  .m_dptos .slick-next {
    background: url("../img/icons/next.svg") center no-repeat; }
  @media (min-width: 768px) {
    .m_dptos .slide .mobile {
      display: none; }
    .m_dptos .slide .desktop {
      display: flex;
      min-height: 650px; }
    .m_dptos .slide hr {
      width: 60%;
      margin-left: 0; }
    .m_dptos .slide .note {
      margin-top: 50px; }
    .m_dptos .slide .download {
      text-align: left; }
    .m_dptos .slick-prev, .m_dptos .slick-next {
      top: auto;
      right: auto;
      bottom: 40px;
      left: 50%; }
    .m_dptos .slick-prev {
      margin-left: -30px; }
    .m_dptos .slick-next {
      margin-left: 15px; } }

.m_tab-menu {
  margin: 10px auto;
  width: 204px; }
  .m_tab-menu .tab {
    display: block;
    border-bottom: 1px solid #000;
    line-height: 40px;
    padding: 0 40px 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    cursor: pointer; }
    .m_tab-menu .tab.isActive {
      background: #000;
      color: #FFF; }
  @media (min-width: 768px) {
    .m_tab-menu {
      width: 165px;
      margin-left: 0; } }

.m_scroll-nav {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 20px;
  margin: 30px auto 20px auto;
  font-size: 12px;
  letter-spacing: 3px;
  width: 150px;
  border-top: 1px solid #000;
  z-index: 100;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold; }
  .m_scroll-nav:after {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background: #000 url("../img/icons/arrow.svg") center no-repeat;
    background-size: 14px 8px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -12px; }
  .m_scroll-nav.isLast:after {
    transform: rotate(180deg); }
  @media (min-width: 992px) {
    .m_scroll-nav {
      position: fixed;
      bottom: 10px;
      left: 50%;
      margin-left: -75px;
      display: none; }
      .m_scroll-nav.isActive {
        display: block; } }
