/* Sass Document */
* {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  border: none; }

*::before, *::after {
  box-sizing: border-box; }

h1 {
  text-transform: uppercase;
  font-weight: 700; }

h2 {
  text-transform: uppercase;
  font-weight: 700; }

h3 {
  text-transform: uppercase;
  font-weight: 700; }

h4 {
  text-transform: uppercase;
  font-weight: 700; }

h5 {
  text-transform: uppercase;
  font-weight: 700; }

h6 {
  text-transform: uppercase;
  font-weight: 700; }

h1,
.h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  font-weight: 700; }

h2,
.h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  font-weight: 700; }

h3,
.h3 {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 0.6em; }

h4,
.h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em; }

h5,
.h5 {
  font-size: 1.05em;
  font-weight: 600; }

a {
  text-decoration: none !important; }

a,
button {
  box-shadow: none !important;
  outline: none !important;
  vertical-align: top; }

b {
  font-weight: 600; }

p:last-child,
.p:last-child {
  margin-bottom: 0; }

button {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input,
textarea {
  width: 100%;
  min-height: 48px;
  color: black;
  font-size: 1.2em;
  padding: 9px 20px;
  outline: 0 !important;
  box-shadow: none !important;
  background: #f3f3f3; }

video {
  vertical-align: top; }

video {
  object-fit: contain;
  margin-bottom: -1px; }

picture {
  width: 100%; }

select, buttom, a, input {
  outline: 0 !important; }

img {
  height: auto;
  vertical-align: middle; }

.stragger-delay-01:nth-child(1) {
  transition-delay: 0.25s !important; }

.stragger-delay-01:nth-child(2) {
  transition-delay: 0.5s !important; }

.stragger-delay-01:nth-child(3) {
  transition-delay: 0.75s !important; }

.stragger-delay-01:nth-child(4) {
  transition-delay: 1s !important; }

.stragger-delay-01:nth-child(5) {
  transition-delay: 1.25s !important; }

.stragger-delay-01:nth-child(6) {
  transition-delay: 1.5s !important; }

.stragger-delay-01:nth-child(7) {
  transition-delay: 1.75s !important; }

.stragger-delay-01:nth-child(8) {
  transition-delay: 2s !important; }

.stragger-delay-01:nth-child(9) {
  transition-delay: 2.25s !important; }

/* --------------------- CORE --------------------- */
html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: black;
  margin: 0;
  background-color: transparent; }

html {
  overflow-x: hidden; }

/* SUWP */
.transition-fade {
  transition: 0.8s;
  transition-delay: 0.3s;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

/* --------------------- BOOTSTRAP --------------------- */
/*.container
 * max-width: 1380px */
.row {
  margin-right: -20px;
  margin-left: -20px; }

[class*=col-] {
  padding-right: 20px;
  padding-left: 20px; }

/* ------------------------- */
.intro-ip .ip-text {
  -webkit-animation-name: scale_out;
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: scale_out;
  -moz-animation-duration: 4s;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: both;
  animation-name: scale_out;
  animation-duration: 4s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  letter-spacing: 0.1em; }

@keyframes scale_out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  50%, 100% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
header {
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000; }
  header a,
  header button {
    color: white; }
    header a.active,
    header button.active {
      font-weight: 700; }
  header.is-watching {
    -webkit-transform: translateY(-100%) scale(1.05);
    -moz-transform: translateY(-100%) scale(1.05);
    -ms-transform: translateY(-100%) scale(1.05);
    transform: translateY(-100%) scale(1.05); }
  header.h-int-01 {
    background-color: #ffc107; }
    header.h-int-01 a,
    header.h-int-01 button {
      color: black; }

.overlay-info-01 {
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .overlay-info-01:after {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1; }
  .overlay-info-01 a {
    pointer-events: auto; }
  .overlay-info-01 .btn-01:hover {
    background-color: white; }

.cont-scroll-ani-01 {
  width: 38px;
  height: calc(50vh - 30px);
  right: 60px;
  left: initial;
  bottom: 30px;
  pointer-events: none; }
  .cont-scroll-ani-01 .line {
    width: 2px;
    height: 100%;
    background: white;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-animation-name: line-h-01;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: line-h-01;
    -moz-animation-duration: 1.5s;
    -moz-animation-delay: 7s;
    -moz-animation-fill-mode: both;
    animation-name: line-h-01;
    animation-duration: 1.5s;
    animation-delay: 7s;
    animation-fill-mode: both; }
  .cont-scroll-ani-01 .triangle {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation-name: scale-01;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 7.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: scale-01;
    -moz-animation-duration: 1.5s;
    -moz-animation-delay: 7.2s;
    -moz-animation-fill-mode: both;
    animation-name: scale-01;
    animation-duration: 1.5s;
    animation-delay: 7.2s;
    animation-fill-mode: both;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }

@keyframes line-h-01 {
  0% {
    top: 0;
    height: 0%; }
  30%, 70% {
    height: 100%; }
  100% {
    height: 0%;
    top: initial;
    bottom: 0; } }
@keyframes scale-01 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  20%, 80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    top: initial;
    bottom: 0; } }
.cont-owl-overlay-01 {
  width: 100%;
  height: 100vh;
  display: table;
  padding: 0px; }
  .cont-owl-overlay-01 .owl-01,
  .cont-owl-overlay-01 .owl-item,
  .cont-owl-overlay-01 .owl-stage,
  .cont-owl-overlay-01 .owl-stage-outer {
    height: 100%; }

.cont-owl-overlay-02 {
  width: 100%;
  height: 95vh;
  display: table;
  padding: 0px; }
  .cont-owl-overlay-02 .owl-01,
  .cont-owl-overlay-02 .owl-item,
  .cont-owl-overlay-02 .owl-stage,
  .cont-owl-overlay-02 .owl-stage-outer {
    height: 100%; }

.box-nav-mobile {
  height: 100vh;
  background: white;
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  overflow: auto; }
  .box-nav-mobile.open_s {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .box-nav-mobile.close_s {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .box-nav-mobile a {
    color: black; }
  .box-nav-mobile .nav-p-mobile {
    text-transform: uppercase;
    font-weight: 700; }
    .box-nav-mobile .nav-p-mobile li {
      width: 100%;
      padding: 0;
      margin-bottom: 5px; }
    .box-nav-mobile .nav-p-mobile a,
    .box-nav-mobile .nav-p-mobile button {
      text-transform: uppercase;
      color: #c8c8c8;
      font-weight: 700; }
      .box-nav-mobile .nav-p-mobile a.active,
      .box-nav-mobile .nav-p-mobile button.active {
        color: black; }
  .box-nav-mobile .nav-p-s {
    font-weight: 700;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
    .box-nav-mobile .nav-p-s li {
      padding-left: 6px;
      padding-right: 6px; }
    .box-nav-mobile .nav-p-s .item-mobile {
      display: inline-block !important; }
    .box-nav-mobile .nav-p-s .item-mobile-hidden {
      display: none !important; }
    .box-nav-mobile .nav-p-s .mobile-order-last {
      -ms-flex-order: 5;
      order: 5; }
    .box-nav-mobile .nav-p-s .m-pl-2 {
      padding-left: 0.5rem !important; }

.box-overlay-r {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  -webkit-box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.105);
  overflow: auto; }
  .box-overlay-r.close_s {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

.drid-gallery-01 .grid-item img {
  width: 100%;
  max-width: initial; }

.cont-photo-gallery-01 {
  max-height: calc(100vh - 50px); }
  .cont-photo-gallery-01 .d-lg-flex {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 50px); }
  .cont-photo-gallery-01 img {
    width: 100%;
    object-fit: contain; }

.box-float-01 {
  width: fit-content;
  width: -moz-fit-content;
  min-width: 100px;
  top: 90px;
  left: 15px;
  color: white;
  background: black;
  padding: 1.5em;
  padding-right: 6em;
  -webkit-transition: all 500ms cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 500ms cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 500ms cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 500ms cubic-bezier(0.52, 0.005, 0, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition-timing-function: cubic-bezier(0.52, 0.005, 0, 0.995);
  -o-transition-timing-function: cubic-bezier(0.52, 0.005, 0, 0.995);
  transition-timing-function: cubic-bezier(0.52, 0.005, 0, 0.995); }
  .box-float-01 .close-bt {
    margin: 10px 10px 0 0; }
  .box-float-01.close_s {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%); }

/* -- PRODUCCION -- */
[class*=boxslide-intro-] {
  width: 100%;
  background-position: center;
  background-size: cover; }

.comp-mask-g-01 .foto {
  width: 60%;
  position: absolute;
  margin: auto;
  top: 13.3%;
  left: 0;
  right: 0; }
.comp-mask-g-01 .mask {
  z-index: 101; }

.comp-mask-g-02 .foto {
  width: 68.5%;
  position: absolute;
  margin: auto;
  top: 18.2%;
  left: 0;
  right: 0; }
.comp-mask-g-02 .mask {
  z-index: 101; }

.bg-gray-03 .box-send-01 {
  background: #e5e3e4 !important; }




/* -- CAROUSELES  -- */
.owl-01 {
  height: calc(100vh - 25px); }
  .owl-01 .owl-stage-outer {
    pointer-events: none;
    z-index: 20; }
  .owl-01 .owl-item,
  .owl-01 .item {
    height: calc(100vh - 25px); }
    .owl-01 .owl-item img,
    .owl-01 .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .owl-01 .owl-item.active .info .stragger-delay-01,
    .owl-01 .item.active .info .stragger-delay-01 {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
  .owl-01 .cont-info {
    width: auto;
    height: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    margin: 130px 70px 100px; }
    .owl-01 .cont-info .info {
      max-width: 420px; }
      .owl-01 .cont-info .info h1 {
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 8px; }
      .owl-01 .cont-info .info h2 {
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 8px; }
      .owl-01 .cont-info .info h3 {
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 8px; }
      .owl-01 .cont-info .info h4 {
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 8px; }
      .owl-01 .cont-info .info h5 {
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 8px; }
      .owl-01 .cont-info .info h6 {
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 8px; }
      .owl-01 .cont-info .info p {
        font-size: 1.2em;
        line-height: 1.2em;
        margin-bottom: 15px; }
      .owl-01 .cont-info .info a {
        pointer-events: auto; }
      .owl-01 .cont-info .info .btn-01 {
        min-width: auto; }
        .owl-01 .cont-info .info .btn-01:hover {
          background-color: white; }
      .owl-01 .cont-info .info .stragger-delay-01 {
        -webkit-transition: all 2s cubic-bezier(0.7, -0.42, 0.65, 1);
        -moz-transition: all 2s cubic-bezier(0.7, -0.42, 0.65, 1);
        -ms-transition: all 2s cubic-bezier(0.7, -0.42, 0.65, 1);
        transition: all 2s cubic-bezier(0.7, -0.42, 0.65, 1);
        opacity: 0;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px); }
  .owl-01 .owl-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none; }
    .owl-01 .owl-nav .owl-prev,
    .owl-01 .owl-nav .owl-next {
      width: 40vw;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: auto !important; }
    .owl-01 .owl-nav .owl-next {
      width: 40vw;
      height: calc(100% - 120px);
      position: absolute;
      right: 0;
      top: 0;
      left: auto; }
  .owl-01 .nft-btn {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 90px;
    bottom: 70px;
    z-index: 100;
    pointer-events: auto; }
    .owl-01 .nft-btn img {
      object-fit: object;
      -webkit-filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.5)); }

.nullnav .owl-nav {
  display: none !important;
  object-fit: cover; }

.cont-dots-container {
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 50;
  pointer-events: none; }
  .cont-dots-container .icon-plus-01,
  .cont-dots-container .owl-dot {
    pointer-events: auto; }
  .cont-dots-container .icon-plus-01 {
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
    -moz-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
    -ms-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
    transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995); }
    .cont-dots-container .icon-plus-01:hover {
      opacity: 0; }
  .cont-dots-container .owl-dot {
    font-size: 0 !important;
    max-width: 15px !important;
    max-height: 15px !important;
    width: 15px;
    height: 15px;
    border: 1px solid white;
    margin: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0); }
    .cont-dots-container .owl-dot span {
      font-size: 0 !important;
      display: none; }
    .cont-dots-container .owl-dot.active {
      background-color: white; }

.owl-02 .owl-dots {
  text-align: center;
  margin-top: 30px; }
  .owl-02 .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(222, 204, 204, 0.5); }
    .owl-02 .owl-dots .owl-dot.active {
      background-color: #ffc107; }
.owl-02 .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0; }

.owl-03 .owl-stage-outer {
  overflow: visible !important; }
.owl-03 .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important; }
.owl-03 .owl-nav {
  margin-top: 30px;
  opacity: 0.8; }
  .owl-03 .owl-nav .owl-prev,
  .owl-03 .owl-nav .owl-next {
    margin: 10px; }
    .owl-03 .owl-nav .owl-prev:hover,
    .owl-03 .owl-nav .owl-next:hover {
      opacity: 0; }

.owl-04 .owl-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  .owl-04 .owl-nav .owl-prev,
  .owl-04 .owl-nav .owl-next {
    width: 40vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .owl-04 .owl-nav .owl-next {
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: auto; }

.owl-05 .owl-nav {
  margin-top: 30px; }
  .owl-05 .owl-nav .owl-prev,
  .owl-05 .owl-nav .owl-next {
    margin: 10px; }

.owl-06 .owl-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }
  .owl-06 .owl-nav .owl-prev,
  .owl-06 .owl-nav .owl-next {
    width: 40vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: auto !important; }
  .owl-06 .owl-nav .owl-next {
    width: 40vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: auto; }
.owl-06 .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  bottom: 25px;
  z-index: 100; }
  .owl-06 .owl-dots .owl-dot {
    font-size: 0 !important;
    max-width: 15px !important;
    max-height: 15px !important;
    width: 15px;
    height: 15px;
    border: 1px solid white;
    margin: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0); }
    .owl-06 .owl-dots .owl-dot span {
      font-size: 0 !important;
      display: none; }
    .owl-06 .owl-dots .owl-dot.active {
      background-color: white; }

.cont-carrousel-ambient-01 .cont-frame {
  padding-bottom: 95px; }
  .cont-carrousel-ambient-01 .cont-frame .owl-stage-outer {
    overflow: visible !important; }
.cont-carrousel-ambient-01 .cont-ambient {
  position: absolute;
  left: 0;
  top: 0; }
  .cont-carrousel-ambient-01 .cont-ambient .owl-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 100%; }
.cont-carrousel-ambient-01 .layer-planta {
  width: auto;
  height: 95vh; }
.cont-carrousel-ambient-01 .cont-ctrl-ambient {
  bottom: 35px;
  z-index: 1200; }
.cont-carrousel-ambient-01 .cont-ctrl-lr .btn-l,
.cont-carrousel-ambient-01 .cont-ctrl-lr .btn-r {
  width: 40%; }
.cont-carrousel-ambient-01 button {
  opacity: 0.8; }

#scene .item {
  min-width: 450px; }

/* CONTACT */
label[id*=_error],
#captcha_error {
  position: absolute;
  font-size: 0.9em;
  width: auto;
  background-color: white;
  z-index: 10;
  visibility: hidden;
  right: 0;
  padding: 5px 10px;
  text-align: center; }

.show_error {
  -webkit-animation-name: show_error;
  animation-name: show_error;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes show_error {
  0% {
    visibility: visible;
    opacity: 0;
    top: 0; }
  100% {
    visibility: visible;
    opacity: 1;
    top: -20px; } }
@keyframes show_error {
  0% {
    visibility: visible;
    opacity: 0;
    top: 0; }
  100% {
    visibility: visible;
    opacity: 1;
    top: -20px; } }
.cont_botonenviar_contacto {
  width: 100%; }
  .cont_botonenviar_contacto button {
    margin-top: 0; }

#message {
  width: 100%; }
  #message h2 {
    width: 100%;
    font-size: 28px;
    margin-bottom: 15px; }
  #message p {
    font-size: 17px;
    margin-top: 0; }

.btn-form-01 {
  width: 100%;
  color: gray;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.enviando-mensaje {
  cursor: default;
  pointer-events: none;
  -webkit-transform: skew(0deg, 0deg);
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg); }
  .enviando-mensaje.btn-06:after {
    color: white; }

/*.enviando-mensaje
 * &:after 
 *   content: "enviando..."
 *   width: 100%
 *   height: 100%
 *   color: white
 *   top: 0
 *   left: 0
 *   display: block
 *   z-index: 5
 *   animation: show_enviando .3s ease-in-out 1
 *   -webkit-animation: show_enviando .3s ease-in-out 1 */
.enviando-mensaje.eng:after {
  content: "Sending..."; }

.enviando-mensaje span {
  display: none; }

.box-send-01,
.box-send-02 {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.8s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.8s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.8s cubic-bezier(0.52, 0.005, 0, 0.995); }
  .box-send-01.open_s,
  .box-send-02.open_s {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1; }

/* ---- END FORM ------------ */
/* -- FOMRS -- */
.form-style-01 input,
.form-style-01 textarea {
  width: 100%;
  color: #000;
  font-size: 1em;
  border: none; }
.form-style-01 label[id*=_error] {
  background: transparent;
  padding: 0; }

/* -- BTN -- */
.btn-01 {
  color: white;
  font-size: 1em;
  font-weight: 700;
  min-width: 160px;
  border-radius: 3px;
  background-color: #ffc107;
  padding: 12px 30px;
  text-transform: uppercase; }
  .btn-01.gray {
    background-color: #717171; }
  .btn-01:hover {
    color: black;
    background-color: rgba(0, 0, 0, 0.1); }

.btn-02 {
  font-size: 0.8em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 10px 15px;
  margin: 4px;
  background-color: #f0f0f0; }
  .btn-02:hover {
    color: white;
    background-color: #adadad; }
  .btn-02.is-checked {
    color: white;
    background-color: #adadad; }

.btn-03 {
  width: 55px;
  height: 55px;
  background: black;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }
  .btn-03.active {
    background: white; }
  .btn-03 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.btn-hover-white img {
  -webkit-transition: all 500ms cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 500ms cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 500ms cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 500ms cubic-bezier(0.52, 0.005, 0, 0.995);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition-timing-function: cubic-bezier(0.52, 0.005, 0, 0.995);
  -o-transition-timing-function: cubic-bezier(0.52, 0.005, 0, 0.995);
  transition-timing-function: cubic-bezier(0.52, 0.005, 0, 0.995); }
.btn-hover-white:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(137deg) brightness(102%) contrast(106%); }

.hover-show-text {
  min-width: 20.8px;
  width: 0%;
  overflow: hidden;
  display: block;
  float: right;
  -webkit-transition: all 0.8s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.8s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.8s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.8s cubic-bezier(0.52, 0.005, 0, 0.995); }
  .hover-show-text:hover {
    width: 100%; }

.hover-show-img-01 {
  overflow: hidden; }
  .hover-show-img-01 .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
    -moz-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
    -ms-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
    transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
    will-change: transform; }
  .hover-show-img-01 + .link-text-01 {
    display: inline-block;
    -webkit-transform: skewX(0.1deg);
    -moz-transform: skewX(0.1deg);
    -ms-transform: skewX(0.1deg);
    transform: skewX(0.1deg);
    will-change: transform; }
  .hover-show-img-01:hover .img-hover {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .hover-show-img-01:hover + .link-text-01 {
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg); }

.hove-italic-text-01 + .link-text-01 {
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  will-change: transform; }
.hove-italic-text-01:hover + .link-text-01 {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg); }

.close-bt img {
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995); }
.close-bt:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.hover-brightness-0 {
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.5s cubic-bezier(0.52, 0.005, 0, 0.995); }
  .hover-brightness-0:hover {
    filter: brightness(0); }

.btn-orientation-h,
.btn-orientation-v {
  font-size: 0.85em;
  background: #f0f0f0;
  border-radius: 0.2em;
  border: 4px solid #9c9c9c;
  padding: 5px 12px; }
  .btn-orientation-h:hover,
  .btn-orientation-v:hover {
    color: #fff;
    background: #d3d3d3; }
  .btn-orientation-h:after,
  .btn-orientation-v:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .btn-orientation-h.is-checked,
  .btn-orientation-v.is-checked {
    color: #fff;
    background-color: #ffc107; }

.btn-orientation-v {
  min-width: 40px;
  font-size: 0.85em;
  padding: 12px 5px; }

.icon-hover-l,
.icon-hover-r,
.icon-hover-image,
.icon-hover-media,
.icon-hover-media-pause {
  display: block; }
  .icon-hover-l:after,
  .icon-hover-r:after,
  .icon-hover-image:after,
  .icon-hover-media:after,
  .icon-hover-media-pause:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
    -moz-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
    -ms-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
    transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995); }
  .icon-hover-l:hover:after,
  .icon-hover-r:hover:after,
  .icon-hover-image:hover:after,
  .icon-hover-media:hover:after,
  .icon-hover-media-pause:hover:after {
    background: rgba(0, 0, 0, 0.3); }
  .icon-hover-l:hover .cont-title,
  .icon-hover-r:hover .cont-title,
  .icon-hover-image:hover .cont-title,
  .icon-hover-media:hover .cont-title,
  .icon-hover-media-pause:hover .cont-title {
    opacity: 1; }
  .icon-hover-l .cont-title,
  .icon-hover-r .cont-title,
  .icon-hover-image .cont-title,
  .icon-hover-media .cont-title,
  .icon-hover-media-pause .cont-title {
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
    -moz-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
    -ms-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
    transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995); }
    .icon-hover-l .cont-title .title,
    .icon-hover-l .cont-title .place,
    .icon-hover-r .cont-title .title,
    .icon-hover-r .cont-title .place,
    .icon-hover-image .cont-title .title,
    .icon-hover-image .cont-title .place,
    .icon-hover-media .cont-title .title,
    .icon-hover-media .cont-title .place,
    .icon-hover-media-pause .cont-title .title,
    .icon-hover-media-pause .cont-title .place {
      display: block; }

.icon-hover-l:hover:after,
.icon-hover-r:hover:after {
  background: rgba(0, 0, 0, 0); }

.hover-fxicon-list-01 .icon-fxitem-01 {
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995); }
.hover-fxicon-list-01:hover .icon-fxitem-01 {
  opacity: 0.7;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }
  .hover-fxicon-list-01:hover .icon-fxitem-01:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.hover-fxitalic-01 {
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.4s cubic-bezier(0.52, 0.005, 0, 0.995);
  display: inline-block;
  will-change: transform;
  -webkit-transform: skewX(0.5deg);
  -moz-transform: skewX(0.5deg);
  -ms-transform: skewX(0.5deg);
  transform: skewX(0.5deg); }
  .hover-fxitalic-01:hover {
    -webkit-transform: skewX(-13deg);
    -moz-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg); }

.icon-scrolld-ani {
  width: 15px;
  height: 25px;
  border: 2px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .icon-scrolld-ani:after {
    content: "";
    width: 4px;
    height: 4px;
    background: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-animation-name: _UpDown;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: none;
    -moz-animation-name: _UpDown;
    -moz-animation-duration: 1.5s;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: none;
    animation-name: _UpDown;
    animation-duration: 1.5s;
    animation-delay: 0;
    animation-fill-mode: none;
    animation-iteration-count: infinite; }

@keyframes _UpDown {
  0% {
    top: 20%; }
  100% {
    top: 70%; } }
.pulse-ani {
  -webkit-animation-name: _pulse;
  -webkit-animation-duration: 2.3s;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: none;
  -moz-animation-name: _pulse;
  -moz-animation-duration: 2.3s;
  -moz-animation-delay: 0;
  -moz-animation-fill-mode: none;
  animation-name: _pulse;
  animation-duration: 2.3s;
  animation-delay: 0;
  animation-fill-mode: none;
  animation-iteration-count: infinite; }

@keyframes _pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/* -- ANIMATIONS -- */
.scale-point-fx-01 .owl-item img {
  -webkit-transition: all 10s cubic-bezier(0, 0.01, 0.3, 1) !important;
  -moz-transition: all 10s cubic-bezier(0, 0.01, 0.3, 1) !important;
  -ms-transition: all 10s cubic-bezier(0, 0.01, 0.3, 1) !important;
  transition: all 10s cubic-bezier(0, 0.01, 0.3, 1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important; }
.scale-point-fx-01 .owl-item.active img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
  opacity: 1 !important; }

.slide-top-01 {
  -webkit-transition: all 0.5s cubic-bezier(0.72, 0.01, 1, 1) !important;
  -moz-transition: all 0.5s cubic-bezier(0.72, 0.01, 1, 1) !important;
  -ms-transition: all 0.5s cubic-bezier(0.72, 0.01, 1, 1) !important;
  transition: all 0.5s cubic-bezier(0.72, 0.01, 1, 1) !important;
  -webkit-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important; }

.ani-reveal-01 .reveal-l-01,
.ani-reveal-01 .reveal-r-01 {
  -webkit-transition: all 1s cubic-bezier(0, 0.01, 0, 1) !important;
  -moz-transition: all 1s cubic-bezier(0, 0.01, 0, 1) !important;
  -ms-transition: all 1s cubic-bezier(0, 0.01, 0, 1) !important;
  transition: all 1s cubic-bezier(0, 0.01, 0, 1) !important; }
.ani-reveal-01 .reveal-l-01 {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
.ani-reveal-01 .reveal-r-01 {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }
.ani-reveal-01.visible .reveal-l-01,
.ani-reveal-01.visible .reveal-r-01 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.hidden-scroll50h {
  opacity: 1; }
  .hidden-scroll50h.active {
    opacity: 0; }

/* ----- COMPONENTES ---- */
/* -- MASONRY -- */
.grid:after {
  content: "";
  display: block;
  clear: both; }

.grid-sizer,
.grid-item {
  width: 25%; }

.grid-item {
  float: left;
  padding: 15px; }

.grid-item-50 {
  width: 50%; }

/* -- LIGHTBOX -- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-lock {
  margin-right: 0 !important; }
  .fancybox-lock iframe {
    background: transparent; }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }
  .fancybox-nav span {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none; }

.fancybox-margin {
  margin-right: 0 !important; }

.fancybox-opened {
  z-index: 8030;
  /*.fancybox-skin
   * -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
   * -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
   * box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */ }

.fancybox-outer {
  position: relative; }

.fancybox-inner {
  position: relative;
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images-lasagrada/lightbox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 1;
  cursor: pointer;
  z-index: 8060; }
  #fancybox-loading div {
    width: 80px;
    height: 80px;
    background: url(../images-ip/lightbox/loading.gif) center center no-repeat;
    background-size: 100% auto;
    background-color: black;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images-ip/lightbox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: auto !important;
  width: auto; }
  .fancybox-lock body {
    /*overflow: hidden !important */ }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/*.fancybox-lock .fancybox-overlay
 * overflow: auto
 * overflow-y: scroll */
/*Retina graphics! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images-lasagrada/lightbox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image */ }

  #fancybox-loading {
    margin-top: -25px;
    margin-left: -25px; }
    #fancybox-loading div {
      width: 50px;
      height: 50px;
      background: url(../images-ip/lightbox/loading.gif) center center no-repeat;
      background-size: 100% auto;
      background-color: black; } }
.facybox-overlay-01:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500%;
  height: 500%;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: -1;
  pointer-events: none; }

.fancybox-lr-effect {
  background-color: rgba(0, 0, 0, 0) !important; }
  .fancybox-lr-effect.opened-fancybox .fancybox-wrap {
    -webkit-animation-name: show_r-01;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: show_r-01;
    -moz-animation-duration: 0.3s;
    -moz-animation-delay: 0.3s;
    -moz-animation-fill-mode: both;
    animation-name: show_r-01;
    animation-duration: 0.3s;
    animation-delay: 0.3s;
    animation-fill-mode: both; }

@keyframes show_r-01 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.closed-fancybox {
  background-color: rgba(0, 0, 0, 0) !important; }
  .closed-fancybox .fancybox-wrap {
    -webkit-animation-name: hidden_l-01;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: hidden_l-01;
    -moz-animation-duration: 0.5s;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: both;
    animation-name: hidden_l-01;
    animation-duration: 0.5s;
    animation-delay: 0;
    animation-fill-mode: both;
    opacity: 1 !important; }

@keyframes hidden_l-01 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
/* -- LAZYLOAD -- */
.hqy-lazy {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 1s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 1s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 1s cubic-bezier(0.52, 0.005, 0, 0.995);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.hqy-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Cookie BAR */
.cookie-message {
  color: black;
  position: fixed;
  background: #ffc107;
  bottom: 0;
  left: 0;
  z-index: 99;
  -webkit-animation-name: show_;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: show_;
  -moz-animation-duration: 0.5s;
  -moz-animation-delay: 5s;
  -moz-animation-fill-mode: both;
  animation-name: show_;
  animation-duration: 0.5s;
  animation-delay: 5s;
  animation-fill-mode: both; }
  .cookie-message a {
    color: black; }

@keyframes show_ {
  0% {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%); }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
/*-- BG -- */
.bg-black {
  background-color: black;
  opacity: 0.8; }

.bg-black-01 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-gray-01 {
  background-color: #c8c8c8; }

.bg-gray-02 {
  background-color: #dddddd; }

.bg-gray-03 {
  background-color: #e5e3e4; }

.bg-white-85 {
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 0.3s cubic-bezier(0.52, 0.005, 0, 0.995);
  background-color: rgba(255, 255, 255, 0.85); }
  .bg-white-85:hover {
    background-color: white; }

.bg-transparent {
  background-color: transparent !important; }

.bg-noise-01 {
  background: url(../images-ip/bg-noise.jpg);
  background-size: 230px; }

/*-- DECO -- */
.separator-01 .item {
  padding-left: 15px;
  padding-right: 15px; }
  .separator-01 .item:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: white;
    position: absolute;
    top: 0;
    left: 0; }
  .separator-01 .item:first-child:after {
    display: none; }

.shadow-01 {
  -webkit-box-shadow: 5px 5px 11px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 11px 1px rgba(0, 0, 0, 0.4); }

.separator-02 .item {
  padding-left: 15px;
  padding-right: 15px; }
  .separator-02 .item:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: black;
    position: absolute;
    top: 0;
    left: 0; }
  .separator-02 .item:first-child:after {
    display: none; }

/* --- WIDTH --- */
.max-w-1280 {
  max-width: 1280px; }

.max-w-400 {
  max-width: 400px; }

.max-w-330 {
  max-width: 330px; }

/* --- HEIGTH --- */
.vh-bar-100 {
  height: calc(100vh + 65px) !important; }

/* --- TEXT --- */
.f-size-1_6 {
  font-size: 1.6em; }

.f-size-1_2 {
  font-size: 1.2em; }

.f-size-n9 {
  font-size: 0.9em; }

.font-regular {
  font-weight: 400; }

.font-light {
  font-weight: 300; }

.text-transform-none {
  text-transform: none; }

/* -- COLOR -- */
.text-black {
  color: black; }

.text-yellow {
  color: #ffc107; }

/*a
 * &.text-black,
 * &.text-yellow
 *   &:hover
 *     color: $gray-04 */
/* -- MARGIN -- */
.mt-n100vh {
  margin-top: -100vh; }

/* -- PADDING -- */
.px-100 {
  padding-left: 100px;
  padding-right: 100px; }

/* -- POSITION -- */
.position-absolute.br,
.fixed-top.br {
  right: 0;
  bottom: 0; }
.position-absolute.bl,
.fixed-top.bl {
  left: 0;
  bottom: 0; }
.position-absolute.tl,
.fixed-top.tl {
  top: 0;
  left: 0; }
.position-absolute.tr,
.fixed-top.tr {
  top: 0;
  right: 0;
  left: initial; }
.position-absolute.l,
.fixed-top.l {
  left: 0; }
.position-absolute.r,
.fixed-top.r {
  right: 0; }
.position-absolute.b,
.fixed-top.b {
  bottom: 0; }

.center-v {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .center-v.r {
    right: 0; }

.center-h {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%); }

.center-hv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* -- Z-INDEX -- */
.z-index-1 {
  z-index: 1 !important; }

.z-index-2 {
  z-index: 2 !important; }

.z-index-3 {
  z-index: 3 !important; }

.z-index-4 {
  z-index: 4 !important; }

.z-index-1100 {
  z-index: 1100; }

.z-index-10000 {
  z-index: 10000; }

.z-index-n1 {
  z-index: -1 !important; }

/* --- OTHERS --- */
.opacity-0 {
  opacity: 0 !important; }

.pointer-events-none {
  pointer-events: none; }

.obj-contain {
  object-fit: contain; }

.obj-cover {
  object-fit: cover; }

/* --- PLUGINS --- */
/* --------------------- ANIMATION ------------------- */
.intro-tx-01 {
  -webkit-animation-name: show_tx;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: show_tx;
  -moz-animation-duration: 3s;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: both;
  animation-name: show_tx;
  animation-duration: 3s;
  animation-delay: 0.3s;
  animation-fill-mode: both; }

@keyframes show_tx {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.ani-UpDown {
  -webkit-animation-name: show_UpDown;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: show_UpDown;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
  -moz-animation-fill-mode: both;
  animation-name: show_UpDown;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: both; }

@keyframes show_UpDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
/* --------------------- TRANSITION --------------------- */
a,
a svg,
button,
button svg,
[class*=btn-],
a img,
input,
header {
  -webkit-transition: all 400ms cubic-bezier(0.52, 0.005, 0, 0.995);
  -moz-transition: all 400ms cubic-bezier(0.52, 0.005, 0, 0.995);
  -ms-transition: all 400ms cubic-bezier(0.52, 0.005, 0, 0.995);
  transition: all 400ms cubic-bezier(0.52, 0.005, 0, 0.995); }

/*--------------------- MOBILE -------------------------- */
.device-mobile .dm-none {
  display: none !important; }
.device-mobile .dm-block {
  display: block !important; }
.device-mobile .fancybox-nav {
  width: 30%; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1200px) {
  .cont-carrousel-ambient-01 .layer-planta {
    margin-right: -15vw; } }
@media (max-width: 992px) {
  .owl-06 .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 25px; }

  .cont-photo-gallery-01 .owl-carousel,
  .cont-photo-gallery-01 .owl-stage-outer,
  .cont-photo-gallery-01 .owl-stage,
  .cont-photo-gallery-01 .owl-item,
  .cont-photo-gallery-01 .d-lg-flex {
    height: auto;
    max-height: calc(100vh - 50px); }

  .cont-carrousel-ambient-01 .cont-frame .owl-item {
    padding: 0 25px; }
  .cont-carrousel-ambient-01 .cont-ambient .owl-item {
    height: 100%; }
    .cont-carrousel-ambient-01 .cont-ambient .owl-item img {
      height: 100%; }
  .cont-carrousel-ambient-01 .cont-ambient .owl-stage-outer,
  .cont-carrousel-ambient-01 .cont-ambient .owl-stage {
    height: 100%; }
  .cont-carrousel-ambient-01 .cont-ctrl-ambient button img {
    width: 40px;
    height: 40px; }
  .cont-carrousel-ambient-01 .cont-ctrl-ambient .btn-03 {
    width: 40px;
    height: 40px; }
    .cont-carrousel-ambient-01 .cont-ctrl-ambient .btn-03 img {
      width: 25px;
      height: 25px; }

  .menu-fixed-b-md-01 {
    width: 100%;
    font-size: 0.8em;
    padding: 8px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: white;
    z-index: 1000;
    border-top: 1px solid #c8c8c8; }
    .menu-fixed-b-md-01 .filters-a {
      padding: 0; }

  .separator-01 .item {
    padding-left: 7px;
    padding-right: 7px; }

  .position-lg-relative {
    position: relative !important; }

  .bg-lg-white {
    background: white; }

  .width-lg-100 {
    width: 100%;
    max-width: initial;
    min-width: initial; }

  .h-lg-auto {
    height: auto !important; }

  .h-lg-100h-n100p {
    height: calc(100vh - 100px) !important; }

  .top-lg-0 {
    top: 0 !important; } }
@media (max-width: 760px) {
  html, body {
    font-size: 15px; }

  header {
    font-size: 17px; }

  .f-size-md-18 {
    font-size: 18px;
    background: black; }

  header.show-overlay_s.is-watching {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

  .owl-01 {
    height: 60vh; }
    .owl-01 .owl-item,
    .owl-01 .item {
      height: 60vh; }
    .owl-01 .cont-info {
      margin: 80px 15px; }
      .owl-01 .cont-info .info {
        width: 100%;
        top: initial;
        bottom: 0;
        max-width: auto; }
        .owl-01 .cont-info .info h1 {
          font-size: 1.5em;
          margin-bottom: 8px; }
        .owl-01 .cont-info .info h2 {
          font-size: 1.5em;
          margin-bottom: 8px; }
        .owl-01 .cont-info .info h3 {
          font-size: 1.5em;
          margin-bottom: 8px; }
        .owl-01 .cont-info .info h4 {
          font-size: 1.5em;
          margin-bottom: 8px; }
        .owl-01 .cont-info .info h5 {
          font-size: 1.5em;
          margin-bottom: 8px; }
        .owl-01 .cont-info .info h6 {
          font-size: 1.5em;
          margin-bottom: 8px; }
        .owl-01 .cont-info .info p {
          font-size: 0.9em;
          line-height: 1.3em;
          margin-bottom: 10px; }
        .owl-01 .cont-info .info .btn-01 {
          padding: 6px 30px; }
    .owl-01 .nft-btn {
      width: 50px;
      height: 50px;
      right: 15px;
      bottom: 85px; }

  .cont-owl-overlay-01 {
    height: auto; }
    .cont-owl-overlay-01 .owl-01,
    .cont-owl-overlay-01 .owl-item {
      height: 100%; }

  .row {
    margin-right: -15px;
    margin-left: -15px; }

  [class*=col-] {
    padding-right: 15px;
    padding-left: 15px; }

  h1,
  .h1 {
    font-size: 1.4em; }

  h2,
  .h2 {
    font-size: 1.3em; }

  .f-size-1_6 {
    font-size: 1.3em; }

  .f-size-1_2 {
    font-size: 1em; }

  input,
  textarea {
    font-size: 15px;
    min-height: 47px; }

  .position-absolute.tr-md,
  .fixed-top.tr-md {
    top: 0;
    right: 0;
    left: initial; }

  .overflow-sm-visible {
    overflow: visible; }

  .separator-02 .item:after {
    display: none; }

  .box-float-01 {
    width: calc(100% - 20px);
    left: 10px; } }
@media (max-width: 580px) {
  .grid-item {
    width: 50%;
    padding: 10px; }

  .grid-item-50 {
    width: 50%; } }
