.elementor-1505 .elementor-element.elementor-element-87ffa3c > .elementor-container{max-width:1350px;min-height:94px;}.elementor-1505 .elementor-element.elementor-element-87ffa3c{padding:0px 0px 0px 0px;}.elementor-1505 .elementor-element.elementor-element-6be581b{padding:110px 0px 80px 0px;}.elementor-1505 .elementor-element.elementor-element-ef929a1{text-align:left;}.elementor-1505 .elementor-element.elementor-element-9c30014{--display:flex;}.elementor-1505 .elementor-element.elementor-element-9c30014:not(.elementor-motion-effects-element-type-background), .elementor-1505 .elementor-element.elementor-element-9c30014 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1505 .elementor-element.elementor-element-e301cbf iframe{height:547px;filter:brightness( 103% ) contrast( 100% ) saturate( 27% ) blur( 0px ) hue-rotate( 0deg );}@media(max-width:1024px) and (min-width:768px){.elementor-1505 .elementor-element.elementor-element-8b6b09a{width:100%;}.elementor-1505 .elementor-element.elementor-element-f3248db{width:50%;}}@media(max-width:767px){.elementor-1505 .elementor-element.elementor-element-87ffa3c{padding:0px 0px 40px 0px;}.elementor-1505 .elementor-element.elementor-element-6be581b{padding:50px 0px 40px 0px;}}/* Start custom CSS for container, class: .elementor-element-9c30014 *//* CONTAINER */
.cf7-wrap {
  max-width: 1180px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

/* GRID */
.cf7-row {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}

/* COLUNAS */
.cols-3 .cf7-field { flex: 1; }
.cols-2 .cf7-field { flex: 1; }

/* LABEL */
.cf7-field label {
  font-size: 13px;
  color: #2d2d2d;
  margin-bottom: 6px;
  display: block;
}

/* INPUTS / SELECT */
.cf7-input,
.cf7-textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #e3e3e3;
  background: #f7f7f7;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

/* SELECT custom */
.cf7-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  cursor: pointer;
}

/* TEXTAREA */
.cf7-textarea {
  min-height: 150px;
  resize: none;
}
.cf7-field.full {
  flex: 0 0 100%;
  width: 100%;
}
.cf7-row:last-of-type .cf7-field {
  max-width: 100%;
}
/* FOCUS */
.cf7-input:focus,
.cf7-textarea:focus {
  border-color: #caa64b;
  background: #ffffff;
}

/* BOTÃO */
.cf7-btn {
  background: #caa64b;
  color: #fff;
  border: none;
  padding: 12px 26px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
}

.cf7-btn:hover {
  background: #b8953f;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
    gap: 18px;
  }
}/* End custom CSS */