@charset "UTF-8";
form {
  width: 25rem;
}
@media (min-width: 320px) and (max-width: 768px) {
  form {
    width: 100%;
  }
}

.row-form {
  height: 85vh !important;
}

.form-contact {
  color: #202020 !important;
  padding: 0rem;
}

@media (min-width: 320px) and (max-width: 769px) {
  .form-carousel {
    display: none;
  }
}

.input-form {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
  width: 100%;
  height: 3rem;
  border: none; /* Remove all borders */
  border-bottom: 1px solid #B6B6B6; /* Add a bottom border only */
  background: transparent; /* Remove any background */
  border-radius: 0; /* Remove border radius */
  outline: none; /* Remove focus outline */
  box-shadow: none; /* Remove any box-shadow */
  text-align: center;
}
@media (max-width: 992px) {
  .input-form {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.input-form-double {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
  width: 48%;
  height: 3rem;
  border: none; /* Remove all borders */
  border-bottom: 1px solid #B6B6B6; /* Add a bottom border only */
  background: transparent; /* Remove any background */
  border-radius: 0; /* Remove border radius */
  outline: none; /* Remove focus outline */
  box-shadow: none; /* Remove any box-shadow */
  color: #202020 !important;
}
@media (max-width: 992px) {
  .input-form-double {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

input::placeholder, input:active {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  input::placeholder, input:active {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.input-message {
  text-align: left;
  height: 6rem;
  border-radius: 1rem;
}

#formulario {
  padding: 0;
  height: 100vh;
  margin: 1rem 0;
}
#formulario .form-row {
  padding: 0;
  height: 85vh;
}
#formulario .form-dropdown {
  background-color: #ffffff;
  border: none;
}

.carousel-indicators {
  bottom: 2rem;
}

input[type=text],
input[type=tel],
input[type=hidden] {
  text-align: left;
}

.carousel-indicators {
  bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 992px) {
  .carousel-indicators {
    bottom: 8rem !important;
  }
}

.btn:hover {
  border-color: #B6B6B6;
}

.message-input {
  word-wrap: break-word; /* Quebra automaticamente palavras longas */
  overflow-wrap: break-word;
  height: 8rem; /* Controla a altura inicial */
  padding-top: 10px; /* Espaço interno no topo */
  resize: none; /* Desativa o redimensionamento manual */
  box-sizing: border-box; /* Garante que o padding seja contabilizado */
}

.newsletter-form {
  color: #ffffff !important;
}

.form-file {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.44);
}
@media (max-width: 992px) {
  .form-file {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

input[type=file]::file-selector-button {
  background-image: rgba(255, 255, 255, 0.7);
  color: #00368A;
  border: none;
  padding: 5px 20px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3843137255), 0 0 #000, inset 1px 3px 0.75px #ffffff, inset 0 2px 1px rgba(255, 255, 255, 0.5019607843);
}

input[type=file]::file-selector-button:hover {
  background-color: #4380D7;
  color: #ffffff;
}

.menu-subject {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
  letter-spacing: 0rem !important;
  text-transform: unset !important;
  line-height: 1.25rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
@media (max-width: 992px) {
  .menu-subject {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

#dropdownAssunto {
  width: 100% !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
  padding-right: 2rem !important;
  line-height: normal !important;
}