#talk-to-us {
  width: 100%;
  max-height: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2rem;
}

#talk-to-us h6 {
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
  color: var(--primary);
}

.talk-to-us-container {
  width: 95%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row-reverse;
  box-shadow: rgba(44, 44, 44, 0.1) 0px 0px 15px 10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: 3rem;
}
.telesales {
  width: 100%;
  background-color: #0da645;
  border-radius: 6px;
  padding: 0.5rem;
  color: white;
  border-style: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.364);
  cursor: pointer;
}
.telesales:hover{
  background-color: #0b9a3f;
} 

.talk-to-us-container form {
  width: 60%;
}

.box-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  height: 500px;
}

.box-form input {
  width: 50%;
  height: 40px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(184, 184, 184);
  padding: 1rem;
  border-radius: 2px;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.container-form-input {
  width: 85%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}


.box-labels {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-top: 3rem;
}

.box-form .btn-default {
  background-color: var(--secondary);
  color: var(--tertiary);
  font-weight: 300;
  font-size: 1.8rem;
  width: 85%;
  border-radius: 2px;
}
.box-form .btn-default:hover{
  background-color: #ce7b00;
}

.labels-talk-to-us {
  padding: 0.5rem;
  display: flex;
  justify-content: baseline;
  gap: 0.5rem;
  width: 100%;
  height: auto;
  color: var(--primary);
}

.labels-talk-to-us p,
i {
  font-size: 1rem;
}

.labels-talk-to-us i {
  font-size: 2rem;
}

#text-area-id-feedbackForm {
  height: 180px;
  width: 100%;
  border: 1px solid rgb(184, 184, 184);
  padding: 1rem;
  resize: none;
  border-radius: 2px;
  width: 100%;

  
 
  resize: none;
}
#group-contact a {
  width: 0px;
  height: 0px;
  color: var(--primary);
  margin-right: 3rem;
  margin-bottom: 4rem;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

#group-contact {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  z-index: 3;
  width: 100%;
  height: auto;
  gap: 2rem;
  color: var(--primary);
  padding: 0rem 3.5rem;
  margin-bottom: 3.5rem;
}
#group-contact img {
  width: 70px;
  max-width: 70px;
}

#logo-footer {
  width: 40%;
  max-height: 300px;
}

#contact-container {
 margin-top: 2rem;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.contact-texts strong{
margin-bottom: 0.5rem;
display: block; 
}

.textarea-container {
  position: relative;
  display: inline-block;
  width: 85%;
}


.count-field {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: rgb(184, 184, 184);
  pointer-events: none; /* Impede que o contador interfira na digitação */
}
/* ////////////////////////////////// */
.box-right-contact {
  background-color: var(--secondary);
  width: 40%;
  height: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.contact-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e08600;

  width: 100%;
  height: auto;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  justify-content: left;
  align-items: start;
  gap: 1rem;
  padding: 1rem;
}
.contact-card h6 {
  font-size: 1rem;
}

.contact-card i {
  font-size: 25px;
  max-width: 60px;
  min-width: 50px;
  padding: 8px;
  border: 2px solid var(--tertiary);
  border-radius: 50%;
  transition: none 0.4 ease;
  color: var(--tertiary);
  justify-content: center;
  display: flex;

}

.contact-card i:hover {
  font-size: 25px;
  background-color: var(--secondary);
  border: 2px solid var(--tertiary);
  border-radius: 50%;
  transition: ease-in;
  color: var(--tertiary);


 
}
.contact-card a{
  text-decoration: none;
}

/* ///////////////////////////////////////// */
/* Overlay para a tela ficar escura */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7); /* Fundo escuro */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10007;
  visibility: hidden;
}

/* Classe para mostrar o overlay */
.loading-overlay.visible {
  visibility: visible;
}

/* Estilo do ícone de loading (pode ser um spinner, por exemplo) */
.loadingFeedback {
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

/* Animação para o ícone girar */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Para esconder o loading */
.hiddenLoading {
  display: none;
}



@media screen and (max-width: 985px) {
  .box-right-contact {
    background-color: var(--secondary);
    width: 100%;
  }
  .map-box {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: start;
    padding-top: 0rem;
    width: 100%;
    height: 300px;
  }

  #logo-footer {
    width: 50%;
    max-height: 300px;
  }
  .talk-to-us-container {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    gap: 1rem;

  }
  .talk-to-us-container form {
    width: 100%;
  }
  .labels-talk-to-us p,
  i {
    font-size: 1.2rem;
  }

  .labels-talk-to-us i {
    font-size: 1.2rem;
  }
  .box-labels {
    align-items: center;
    width: 60%;
    margin-top: 0rem;
  }
  #talk-to-us h6 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .talk-to-us-container {
    
    height: auto;} 
  #group-contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 1.5rem;
    gap: 0.1rem;
    padding: 0;
  }
  #group-contact img {
    width: 50px;
    max-width: 50px;
  }

  #talk-to-us {
    padding: 0rem 1.5rem;
  }
  .labels-talk-to-us p,
  i {
    font-size: 0.8rem;
  }
}
