/* BC Falster Grotesk */
@font-face {
  font-family: 'BC Falster Grotesk';
  src: url('../fonts/bc-falster-grotesk-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
/* Degular Font Family */
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularSemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular/DegularSemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body{
      width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}
body {
  font-family: 'Degular', sans-serif;
  background: #F3F4ED;
  color: #333;
}
a {
  color: inherit;
  text-decoration: none;
}
.logo{
  font-family: 'Degular', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
}
.hero {
  position: relative;
  height: 100vh;
  background: url('../img/banner.png') center/cover no-repeat;
  color: white;
}
.top-bar {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.hero-text {
    position: absolute;
    bottom: 50%;
    right: 20%;
    width: 517px;
    height: 306px;
    transform: translateY(50%);
}
.hero-text h1,
.hero-text h2 {
  font-weight: normal;
  font-family: 'BC Falster Grotesk';
  font-weight: 300;
  font-style: normal;
  position: absolute;
}
.hero-text h1 {
  font-size: 27px;
  top: 0px;
  left: 0px;
}
.hero-text h2 {
  font-size: 27px;
  bottom: 0px;
  right: 0px;
}
.hero-letters {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2rem;
  padding-left: 40px;
  padding-right: 40px;

}
.hero-letters img{
  width: 100%;
}

.intro {
  padding: 140px 40px;
}
.intro p {
  color: #000;

  /* bigger bodytext */
  font-family: "BC Falster Grotesk";
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 160% */

  width: 768px;
  max-width: 100%;
  flex-shrink: 0;
}
.bio-section {
  display: flex;
  margin-top: 150px;
  align-items: baseline;
}
.bio-section  p {
  color: #000;
  font-family: "Degular";
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.72px;
  margin-bottom: 30px;
}
.bio-section p:last-child{
  margin-bottom: 0px;
}
.bio-photo {
  width: 483px;
  flex-shrink: 0;
  margin-left: 208px;
  display: inline-block;
}
.bio-text {margin-right: 171px;display: inline-block;top: -290px;margin-bottom: -290px;width: 430px;/* max-width: 36%; */margin-left: auto;position: relative;}

.contacts {
  padding: 0px 40px 150px;
  display: flex;
  gap: 40px;
  align-content: center;
  align-items: center;
}
.contacts-info {
  flex: 1 1 300px;
}
.contacts-info h2{color: #000;font-family: "BC Falster Grotesk";font-size: 35px;font-style: normal;font-weight: 300;line-height: 45px; /* 128.571% */margin-bottom: 76px;}
.map {
}
.contact-columns {
  display: flex;
  gap: 40px;
}
.contact-columns div {
  font-size: 12px;
  color: #333;
}
.contact-columns div h4{color: #000;font-family: "Degular";font-size: 18px;font-style: normal;font-weight: 400;line-height: 25px; /* 138.889% */letter-spacing: 0.72px;margin-bottom: 14px;}
.contact-columns div p{
  color: #000;

/* Bodytext */
  font-family: "Degular";
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.72px;
}
.contact-columns div p a{
  
}
.contact-columns div p a:hover{
  text-decoration: underline;
}
.contact-columns div a.open-map{color: #000;

/* Bodytext */font-family: "Degular";font-size: 18px;font-style: normal;font-weight: 100;line-height: 28px; /* 155.556% */letter-spacing: 0.72px;display: block;margin-top: 25px;}
.contact-columns div a.open-map img{
  width: 12px;
  height: 12px;
  margin-left: 4px;
  transition: .4s;
  }
 .contact-columns div a.open-map:hover{
    text-decoration: underline;
  }
.contact-columns div a.open-map:hover img{
  transform: rotate(45deg);
  transition: .4s;
}
.map img {
  border-radius: 0px;
  width: 1025.451px;
  max-width: 100%;
}

.footer {
  background: #a1673b;
  color: white;
  padding: 40px;
  position: relative;
}
.footer-letters {
  font-size: 20px;
  letter-spacing: 2rem;
  margin-bottom: 40px;
  width: 397px;
  max-width: 100%;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}
.bloco-footer-ab{width: 397px;position: relative;height: 230px;}
.bloco-footer-ab .primeiro-f{color: #F3F4ED;font-family: "BC Falster Grotesk";font-size: 18px;font-style: normal;font-weight: 300;line-height: 25px; /* 138.889% */position: absolute;top: 60px;left: 0px;}
.bloco-footer-ab .primeiro-l{color: #F3F4ED;font-family: "BC Falster Grotesk";font-size: 18px;font-style: normal;font-weight: 300;line-height: 25px; /* 138.889% */position: absolute;bottom: 0px;right: 0px;}
.bloco-footer-morada a{display:none;}
.bloco-footer-morada p{color: #F3F4ED;font-family: "BC Falster Grotesk";font-size: 13px;font-style: normal;font-weight: 300;line-height: 20px; /* 153.846% */letter-spacing: 0.39px;}
.bloco-footer-contactos{display: flex;gap: 50px;}
.bloco-footer-contactos .bloco-footer-dados{width: 200px;}
.bloco-footer-contactos .bloco-footer-dados p{
  color: #F3F4ED;
  font-family: "BC Falster Grotesk";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 153.846% */
  letter-spacing: 0.39px;
}

.bloco-footer-contactos .bloco-footer-dados p a{
  color: #F3F4ED;
  font-family: "BC Falster Grotesk";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 153.846% */
  letter-spacing: 0.39px;
}
.bloco-footer-contactos .bloco-footer-dados p a:hover{
  text-decoration: underline;
}
.bloco-footer-redes{width: 200px;}
.bloco-footer-redes p{
  color: #F3F4ED;
font-family: "BC Falster Grotesk";
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 153.846% */
letter-spacing: 0.39px;
}
.bloco-footer-redes a{color: #F3F4ED;font-family: "BC Falster Grotesk";font-size: 13px;font-style: normal;font-weight: 300;line-height: 20px; /* 153.846% */text-decoration-line: underline;text-decoration-style: solid;text-decoration-skip-ink: none;text-decoration-thickness: auto;text-underline-offset: auto;text-underline-position: from-font;}
.bloco-footer-redes a:hover{
  text-decoration: none;
}

.footer-credits {display: flex;gap: 50px;justify-content: flex-end;margin-top: -16px;}
.footer-credits .creditos{width: 200px;color: #F3F4ED;font-family: "Degular";font-size: 9px;font-style: normal;font-weight: 400;line-height: 10px; /* 111.111% */letter-spacing: 0.909px;text-transform: uppercase;}
.footer-credits .powerby{
  width: 200px;
  color: #F3F4ED;
  font-family: "Degular";
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 111.111% */
  letter-spacing: 0.909px;
  text-transform: uppercase;
}
.footer-credits .powerby a{
  
}
.footer-credits .powerby a:hover{
    text-decoration: underline;
}

@media (max-width: 1500px) {
  .hero-text {
      width: 500px;
      height: 226px;
  }
  .map{
    max-width: 70%;
  }
  .map img {
      border-radius: 0px;
      width: 915.451px;
      max-width: 100%;
  }
  .bio-text {
      margin-right: 5%;
  }

  .bio-text {
    width: 400px;
  }

}
@media (max-width: 1300px) {
  .bio-text {
      margin-right: 0%;
  }
  .map img {
      border-radius: 0px;
  }
  .map {
        max-width: 60%;
    }
  .bio-photo {
      margin-left: 130px;
  }
  .bio-text {
    width: 390px;
  }
}

@media (max-width: 1180px) {
  .bio-photo {
      margin-left: 40px;
  }
  .bio-text {
    width: 360px;
  }
}

@media (max-width: 1024px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
  }

  .hero {
    height: 90vh;
    background-position: center;
  }

  .hero-text {
    width: 310px;
    height: 180px;
    bottom: 15%;
    right: 10%;
    /* left: 10%; */
    transform: none;
  }

  .hero-text h1,
  .hero-text h2 {
    font-size: 20px;
    /* position: static; */
    /* margin-bottom: 10px; */
  }

  .hero-text h2 {
    /* margin-bottom: 0; */
  }

  .hero-letters {
    font-size: 24px;
    letter-spacing: 1rem;
    /* padding-left: 0; */
    /* padding-right: 0; */
  }

  .intro {
    padding: 60px 40px;
  }

  .intro p {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
  }

  .bio-section {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .bio-photo {
    width: 70%;
    margin-left: auto;
    max-width: 100%;
  }

  .bio-text {
    position: static;
    width: 100%;
    margin: 40px 0 0 0;
  }

  .contacts {
    flex-direction: column;
    padding: 60px 40px;
  }

  .contacts-info {
      flex: none;
      width: 100%;
  }

  .contacts-info h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .contact-columns {
    gap: 40px;
  }

  .map img {
    width: 100%;
    height: auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-letters {
    font-size: 18px;
    letter-spacing: 1.5rem;
    text-align: center;
    margin-bottom: 30px;
    /* width: 100%; */
  }

  .footer-bottom {
    gap: 40px;
  }

  .bloco-footer-ab,
  .bloco-footer-morada,
  .bloco-footer-contactos,
  .bloco-footer-redes {
    width: 100%;
    height: 120px;
    /* position: static; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .bloco-footer-ab .primeiro-f,
  .bloco-footer-ab .primeiro-l {
    /* position: static; */
    /* display: block; */
    /* margin-bottom: 10px; */
  }

  .bloco-footer-contactos {
    flex-direction: column;
    gap: 0px;
  }

  .footer-credits {
    align-items: flex-start;
    margin-top: 30px;
    gap: 10px;
  }

  .footer-credits .creditos,
  .footer-credits .powerby {
    width: 100%;
    text-align: left;
  }
    .map {
        max-width: 100%;
    }
    .contact-columns div p {
      font-size: 16px;
    }
    .contact-columns {
        gap: 50px;
    }

  .bloco-footer-redes,
  .bloco-footer-contactos .bloco-footer-dados{
    width: 50%;
  }
  .bloco-footer-morada{
    display: none;
  }
  .bloco-footer-ab{
    height: 200px;
  }
}
@media (max-width: 480px) {
  .contact-columns div a.open-map{

    font-size: 15px;
  }
  .footer-credits .powerby {
         text-align: right;
    }
  .bloco-footer-contactos .bloco-footer-dados{
    text-align: right;
  }
  .footer-letters img{
    max-width: 100%;
  }
  .contact-columns {
      gap: 15px;
  }
  .contacts,
  .intro {
    padding: 60px 20px;
  }
  .bloco-footer-ab .primeiro-l{

    right: 50%;
    transform: translateX(50%);
  }
  .bloco-footer-ab .primeiro-f{

    top: 80px;
  }
      .bloco-footer-ab {
        height: 220px;
    }

      .bio-text {
        margin: 60px 0 0 0;
    }

  .hero-letters {
    padding-left: 20px;
    padding-right: 20px;
}
.hero-text {
        width: 50%;
        height: 170px;
        right: 20px;
    }
    .bloco-footer-contactos,
    .bloco-footer-redes{

        justify-content: center;
    }
    .footer-letters img {
        max-width: 100%;
        width: 100%;
    }
}
