body,
html {
  height: 100%;
  margin: 0;
  font-family: 'Montserrat';
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

#testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
}

.testimonial-heading {
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-heading h1 {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #202020;
  color: #ffffff;
  padding: 10px 20px;
}

.testimonial-heading h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  line-height: 29px;
  padding: 10px 20px;
  margin: 0 0 1% 0;
}

.testimonial-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.testimonial-box {
  width: 500px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
  cursor: pointer;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile {
  display: flex;
  align-items: center;
}

.name-user {
  display: flex;
  flex-direction: column;
}

.name-user strong {
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.name-user span {
  color: #979797;
  font-size: 0.8rem;
}

.reviews {
  color: #f9d71c;
}

.box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.client-comment p {
  font-size: 0.9rem;
  color: #4b4b4b;
}


section {
  margin: 5% 5% 0 5%;
}

section .back {
  color: #000;
  text-decoration: none;
  margin: 7% 0 0 4%;
  font-size: 6vh;
  width: 100%;
}

.col1 img{
  border-radius: 90px 8px 90px 8px;
}

@media screen and (whidth:985px) {
  section .back {
    color: #000;
    text-decoration: none;
    margin: 11% 0 0 4%;
    font-size: 6vh;
    width: 100%;
  }
}

.back a {
  color: #000000;
  font-size: 40px;
  text-decoration: none;
}

.container {
  margin: 1% 7% 0 7%;
  font-size: 3vh;
}

.contEstrelas {
  margin: 20px 5% 20px 5%;
  justify-content: center;
  display: flex;
}

.containerAvaliacao {
  margin: 0 5% 5% 2%;
  height: 35px;
  width: 50%;
  background-color: #365E32;
  border: solid 3px #000;
}

.containerAvaliacao0 {
  margin: 0 5% 5% 2%;
  height: 35px;
  width: 50%;
  background-color: #ffffff;
  border: solid 3px #000;
}


.imgUser {
  display: flex;
  margin-top: 25px;
  border-radius: 100px;
  width: 70px;
  height: 60px;
}

.containerImg>h1 {
  margin-top: 23px;
}

.containerImg {
  display: flex;
  margin: 5px 2px 5px 2px;
}

.row-produto {
  display: flex;
  flex-direction: row;
}



.col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col1 img {
  max-width: 100%;
  height: auto;
  flex: 1;
}


.col2 {
  width: 90%;
  margin: 0 auto;
}

.col2>h1 {
  font-size: 30px;
}

.col2>h2 {
  margin-right: 10%;
  text-align: left;
  font-size: 15px;
  line-height: 1.3em;
}

.col2 h2{
  font-size: 19px;
}

h4{
  color: rgba(70, 70, 70, 0.582);
}

h1{
  font-weight: bold;
}

@media (max-width: 600px) {

  .row-produto {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .col1 {
    flex-direction: column;
  }

  .col2 {
    flex-direction: column;
  }

  

  h2 {
    margin: 10% 0 0 0;
    font-size: 19px;
    line-height: 25px;
    font-weight: normal;
    text-align: left;

  }
  
  .desc h3 {
  font-size: 35px;
  color: #000;
  margin: 0 0 3% 0;
  font-weight: bold;
}

}


.row-produto>div {
  margin: 20px;
}

.col2>h1 {
  font-size: 30px;
}

.col2>p {
  margin-right: 10%;
  text-align: left;
  font-size: 15px;
  line-height: 1.3em;
}

select {
  font-size: 15px;
  width: 80%;
  margin-left: 3%;
}

span {
  display: inline-flex;
  padding: 0;
}

.desc {
  font-size: 19px;
  font-weight: 100;
  color: #2b2b2b;
  text-align: left;
}


.btn-mod{
  margin-left: 11%;
  width: 300px;
  height: 35px;
  border: 2px solid #000;
  background-color: transparent;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 15px;
}

.btn-mod:hover{
 background-color: #365E32;
 border: 2px solid #365E32;
 color: #fff;
 transform: scale(1.05);
}


/* Estilos gerais para o modal */
.modal {
  display: none; /* Modal inicialmente oculto */
  position: fixed; /* Fixo na tela, mesmo ao rolar */
  z-index: 1000; /* Fica acima de outros elementos */
  top: 0;
  left: 0;
  width: 100%; /* Ocupa 100% da largura da tela */
  height: 100%; /* Ocupa 100% da altura da tela */
  background-color: rgba(0, 0, 0, 0.5); /* Fundo escurecido */
  display: flex; /* Flexbox para centralização */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
}

/* Estilos para o conteúdo do modal */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px; /* Largura máxima do modal */
  width: 80%; /* Largura relativa */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
  position: relative; /* Necessário para posicionar o botão de fechar */
}

/* Estilos para o botão de fechar */
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: red; /* Cor ao passar o mouse */
}

/* Quando o modal for visível */
.modal.show {
  display: flex; /* Mostra o modal */
}




@media (max-width: 600px) {
  .desc {
    font-size: 19px;
    font-weight: 100;
    color: #2b2b2b;
    text-align: left;
  }

  .cart{
    padding-top: 15px;
  }
  
}

h2 {
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
  text-align: left;

}

h3 {
  font-size: 25px;
  font-weight: bold;
}

ul {
  margin: 0 0 0 2%;
}

.button-cart {
  padding: 6px 15px 6px 15px;
  color: white;
  background-color: #000;
  cursor: pointer;
  font-size: 16px;
  border-radius: 16px;
  text-decoration: none;
}

.button-cart:hover {
  background-color: white;
  color: #000;
  border: 1px solid black;
}

.wishlist {
  text-decoration: none;
  color: #555555;
}

.wishlist:hover {
  color: #000;
}