/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&family=Poppins:wght@200;300;400;600;700&family=Roboto:wght@400;500;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: Nunito, sans-serif;
}

.banner {
  background-image: url(./images1/dani.webp);
  width: 100%;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  padding: 20px 110px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* start header tratamentos page   */
#tratamentos {
  background-color: #178066;
}
/* end header tratamentos page  */

.nav-logo img {
  width: 100px;
}

.nav-link ul {
  display: flex;
  gap: 20px;
  text-transform: uppercase;
}

.nav-link a {
  color: #fff;
  font-size: 16px;
}

.nav-link a:hover {
  cursor: pointer;
  filter: opacity(0.8);
}

.menu-bar {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.menu-bar i {
  color: #fff;
}

.overlay {
  height: 100%;
  width: 0;
  background-color: #178066;
  z-index: 10;
  position: fixed;
  right: 0;
  top: 0;
  overflow-x: hidden;
  transition: all 0.2s;
}

.overlay-content {
  position: relative;
  top: 95px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.overlay-content a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  transition: 0.3s;
}

.overlay-content a:hover,
.overlay-content a:focus {
  color: #51d6b5;
}

.btn-boxover {
  width: 45%;
  border: solid 1px transparent;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #ffffff;
}

.btn-boxover a {
  color: #178066;
}

.btn-boxover:hover {
  border: solid 1px #ffffff;
  background: none;
}

.overlay-content .btn-boxover a:hover {
  color: #ffffff;
}

.overlay-content-img img {
  width: 190px;
  padding: 20px;
}
.overlay .closebtn {
  font-size: 45px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  right: 50px;
}

.slider-cont {
  position: relative;
  width: 70%;
  margin: 0 110px;
}

.slider {
  position: relative;
  overflow: visible;
}

.mask {
  position: relative;
  overflow: hidden;
  height: 270px;
}

.slider-cont .slider .mask article {
  position: absolute;
  top: -400px;
}

.slider-title {
  text-align: left;
}

article h1 {
  font-size: 55px;
  font-weight: 600;
  color: #ffffff;
}

article p {
  font-size: 20px;
  color: #d8d8d2;
}

article p span a {
  color: #ffffff;
}

article.text01 {
  animation: cycle01 15s ease-in-out infinite;
  z-index: 1;
}

article.text02 {
  animation: cycle02 15s ease-in-out infinite;
  z-index: 2;
}

@keyframes cycle01 {
  0% {
    top: 50px;
  }
  40% {
    top: 50px;
  }
  50% {
    top: -400px;
  }
  90% {
    top: -400px;
  }
  100% {
    top: 50px;
  }
}

@keyframes cycle02 {
  0% {
    top: -400px;
  }
  40% {
    top: -400px;
  }
  50% {
    top: 50px;
  }
  90% {
    top: 50px;
  }
  100% {
    top: -400px;
  }
}

.about {
  display: flex;
  align-items: center;
  padding: 0 50px;
}

.about img {
  width: 15.625rem;
  height: 15.625rem;
  border-radius: 5px;
  margin-right: 25px;
}

.about-text h1 {
  padding: 15px 0;
}

#Tratament h2 {
  padding: 15px;
  text-align: center;
}

.tratament {
  padding: 25px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.icon-img {
  display: flex;
  background-color: #178066;
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  width: 9rem;
  height: 9rem;
}

.icon-img img {
  padding: 15px;
  max-width: 9rem;
  max-height: 9rem;
  width: 100%;
  filter: brightness(0) invert(1);
}

.icon-text h3 {
  padding-top: 15px;
  text-align: center;
}

.icon-text p {
  padding: 15px 0;
  text-align: center;
}

.btn-cont {
  text-align: center;
  margin-bottom: 25px;
}

.btn-box {
  border: solid 1px #178066;
  border-radius: 5px;
  background-color: #178066;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0;
}

.btn-box:hover {
  color: #178066;
  border: solid 1px #178066;
  background: none;
}

.btn-box a {
  color: #ffffff;
  padding: 10px;
}

.btn-box a:hover {
  color: #178066;
}

/* start sec tratamentos */

#sec-tratamentos h1 {
  color: black;
  text-align: center;
  margin: 25px 25px 0 25px;
}

/* end sec tratamentos */

/* start article tratamentos */
#article-trat {
  margin: 25px 25px 0px 25px;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #fffcfc;
  border-radius: 15px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.57);
}

.img-trat {
  text-align: center;
  padding: 15px;
}

#article-trat p {
  color: black;
}

/* end article tratamentos */

#Contact {
  background-color: #178066;
  text-align: center;
  padding: 0 50px 25px 50px;
}

#Contact h2 {
  color: #ffffff;
  font-weight: 600;
}

#Contact .title-1 {
  padding: 25px 0px;
  text-align: center;
}

.title-1 p {
  margin-top: 25px;
  color: #ffffff;
}

.map iframe {
  width: 100%;
}
.title-2 {
  padding: 25px 0px;
  color: #ffffff;
}

.title-2 p {
  margin-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.contact-btn {
  padding-bottom: 30px;
}

.btn-box1 {
  border: solid 1px #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 25px;
}

.btn-box1:hover {
  color: #178066;
  border: solid 1px #ffffff;
  background: none;
}

.btn-box1 a {
  color: #178066;
  padding: 10px;
}

.btn-box1 a:hover {
  color: #ffffff;
}

.btn-box1-1 {
  border: solid 1px #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 25px;
}

.btn-box1-1:hover {
  color: #178066;
  border: solid 1px #ffffff;
  background: none;
}

.btn-box1-1 a {
  color: #178066;
  padding: 10px;
}

.btn-box1-1 a:hover {
  color: #ffffff;
}

.btn-box2 {
  border: solid 1px #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;

  display: inline-block;
  padding: 10px 0;
}

.btn-box2:hover {
  color: #178066;
  border: solid 1px #ffffff;
  background: none;
}

.btn-box2 a {
  color: #178066;
  padding: 10px;
}

.btn-box2 a:hover {
  color: #ffffff;
}


.testimonials {
  display: block;
  text-align: center;
  overflow: hidden;
  min-height: 500px;
}

.testimonials h2 {
  padding: 15px;
  text-align: center;
}

.testslider-cont {
  width: 400%;
  height: auto;
  display: flex;
  margin-bottom: 35px;
}

.testslider-cont input {
  display: none;
}

.slide-box {
  width: 25%;
  height: auto;
  position: relative;
  text-align: center;
}

.slider-cont .nav-manual,
.nav-auto {
  position: absolute;
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 380px;
}

.nav-manual .manual-btn,
.nav-auto div {
  border: 1px solid #8f9091;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.nav-manual .manual-btn:not(:last-child),
.nav-auto div:not(:last-child) {
  margin-right: 10px;
}

.nav-manual .manual-btn:hover {
  background-color: #121f2e;
}

#radio1:checked ~ .nav-auto .btn-auto1 {
  background-color: #121f2e;
}

#radio2:checked ~ .nav-auto .btn-auto2 {
  background-color: #121f2e;
}

#radio3:checked ~ .nav-auto .btn-auto3 {
  background-color: #121f2e;
}

#radio1:checked ~ .primeiro {
  margin-left: 0%;
}
#radio2:checked ~ .primeiro {
  margin-left: -25%;
}
#radio3:checked ~ .primeiro {
  margin-left: -50%;
}

.test-cont {
  display: flex;
  height: 280px;
  justify-content: center;
  gap: 25px;
  margin-bottom: 35px;
  margin-top: 35px;
}

.test1 {
  width: 320px;
  border: solid 1px #8f9091;
}

.test2 {
  width: 320px;
  border: solid 1px #8f9091;
}

.client img {
  display: flex;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 15px auto 0 auto;
  border-radius: 50px;
}

.name-test {
  padding: 15px;
  color: #0c1622;
  font-weight: 600;
  font-family: 'FibonNeue-ThinRound', sans-serif;
}

.msg-text {
  margin: 0 15px;
  font-family: 'FibonNeue-ThinRound', sans-serif;
  text-align: justify;
}

.form {
  background-color: #fff;
}


#linkWhats img {
width: 60px;
background-color: rgb(78, 228, 78);
border-radius: 50%;
-webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
position: fixed;
z-index: 9;
right: 35px;
bottom: 35px;
}

#linkWhats img:hover {
  opacity: 0.9;
}







.footer-section {
  background-color: #178066;
  padding: 25px 25px;
}

.footer-sec1 {
  display: flex;
  justify-content: space-evenly;
}

.footer-section h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.footer-contact,
.social,
.footer-about,
.footer-links,
.footer-logo {
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-contact li {
  margin-bottom: 10px;
}

.footer-contact li a {
  color: #ffffff;
}

.footer-contact li a:hover {
  filter: opacity(0.6);
  transition: 0.3s;
}

.social a:hover {
  filter: opacity(0.6);
  transition: 0.3s;
}

.footer-contact li a img {
  margin-right: 10px;
}

.footer-links a {
  color: #ffffff;
}
.footer-links a:hover {
  filter: opacity(0.6);
  transition: 0.3s;
}

.footer-logo,
.copy {
  text-align: center;
  color: #ffffff;
}

.copy p {
  font-family: 'Roboto' sans-serif;
  font-size: 0.875rem;
  color: #d3d3cc;
  text-align: center;
}

.copy span a {
  font-family: 'Poppins' sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.footer-logo img {
  width: 11.25rem;
}


@media screen and (max-width: 768px) {
  .banner {
    height: 480px;
  }
  header {
    padding: 25px 50px;
  }

  .nav-link ul {
    display: none;
  }

  .slider-cont {
    margin: 0 45px;
  }

  article h1 {
    font-size: 1.875rem;
  }

  .btn-box1 {
    display: none;
  }

  #article-trat {
    display: block;
  }
  .about {
    display: block;
    text-align: center;
    padding: 0 25px;
  }

  .about img {
    padding-right: 0;
  }
  .about-text h1,
  p {
    text-align: left;
  }

  article h1 {
    font-size: 30px;
  }

  article p {
    font-size: 18px;
  }

  #Contact {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .title-2 p {
      padding: 0;
      
  }
  
   .testimonials h2 {
    padding: 20px;
  }

  .test2 {
    display: none;
  }

  .text-descripition {
    margin: auto;
    max-width: 310px;
  }
  
    #linkWhats img {
   right: 20px;
   bottom: 20px;
  }

  .footer-sec1 {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .menu-bar {
    display: none;
  }
}
