.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1D1862;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cf7-accordion {
  border: 1px solid #e5e7eb;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background: #fff;
}
.cf7-accordion > summary {
  list-style: none;
  cursor: pointer;
  padding: 2px 10px;
  font-weight: 600;
  display: flex; align-items: center; justify-content: space-between;
}
.cf7-accordion > summary::-webkit-details-marker { display: none; }
.cf7-accordion > summary::after {
  content: "▾";
  transition: transform .2s ease;
}
.cf7-accordion[open] > summary::after {
  transform: rotate(180deg);
}
.cf7-accordion-body {
  padding: 12px 14px 14px;
  color: #374151;
  line-height: 1.45;
  border-top: 1px solid #f3f4f6;
  font-size: 14px;
}

.cf7-accordion-body p:last-child {
    margin-bottom: 0;
}

.cf7-accordion.empty > summary::after {
    content: none;
}
.cf7-accordion.empty > summary{
    cursor: default;
}

.input-border{
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    padding: 4px 10px 6px 0;
}

.input-border p{
    margin: 8px 0;
}

.cf7-grid {
  display: grid;
  gap: 16px;
  margin: 0;
}

.cf7-grid .cf7-accordion{
    margin: 0;
}

.cf7-grid .cf7-accordion+p{
    margin-bottom: 1.2em;
}

.cf7-grid.col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.cf7-grid .col-span-2 {
  grid-column: 1 / -1;
}

.cf7-grid.col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.alerta-form{
    background-color: #ffc0c0;
    padding: 8px;
}
.alerta-form p{
    margin: 0;
}

.separador-form{
    background-color: #efefee;
    text-align: center;
}

.separador-form p.title{
    margin: 0;
    padding-top: 10px;
}

.separador-form ul{
    margin: 0;
    padding: 10px 10px 10px 35px;
    text-align: left;
}

.wpcf7 input[type=file].wpcf7-form-control{
    padding:6px 6px 7px;
}

h3{
    text-decoration: underline;
}

a{
    color: #efefee;
}

.breadcrumb {
    font-size: 14px;
    color: #6b7280;
}
.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.breadcrumb p {
    font-size: 16px;
    margin: 0;
}
.breadcrumb a {
    color: #0b5fff;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .separator {
    color: #9ca3af;
}

/* Responsivo */
@media (max-width: 1024px) {
  .cf7-grid.col-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .cf7-grid.col-3,
  .cf7-grid.col-2 { grid-template-columns: 1fr; margin-bottom: 16px; }
  .cf7-grid.col-3 p,
  .cf7-grid.col-2 p { margin-bottom:0 ; }
}

/* Ajuste visual opcional dos wrappers do CF7 */
.cf7-grid .col > * {
  width: 100%;
}/* End custom CSS */