.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ef067c3:#003B95;--e-global-color-5440e27:#FFFFFF;--e-global-color-630e686:#2C2C2C;--e-global-color-a201da7:#0057B8;--e-global-color-3a8eb98:#B89D73;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:32px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.searchandfilter select {
  padding: 10px;
  border: 2px solid #fbbf24;
  border-radius: 0;
  min-width: 160px;
  font-size: 14px;
  margin-right: -1px;
  
}

.searchandfilter input[type="submit"] {
  padding: 10px 20px;
  background-color: #0071c2;
  color: white;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-weight: bold;
 
}

.searchandfilter select:first-of-type {
  border-radius: 0px 8px 8px 0px;
  
}

.searchandfilter h4
{color: white;
}


@media (max-width: 768px) {
  .searchandfilter ul {
    display: block !important;
    
  }

  .searchandfilter li {
    display: flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    gap:0px;
    padding-bottom: 0px!important;
    margin-bottom: 0px !important;  /* Ajuste o espaçamento entre os campos */
    
    
  }

  .searchandfilter input[type="submit"] {
    width: 100%;
    border-radius: 6px;
    margin-top:20px;
  }
}/* End custom CSS */