* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;

  background-color: #f9f9f9;
  color: #111111;
}

a {
  text-decoration: none;
  font-size: 1.1rem;
}

#mobile-menu-button {
  min-width: 50px;
  min-height: 50px;

  border: none;
  background-color: transparent;

  display: none;
}

.wpp-btn {
  position: fixed;

  bottom: 20px;
  right: 20px;

  background-color: #f9f9f9;
  border-radius: 100px;
}

.wpp-btn img {
  width: 50px;
  transform: scaleY(1);
}

header {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0 5rem;
}

header nav {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul {
  list-style: none;
  padding: 0;

  display: flex;
  gap: 20px;
}

header nav a {
  color: #111111;
  font-weight: 500;
}

header .main-data-container {
  display: flex;
  gap: 20px;
}

header .main-data-container img {
  height: 60px;
  width: 60px;

  border-radius: 30px;
}

header .main-data-container .main-data-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 5px 0;
}

header .main-data-container strong {
  font-size: 1.2rem;
}

header .main-data-container span {
  font-size: 1rem;
  color: #636363;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;

  padding: 5rem;
}

main h1 {
  font-size: clamp(1.85rem, 1.85rem + ((1vw - 0.2rem) * 1.083), 2.5rem);
  text-align: center;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

main p {
  max-width: 565px;
  text-align: center;
  line-height: 1.55;
  font-weight: 400;
}

main a {
  background-color: #111111;
  color: #f9f9f9;

  padding: 10px 16px;
  font-weight: 500;
  border-radius: 4px;

  text-align: center;
}

main a.f-c {
  margin-top: 2.5rem;
}

main a.l-c {
  margin-bottom: 2.5rem;
}

main img {
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
}

#section-psicoterapia {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;

  padding: 5rem;
}

#section-psicoterapia .title-psicoterapia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

#section-psicoterapia .title-psicoterapia h2 {
  text-align: center;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 2.3rem;
}

#section-psicoterapia .title-psicoterapia p {
  text-align: center;
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.55;

  margin: 2rem 0 4rem 0;
}

#section-psicoterapia .psicoterapia-infos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

#section-psicoterapia .psicoterapia-infos>div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#section-psicoterapia .psicoterapia-infos>div h3 {
  font-size: 1.1rem;
}

#section-message {
  padding: 15rem 5rem;
  background-color: #222;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  gap: 8rem;
}

#section-message p {
  line-height: 1.2;
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 2.3rem;
  color: white;
  max-width: 600px;
  width: 100%;
}

#section-message span {
  line-height: 1.2;
  text-align: center;
  font-size: 1.2rem;
  color: white;
  max-width: 600px;
}

#section-about-me {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;

  padding: 5rem;
}

#section-about-me .title-about-me {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

#section-about-me .title-about-me h2 {
  text-align: center;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 2.3rem;
}

#section-about-me .title-about-me p {
  text-align: center;
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.55;

  margin: 2rem 0 4rem 0;
}

#section-about-me .about-me-infos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

#section-about-me .about-me-infos .infos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#section-about-me .about-me-infos .infos h3 {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 1.5rem;
}

#section-about-me .about-me-infos ul {
  list-style: none;
}

#section-about-me .about-me-infos ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1.75;
}

#section-about-me .about-me-infos ul li img {
  position: relative;
  top: 5px;
}

#section-about-me .about-me-picture {
  display: flex;
  justify-content: center;
}

#section-about-me .about-me-picture>img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
}

#section-contact {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;

  padding: 5rem;
}

#section-contact .title-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

#section-contact .title-contact h2 {
  text-align: center;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 2.3rem;
}

#section-contact .title-contact p {
  text-align: center;
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.55;

  margin: 2rem 0 4rem 0;
}

#section-contact .infos {
  display: flex;
}

#section-contact .infos p {
  margin-bottom: 20px;
}

#section-contact .infos strong {
  display: block;
}

#section-contact span a {
  color: #111;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #111;
  color: #f9f9f9;

  height: 60px;
}

@media (max-width: 766px) {
  header {
    padding: 0 2rem;
  }

  header .main-data-content {
    flex-direction: column;
    justify-content: center !important;
    gap: 0px;
  }

  header .main-data-container strong {
    font-size: 1rem;
  }
  
  header .main-data-container span {
    font-size: 0.9rem;
    color: #636363;
  }
  
  header nav ul {
    display: none;
  }

  #mobile-menu-button {
    display: block;
  }

  main {
    padding: 2rem;
  }
  
  #section-psicoterapia {
    padding: 0 2rem 4rem 2rem;
  }
  
  #section-psicoterapia .psicoterapia-infos {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #section-message {
    padding: 10rem 4rem;
  }

  #section-message p {
    line-height: 1.2;
    font-size: 1.8rem;
  }

  #section-about-me {
    padding: 2rem;
  }

  #section-contact {
    padding: 2rem;
  }

  #section-contact .infos {
    display: flex;
    flex-direction: column;
  }

  #section-contact iframe {
    width: 100% !important;
    height: 225px !important;
  }
  
  #section-about-me .about-me-infos {
    grid-template-columns: 1fr;
  }




  footer {
    height: 100px;
  }
}