.intro-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.intro-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.background-video {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.bg-video-skin {
  z-index: 1;
  background-image: radial-gradient(circle, #0003 58%, #7a6a28);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.contact-div-soon {
  z-index: 1;
  color: #fff;
  letter-spacing: .5vw;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 25vh;
  padding: 5vw 0 5vw 5vw;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.contact-div-links {
  letter-spacing: .3vw;
  background-color: #00000080;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  height: 7vh;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2vh 3vh;
  font-size: .5vw;
  line-height: 5vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px 5px #0003;
}

.link {
  color: #fff;
  margin-left: .4vw;
  margin-right: .3vw;
  font-weight: 900;
  text-decoration: none;
}

.link.morada-link {
  color: #8f804e;
  letter-spacing: .2vw;
  font-weight: 900;
}

.image {
  filter: invert();
  max-width: 5vw;
}

.link-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.text-block {
  color: #8f804e;
  margin-right: 1vw;
  font-weight: 900;
}

.div-block {
  background-color: #00000080;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 7vw;
  padding: 1vw;
  display: none;
}

.section {
  background-color: #292929;
  background-image: radial-gradient(circle at 50% 0, #383838b3 23%, #000), url('../images/Fonte-Clinic---BL-l.webp');
  background-position: 0 0, 50%;
  background-size: auto, 120vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.link-block {
  filter: invert();
  background-image: url('../images/Fonte-Clinic---Logo-Icon-2.png');
  background-position: 50%;
  background-size: cover;
  height: 80%;
}

.div-block-2 {
  color: #7c6e61;
  width: 65vw;
  margin-bottom: 10vh;
}

.paragraph {
  text-align: center;
  letter-spacing: .75vh;
  text-transform: uppercase;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.75vh;
  font-weight: 500;
  line-height: 3vh;
}

.text-span {
  font-weight: 800;
}

.text-span-2 {
  filter: drop-shadow(0 0 9px #ffffff54);
  font-style: normal;
  font-weight: 900;
}

.div-block-3 {
  height: 5vh;
  margin-bottom: 5vh;
}

.image-2 {
  height: 5vh;
  display: block;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.div-block-5 {
  opacity: .2;
  background-image: url('../images/Fonte-Clinic---BL-l.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.div-block-6 {
  background-color: #0009;
  background-image: url('../images/Fonte-Clinic---BL-l.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180vw;
  border-radius: 0 0 25px 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70vh;
  padding: 5vh 10vh;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
  overflow: hidden;
  box-shadow: 0 2px 5px 5px #0003;
}

.image-3 {
  height: 50%;
}

.button {
  color: #fff;
  letter-spacing: .5vh;
  text-transform: uppercase;
  background-color: #a7946cb3;
  border: 1px solid #3b3b3b73;
  border-top-left-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5vh;
  padding-left: 5vh;
  padding-right: 5vh;
  font-family: Montserrat, sans-serif;
  font-size: 1vh;
  font-weight: 300;
  transition: all .25s;
  display: flex;
}

.button:hover {
  text-shadow: 0 1px 8px #ffffff7d;
  background-color: #a7946c80;
  font-weight: 600;
  box-shadow: 0 2px 11px #0003;
}

.button._1 {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.button._3 {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.button._2 {
  display: flex;
}

.button-2 {
  background-color: #a8956c;
}

.button-3 {
  background-color: #a9966d;
}

.especialidades {
  background-color: #292929;
  background-image: radial-gradient(circle, #383838b3 18%, #000 61%), url('../images/Fonte-Clinic---BL-l.webp');
  background-position: 0 0, 50%;
  background-size: auto, 120vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.heading {
  text-align: center;
  letter-spacing: .75vh;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 5vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vh;
  font-weight: 300;
}

.div-block-7 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  color: #b4b4b4;
  letter-spacing: 1vh;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #ffffff80;
  margin-bottom: 5vh;
  font-size: 2vh;
  font-weight: 800;
  line-height: 5vh;
}

.corpo-clinico {
  background-color: #292929;
  background-image: radial-gradient(circle at 50% 0, #000 61%, #383838b3), url('../images/Fonte-Clinic---BL-l.webp');
  background-position: 0 0, 50%;
  background-size: auto, 120vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
  overflow: hidden;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65vw;
  margin-bottom: 10vh;
  display: flex;
}

.image-4 {
  max-width: 25vw;
  margin-left: auto;
  margin-right: auto;
}

.image-4._2 {
  max-width: 50vw;
}

.image-4._3 {
  max-width: 30vw;
}

.image-4.sf {
  max-width: 35vw;
}

.musica {
  position: absolute;
  inset: 0% 0% auto;
}

.div-especialidade {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.title-especiliade {
  color: #b4b4b4;
  letter-spacing: 1vh;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #ffffff80;
  margin-bottom: 5vh;
  font-size: 2vh;
  font-weight: 800;
  line-height: 4vh;
  display: block;
  overflow: hidden;
}

.title-especiliade._2 {
  display: block;
}

.title-especiliade.hide-h {
  display: none;
}

.text-block-2 {
  text-align: center;
  letter-spacing: .75vh;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 3vh;
  font-family: Montserrat, sans-serif;
  font-size: 3vh;
  font-weight: 700;
  line-height: 5vh;
  display: flex;
}

.paragraph-2 {
  color: #aaa;
  text-align: center;
  letter-spacing: .5vh;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.75vh;
  font-weight: 300;
  line-height: 3vh;
}

.paragraph-2._2 {
  display: block;
}

.paragraph-2._2-copy {
  display: none;
}

.div-block-9 {
  z-index: 999;
  background-color: #00000040;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 7vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 700vh;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 479px) {
  .contact-div-links {
    display: none;
  }

  .div-block-2 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 80vw;
    display: flex;
  }

  .paragraph {
    letter-spacing: .5vh;
    text-transform: uppercase;
    font-size: 1.25vh;
    line-height: 2vh;
  }

  .div-block-4 {
    text-align: center;
    border: 1px #000;
    flex-flow: column;
    width: 80vw;
  }

  .div-block-6 {
    width: auto;
    height: 70vh;
    padding-left: 5vh;
    padding-right: 5vh;
    left: auto;
  }

  .image-3 {
    height: 50%;
    min-height: 50%;
  }

  .button {
    width: 100%;
  }

  .button._1 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .button._3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    width: 100%;
  }

  .heading {
    font-size: 1vh;
  }

  .heading-2 {
    font-size: 1.5vh;
    line-height: 3vh;
  }

  .div-block-8 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    max-width: 80vw;
    position: static;
  }

  .image-4._2, .image-4._3, .image-4.sf {
    max-width: 80vw;
  }

  .title-especiliade {
    font-size: 1.5vh;
    line-height: 3vh;
  }
}
