@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
:root{
  --poppins: 'Poppins', sans-serif;
  --catamaran: 'Catamaran', sans-serif;
  --trans: all 0.3s ease-in-out;
  --orange: #eb2f06;
  --light-orange: #e55039;
  --blue: rgb(30, 55, 153);
  --light-blue: #4a69bd;
  --light-gray: #f1f1f1;
}

:root {
 
  /* spacing
   * base font size: 18px 
   * vertical space unit : 32px
   */
  /* --base-size     : 62.5%; */
  --base-font-size: 1.9rem;
  --space         : 3.2rem;
}


html{
  font-size: 62,5%; /*dividir o valor em pixel por 10 e se obterá o 
  valor em rem de 10px */
  scroll-behavior: smooth;

  
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    
}


body {
   background-color: #f0f0f0; /* Uma tonalidade mais suave de cinza escuro */
   
}



body .carousel-dark .carousel-caption {
  color: #000;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5) !important;
  margin-left: 18px;
}


.all-content{
  background: #f7f5f2;
    padding: 9px 0 0 0;
}
html::-webkit-scrollbar-track{
  background: transparent;
}


html::-webkit-scrollbar-thumb{
  background:#98FB98;	;
  border-radius: 10px;
}
html::-webkit-scrollbar{
  width: 10px;
}
/* navbar */
/* Estilos da barra de navegação */
#navbar {
  background: linear-gradient(135deg, rgba(45, 46, 131, 0.7), rgba(229, 86,38, 0.7));
  z-index: 99;
  width: 100%;
  height: auto;
   position: fixed;
  transition: background 0.5s;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Estilos do logotipo */
#logo img {
 
  width: 9.2rem;
 
}

/* Estilos dos itens de navegação */
.navbar-nav {
  margin-right: 50px; /* Ajustei a margem para alinhar os itens à direita */
}

.nav-item {
  font-size: 1.2rem;
  padding: 0.2rem;
}

li.nav-item a {
  display: flex;
  align-items: center;
  color: white; /* Adicionei a cor branca ao texto */
  text-decoration: none; /* Removi a decoração de texto para evitar sublinhado */
}

.nav-item a img {
  margin-right: 5px;
  filter: brightness(0) invert(1);
}

.nav-item .nav-link {
  color: white;
  font-weight: bold;
  transition: 0.5s;
}

.nav-item .nav-link:hover {
  background: #22a671;
  border-radius: 5px;
  color: white;
}


/* navbar */

#about {
  scroll-margin-top: 6.1rem; /* Ajuste conforme necessário */
  
}

#treatments {
  scroll-margin-top: 28rem; /* Ajuste conforme necessário */
}

#exp {
  scroll-margin-top: 75rem; /* Ajuste conforme necessário */
}

#gallary{
  scroll-margin-top: 11.5rem; /* Ajuste conforme necessário */
}

#depositions{
  scroll-margin-top: 10.5rem; /* Ajuste conforme necessário */
}


p {
  text-align: justify;
}


.whatsapp-button {
    margin-left: auto;

}

.whatsapp-button img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
        margin: 0 0 1.5rem 7.4rem;
  }


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.whatsapp-button a {
    display: block;
    margin-right: 6rem;
    margin-right: 8.1rem;
}




.whatsapp-button li {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
   
}

.whatsapp-button a {
    display: block;
    width: 60px;
    align-items: flex-end

   
}

.whatsapp-button img {
  width: 55px;
  height: 50px;
    border-radius: 100%;
}

/*------------------------*/


/* home content */
#home{
    padding: 10px 0 0 0;
    width: 100%;
    background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(./images/bc3.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80%;
    font-family: "Lato", sans-serif;
  }


#home .video-container {
  margin-top: 11rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#home video {
  max-width: 92% !important;
  max-height: 49vw !important;
  width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block !important;
}

.row{
  padding: 32px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1.7);
  margin-left: calc(var(--bs-gutter-x) * -2.5);
}



.content{
  padding-top: 0;
  margin-left: 56px;
}
.content h3{
  font-size: 50px;
  color: white;
}
.content p{
  margin-top: 10px;
  color: white;
}
#btn{
  width: 150px;
  height: 36px;
  margin-top: 20px;
  background: white;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  transition: 0.5s ease;
  cursor: pointer;
  position: absolute;
}
#btn:hover{
  background: #b2744c;
  color: white;
}
/* home content */






/* about */

#about .container .card img {
     border-radius: 10px;
    width: 250px;
    background-size: cover;
    position: relative;
    height: fit-content;
    margin: 0 79px;
    flex-wrap: wrap;
    display: flex;
    }


#about{
  width: 100%;
  height: auto;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
  position: relative;

}

.about h3 {
  
  margin-bottom: 10px;
}

.about p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#about .container{
  padding-top: 68px;
    width: 90vw;
    margin: auto;
    height: 100%;
}

.about .row{
      margin-left:0;
}



#about .container .card img {
    border-radius: 10px;
    width: 247px;
    background-size: cover;
    position: sticky;
    height: fit-content;
    margin: 0 197px;
}

.card {
    border-radius: 0; /* Ou outro valor desejado para substituir a borda arredondada */
}


.heading{
  text-align: center;
/*  margin-bottom: 91px;*/
  color: black;
  font-size: 4.4rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: -.015em;
}
.heading span{
  color: #e55626;
}




#about-btn{
  width: 200px;
  height: 36px;
  background: transparent;
  color: #b2744c;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
}

.about .card {
  border: none;
  width: 16.7rem;
  border-radius: 24px;
}

#about-btn:hover{
  background: #b2744c;
  color: white;
}
#location {
    width: -webkit-fill-available;
    margin: 30px;
    color: #b2744c;
    margin-top: 10rem;
}


/* experience start */
.exp {
        margin-top: auto;
}

/* about */

/* top cards */
.top-cards{
  width: 100%;
  height: 60vh;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}
.heading2{
  color: black;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.heading2 span{
  color: #b2744c;
}
.top-cards .container{
  margin-top: 30px;
}
.top-cards .card{
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
}
.top-cards .card img{
    
    width: 244px;
    margin: -1px 283px;
    
}
.top-cards .card h3{
  text-align: center;
  padding-top: 78px;
  color: white;
}
.top-cards .card:hover{
  transform: translateY(-10px);
}




/* top cards */

 iframe {
    border: 0;
    width: 100%;
    height: 207px;
    padding: 0 41px 0 0;
  }






/* menu */
.menu{
  width: 100%;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}
.atuation-area{
  text-align: center;
  font-size: 30px;
  color: #b2744c;
  font-weight: bold;
  border-bottom: 2px solid #b2744c;
}
#container2{
  margin-top: 20px;
}
.menu .card{
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.star i{
  color: #b2744c;
}
.menu h3{
  color: #b2744c;
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
}
.menu p{
  font-size: 16px;
  color: #b2744c;
  padding-top: 10px;
}
.menu p span{
  float: right;
  cursor: pointer;
}
/* menu */







/* product */
.product{
  width: 100%;
  background: #f7f5f2;
  font-family: "Roboto", sans-serif;
}
.heading4{
  text-align: center;
  color: #b2744c;
  font-size: 30px;
  font-weight: bold;
  padding-top: 70px;
  border-bottom: 2px solid #b2744c;
}
#container3{
  margin-top: 30px;
}
.product h3{
  text-align: center;
  color: #b2744c;
  font-size: 23px;
}
.product p{
  color: #b2744c;
  padding-top: 10px;
}
.product p span{
  float: right;
  cursor: pointer;
}
/* product */



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
/* Featured Services */
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #e55626;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #22a671;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

 .about img,.about h1, .about p,  .featured-services, .contact{
  visibility: hidden;
} 





/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/


/* gallary */
#gallary{
  width: 100%;
}
#gallary h1{
  text-align: center;
/*  color: black;*/
  margin-top: 60px;
  font-weight: bold;
}
#gallary h1 span{
  color: #b2744c;
}
#gallary .card{
  border-radius: 10px;
}
#gallary .card img{
  border-radius: 10px;
  cursor: pointer;
}


.carousel-indicators {
  margin-bottom: -1rem;
}

.carousel-inner {
  position: relative;
  width: 80%;
  margin: 0 8.1rem;
  /* overflow: hidden; */
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none !important;
}

/* gallary */




/* contact */
.contact{
  width: 100%;
  height: 47rem;
  background: #f7f5f2;
  padding-top: 70px;
}
.contact .container{
  width: 100%;
  height: 80vh;
    background: linear-gradient(45deg, rgba(30, 40, 30, 0.7), rgba(57, 50, 92, 0.7), rgba(22, 23, 80, 0.7));

}
.heading6{
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
}
.heading6 span{
  color: #b2744c;
}
.contact p{
  font-weight: bold;
  font-size: 13px;
  color: black;
}
.contact input{
  width: 100%;
  border: none;
  border-bottom: 1px solid;
}
#contact-btn{
  width: 200px;
  height: 36px; 
  border: none;
  background: #b2744c;
  color: white;
  font-weight: bold;
  margin-top: 30px;
  cursor: pointer;
}
#col{
  width: 100%;
/*  height: 56vh;*/
  background: black;
  margin-top: 78px;
}
.contact h1{
  color: white;
  font-size: 25px;
  margin-top: 10px;
  margin-left: 10px;
}
.contact #col p{
  font-size: 15px;
  color: white;
  margin-left: 13px;
  padding-top: 30px;
}

/* contact */





/* depositions */
.depositions{
  width: 100%;
  background: #f7f5f2;
}
.depositions h1{
  text-align: center;
  font-size: 2.5rem;
  color: black;
  font-weight: bold;
}


.depositions .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.depositions .card {
  height: 319px; /* ou qualquer outro valor desejado */
  overflow: hidden;
}

.depositions .card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9; /* Número de linhas desejado */
  -webkit-box-orient: vertical;
}


.depositions h1 span{
  color: #b2744c;
}
.depositions .container{
  margin-top: 60px;
}
.depositions h5{
  color: #b2744c;
}
#blogbtn{
  width: 200px;
  height: 36px;
  border: none;
  color: white;
  cursor: pointer;
}
/* depositions */




footer {
  background-color:#22a671;
  color: #000;
}

/* footer */
#footer{
  width: 100%;
  /* margin-top: 50px; */

}
/* .footer-logo img{
  width: 180px;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
} */

.logo-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: -6rem;
  align-content: space-around;
  justify-content: space-between;
}
#footer .socail-links i{
  font-size: 17px;
  margin-left: 10px;
  margin-top: 30px;
  padding: 10px;
  background: black;
  color: white;
  border-radius: 10px;
  cursor: pointer;
}
.credite{
  color: white;
  margin-top: 4.1rem;
}
.credite{
  text-shadow: 0px 0px 1px black;
}
.credite a{
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.credite a span{
  color: black;
}
.copyright span{
  color: black;
}
/* footer */

.arrow{
  position: fixed;
  border-radius: 50px;
  height: 50px;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
}

/* Estilos padrão para telas menores, como smartphones */
.about h3 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 800;
 
}

.about p {
      line-height: 1.733;
    font-size: x-large;
    text-rendering: optimizeLegibility;
}

.cookies-msg{
  width: 80%;
  background-color: lightskyblue;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 15px;
  display: none;
}

.cookies-msg.showCookies{
  display: block;
}

.cookies-msg .cookies-txt {
  display: flex;
  align-items: center;
  text-align: justify;
  padding: 20px;
}

.cookies-msg .cookies-btn{
  margin-left: 30px;
}

.cookies-msg .cookies-btn button{
  background-color: #005258;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 10px;
  cursor: pointer;
  transition: .2s;
}

.cookies-msg .cookies-btn button:hover{
  transform: scale(0.9);
}

#about .container .card img {
  margin: 0; 
}


@media screen and (max-width: 319px){

  #navbar .whatsapp-button{
    display: none;
  }
  
  .navbar-nav {
    margin-left: 0;
}

  #about .container .card img {
    
    width: 16.2rem;
     background-size: cover;
     margin: 0; 
 
}

.exp {
  margin-top: auto;
}

#footer{
  height: 104px;
}
#footer img {
  width: 6rem;
}

.logo-footer {
  display: flex;
  flex-direction: row;
  margin-bottom: -6rem;

}
.credite text-center a{
  font-size: 2px;
}

}

@media screen and (max-width: 320px) {
  .exp {
    margin-top: auto; /* Sua margem superior específica para 320px */
  }
}


/* Estilos para telas médias, como smartphones */
@media screen and (min-width: 320px) and (max-width: 767px){

  #navbar .whatsapp-button{
    display: none;
  }
  

  .container-fluid .fa-solid{
  color:#22a671 !important;
  }
  #about {
    scroll-margin-top: 250px; /* Ajuste conforme necessário */
    padding-bottom: auto;

  }
  
  #treatments {
    scroll-margin-top: 85rem; /* Ajuste conforme necessário */
  }
  
  #depositions{
    scroll-margin-top: 20rem; /* Ajuste conforme necessário */
  }

  .row {
    /* display: flex; */

    padding: 32px;
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -1.5);
    margin-left: calc(var(--bs-gutter-x) * -1.5);
    flex-direction: row;
}

     body{
        display: block;
    }
    #navbar {
    height: auto; /* Ajusta a altura da barra de navegação para se adaptar à versão mobile */

    }
 

    .navbar-nav .nav-link {
    padding-right: 0;   
    padding-left: 0;
    margin: -2px;
}

    #home video {
      margin: 4rem auto;
 }

 .cookies-msg .cookies-txt {
  /* Adjust the font size, padding, or any other styles for mobile here */
  font-size: 9px;
  padding: 5px;
  width: -webkit-fill-available;
}


    #about .container .card img {
    
       width: 17.2rem;
        background-size: cover;
        margin: 0; 
}
.whatsapp-button img {
  width: 47px;
  height: 44px;
  border-radius: 100%;
  margin: 0 0 0 9rem;
}
    .row {
    padding: 0;
}
    #about {
    width: 100%;
    height: auto;
    background: #f7f5f2;
    font-family: "Roboto", sans-serif;
    padding-bottom: auto;
}
.heading {

  font-size: 3.4rem;
} 

     .contact input {
        width: 100%;
        border: none;
        border-bottom: 1px solid;
    }
    
    #col {
    width: 100%;
    height: 40vh;
    background: black;
    margin-top: 78px;
}
    
    .depositions {
      margin-top: 1rem;
    }
#col {
    width: 100%;
    height: 43vh;
    background: black;
    margin-top: 78px;
}

.logo-footer #logo img {
  width: 5.2rem;
  margin: 0 0 3.5rem 0.9rem;
}

.credite {
  color: white;
  margin-top: 3.7rem;
}

.carousel-inner {

  margin: auto;

}

}

@media screen and (min-width: 767px)  and ( max-width:884px) {

  #navbar {
    height: auto;
    background: linear-gradient(135deg, rgba(45, 46, 131, 0.7), rgba(229, 86, 38, 0.7));
    
  }

  #navbar .whatsapp-button{
    display: none;
  }
  .nav-item{
font-size: 1.2rem;
  }
  .nav-item .nav-link{
  font-size: 1.7rem;
  }

  #about .container .card img {
    width: 23rem !important;
  }
  row {
    padding: 32px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -1.7);
    margin-left: calc(var(--bs-gutter-x)* -2.5);
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
}
  .about .row {
    padding: 5px;
    --bs-gutter-x: -0.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* 0);
    margin-right: calc(var(--bs-gutter-x)* 7.3);
    margin-left: calc(var(--bs-gutter-x)* -0.5);
}


.exp {
  margin-top: auto;
}
}

/* tablests */

@media (min-width: 1000px) and (max-width: 1900px) {

  #about .container .card img {
    width: 24.2rem;
    
  }
  .about p {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
}

.about {
  display: grid;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: auto;
  align-items: center;
  justify-items: stretch;
}

.about .container {
  grid-template-columns: 200px 200px;
}

/* .exp {
  margin-top: 46rem;
} */

#gallary {
  padding: 0;
  margin-left: 25%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}



}


 @media (min-width: 1223px)  {
  

  .about h3 {
    font-size: 24px;
    
  }

  .about p {
    font-size: 16px;
  }

  #home {
    padding: 0;
  }

  #navbar {
    height: auto;
  }


 
  #about .container .card img {
    margin: 0;
  }

    .container .heading {
    margin: 0;
}
    
  all-content {
    display: block;
  }

  #about p {
    font-size: 2.1rem;
  }

  .exp {
    margin-top: auto;  
  }
} 



/* @media screen and (max-width:980){
    body{
        display: block;
    }
    #navbar {
    height: auto; /* Ajusta a altura da barra de navegação para se adaptar à versão mobile 

    
    
  #about p{
    font-size: 15px;
  }
  #about{
    height: 50vh;
  }
    .row{
        display: flex;
        flex-wrap: wrap;
    }
    
    

    .navbar-expand-lg .navbar-collapse {
      margin-top: 2rem;
      flex-basis: auto;
      height: 15px;
      display: flex !important;
  }
} */

