/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.top-phone {
  justify-items: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.top-phone img span {
  color: #212121;
}
.top-phone .top-text {
  display: flex;
  flex-direction: column;
}
.top-phone .text {
  color: #212121;
}
.top-phone .phone {
  font-weight: 900;
  color: #212121;
  font-size: 18px;
}
.top-phone-icon {
  width: auto;
}
#form-home {
  /* Campos */
  /* Efeito ao focar */
  /* Espaçamento entre campos */
  /* Botão */
  /* Hover botão */
  /* Mensagem de erro */
  /* Mensagem de sucesso */
}
#form-home .wpcf7 form {
  max-width: 600px;
  max-height: 600px;
  margin: auto;
}
#form-home .wpcf7 input, #form-home .wpcf7 textarea, #form-home .wpcf7 select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-top: 5px;
}
#form-home .wpcf7 input:focus, #form-home .wpcf7 textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
  outline: none;
}
#form-home .wpcf7 p {
  margin-bottom: 18px;
}
#form-home .wpcf7-submit {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}
#form-home .wpcf7-submit:hover {
  background: #005177;
}
#form-home .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
}
#form-home .wpcf7-response-output {
  border-radius: 6px;
  padding: 10px;
}
#form-home .form-row {
  display: flex;
  gap: 20px;
}
#form-home .form-row p {
  flex: 1;
}
#g-footer {
  background-color: #142d53;
  color: #fff;
  padding: 10px 0;
}
#g-footer a {
  color: #999;
  text-decoration: none;
}
#g-footer a:hover {
  color: #ccc;
}
#g-footer .g-content {
  text-align: left;
}
#g-footer .g-toplevel {
  display: flex;
  flex-direction: column;
}
#g-footer .footer-row {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#g-footer .footer-row .header {
  font-size: 20px;
  color: #B5AC21;
}
#g-footer .footer-row .sub-header {
  font-size: 28px;
}
#g-footer .g-menu-item-title {
  color: #999;
  font-size: 14px;
}
#g-footer .g-grid {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#g-footer .separator {
  border-top: solid 0.5px #B5AC21;
  width: 100%;
  margin-top: 5px;
}
/*# sourceMappingURL=custom_home.css.map */