* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  background-color: hsl(0, 0%, 97%);
  margin: 0;
  padding: 0;
}

.header {
  height: 100vh;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .header {
    background-image: url(../fotos/pexels-raine-nectar-137003-418682.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.header__title {
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header__title h1 {
  margin: 0;
  font-size: 8rem;
  color: hsl(54, 80%, 59%);
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .header__title h1 {
    font-size: 7rem;
  }
}

#background__video {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #background__video {
    display: none;
  }
}

.videoButton {
  position: absolute;
  bottom: 10px;
  right: 15px;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .videoButton {
    display: none;
  }
}
.videoButton .fa-pause, .videoButton .fa-play {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  color: hsl(0, 0%, 100%);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.64);
  position: absolute;
  width: 100%;
  height: 100vh;
}

.menu__bar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 6rem;
  width: 6rem;
}
.menu__bar-span {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 3rem;
  width: 5rem;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.294)) invert(4%);
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .menu__bar {
    display: block;
    z-index: 50;
  }
}

.span {
  display: none;
  position: absolute;
  height: 0.24rem;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  border-radius: 25px;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease;
}
.span.span1 {
  top: 30%;
}
.span.span1.active {
  width: 70%;
  left: 20%;
  top: 50%;
  transform: rotate(45deg);
}
.span.span1.black {
  background-color: hsl(0, 0%, 0%);
}
.span.span1.white {
  background-color: hsl(0, 0%, 100%);
}
.span.span2 {
  top: 50%;
}
.span.span2.active {
  display: none;
}
.span.span2.black {
  background-color: hsl(0, 0%, 0%);
}
.span.span3 {
  top: 70%;
}
.span.span3.active {
  width: 70%;
  left: 20%;
  top: 50%;
  transform: rotate(-45deg);
}
.span.span3.black {
  background-color: hsl(0, 0%, 0%);
}
.span.span3.white {
  background-color: hsl(0, 0%, 100%);
}
@media (max-width: 767.98px) {
  .span {
    display: block;
  }
}

.menu__offscreen {
  position: fixed;
  top: 0;
  right: 0;
  background-color: hsl(0, 0%, 0%);
  margin-right: -20rem;
  width: 20rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: 0.7s ease;
  z-index: 1;
}
.menu__offscreen.active {
  padding-top: 4rem;
  margin-right: 0;
  width: 100vw;
}
.menu__offscreen-above {
  padding-right: 2.5rem;
}
.menu__offscreen-above a {
  display: block;
  color: hsl(0, 0%, 100%);
  padding-top: 4rem;
  text-decoration: none;
  font-size: 1.8rem;
  text-align: end;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .menu__offscreen-above a:hover {
    color: hsl(40, 5%, 66%);
    transition: all 1s ease;
  }
}
@media (max-width: 767.98px) {
  .menu__offscreen-above a {
    cursor: default;
  }
}
.menu__offscreen-down {
  position: absolute;
  top: 300px;
  right: 0;
  padding-right: 2.5rem;
}
.menu__offscreen-down a {
  display: block;
  padding-bottom: 1rem;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-size: 1.4rem;
  text-align: end;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .menu__offscreen-down a:hover {
    color: hsl(40, 5%, 66%);
    transition: all 1s ease;
  }
}
@media (max-width: 767.98px) {
  .menu__offscreen-down a {
    cursor: default;
  }
}

.desktop__menu {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0;
  margin: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .desktop__menu {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
  }
}
.desktop__menu-ul {
  display: flex;
  height: 7rem;
  margin: 0;
  padding: 1.2rem;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .desktop__menu-ul {
    display: none;
  }
}
.desktop__menu-ul li {
  width: 11rem;
  height: 100%;
  margin: auto 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  align-content: center;
}
.desktop__menu-ul li a {
  color: hsl(0, 0%, 97%);
  text-decoration: none;
}
.desktop__menu-logo {
  height: 9rem;
  width: 9rem;
  margin: 0;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .desktop__menu-logo {
    height: 6rem;
    width: 6rem;
  }
}
.desktop__menu-logo__img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.separate-bar {
  margin: 1rem auto 5rem auto;
  padding: 0;
  width: 200px;
  height: 2px;
  border-radius: 1000000000px;
  background-color: hsl(35, 56%, 18%);
}
.separate-bar.dark {
  margin: 0;
  width: 100%;
}

.main {
  display: block;
  margin: 0;
  padding: 0 2rem;
  min-height: 100%;
}
.main h2 {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 0 0;
  text-align: center;
  font-size: 5rem;
  font-weight: lighter;
  color: hsl(47, 94%, 32%);
  font-family: "Playfair Display", serif;
}
@media (max-width: 991.98px) {
  .main h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .main h2 {
    font-size: 3rem;
  }
}
.main__text-div {
  display: flex;
  margin: 0 10rem;
  justify-content: space-around;
  align-items: center;
  text-wrap: wrap;
}
@media (max-width: 767.98px) {
  .main__text-div {
    flex-direction: column;
    margin: 0;
  }
}
.main__text-div p {
  width: 45%;
  margin: 0;
  padding: 4.5rem 1rem;
  color: hsl(35, 56%, 18%);
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (max-width: 767.98px) {
  .main__text-div p {
    width: 70%;
    font-size: 1.5rem;
    padding: 2rem 1rem;
    line-height: 2rem;
  }
}
.main__click {
  background-color: #827669;
  width: auto;
  padding: 0.8rem 0;
  margin: 8rem -2rem 8rem -2rem;
  text-align: center;
}
.main__click a {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-style: bolder;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  transition: 4s ease;
}
@media (max-width: 767.98px) {
  .main__click a {
    font-size: 1rem;
  }
}

.last_p {
  display: block;
  max-width: 60rem;
  text-align: center;
  color: hsl(0, 0%, 97%);
  background-color: hsl(47, 94%, 32%);
  line-height: 4rem;
  font-size: 2.5rem;
  padding: 10rem 5rem;
  margin: 10rem auto 10rem auto;
  border-radius: 10px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .last_p {
    font-size: 2.2rem;
    padding: 8rem 4rem;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .last_p {
    width: 25rem;
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 3rem;
    border-radius: 10px;
  }
}

.footer {
  background-color: hsl(0, 0%, 100%);
  color: hsl(47, 94%, 32%);
  height: 100%;
  padding: 0 0 2rem 0;
  margin: 0;
}
.footer__div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  padding: 5rem 0 0 0;
}
@media (max-width: 767.98px) {
  .footer__div {
    flex-direction: column;
    margin: 5rem auto;
  }
}
.footer__div-ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 20rem;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__div-ul {
    width: 13rem;
    margin: 0 auto;
  }
}
.footer__div-ul li {
  list-style: none;
}
.footer__div-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9rem;
  width: 9rem;
  margin: 0;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .footer__div-logo {
    margin: 4rem auto;
  }
}
.footer__div-logo-img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767.98px) {
  .footer__div-logo-img {
    width: 80%;
  }
}
.footer__div-link {
  display: flex;
  width: 22rem;
  justify-content: space-around;
  align-items: center;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .footer__div-link {
    margin: 0 auto;
  }
}
.footer__div-link a {
  color: hsl(0, 0%, 25%);
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .footer__div-link a {
    cursor: default;
  }
}
.footer__div-link a.active {
  color: hsl(40, 5%, 66%);
}
.footer__last {
  margin: 3rem auto 0 auto;
}
.footer__last-bottomtext {
  font-size: 1rem;
  padding: 0;
  text-align: center;
  color: hsl(0, 0%, 25%);
}
.footer__last-disclaimer {
  font-size: 1rem;
  color: hsl(0, 0%, 25%);
  text-align: center;
  margin: 0 5px;
  padding: 0;
}

.fa-facebook,
.fa-instagram,
.fa-location-dot {
  margin: 0;
  padding: 0;
  color: hsl(0, 0%, 25%);
  font-size: 2rem;
}/*# sourceMappingURL=index.css.map */