@import url("https://fonts.googleapis.com/css2?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&display=swap");

body {
  font-family: "poppins";
  color: #bf0606;
  background-image: linear-gradient(to left, #fadadd 30%, #db939a 95%);
  font-weight: bold;
  margin: 0;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}

header img {
  width: 75px;
  height: 60px;
}

nav a {
  text-decoration: none;
  color: #bf0606;
  font-weight: bold;
  margin-left: 30px;
}
footer a {
  text-decoration: none;
  color: rgb(13, 139, 242);
}
footer a:hover {
  color: blue;
  transition: color 0.5s;
}

nav a:hover {
  color: #fe7254;
  transition: color 0.5s;
}
iframe {
  border-radius: 20px;
  margin: 0 20px 0 20px;
}
footer {
  text-align: center;
  font-weight: bold;
}
#titulo {
  font-weight: bold;
  font-size: 26px;
  width: 480px;
  height: 151px;
  text-align: center;
  background-image: linear-gradient(to right, #ee818c 25%, #ffc6cb 100%);
  border-radius: 70px 0px 70px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.titulo-belezas-naturais {
  font-weight: bold;
  font-size: 26px;
  width: 480px;
  height: 151px;
  text-align: center;
  background-image: linear-gradient(to right, #ee818c 25%, #ffc6cb 100%);
  border-radius: 70px 70px 70px 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 101px;
}
figure {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 auto;
}

.img_menor {
  width: 300px;
  height: 200px;
  border-radius: 20px;
}
.conteudo {
  font-weight: bold;
  font-size: 16px;
  width: 1114px;
  height: 218px;
  text-align: center;
  background-image: linear-gradient(to right, #ee818c 25%, #ffc6cb 100%);
  border-radius: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  padding: 20px;
  box-sizing: border-box;
}
.conteudo-belezas-naturais {
  font-weight: bold;
  font-size: 16px;
  width: 1200px;
  height: 293px;
  text-align: center;
  background-image: linear-gradient(to right, #ee818c 25%, #ffc6cb 100%);
  border-radius: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  margin-top: 51px;
  padding: 20px;
  box-sizing: border-box;
}
.img-maior {
  height: 400px;
  width: 615px;
  border-radius: 30px;
}
.iframe-maps {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#youtube {
  display: flex;
  justify-content: center;
  height: 500px;
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.botao-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.botaoConteudo {
  background: linear-gradient(45deg, #ff9a9e, #fad0c4);
  color: #bf0606;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#galeria {
  text-align: center;
  margin: 20px 0;
}

.galeria-imagens {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.imagem-galeria {
  width: 200px;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s;
}

.imagem-galeria:hover {
  transform: scale(1.1);
  border-color: #333;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-conteudo {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#descricao {
  color: #ccc;
  text-align: center;
  margin-top: 15px;
}

.fechar {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.odio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 200px;
  margin: 50px auto;
  background-color: pink;
  border-radius: 20px;
}
form {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
}
