@font-face {
  font-family: "Fredoka";
  src: url(../fonts/Fredoka-VariableFont_wdth\wght.ttf);
}

/*---- btn whapp section ------ */
.whatsapp-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 49px;
  height: 49px;
  bottom: 8px;
  right: 18px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-link:hover {
  text-decoration: none;
  color: #fff;
}

.Ig_link {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 49px;
  height: 49px;
  bottom: 73px;
  right: 18px;
  background: linear-gradient(
    142deg,
    rgba(131, 58, 180, 1) 12%,
    rgba(253, 29, 29, 1) 49%,
    rgba(252, 176, 69, 1) 100%
  );
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

.Ig_link:hover {
  text-decoration: none;
  color: #fff;
}
/*---- btn whapp section ends   ------ */

:root {
  --color-background: #f5f5f5;
  --color-black: #001329;
  --color-white: #fff;
  --color-title1: #1a7c87;
  --color-title2: #6ca191;
}

html,
body {
  background-color: var(--color-background) !important;
  font-family: "Fredoka", sans-serif !important;
  color: var(--color-black);
}

.navbar-brand {
  margin-right: 500px !important;
  margin-left: 50px !important;
}

.navbar-brand img {
  width: 330px;
}

.container {
  max-width: 1746px !important;
}

.navbar-collapse {
  margin-left: 250px;
}

.nav-link {
  color: var(--color-title1);
  font-size: 25px;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--color-black);
}

.banner {
  background: url(../img/bck.svg);
  width: 100%;
  height: 967px;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-row {
  display: flex;
  align-items: center;
}

.banne-h1 {
  color: var(--color-white);
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.banner-p {
  color: var(--color-white);
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 50px;
}

.btn-whapp {
  width: 450px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 44px !important;
  background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
  border: none !important;
  color: var(--color-white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 2s;
}

.btn-whapp a {
  text-decoration: none;
  color: #fff;
}

.btn-whapp a:hover {
  text-decoration: none;
}

.btn-whapp h1 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 5px;
}

.btn-whapp:hover,
.btn-whapp.active {
  background: linear-gradient(226deg, #f5f5f5 10%, #fff 100%);
  color: #09305e;
  transition: all ease-in 0.5s;
}

.img-banner {
  margin-left: -37px;
  margin-top: 74px;
  width: 936px;
}

.banner .col-12 {
  display: flex;
  justify-content: center;
  margin-top: -70px;
}

.title {
  text-align: center;
  color: var(--color-title1);
  font-weight: 300;
}

.title span {
  font-weight: 500;
  color: var(--color-title2);
}

/*-- cards --*/

.procedimentos-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 15px;
  justify-content: center;
}

.procedimento-card {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  margin-right: 30px;
  box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  text-overflow: ellipsis;
  width: 400px;
  height: 310px;
}

.procedimento1 {
  background: url(../img/Correções\ ungueais\ 1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.procedimento2 {
  background: url(../img/Uso\ de\ Laser.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.procedimento3 {
  background: url(../img/Onicomicose.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.procedimento4 {
  background: url(../img/podopediatria.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.procedimento5 {
  background: url(../img/calos\ e\ calosidades.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.procedimento6 {
  background: url(../img/especialista.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.procedimento-title {
  color: var(--color-white);
  font-size: 30px;
}

.procedimento-info {
  color: var(--color-white);
  font-size: 15px;
  padding-inline: 11px;
}

.btn-whapp-procedimentos {
  width: 200px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 44px !important;
  padding-top: 6px;
  background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
  border: none !important;
  color: var(--color-white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
}

.btn-whapp-procedimentos:hover {
  color: var(--color-black) !important;
  background: linear-gradient(226deg, #f5f5f5 0%, #fff 100%);
}

/*-- cards ends--*/

.about-container {
  width: 100%;
  margin-top: 80px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.left-content {
  display: flex;
  align-items: center;
}

.background-elipse {
  height: 650px;
}

.about-img {
  width: 500px;
  margin-top: 40px;
  margin-left: 100px;
  position: absolute;
}

.right-content {
  margin-left: 200px;
  padding-right: 140px;
}

.right-content-title {
  color: var(--color-title2);
  font-size: 45px;
  text-align: center;
}

.right-content-text {
  margin-top: 50px;
  color: var(--color-black);
  font-size: 20px;
}

.container-galeria {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.title-galeria {
  text-align: center;
}

.title-galeria h1 {
  font-size: 45px;
  text-align: center;
  color: var(--color-title1);
  font-weight: 300;
}

.title-galeria h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--color-title2);
}

.title-galeria h2 span {
  color: var(--color-title1);
  font-weight: 300;
}

.galeria-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-inline: 322px;
}

.item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/bckg.svg);
  width: 295px;
  height: 460px;
  border-radius: 15px;
  margin-inline: 10px;
  margin-bottom: 20px;
}

.item-imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: 20px;
}

.img-left img {
  width: 120px;
  height: 254px;
}

.img-right img {
  width: 120px;
  height: 254px;
}

.item-logo img {
  width: 15rem;
  margin-left: 25px;
  margin-top: 50px;
}

.btnCTA {
  width: 450px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 44px !important;
  background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
  border: none !important;
  color: var(--color-white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 1s;
}

.btnCTA h1 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 15px;
  text-align: center;
}

.btnCTA:hover {
  background: linear-gradient(226deg, #f5f5f5 10%, #fff 100%);
  color: #09305e;
  transition: all ease-in 0.5s;
  text-decoration: none;
}

.depoimentos {
  width: 100%;
  height: 600px;
}

.nosso-espaco {
  margin-top: 100px;
  margin-bottom: 100px;
}

.local-imagem-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  max-height: 369px;
  overflow: hidden;
  justify-content: center;
}

.local-imagem-container img {
  width: 290px;
  max-height: 500px;
  margin: 0;
}

footer {
  width: 100%;
  height: 541px;
  background: url(../img/Ellipse\ 3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 150px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}

.separador {
  width: 572px;
  height: 1px;
  border-radius: 20px;
  background-color: #f5f5f5;
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer-content h1 {
  color: var(--color-white);
}

.footer-content h1 span {
  font-weight: 200;
}

.btn-footer {
  width: 450px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 44px !important;
  background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
  border: none !important;
  color: var(--color-white);
  text-align: center;
  padding: 5px;
  margin-top: 15px;
  text-decoration: none;
}

.btn-footer h1 {
  font-weight: 200;
}

.btn-footer:hover {
  text-decoration: none;
}

.social-btn {
  margin-top: 15px;
}

.social-btn a {
  margin-inline: 10px;
}

.social-btn a img {
  width: 33px;
}

.copy {
  width: 95%;
  border-top: solid 1px #f5f5f5;
  margin-top: 68px;
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  color: var(--color-white);
}

.copy span a {
  color: #3fb290;
  text-decoration: none;
}

@media screen and (max-width: 1366px) {
  .banner {
    background: url(../img/bck.svg);
    width: 100%;
    height: 694px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .navbar-brand {
    margin-right: 172px !important;
    margin-left: 50px !important;
  }

  .img-banner {
    margin-left: 5px;
    margin-top: 51px;
    width: 620px;
  }

  .content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
  }

  .banner-row {
    display: flex;
    align-items: center;
    padding-left: 31px !important;
  }

  .banne-h1 {
    color: var(--color-white);
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    width: 550px;
  }

  .banner .col-12 {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }

  .galeria-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-inline: 196px;
  }

  .local-imagem-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-height: 325px;
    overflow: hidden;
    justify-content: center;
  }

  .local-imagem-container img {
    width: 250px;
    max-height: 500px;
    margin: 0px;
  }
}

@media screen and (max-width: 440px) {
  .navbar-brand img {
    width: 340px;
  }

  .navbar-brand {
    margin-right: 0px !important;
    margin-left: 50px !important;
  }

  .banner {
    background: url(../img/bck-mobile.svg);
    width: 100%;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .banne-h1 {
    color: var(--color-white);
    font-size: 15px;
    text-align: center;
    margin-bottom: 11px;
    width: 376px;
    margin-top: 30px;
  }

  .procedimento-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
    margin-right: 0;
    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    text-overflow: ellipsis;
    width: 400px;
    height: 360px;
  }

  .img-banner {
    margin-left: 5px;
    margin-top: 51px;
    width: 620px;
    display: none;
  }

  .banner-row {
    display: flex;
    align-items: center;
    padding-left: 0px !important;
  }

  .btn-whapp {
    width: 305px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 44px !important;
    background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
    border: none !important;
    color: var(--color-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 2s;
  }

  .banner .col-12 {
    display: flex;
    justify-content: center;
    margin-top: 34px;
  }

  .btn-whapp h1 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
  }

  .title {
    text-align: center;
    color: var(--color-title1);
    font-weight: 300;
    margin-top: 40px;
  }

  .about-container {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .background-elipse {
    height: 386px;
    margin-left: -170px;
  }

  .about-img {
    width: 319px;
    margin-top: 76px;
    margin-left: -117px;
    position: absolute;
  }

  .right-content {
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
  }

  .right-content-text {
    margin-top: 50px;
    color: var(--color-black);
    font-size: 20px;
    text-align: center;
  }

  .btnCTA {
    width: 403px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 44px !important;
    background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
    border: none !important;
    color: var(--color-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 1s;
  }

  footer {
    width: 100%;
    height: 467px;
    background: url(../img/Footer-mobile.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 3px;
  }

  .footer-content img {
    width: 330px;
  }

  .separador {
    width: 361px;
    height: 1px;
    border-radius: 20px;
    background-color: #f5f5f5;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer-content h1 {
    color: var(--color-white);
    font-size: 26px;
  }

  .btn-footer {
    width: 281px;
    height: 43px;
    flex-shrink: 0;
    border-radius: 44px !important;
    background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
    border: none !important;
    color: var(--color-white);
    text-align: center;
    padding: 5px;
    margin-top: 15px;
    text-decoration: none;
  }

  .nosso-espaco {
    margin-top: 100px;
    margin-bottom: 100px;
    height: 1630px;
  }

  .local-imagem-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 1800px;
    justify-content: center;
    overflow: hidden;
  }

  .local-imagem-container img {
    width: 222px;
    max-height: 385px;
    margin: 0px;
  }
}

@media screen and (max-width: 428px) {
  .navbar-brand img {
    width: 230px;
  }

  .navbar-brand {
    margin-right: 0px !important;
    margin-left: 12px !important;
  }

  .banner {
    background: url(../img/bck-mobile.svg);
    width: 100%;
    height: 455px;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .img-banner {
    display: none;
  }

  .banner-row {
    display: flex;
    align-items: center;
    padding-left: 0px !important;
  }

  .banne-h1 {
    color: var(--color-white);
    font-size: 17px;
    text-align: center;
    margin-bottom: 40px;
    width: 370px;
    margin-top: 96px;
  }

  .btn-whapp {
    width: 362px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 44px !important;
    background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
    border: none !important;
    color: var(--color-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 2s;
  }

  .btn-whapp h1 {
    font-size: 19px;
    font-weight: 400;
    margin-top: 5px;
  }

  .banner .col-12 {
    display: none;
  }

  .servicos {
    margin-top: 15px;
  }

  .procedimentos-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 15px;
    align-items: center;
  }

  .procedimento-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
    margin-right: 30px;
    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    text-overflow: ellipsis;
    width: 380px;
    height: 280px;
  }

  .about-container {
    width: 100%;
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about-img {
    width: 284px;
    margin-top: 86px;
    margin-left: 10px;
    position: absolute;
  }

  .background-elipse {
    height: 387px;
    margin-left: -154px;
  }

  .left-content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .right-content {
    margin-left: 0px;
    margin-top: 33px;
    padding-right: 0px;
  }

  .right-content-text {
    margin-top: 50px;
    color: var(--color-black);
    font-size: 20px;
    text-align: center;
    padding-inline: 10px;
  }

  .btnCTA {
    width: 330px;
    height: 53px;
    flex-shrink: 0;
    border-radius: 44px !important;
    background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
    border: none !important;
    color: var(--color-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 1s;
  }

  footer {
    width: 100%;
    height: 448px;
    background: url(../img/Footer-mobile.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 35px;
  }

  .footer-content img {
    width: 335px;
  }

  .btnCTA h1 {
    font-size: 19px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
  }

  .separador {
    width: 368px;
    height: 1px;
    border-radius: 20px;
    background-color: #f5f5f5;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer-content h1 {
    text-align: center;
    font-size: 20px;
  }

  .btn-footer {
    width: 232px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 44px !important;
    background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
    border: none !important;
    color: var(--color-white);
    text-align: center;
    padding: 5px;
    margin-top: 15px;
    text-decoration: none;
  }
}

@media screen and (max-width: 414px) {
  .procedimento-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
    margin-right: 30px;
    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    text-overflow: ellipsis;
    width: 380px;
    height: 338px;
  }
}

@media screen and (max-width: 390px) {
  .banne-h1 {
    color: var(--color-white);
    font-size: 17px;
    text-align: center;
    margin-bottom: 40px;
    width: 328px;
    margin-top: 96px;
  }

  .procedimento-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
    margin-right: 30px;
    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    text-overflow: ellipsis;
    width: 351px;
    height: 387px;
  }

  .galeria-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-inline: 160px;
  }

  .separador {
    width: 298px;
    height: 1px;
    border-radius: 20px;
    background-color: #f5f5f5;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 360px) {
  .copy {
    width: 95%;
    border-top: solid 1px #f5f5f5;
    margin-top: 68px;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    color: var(--color-white);
  }

  .btn-whapp {
    width: 322px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 44px !important;
    background: linear-gradient(226deg, #3fb290 0%, #09305e 100%);
    border: none !important;
    color: var(--color-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 2s;
  }

  .procedimento-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
    margin-right: 30px;
    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    text-overflow: ellipsis;
    width: 321px;
    height: 411px;
  }
}
