/* 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: hsl(29, 31%, 77%);
  margin: 0;
  padding: 0;
}

.header {
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url("../fotos/about.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(95%);
}
.header__title {
  position: relative;
  text-align: center;
  top: 50%;
  font-size: 3rem;
  line-height: 2.5rem;
  color: hsl(0, 0%, 100%);
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .header__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .header__title {
    font-size: 2rem;
  }
}

.black-bars-color {
  background-color: hsla(0, 0%, 4%, 0.92);
}

.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%, 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;
}

.main {
  background-color: hsl(29, 31%, 77%);
  margin: 0;
  padding: 0 0 15rem 0;
}
@media (max-width: 991.98px) {
  .main {
    padding: 0;
  }
}
.main__div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
}
.main__div.top-bottom {
  padding: 7rem 0;
  margin: 0 auto 0 10rem;
}
.main__div.middle {
  padding: 0;
  margin: 0 10rem 0 auto;
}
@media (max-width: 991.98px) {
  .main__div.top-bottom {
    margin: 7rem 5rem;
  }
  .main__div.middle {
    margin: 7rem 5rem;
  }
}
@media (max-width: 767.98px) {
  .main__div {
    flex-direction: column;
  }
  .main__div.top-bottom {
    margin: 5rem 9rem;
    padding: 0;
  }
  .main__div.middle {
    margin: 7rem 9rem;
  }
}
.main__div h2 {
  font-size: 3.2rem;
  color: hsl(0, 0%, 100%);
  font-family: "Playfair Display", serif;
  font-weight: lighter;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .main__div h2 {
    font-size: 2.5rem;
    width: 30rem;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .main__div h2 {
    font-size: 2rem;
    width: 30rem;
    text-align: center;
  }
}
.main__div-flex {
  display: flex;
  max-width: 90rem;
  padding: 2rem 5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .main__div-flex {
    flex-direction: column;
    padding: 2rem 0;
    width: 30rem;
  }
}
.main__div-flex p {
  display: block;
  margin: 0;
  padding: 0 1rem;
  width: 60%;
  color: hsl(32, 10%, 32%);
  font-size: 1.7rem;
  line-height: 3.2rem;
  text-align: justify;
  align-content: center;
}
@media (max-width: 767.98px) {
  .main__div-flex p {
    width: 95%;
    font-size: 1.5rem;
    padding: 1rem 2rem 2rem 2rem;
    line-height: 2rem;
    text-align: center;
  }
  .main__div-flex p.middle {
    padding: 1rem 2rem;
  }
}
.main__div-flex-imgbox1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  width: 40%;
}
.main__div-flex-imgbox1 img {
  width: 70%;
  height: auto;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.294)) invert(4%);
}
@media (max-width: 991.98px) {
  .main__div-flex-imgbox1 img {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .main__div-flex-imgbox1 img {
    width: 50%;
    padding: 1rem 0;
  }
}
@media (max-width: 991.98px) {
  .main__div-flex-imgbox1 {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .main__div-flex-imgbox1 {
    width: 100%;
  }
}
.main__div-flex-imgbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  margin: 0;
  width: 40%;
}
.main__div-flex-imgbox2-img1 {
  width: 70%;
  height: auto;
  filter: brightness(85%) drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.294)) invert(4%);
}
@media (max-width: 991.98px) {
  .main__div-flex-imgbox2-img1 {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .main__div-flex-imgbox2-img1 {
    width: 50%;
    padding: 1rem 0 2rem 0;
  }
}
@media (max-width: 991.98px) {
  .main__div-flex-imgbox2 {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .main__div-flex-imgbox2 {
    width: 100%;
  }
}

.separate-bar {
  margin: 1rem auto 6rem auto;
  padding: 0;
  width: 200px;
  height: 2px;
  border-radius: 1000000000px;
  background-color: hsl(47, 99%, 31%);
}
.separate-bar.dark {
  background-color: hsl(32, 10%, 32%);
  margin: 0;
  width: 100%;
}
.separate-bar.titel {
  width: 120px;
  margin: 3rem auto 3rem auto;
  padding: 0;
}

.last_p {
  display: block;
  text-align: center;
  color: hsl(47, 99%, 31%);
  background-color: hsl(0, 0%, 100%);
  line-height: 4rem;
  font-size: 2.5rem;
  padding: 15rem 30rem 10rem 30rem;
  margin: 0 auto;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .last_p {
    font-size: 2.2rem;
    padding: 8rem 4rem;
  }
}
@media (max-width: 767.98px) {
  .last_p {
    width: auto;
    font-size: 2rem;
    padding: 10rem 3rem;
    line-height: 3.1rem;
  }
}

.footer {
  color: hsl(47, 99%, 31%);
  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: hsl(32, 10%, 32%);
  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(32, 10%, 32%);
}
.footer__last-disclaimer {
  font-size: 1rem;
  color: hsl(32, 10%, 32%);
  text-align: center;
  margin: 0 5px;
  padding: 0;
}

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