* {
  /*border: 1px solid red; */
}

*::-webkit-scrollbar {
  width: 0px;
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  background-color: #FAFAFA;
  font-family: inter;
  padding: 0;
  margin: 0;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

a {
  border: 4px solid #FC4C02;
  border-radius: 80px;
  padding: 15px;
  text-decoration: none;
  color: #FFFFFF;
}

header {
  height: 100vh;
  padding: 15px;
  background-image: url("./assets/Background.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}

#Inicio {
  display: flex;
  flex-direction: column;
  margin: 18% 9%;
}

#Inicio p {
  font-family: inter-medium;
  font-size: 24px;
  color: #FFFFFF;
  width: 48%;
}

#Inicio a {
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  margin-top: 3%;
  width: 160px;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  background-color: #FFFFFF;
  padding: 10px 0;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

nav img {
  width: 100px;
  margin-left: 3%;
}

ul {
  margin-right: 2%;
  padding: 0;
}

ul a{
  border: none;
  margin: 10px;
  color: #000000;
}

aside {
  width: 50%;
}

aside h1 {
  margin: 0;
}

article {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 75px;
}

article div {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  line-height: 20px;
  width: 300px;
}

article img {
  width: 75px;
}

.titulo {
  font-family: inter-bold;
  font-weight: normal;
  line-height: 0px;
  margin: 0 20px;
}

.titulo2 {
  font-family: inter-bold;
  font-size: 18px;
  font-weight: normal;
  line-height: 10px;
  margin: 0 20px;
}

.Quarto{
  font-family: inter-semibold;
  font-size: 20px;
  font-weight: normal;
}

.Primeiro {
  font-size: 24px;
}

.Segundo {
  font-size: 36px;
}

.Terceiro {
  font-family: inter-medium;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

h1 {
  font-family: inter-semibold;
  font-size: 36px;
  color: #451E44;
}

span {
  color: #FC4C02;
}

#anuncio1 {
  width: 100vw;
  background-color: #451E44;
  display: flex;
  justify-content: space-around;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFFFFF;
  flex-wrap: wrap;
  column-gap: 50px;
  margin: 0 auto;
  padding-top: 10px;
}

#Asterisco {
  width: 80%;
  font-size: 12px;
  margin: 0 auto;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 20px;
}

video {
  display: block;
  margin: 50px auto;
  width: 720px;
}

#anuncio2 {
  width: 100vw;
  background-color: #451E44;
  display: flex;
  justify-content: space-around;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFFFFF;
  flex-wrap: wrap;
  column-gap: 50px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.card {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  width: 320px;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
}

.roxo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #451E44;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.roxo img {
  width: 120px;
}

.card h1 {
  font-family: inter-semibold;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  padding-left: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 90%;
  align-self: center;
}

.card p {
  margin: 5px auto;
  padding-left: 10px;
  width: 90%;
  font-family: inter;
  font-size: 16px;
  align-self: center;
}

.botao-laranja {
  background-color: #FC4C02;
  color: #FFFFFF;
  border-radius: 80px;
  align-self: center;
  text-align: center;
  padding: 15px 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  border: none;
}

.botao-laranja1 {
  background-color: #FC4C02;
  color: #FFFFFF;
  border-radius: 80px;
  align-self: center;
  text-align: center;
  padding: 15px 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  border: none;
}

#Clinicas {
  display: flex;
  justify-content: space-between;
}

#Clinicas aside {
  margin-left: 15px;
  align-self: center;
  width: 35%;
}

#PlanosTitulo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

#Opcoes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
  gap: 50px;
  align-items: center;
}

article h3 {
  font-family: inter-semibold;
  font-size: 18px;
  font-weight: normal;
}

article p {
  font-family: inter;
  font-size: 16px;
}

#ContainerSlogan {
  display: flex;
  justify-content: space-around;
  align-self: center;
  column-gap: 350px;
  height: 100%;
}

#BackgroundSlogan {
  background-image: url("./assets/Slogan.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 280px;
  width: 100%;
}

#Slogan {
  line-height: 8px;
  margin: 20px;
  align-self: center;
}

#Leve {
  display: block;
  width: 120px;
  height: 120px;
  align-self: center;
}

#Duvidas h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #451E44;
  font-family: inter-semibold;
  font-size: 24px;
  font-weight: normal;
  margin-top: 30px;
}

details {
  background-color: #FFFFFF;
  margin: 30px;
  border-radius: 20px;
  color: #4B4F58;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
}

details[open] {
  color: #000000;
}

details[open] li {
  list-style-image: url(assets/setinhaPreta.svg);
  margin-right: 20px;
  align-self: center;
  transition: 0.5 all;
  animation: linear;
}

summary {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary h3 {
  padding: 25px;
  font-family: inter-medium;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

details li {
  list-style-image: url(assets/setinha.svg);
  margin-right: 20px;
  align-self: center;
}

details p {
  padding-left: 25px;
  padding-bottom: 20px;
  width: 90%;
  font-family: inter;
  font-size: 16px;
}

.legenda {
  font-size: 12px;
  color: #4B4F58;
}

.container-local {
  width: 60%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 30px;
  margin: 35px 0;
}

.local {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: none;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  background-image: none;
  min-width: 30%;
  max-width: 45%;
}

.local:hover {
  transition: 0.5s all;
  animation: linear;
  background-image: url("./assets/Clinica.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.local h2 {
  align-self: center;
  justify-content: center;
  line-height: 0px;
  font-family: inter-semibold;
  font-size: 16px;
  color: #000000;
  padding-top: 5px;
}

.local p {
  align-self: center;
  justify-content: center;
  line-height: 0px;
  font-family: inter;
  font-size: 12px;
  color: #4B4F58;
  padding-bottom: 5px;
}

.local:hover p {
  color: #D9D9D9;
}

.local:hover h2 {
  color: #FFFFFF;
}

hr {
  margin-top: 0px;
  align-self: center;
  width: 95%;
  border: 0.5px solid #D9D9D9;
}

#Whatsapp {
  position: fixed;
  border: none;
  background-image: url("./assets/Whatsapp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  bottom: 30px;
  right: 20px;
  z-index: 10;
  width: 32px;
  height: 32px;
}

strong {
  font-family: inter-semibold;
  font-weight: normal;
}