* {
  margin: 0;
  padding: 0;
  color: #707070;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 60px;
}
.section_style {
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 10px 10px 10px;
  text-align: center;
}
.cover {
  position: relative;
  background-color: #41af9a;
  height: 100vh;
  display: flex;
  position: relative;
  justify-content: center;
  background-image: url(/img/icone_oris.svg);
  background-repeat: no-repeat;
  background-position-x: 200%;
  border-bottom-right-radius: 50%;
}
html {
  scroll-behavior: smooth;
}
.wave {
  position: absolute;
  width: 100%;
  bottom: -200px;
  background-image: url(img/wave.png);
  background-repeat: no-repeat;
}
.logotipo {
  margin: 0 auto;
  max-width: 40%;
}
.btn_arrow_down {
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 100px;
}
.btn_arrow_down img {
  width: 100%;
  max-width: 50px;
}
.about {
  max-width: 1280px;
}
.h1_about {
  padding-top: 5px;
}
.work {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.work h1 {
  width: 100%;
  box-sizing: border-box;
}
.microagulhamento_facial {
  background: url("img/service/microagulhamento_facial.png") center no-repeat;
}
.toxina_botulina {
  background: url("img/service/toxina_botulinica.png") center no-repeat;
}
.microagulhamento_capilar {
  background: url("img/service/microagulhamento_capilar.png") center no-repeat;
}
.preenchimento_hilauronico {
  background: url("img/service/preenchimento_hilauronico.png") center no-repeat;
}
.bioestimulador_colageno {
  background: url("img/service/bioestimulador_colageno.png") center no-repeat;
}
.gerenciamento_melasma {
  background: url("img/service/gerenciamento_melasma.png") center no-repeat;
}
.lipo_enzimatica {
  background: url("img/service/lipo_enzimatica.png") center no-repeat;
}
.procedimento_peim {
  background: url("img/service/procedimento_peim.png") center no-repeat;
}
.limpeza_pele_profunda {
  background: url("img/service/limpeza_pele_profunda.png") center no-repeat;
}
.clareamento_dental {
  background: url("img/service/clareamento_dental.png") center no-repeat;
}
.facetas_resina {
  background: url("img/service/facetas_resina.png") center no-repeat;
}
.lentes_dental {
  background: url("img/service/lentes_dental.png") center no-repeat;
}
.endodontia {
  background: url("img/service/endodontia.png") center no-repeat;
}
.implantodontia {
  background: url("img/service/implantodontia.png") center no-repeat;
}
.cirurgia_oral_menor {
  background: url("img/service/cirurgia_oral_menor.png") center no-repeat;
}
.protese_dentaria {
  background: url("img/service/protese_dentaria.png") center no-repeat;
}
.ortondontia {
  background: url("img/service/ortondontia.png") center no-repeat;
}
.service {
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  background-size: contain;
  margin: 10px;
}
.service h2 {
  box-sizing: border-box;
  padding-top: 30%;
  width: 200px;
  background-color: #fff;
  height: 20%;
  border: 1px solid #41af9a;
  border-bottom: none;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 2px solid #41af9a;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.btn_work_WhatsApp {
  width: 200px;
  height: 80%;
  background-color: #41af9a;
  color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* controla a exibicao ao passar o mouse */
.service:hover .btn_work_WhatsApp {
  height: 20%;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
.service:hover h2 {
  height: 80%;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
/* controla a exibicao ao passar o mouse */

/* local */
.maps {
  border: 5px solid #41af9a;
  border-radius: 30px;
  box-sizing: border-box;
  width: 100%;
}
.maps img {
  box-sizing: border-box;
  width: 100%;
}

.footer {
  display: flex;
  background-color: #41af9a;
  width: 100%;
  height: 80px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.copyright {
  color: #fff;
  margin-top: 10px;
}
.mini_logo {
  box-sizing: border-box;
  padding: 10px;
}
.mini_logo img {
  width: 80px;
}

/* Mobile Adjusts */
@media (max-width: 1480px) {
  .cover {
    height: 100vh;
    background-position-x: 50%;
    border-bottom-right-radius: 50%;
  }
}
@media (max-width: 800px) {
  .service {
    margin-bottom: 80px;
    position: relative;
    border: 10px solid balck;
  }
  .service h2 {
    box-sizing: border-box;
    padding-top: 5%;
    width: 200px;
    height: auto;
    border: 2px solid #41af9a;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #1b363122;
    opacity: 1;
    margin-top: -35px;
  }
  .btn_work_WhatsApp {
    width: 200px;
    height: 20%;
    position: absolute;
    bottom: 0px;
    background-color: #41af9a;
    color: #fff;
    opacity: 1;
  }
  .service:hover h2 {
    height: auto;
  }
}
