@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #985f41;
  box-sizing: border-box;
  margin: 0;
}

.logo-upper {
  max-width: 20vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 600px) {
  .logo-upper {
    width: 100%;
    max-width: 50vw;
  }
}
#container-1 {
  width: 100%;
  height: auto;
  background-color: #985f41;
  padding: 0 18vw; /* 240px em vw (aproximadamente) */
  box-sizing: border-box;
}

#page-1 {
  display: flex;
  color: #fffcfb;
  width: 100%;
  margin-bottom: 13%;
}

#cta {
  width: 100%;
  height: auto;
  max-width: 70vw;
  max-height: 80vh;
  display: grid;
  flex-direction: column;
  gap: 9vh; /*  */
  padding: 0;
  margin: 0;
}

.title {
  margin: 0;
  width: 100%;
  font-size: 1.8vw; /* Aproximadamente 62px */
}

.description {
  margin: 0;
  width: 80%;
  font-size: 1.4vw; /*  */
  font-weight: 400;
}
.description span {
  font-weight: bold;
}

.btn-default {
  color: #fffcfb;
  border-radius: 60px;
  font-size: 1.4vw; /*  */
  font-weight: 500;
  display: inline-flex;
  max-width: 33vw; /*  */
  width: 100%;
  height: auto;
  background-color: #25d366;
  padding: 1vw 2vw; /*  */
  gap: 2vh; /*  */
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
  text-align: center;
  align-items: center;
}

.icon-whatsapp {
  fill: #fffcfb;
  width: 3rem; /*  */
  height: auto;
  margin-right: 6px;
  text-align: center;
}

.btn-default:hover {
  background-color: #25d366; /*  */
  transform: scale(1.1);
}
.btn-default:hover a {
  color: #fffcfb; /*  */
}

@media screen and (max-width: 600px) {
  #container-1 {
    padding: 0 7vw; /* 240px em vw (aproximadamente) */
  }
  #page-1 {
    margin-bottom: 18%; /*  */
  }
  #cta {
    gap: 60px; /*  */
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .title {
    margin: 0;
    width: 100%;
    font-size: 6vw; /* Aproximadamente 62px */
  }
  .description {
    width: 100%;
    font-size: 5vw; /*  */
  }
  .description span {
    font-weight: bold;
  }
  .btn-default {
    font-size: 5vw; /*  */
    display: flex;
    max-width: 90%; /*  */
    gap: 0vh; /*  */
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 4vh;
    padding-right: 3vh;
  }
  .icon-whatsapp {
    fill: #fffcfb;
    width: 2.7rem; /*  */
    height: auto;
    margin-right: 0vw;
    margin-left: 2vh;
    text-align: center;
  }
}
#container-2 {
  background-color: #fffcfb;
  color: #985f41;
  width: 100%;
  height: auto;
  padding: 0 18vw;
  box-sizing: border-box;
}

#page-2 {
  display: grid;
  place-items: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 2.78vw;
  margin: 0 auto;
}

#header {
  width: 100%;
  margin-bottom: 0.56vw;
}

.title-2 {
  font-size: 1.7vw;
  font-weight: bold;
}

.sub-title {
  font-size: 1.4vw;
  font-weight: bold;
}

.line {
  width: 1.9vw;
  height: 0.35vw;
  background-color: #5b5949;
  margin: 0 auto;
}

.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  justify-content: center;
  width: 100%;
  gap: 4.17vw;
  padding: 2.78vw 0;
  grid-auto-flow: dense;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  transition: transform 0.3s;
}

.icon-item:hover {
  transform: scale(1.1);
}

.icon-image {
  font-size: 2.7vw;
  color: #985f41;
}

.icon-text {
  margin-top: 1.39vw;
  font-size: 1.2vw;
  font-weight: bold;
}

.btn-default-2 {
  color: #fffcfb;
  border-radius: 60px;
  font-size: 1.4vw; /*  */
  font-weight: 500;
  display: inline-flex;
  max-width: 23vw; /*  */
  width: 100%;
  height: auto;
  background-color: #25d366;
  padding: 1vw 2vw; /*  */
  margin: 3vw;
  gap: 2vh; /*  */
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
  text-align: center;
  align-items: center;
}
.btn-default-2 .icon-whatsapp {
  fill: #fffcfb;
  width: 2rem; /*  */
  height: auto;
  margin-right: 6px;
  text-align: center;
}

.btn-default:hover {
  background-color: #25d366; /*  */
  transform: scale(1.1);
}
.btn-default:hover a {
  color: #fffcfb; /*  */
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #985f41;
  color: #fffcfb;
  max-width: 22.72vw;
  width: 100%;
  max-height: 4.17vw;
  height: auto;
  padding: 0.69vw 1.39vw;
  margin: 8% auto;
  border-radius: 0.69vw;
  font-size: 1.5vw;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.3s;
}
.button .icon-whatsapp {
  fill: #fffcfb;
  width: 2.08vw;
  height: auto;
  margin-right: 2.08vw;
}

.button:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 600px) {
  #container-2 {
    padding: 0 7vw;
  }
  .products {
    grid-template-columns: repeat(1, 1fr);
    padding: 4.17vw 5vw;
    gap: 7vw;
  }
  .title-2 {
    font-size: 5vw;
  }
  .sub-title {
    font-size: 5vw;
  }
  .line {
    width: 5vw;
    height: 1vw;
    background-color: #5b5949;
    margin: 0 auto;
  }
  .icon-image {
    font-size: 10vw;
  }
  .icon-text {
    margin: 5vw 6vw;
    font-size: 3.5vw;
    font-weight: bold;
  }
  .btn-default-2 {
    font-size: 4.5vw; /*  */
    max-width: 75%; /*  */
    gap: 0vh; /*  */
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 4vh 0;
    padding-right: 3vh;
  }
  .btn-default-2 .icon-whatsapp {
    fill: #fffcfb;
    width: 1.5rem; /*  */
    height: auto;
    margin-right: 3vw;
    margin-left: 2vh;
    text-align: center;
  }
}
#container-3 {
  position: relative;
  background-color: #985f41;
  color: #fffcfb;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 18vw;
  box-sizing: border-box;
  overflow: hidden;
}

#page-3 {
  position: relative;
  display: grid;
  place-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 2.78vw;
  margin-bottom: 8%;
}

#header-pg3 {
  width: 100%;
  margin-bottom: 3%;
}

.star img {
  width: 20vw;
  height: 3.5vw;
  margin: 2% 0;
}

#avaliation {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: auto;
  margin: 0 auto;
}

.carousel {
  display: flex;
  transition: transform 0.3s ease;
  gap: 1.74vw;
  padding: 3% 0;
}

.comennts {
  flex: 0 0 calc(33.33% - 1.11vw);
  box-sizing: border-box;
}

.comennts img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}

.comennts img:hover {
  transform: scale(1.1);
}

.cursor {
  position: absolute;
  top: 77%;
  transform: translateY(-50%);
  background-color: #985f41;
  color: #fffcfb;
  cursor: pointer;
  z-index: 100;
  font-size: 4.17vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
  margin: 0;
  padding: 0;
}

.cursor.left {
  left: -3.47vw;
}

.cursor.right {
  right: -3.47vw;
}

#container-4 {
  background-color: #985f41;
  color: #fffcfb;
  width: 100%;
  height: auto;
  padding: 0 18vw;
  box-sizing: border-box;
}

#page-4 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  max-width: 100vw;
  padding: 6.94vw 0;
  margin: 0;
  gap: 3.47vw;
}

#history {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
  gap: 0.69vw;
}
#history .title-2 {
  margin-top: 2.5vw;
}
#history .line {
  width: 2.29vw;
  height: 0.35vw;
  background-color: #5b5949;
  margin: 0;
  margin-top: 1%;
  margin-bottom: 4%;
}
#history .description-2 {
  font-size: 1.42vw; /* Mantido */
  font-weight: 400;
}
#history .button {
  margin-top: 10%;
}

#profile img {
  width: 27vw;
  height: 40vw;
  border-radius: 1.39vw;
  text-align: right;
}

.button-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #fffcfb;
  color: #985f41;
  max-width: 22.72vw;
  width: 100%;
  max-height: 4.17vw;
  height: auto;
  padding: 0.69vw 1.39vw;
  margin: 8% auto;
  border-radius: 0.69vw;
  font-size: 1.5vw;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.3s;
}
.button-alt .icon-whatsapp {
  fill: #985f41;
  width: 2rem;
  height: auto;
  margin-right: 1.67vw;
}

.button-alt:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 600px) {
  #container-4 {
    padding: 0 7vw;
    text-align: center;
  }
  #page-4 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 100vw;
    padding: 6.94vw 0;
    margin: 0;
    gap: 3.47vw;
  }
  #history {
    text-align: center;
    align-items: center;
    order: 3;
  }
  #history .description-2 {
    font-size: 3.8vw; /* Mantido */
    font-weight: 400;
  }
  #profile img {
    order: 1;
    width: 40vw;
    height: 60vw;
    text-align: center;
  }
  .button-alt {
    max-width: 60vw;
    max-height: 15vw;
    height: auto;
    padding: 1vw 2vw;
    font-size: 4vw;
  }
  .button-alt .icon-whatsapp {
    width: 4vw;
    margin-right: 2.08vw;
  }
}
#container-5 {
  background-color: #fffcfb;
  color: #985f41;
  width: 100%;
  height: auto;
  padding: 0 18vw;
  box-sizing: border-box;
}

#page-5 {
  width: 100%;
  height: auto;
  padding: 2.78vw 0;
  text-align: center;
}

#header {
  text-align: center;
  width: 100%;
  margin-bottom: 8%;
}

.differences {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  justify-content: center;
  align-content: end;
  text-align: center;
  width: 100%;
  gap: 2.78vw;
  padding: 2.78vw 0;
  grid-auto-flow: dense;
}

.icon-icon {
  display: flex;
  flex-direction: column;
  background-color: #a35d3f;
  height: 21vw;
  align-items: center;
  padding: 0 5.2vw;
  gap: 0.69vw;
  transition: transform 0.3s;
}
.icon-icon .icon-image {
  margin-top: 4vw;
  color: #fffcfb;
}
.icon-icon .icon-title {
  margin-top: 4vw;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.1vw;
  color: #fffcfb;
}
.icon-icon .icon-text {
  margin-top: 0;
  margin-bottom: 1vw;
  font-weight: 400;
  font-size: 1vw;
  color: #fffcfb;
}

.icon-icon:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 600px) {
  #container-5 {
    padding: 0 7vw;
  }
  .differences {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 2.78vw;
    padding: 2.78vw 0;
    grid-auto-flow: dense;
  }
  .icon-icon {
    display: flex;
    flex-direction: column;
    background-color: #a35d3f;
    height: auto;
    align-items: center;
    padding: 5vw;
    gap: 0.69vw;
    transition: transform 0.3s;
  }
  .icon-icon .icon-image {
    margin-top: 4vw;
    color: #fffcfb;
  }
  .icon-icon .icon-title {
    margin-top: 4vw;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 4vw;
    color: #fffcfb;
  }
  .icon-icon .icon-text {
    margin-top: 0;
    margin-bottom: 1vw;
    font-weight: 400;
    font-size: 3.8vw;
    color: #fffcfb;
  }
  .icon-icon:hover {
    transform: scale(1.1);
  }
}
#container-6 {
  background-color: #985f41;
  color: #fffcfb;
  width: 100%;
  height: auto;
  padding: 0 18vw;
  box-sizing: border-box;
}

#page-6 {
  display: grid;
  place-items: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 2.78vw;
  margin: 0 auto;
}

#header {
  width: 100%;
  margin-bottom: 0.56vw;
}

.title-2 {
  font-size: 1.9vw;
  font-weight: bold;
}

.sub-title {
  font-size: 1.7vw;
  font-weight: bold;
}

.line {
  width: 1.9vw;
  height: 0.35vw;
  background-color: #5b5949;
  margin: 0 auto;
}

.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  justify-content: center;
  width: 100%;
  gap: 4.17vw;
  padding: 2.78vw 0;
  grid-auto-flow: dense;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  transition: transform 0.3s;
}

.icon-item:hover {
  transform: scale(1.1);
}

.icon-image {
  font-size: 3vw;
  color: #985f41;
}

.icon-text {
  margin-top: 1.39vw;
  font-size: 1.1vw;
  font-weight: bold;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #985f41;
  color: #fffcfb;
  max-width: 22.72vw;
  width: 100%;
  max-height: 4.17vw;
  height: auto;
  padding: 0.69vw 1.39vw;
  margin: 8% auto;
  border-radius: 0.69vw;
  font-size: 1.5vw;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.3s;
}
.button .icon-whatsapp {
  fill: #fffcfb;
  width: 2.08vw;
  height: auto;
  margin-right: 2.08vw;
}

.button:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 600px) {
  #container-6 {
    padding: 0 7vw;
  }
  .products {
    gap: 4.17vw;
    grid-template-columns: repeat(1, 1fr);
    padding: 4.17vw 5vw;
    gap: 7vh;
  }
  .title-2 {
    font-size: 5vw;
  }
  .sub-title {
    font-size: 4.5vw;
  }
  .line {
    width: 5vw;
    height: 1vw;
    background-color: #5b5949;
    margin: 0 auto;
  }
  .icon-image {
    font-size: 7vw;
  }
  .icon-text {
    margin: 5vw 6vw;
    font-size: 3.8vw;
    font-weight: bold;
  }
  .button {
    max-width: 60vw;
    width: 100%;
    max-height: 15vw;
    height: auto;
    padding: 1vw 2vw;
    font-size: 4vw;
  }
  .button .icon-whatsapp {
    fill: #fffcfb;
    width: 4vw;
    height: auto;
    margin-right: 2.08vw;
  }
}
#container-7 {
  background-color: #fffcfb;
  color: #985f41;
  width: 100%;
  height: auto;
  padding: 7vw 18vw;
  box-sizing: border-box;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 4vw;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.faq-icon {
  font-size: 22px;
  font-weight: bold;
  width: 20px;
  text-align: center;
}

.faq-item.active .faq-answer {
  display: block;
}

@media screen and (max-width: 600px) {
  .faq-question {
    font-weight: bold;
    font-size: 4vw;
  }
  .faq-answer {
    font-size: 3.8vw;
  }
}
#footer {
  background-color: #a35d3f;
  color: #fffcfb;
  width: 100%;
  height: auto;
  padding: 0 18vw;
  box-sizing: border-box;
}

#baseboard {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  align-items: start;
  justify-content: start;
  text-align: left;
  width: 100%;
  grid-auto-flow: dense;
  padding-top: 6%;
  gap: 3.47vw;
}

.logo-principal img {
  width: 14vw;
  height: auto;
}

#contacts {
  display: flex;
  flex-direction: column;
  gap: 0.28vw;
  padding-top: 3vh;
}

.sub-title-2 {
  font-size: 1.7vw;
  font-weight: bold;
  margin: 0;
}

.line-footer {
  width: 14.17vw;
  height: 0.069vw;
  background-color: #5b5949;
  margin-bottom: 2%;
}

.item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1% 0;
}
.item .icon-image {
  font-size: 1.3vw;
  color: #5b5949;
  margin-right: 3%;
}
.item .icon-text-2 {
  color: #fffcfb;
  text-decoration: none;
  font-weight: 500;
  font-size: 1vw;
  margin: 0;
}

#finals {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}
#finals .line-footer {
  width: 64.72vw;
  height: 0.069vw;
  background-color: #5b5949;
  margin: 1% auto;
}
#finals p {
  font-size: 1vw;
  font-weight: 300;
}
#finals .filipe {
  text-decoration: none;
  color: #fffcfb;
  font-size: 1vw;
  font-weight: 300;
}

@media screen and (max-width: 600px) {
  #footer {
    padding: 0 3vw;
  }
  .sub-title-2 {
    font-size: 4vw;
  }
  #contacts {
    gap: 0.28vw;
    padding-top: 2vh;
  }
  .logo-principal img {
    width: 28vw;
    height: auto;
  }
  .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1% 0;
  }
  .item .icon-image {
    font-size: 4vw;
    margin-right: 3%;
  }
  .item .icon-text-2 {
    font-size: 3vw;
    margin: 0;
  }
  #finals {
    padding-top: 7%;
  }
  #finals p {
    font-size: 3vw;
  }
  #finals .filipe {
    font-size: 3vw;
  }
}
* {
  font-family: Arial, sans-serif;
}

body {
  background-color: #985f41;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    background-color: #25d366;
  }
  50% {
    transform: scale(1.2);
    background-color: rgb(75.4798387097, 223.5201612903, 130.7822580645);
  }
  100% {
    transform: scale(1);
    background-color: #25d366;
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 2.5vh; /* Aproximadamente 20px */
  right: 2.5vh; /* Aproximadamente 20px */
  z-index: 1000;
  background-color: #25d366;
  border-radius: 50%;
  padding: 1.25vh; /* Aproximadamente 10px */
  transition: background-color 0.3s, transform 0.3s;
  animation: pulsate 2s infinite;
  fill: #fffcfb;
}

.whatsapp-button svg {
  fill: #fffcfb;
  width: 2.5vw; /* Aproximadamente 50px */
  height: auto;
}

.whatsapp-button:hover {
  animation: none;
  transform: scale(1.3);
}

@media screen and (max-width: 600px) {
  .whatsapp-button svg {
    width: 5vw; /* Aproximadamente 50px */
  }
}/*# sourceMappingURL=styles.css.map */