* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  letter-spacing: 1px;
  /*  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../assets/images/juan-leon-TsEzg6D9sPA-unsplash.jpg");
  background-position: center;
  background-size: cover; 
  background-attachment: fixed; */
  background-color: #717b49;
}

h2 {
  font-size: 22px;
  font-weight: 800;
}

p {
  font-size: 22px;
}

/* --------------------------------- HEADER -------------------------------- */
header {
  background-color: #f8f3f2;
  z-index: 100;
}
header .header-content {
  display: grid;
  grid-template-columns: 6.5fr 5.5fr;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 5% 10%;
}
header .header-left .logo,
header .header-left .header-img {
  width: 100%;
}
header .header-left .logo {
  max-width: 220px;
  height: 18vh;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(37%) saturate(1437%) hue-rotate(355deg) brightness(87%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(37%) saturate(1437%) hue-rotate(355deg) brightness(87%) contrast(96%);
}
header .header-left .header-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 60vh;
  border-radius: 25% 25% 0 0;
}
header .header-left .header-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #392007;
  line-height: 1;
}
header .header-left .header-title p {
  font-weight: bold;
  font-size: 0.69em;
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #223d3c;
  background-color: #294517;
  background-color: #717b49;
  padding: 10%;
  position: relative;
}
header .header-right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
}
header .header-right nav a {
  color: white;
  text-decoration: none;
  padding: 25px;
  border-bottom: 3px solid white;
  font-weight: bold;
  font-size: 30px;
}

.mobile-top {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px;
  background-color: #f8f3f2;
  position: sticky;
  top: 0;
  z-index: 100;
}
.mobile-top img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(37%) saturate(1437%) hue-rotate(355deg) brightness(87%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(37%) saturate(1437%) hue-rotate(355deg) brightness(87%) contrast(96%);
}

#close-menu {
  display: none;
  cursor: pointer;
}

.centered-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-top: auto;
}

.logos-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
}
.logos-brands img {
  height: 75px;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.logos img {
  height: 100px;
}

/* --------------------------------- MAIN -------------------------------- */
main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  width: 100%;
  padding: 8%;
  gap: 30px;
  opacity: 1;
}
.text-section.visible {
  opacity: 1;
}

.text-left {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  opacity: 1;
  background-color: rgba(119, 83, 37, 0.8117647059);
}
.text-left h2 {
  color: white;
}
.text-left p {
  color: #eae4d9;
}

.text-right {
  margin-left: auto;
  height: auto;
  background-color: #f8f3f2;
}
.text-right p {
  color: #675748;
}
.text-right h2,
.text-right a,
.text-right b {
  color: #392007;
}
.text-right.darker {
  background-color: #e3e1d4;
}

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

.cta {
  margin: 10px 0;
}
.cta p {
  padding-bottom: 10px;
}
.cta a {
  position: relative;
  display: inline-block;
  color: #392007;
  background-color: #717b49;
  padding: 15px 25px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta a:hover {
  background-color: #8c9d71;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* --------------------------------- Expand -------------------------------- */
.expand-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(26, 26, 26, 0.63);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 125px;
  overflow-y: auto;
}
.expand-popup #close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.expand-popup.open {
  opacity: 1;
  pointer-events: all;
}

.expand {
  display: none;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  top: 0;
  overflow-y: auto;
  color: white;
  padding: 20px;
  z-index: 1;
  font-size: 18px;
}
.expand.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.open-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  cursor: pointer;
  font-weight: bold;
}
.open-expand::after {
  content: url("../assets/icons/arrow.svg");
  width: 25px;
  height: 25px;
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(37%) saturate(1437%) hue-rotate(355deg) brightness(87%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(37%) saturate(1437%) hue-rotate(355deg) brightness(87%) contrast(96%);
}

/* ---------------------------------- Video -------------------------------- */
.video-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/* ---------------------------------- Footer -------------------------------- */
footer {
  font-weight: bold;
  height: 100vh;
  padding: 4%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  z-index: 100;
}
footer h2 {
  font-size: 60px;
}
footer a {
  text-decoration: none;
  color: white;
}
footer .footer-content h3 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
}
footer .footer-content a {
  font-size: 30px;
  font-weight: 400;
}
footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

/* ---------------------------------- Media Queries -------------------------------- */
@media only screen and (max-width: 1600px) {
  h2,
  p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  * {
    scroll-margin-top: 82px;
  }
  .mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-content {
    grid-template-columns: 1fr;
    min-height: calc(100svh - 82px);
  }
  header .header-left {
    padding: 20px;
  }
  header .header-left .header-img {
    height: auto;
    max-width: 600px;
  }
  header .header-left .header-title p {
    text-align: center;
  }
  header .header-right {
    display: none;
  }
  header .header-right.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
  }
  h2,
  p {
    text-align: start;
  }
  #close-menu {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
  }
  .text-left {
    position: relative;
    height: auto;
  }
  .text-right {
    margin-left: auto;
    height: auto;
  }
  .text-right h2 {
    text-align: start;
  }
  .cta {
    text-align: start;
  }
  .text-section {
    min-height: auto;
    padding: 30px;
    gap: 20px;
  }
  main {
    grid-template-columns: 1fr;
  }
  footer {
    padding: 30px;
    height: auto;
    gap: 40px;
    background-attachment: initial;
  }
  footer h2 {
    font-size: 32px;
  }
  footer .footer-content a {
    font-size: 20px;
  }
  .expand-popup {
    padding-top: 70px;
  }
  #close-popup {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 992px) {
  h2,
  p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  header .header-left .logo {
    max-width: 140px;
  }
  header .header-left .header-title {
    font-size: 22px;
  }
  header .header-left .header-title p {
    text-align: center;
  }
  h2,
  p {
    font-size: 17px;
  }
  .logos img {
    height: 60px;
  }
  .logos-brands img {
    height: 55px;
  }
}/*# sourceMappingURL=styles.css.map */