@charset "UTF-8";
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
Responsive between
Ej: @include responsiveB('mobile-v', 'mobile-h'){
*/
/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
  --fade-opacity: 1;
  --fade-transform: translateX(0px) translateY(0px);
  --p100: 100%;
  --p0: 0%;
  --v1: 1;
  --v0: 0;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/*
Use:
@if editor() {
  font-size: 90px;
}
*/
/* Text Block Custom Style */
@font-face {
  font-family: "Thornwood";
  src: url("../fonts/Thornwood-Bold.woff2") format("woff2"), url("../fonts/Thornwood-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thornwood";
  src: url("../fonts/Thornwood-ExtraBold.woff2") format("woff2"), url("../fonts/Thornwood-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thornwood";
  src: url("../fonts/Thornwood-ExtraLight.woff2") format("woff2"), url("../fonts/Thornwood-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thornwood";
  src: url("../fonts/Thornwood-Light.woff2") format("woff2"), url("../fonts/Thornwood-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thornwood";
  src: url("../fonts/Thornwood-Medium.woff2") format("woff2"), url("../fonts/Thornwood-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thornwood";
  src: url("../fonts/Thornwood-Regular.woff2") format("woff2"), url("../fonts/Thornwood-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thornwood";
  src: url("../fonts/Thornwood-SemiBold.woff2") format("woff2"), url("../fonts/Thornwood-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thornwood";
  src: url("../fonts/Thornwood-UltraBold.woff2") format("woff2"), url("../fonts/Thornwood-UltraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body p:not(:last-child) {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  background-color: transparent;
}

select {
  font-family: "Montserrat", sans-serif;
}

h1,
.h1,
.h1 p {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(60px, 13.2px + 0.078 * 100vw, 95px);
  font-weight: 400;
  font-family: "Thornwood", sans-serif;
}

h2,
.h2,
.h2 p {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(30px, 16.8px + 0.022 * 100vw, 40px);
  font-weight: 400;
  font-family: "Thornwood", sans-serif;
}

h3,
.h3,
.h3 p {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(20px, 6.8px + 0.022 * 100vw, 30px);
  font-weight: 400;
  font-family: "Thornwood", sans-serif;
}

h4,
.h4,
.h4 p {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
  font-weight: 400;
  font-family: "Thornwood", sans-serif;
}

h5,
.h5,
.h5 p {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
  font-weight: 400;
  font-family: "Thornwood", sans-serif;
}

h6,
.h6,
.h6 p {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(14px, 11.6px + 0.004 * 100vw, 16px);
  font-weight: 400;
  font-family: "Thornwood", sans-serif;
}

a {
  color: #BCAB79;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b,
strong,
strong * {
  font-weight: 600;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .container {
    padding: 0 40px;
  }
}

.centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-content {
  /*
  	> *:not(.default_block) {
  		margin-bottom: var(--blockMargin, 150px);

  		@include responsive("tablet-h") {
  			margin-bottom: var(--blockMarginTablet, 80px);
  		}

  		@include responsive("mobile-h") {
  			margin-bottom: var(--blockMarginMobile, 60px);
  		}
  	}
  */
}

.text_block h1,
.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5,
.text_block h6 {
  color: #000;
  margin-bottom: 20px;
  font-family: "Thornwood", sans-serif;
}
.text_block h1 {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(60px, 13.2px + 0.078 * 100vw, 95px);
}
.text_block h2 {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(30px, 16.8px + 0.022 * 100vw, 40px);
}
.text_block h3 {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(20px, 6.8px + 0.022 * 100vw, 30px);
}
.text_block h4 {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
}
.text_block h5 {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
}
.text_block h6 {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(14px, 11.6px + 0.004 * 100vw, 16px);
}
.text_block ul,
.text_block ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block ul li {
  list-style: disc;
}
.text_block a:not(.button) {
  color: #BCAB79;
  text-decoration: none;
}
.text_block a:not(.button):hover {
  text-decoration: underline;
}
.text_block blockquote {
  padding-left: 30px;
  border-left: 3px solid #6F8FAF;
}
.text_block blockquote p {
  font-family: "Thornwood", sans-serif;
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
}
.text_block img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 28px 0;
}
.text_block .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignleft {
    max-width: 100%;
  }
}
.text_block .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignright {
    max-width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  height: 45px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 750px) {
  .header {
    height: 89px;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 89px;
}
.header.scrolled {
  background: transparent;
  height: 45px;
}
@media only screen and (min-width: 750px) {
  .header.scrolled {
    height: 60px;
  }
}
.header.scrolled .site-logo {
  max-width: 50px;
}
@media only screen and (min-width: 750px) {
  .header.scrolled .site-logo {
    max-width: 70px;
  }
}
.header.scrolled.scroll-down {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
.header.scrolled.scroll-up {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  background: #BCAB79;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 750px) {
  .header.scrolled.scroll-up .main-menu a:hover {
    color: #6F8FAF;
  }
}

.site-logo {
  display: block;
  max-width: 65px;
  z-index: 9999;
  position: absolute;
  top: 0;
}
.site-logo--footer {
  max-width: 65px;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .site-logo--footer {
    max-width: 84px;
  }
}
.site-logo img {
  display: block;
}
@media only screen and (min-width: 750px) {
  .site-logo {
    max-width: 106px;
  }
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.main-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  font-family: "Thornwood", sans-serif;
  font-weight: 400;
}
.main-menu a:hover {
  color: #6F8FAF;
}
@media only screen and (min-width: 750px) {
  .main-menu a:hover {
    color: #BCAB79;
  }
}
@media only screen and (max-width: 750px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #BCAB79;
    padding: 140px 30px 30px;
    z-index: 10;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .menu-open .main-menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-menu a {
    font-size: 22px;
    color: #ffffff;
  }
}

.menu-open {
  overflow: hidden;
}