@import url('https://fonts.googleapis.com/css2?family=Allura&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --main-color: #f2e8dc;
  --bg: #bfb6aa;
  --bg-card: #594f46;
  --border: 0.1rem solid rgba(255, 255, 255, 0.3);
  --font-color: #8c8274;
  --color-bg: #f294a5;
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s linear;
}

html {
  font-size: 85%; 
  overflow-x: hidden;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 0.8rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #807c7c;
  border-radius: 5rem;
}

section {
  padding: 2rem 7%;
}

.header {
  background: var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 7%;
  border-bottom: var(--border);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header .logo .logomarca {
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 100%;
}

h1 {
  font-size: 5rem;
  color: #3b5060;
  font-family: 'allura'
}

.header ion-icon {
  font-size: 4.5rem;
  display: flex; /* alterar aqui */
}

.header ion-icon:hover {
  color: var(--color-bg);
}

#loginModal {
  display: none; /* Escondido por padrão */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1000;
}

#loginModal-overlay {
  display: none; /* Overlay */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.home {
  display: flex;
  align-items: center;
  background: url(background.png) no-repeat;
  background-position: center;
  background-blend-mode: darken;
  background-size: cover;
  padding: 5rem 7%; 
  min-height: 100vh; 
}

.home .image img {
  border-radius: 10%;
}
.home .content {
  text-align: center;
}
.home .content p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-transform: none;
  color: var(--bg-card);
  text-align: justify;
  margin: 5rem;
  text-transform: none;
}


.more {
  margin-top: 1rem;
  display: inline-block;
  padding: 0.9rem 3rem;
  font-size: 1.7rem;
  color: #fff;
  background: #3b5060;
  cursor: pointer;
  align-items: center;
  border-radius: 10rem;
}

.more:hover {
  background: green;
}
.service {
  background: url(background.png);
}
.service .heading {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #3b5060;
}

.service .box-container {
  display: flex;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  text-align: center;
}

.service .box-container .box {
  background: #fae3c6;
  padding: 2rem;
  border-radius: 2%;
  border: 1px solid var(--bg-card);
}
.service .box-container .box .cards img {
  width: 40%; 
  height: 80%;
  border-radius: 100%;
  object-fit: cover;
  align-items: center;
  border: 1px solid var(--bg-card);
}

.service .box-container .box .cards h3 {
  font-size: 2.5rem;
  color: #4d4d4d;
  padding: 2.5rem;
}

.service .box-container .box .cards .service-description p{
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  padding-bottom: 3rem;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: none;
}



.service .box-container .box .cards .price {
  font-size: 2.5rem;
  color: #357a38;
  padding: 0.5rem;
  font-weight: bolder;
}

.service .box-container .box .cards .price span {
  font-size: 1.5rem;
}

.avaliation {
  background: url(background.png);
}
.avaliation .heading {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #3b5060;
}

.avaliation .box-container {
  display: flex;
  grid-template-columns: no-repeat(auto-fit, minmax(30rem, 1fr));
  text-align: center;
  flex-wrap: wrap;
  gap: 2rem; 
}



.avaliation .box-container .box {
  background: #fae3c6;
  padding: 2rem;
  border-radius: 2%;
  border: 1px solid var(--bg-card);
  max-width: 30%;
}
.avaliation .box-container .box .cards img {
  width: 40%;
  height:80%; 
  border-radius: 50%;
  object-fit: cover;
  align-items: center;
  border: 1px solid var(--bg-card);
}

.avaliation .box-container .box .cards h3 {
  font-size: 2.5rem;
  color: #4d4d4d;
  padding: 4rem;
}

.avaliation .box-container .box .cards .service-description p{
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  padding-bottom: 3rem;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: none;
}

.avaliation .box-container .box .cards .stars {
  color: #3b5060;
  font-size: 2.5rem;
}

.form {
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(background.png);
}

.form .heading {
  text-align: center;
  padding-bottom: 3rem;
  font-size: 4rem;
}
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fae3c6;
  overflow-y: auto;
  margin: auto;
}
.form-itens {
  width: 100%;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  width: 100%;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
.btn-form {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #3b5060;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn-form:hover {
  background-color: #218838;
}

.footer {
  background: url(background.png);
  text-align: center;
  padding: 4rem 0;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 7%;
}

.footer-col {
  flex: 1 1 25rem;
  margin: 1rem;
}

.footer-col h4 {
  font-size: 2rem;
  color: #3b5060;
  margin-bottom: 1.5rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-top: 1rem;
}

.footer-col ul li a {
  color: var(--bg-card);
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--color-bg);
}

.footer .social-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.footer .social-links a {
  color: var(--bg-card);
  font-size: 3rem;
  transition: color 0.3s;
}

.footer .social-links a:hover {
  color: var(--color-bg);
  border-bottom: var(--color-bg);
}

.footer-bottom {
  border-top: var(--border);
  text-align: center;
  padding: 1rem 0;
  font-size: 1.6rem;
  margin-top: 2rem;
  color: var(--bg-card);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width:100%;
  background-color: #fae3c6;
  color: #594f46;
  text-align: center;
  font-size: 14px;
  z-index: 1000;
  display: none;
}

.cookie-banner a {
  color: #00bcd4;
  text-decoration: underline;
}

.cookie-banner button {
  background-color: #00bcd4;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.cookie-banner button:hover {
  background-color: #0199a8;
}



@media (max-width: 820px) {
  html {
    font-size: 80%; 
  }

section {
  padding: 1.5rem 5%; 
}

.header {
  padding: 0.5rem 5%; 
}
.header .logo .logomarca {
  width: 8rem; 
  height: 8rem;
}

h1 {
  font-size: 4rem; 
}
.header ion-icon {
  display: block; /*trocar quando tiver o sistema*/
  font-size: 3.5rem; 
}

.home {
  flex-direction: column; 
  background-position: top; 
  padding: 4rem 5%;
}

.home .image img {
  border-radius: 15%; 
}

.home .content p {
  font-size: 1.8rem; 
  line-height: 1.6;  
  margin: 3rem;      
}
.more {
  padding: 0.8rem 2.5rem; 
  font-size: 1.5rem; 
}

.service {
  background-size: contain;
  background-position: top; 
}
.service .heading {
  font-size: 3.2rem; 
  margin-bottom: 1.5rem; 
}
.service .box-container {
  grid-template-columns: 1fr; 
  gap: 4rem; 
  display: block;
  margin-bottom: 1.5rem;
}

.service .box-container .box {
  padding: 1.5rem; 
  border-radius: 4%; 
  margin: 1.5rem;
  
}
.service .box-container .box .cards img {
  width: 50%; 
  height: 70%; 
}

.service .box-container .box .cards h3 {
  font-size: 2rem; 
  padding: 2rem; 
}

.service .box-container .box .cards .service-description {
  font-size: 1.3rem;
  padding-bottom: 2.5rem; 
}
.service .box-container .box .cards .price {
  font-size: 2rem; 
  padding: 0.4rem; 
}

.service .box-container .box .cards .price span {
  font-size: 1.3rem; 
}

.avaliation {
  background-size: contain; 
  background-position: top; 
}

.avaliation .heading {
  font-size: 3.2rem; 
  margin-bottom: 1.5rem; 
}


.avaliation .box-container {
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)); 
  gap: 2rem; 
  display: block;
  
}

.avaliation .box-container .box {
  padding: 1.5rem; 
  border-radius: 4%;
  max-width: 100%; 
}

.avaliation .box-container .box .cards img {
  width: 50%; 
  height: 70%; 
}

.avaliation .box-container .box .cards h3 {
  font-size: 2rem;
  padding: 3rem; 
}
.avaliation .box-container .box .cards .service-description {
  font-size: 1.3rem; 
  padding-bottom: 2.5rem; 
}
.avaliation .box-container .box .cards .stars {
  font-size: 2rem; 
}

.tabelapreco{
  width: 80%;
}


}

@media (max-width: 480px) {
  html {
    font-size: 75%; 
  }

section {
  padding: 1rem 3%; 
}

.header {
  padding: 0.5rem 3%; 
  flex-direction: column; 
  text-align: center;
}

.header .logo .logomarca {
  width: 6rem; 
  height: 6rem;
}

h1 {
  font-size: 3rem; 
}

.header ion-icon {
  display: block; /*trocar quando tiver o sistema*/
  font-size: 3rem; 
}
.home {
  flex-direction: column;
  background-position: top;
  background-size: auto 100%; 
  padding: 3rem 3%; 
}

.home .image img {
  border-radius: 20%;
  width: 100%;
}

.home .content p {
  font-size: 1.6rem; 
  line-height: 1.5;  
  margin: 2rem 1rem; 
}

.more {
  padding: 0.7rem 2rem; 
  font-size: 1.3rem; 
}
.service {
  background-size: auto 100%; 
  background-position: top; 
}
.service .heading {
  font-size: 2.5rem; 
  margin-bottom: 1rem; 
}
.service .box-container {
  grid-template-columns: 1fr; 
  gap: 1.5rem;
}

.service .box-container .box .cards img {
  width: 60%; 
  height: auto; 
  
}

.service .box-container .box .cards h3 {
  font-size: 1.8rem; 
  padding: 1.5rem; 
}

.service .box-container .box .cards .service-description {
  font-size: 1.2rem; 
  padding-bottom: 2rem;
}


.service .box-container .box .cards .price {
  font-size: 1.8rem; 
  padding: 0.3rem; 
}
.service .box-container .box .cards .price span {
  font-size: 1.1rem; 
}
.avaliation {
  background-size: auto 100%; 
  background-position: top; 
}
.avaliation .heading {
  font-size: 2.5rem; 
  margin-bottom: 1rem; 
}

.avaliation .box-container {
  grid-template-columns: 1fr; 
  gap: 1.5rem; 
}

.avaliation .box-container .box {
  padding: 1rem; 
  border-radius: 6%; 
  display: block;
margin-bottom: 1.5rem;
}

.avaliation .box-container .box .cards img {
  width: 60%; 
  height: auto; 
}

.avaliation .box-container .box .cards h3 {
  font-size: 1.8rem; 
  padding: 2rem; 
}

.avaliation .box-container .box .cards .service-description {
  font-size: 1.2rem; 
  padding-bottom: 2rem; 
}

.avaliation .box-container .box .cards .stars {
  font-size: 1.8rem; 
}

.tabelapreco{
  width: 70%;
}

}
@media (min-width: 1200px) {
  html {
    font-size: 90%; 
  }

section {
  padding: 3rem 10%; 
}

}