@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --color0: #643E43;
  --color1: #f0f0f0;
  --color2: #29A71A;
  --color3: #45264C;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding-top: 120px;
}

header {
  background-color: white;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

header section {
  height: 100%;
  max-width: 1280px;
  margin: auto;
}

#logo-h {
  display: none;
}

#logo-w {
  width: 100%;
  max-width:400px;
}

#box-logo-burger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  height: 100%;
}

#menu {
  top: 120px;
  left: 0; right: 0;
  display: none;
  background: #fff;
  z-index: 999;
}

#box-logo {
  padding-left: 30px;
}

#box-burger {
  padding-right: 30px;
}

#burger {
  color: var(--color0);
  font-size: 35px;
  display: block;
}

#cross {
  color: var(--color0);
  font-size: 35px;
  display: none;
}

menu li, a {
  text-decoration: none;
  color: var(--color0);
  font-weight: 500;
  font-size: 15px;
}

menu li {
  text-align: center;
  padding: 7px;
}

menu li:active {
  background-color: var(--color1);
}

section#banner {
  background-image: url('../assets/fundo-1500-opaca.jpg');
  background-position: center center;
  background-size: cover;
  padding-bottom: 20px;
  min-height: 260px;
}

#banner article {
  padding: 20px;
  padding-top: 20px;
  max-width: 1280px;
  margin: auto;
}

article h1 {
  padding: 20px 0px 20px 0px;
  font-size: 1.7em;
}

article p {
  padding-bottom: 25px;
}

#wpp {
  width: 50px;
  padding: 10px;
  background-color: transparent;
  background-color: var(--color0);
  color: var(--color1);
  font-weight: 600;
  border-radius: 6px;
  /* border: 1px solid var(--color0); */
}

section#about-title {
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: white;
  text-align: center;
}

section#about {
  background-color: var(--color1);
}

#about article {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

section#about-title h2, div#about-text h3 {
  color: var(--color3);
}

section#about-title h2 {
  margin-left: 10px;
  margin-right: 10px;
}

#about-text h2 {
  text-align: center;
}

#about-text div {
  background-color: white;
  padding: 0px 20px 20px 20px;
}

#about-text h3 {
  font-size: 1.1em;
  padding: 20px 30px 5px 30px;
}

#about-text p {
  padding: 0px 30px 20px 30px;
  text-align: justify;
}

div#about-image {
  padding: 30px;
  min-height: 270px;
  min-width: 270px;
}

#about-image img {
  width: 100%;
}

#about-image-pc {
  display: none;
}

section#specialties {
  margin-top: 35px;
}

#specialties article {
  padding: 40px 20px 0px 20px;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: stretch;
  flex-direction: row;
}

#specialties h2 {
  text-align: center;
}

#specialties h3 {
  text-align: center;
  font-size: 1em;
  padding: 0px 20px 15px 20px;
}

div.specialty-white, div.specialty-grey {
   flex: 1 1 300px;
  padding: 0px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.173);
  max-width: 500px;
}

div.specialty-white p, div.specialty-grey p {
  text-align: justify;
}

.specialty-white {
  background-color: white;
}

.specialty-grey {
  background-color: var(--color1);
}

.specialty-box-icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: relative;
  margin: auto;
  transform: translateY(-20px);
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.108);
}

.guide-icon {
  display: absolute;
  top: 50%;
  left: 50%;
  transform: translate(+30%, +30%);
}

.specialty-box-icon-white {
  background-color: white;
}

.specialty-box-icon-grey {
  background-color: var(--color1);
}

section#services {
  min-height: 60px;
  background-color: var(--color3);
  color: white;
  margin-top: 50px;
}

#services div {
  max-width: 1280px;
  margin: auto;
}

#services h2 {
  padding: 20px;
  text-align: center;
}

h2 {
  font-size: 1.4em;
}

p {
  line-height: 1.4em;
}

section#service-items {
  background-color: var(--color1);
  color: var(--color3);
}

#service-items article {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

div.service-item {
  max-width: 400px;
}

div.service-desc {
  padding: 0px 20px 0px 20px;
}

.service-desc h2 {
  padding: 20px 0px 20px 0px;
}

.service-desc p {
  text-align: justify;
}

div.service-image {
  padding: 0px 20px 20px 20px;
}

.service-image img {
  width: 100%;
  max-width: 500px;
}

section#scheduling {
  min-height: 60px;
  background-color: var(--color3);
  color: white;
  margin-top: 30px;
}

div#box-scheduling {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  gap: 15px;
  max-width: 1280px;
  margin: auto;
}

a#scheduling-btn {
  max-width: 50px;
  padding: 10px;
  background-color: transparent;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid white;
}

footer {
  background-color: var(--color1);
  text-align: left;
  color: white;
  margin-top: 30px;
}

.address {
  padding: 0px 20px 20px 20px;
  color: var(--color3);
  max-width: 1280px;
  margin: auto;
}

.address h2 {
  padding: 30px 0px 20px 0px;
}

.address iframe {
  width: 100%;
}

.address li {
  list-style-type: none;
  font-size: .9em;
  padding-bottom: 5px;
}

footer p {
  text-align: center;
  background-color: var(--color3);
  padding: 5px;
}

section {
  scroll-margin-top: 120px;
}