/* Global Styles */
* {
  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: #f7f7f7;
  margin: 0;
  padding: 0;
}

::-moz-placeholder {
  font-size: 1.5rem;
  padding: 0.6rem 0.6rem;
}

::placeholder {
  font-size: 1.5rem;
  padding: 0.6rem 0.6rem;
}
@media (max-width: 767.98px) {
  ::-moz-placeholder {
    font-size: 1rem;
  }
  ::placeholder {
    font-size: 1rem;
  }
}

.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.7rem;
  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.7rem;
  align-content: center;
}
.desktop__menu-ul li a {
  color: hsl(0, 0%, 100%);
  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;
}

.header {
  position: relative;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url("../fotos/pexels-valeria-ushakova-603898-3094217.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.header__bar {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 18rem;
  top: 54%;
  background-color: #5a5249;
}
@media (max-width: 767.98px) {
  .header__bar {
    height: 13rem;
    top: 58%;
  }
}
.header__bar-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: hsl(0, 0%, 100%);
}
.header__bar-item i {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  color: hsl(0, 0%, 100%);
}
@media (max-width: 767.98px) {
  .header__bar-item i {
    font-size: 1.4rem;
  }
}
.header__bar-item-title {
  font-size: 2.3rem;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767.98px) {
  .header__bar-item-title {
    font-size: 1.3rem;
  }
}
.header__bar-item-p {
  padding: 0;
  margin: 0;
  font-weight: 200;
  font-size: 1.7rem;
  line-height: 3rem;
  color: hsl(0, 0%, 100%);
}
@media (max-width: 767.98px) {
  .header__bar-item-p {
    font-size: 1rem;
  }
}

.main {
  display: block;
  margin: 10rem auto;
  padding: 0;
  background-color: none;
}
.main__title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #483214;
  font-size: 5rem;
}
@media (max-width: 991.98px) {
  .main__title {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .main__title {
    font-size: 3rem;
  }
}

.wrapper {
  margin: 4rem auto;
  width: 50rem;
}
@media (max-width: 767.98px) {
  .wrapper {
    width: 30rem;
  }
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.form__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .form__top {
    flex-direction: column;
  }
}
.form__input {
  margin: 1rem 0;
  padding: 0;
  min-width: 48%;
  height: 2rem;
  border-radius: 5px;
  border: solid rgba(94, 94, 94, 0.8588235294);
  border-width: thin;
  background-color: #f7f7f7;
}
.form__textarea {
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  height: 15rem;
  border-radius: 5px;
  border: solid rgba(94, 94, 94, 0.8588235294);
  border-width: thin;
  background-color: #f7f7f7;
}
.form__btn {
  width: 12rem;
  padding: 1rem;
  border: none;
  color: #f7f7f7;
  background-color: #5a5249;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .form__btn {
    cursor: default;
    font-size: 1rem;
  }
}
.form__btn:hover {
  background-color: #f7f7f7;
  color: #483214;
  border: solid #483214;
}
@media (max-width: 767.98px) {
  .form__btn:hover {
    background-color: #5a5249;
    color: #f7f7f7;
    border: none;
  }
}

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

.footer {
  color: hsl(47, 100%, 35%);
  background-color: hsl(0, 0%, 100%);
  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: 0 auto 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: #5a5249;
  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: #5a5249;
}
.footer__last-disclaimer {
  font-size: 1rem;
  color: #5a5249;
  text-align: center;
  margin: 0 5px;
  padding: 0;
}

.fa-facebook,
.fa-instagram,
.fa-location-dot {
  margin: 0;
  padding: 0;
  color: #483214;
  font-size: 2rem;
}/*# sourceMappingURL=cont.css.map */