.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-60f6979:#242784;--e-global-color-47d84a8:#3A3C80;--e-global-color-2fac785:#CFD1F6;--e-global-color-14036cf:#834A8B;--e-global-color-0c52d06:#A888A6;--e-global-color-5cf5768:#C39CC9;--e-global-color-b76ed7c:#4A4A4C;--e-global-color-b569f8b:#909090;--e-global-color-4e5776d:#E0E0E0;--e-global-color-93706b0:#FFFFFF;--e-global-color-7a6e254:#8E0C4B;--e-global-color-f8a4ca2:#000000;--e-global-color-83ed5c0:#B2B3CF;--e-global-color-af2feba:#060841;--e-global-color-79c8d6a:#1A1A1E;--e-global-color-c801603:#070708;--e-global-color-ebb5ad5:#5B5B5B;--e-global-color-523bf06:#0A0B44;--e-global-color-dccd2c7:#242545;--e-global-color-ac5cc0b:#83839A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#000000;}.elementor-kit-6 h2{color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.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);}.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:90%;}.e-con{--container-max-width:90%;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}}/* Start custom CSS *//* Estilização mensagens forms*/
/* Mensagens gerais de retorno (sucesso, erro, aviso) */
.wpcf7-response-output {
  font-family: inter, sans-serif; /* muda a fonte */
  font-size: 15px;
  padding: 14px 18px;
  border-radius: 8px;
  margin-top: 15px;
  font-weight: 500;
}
/* Mensagem de sucesso */
.wpcf7 form.sent .wpcf7-response-output {
  background: #e6f9f0;
  border: 2px solid #2ecc71;
  color: #2ecc71;
}

/* Mensagem de erro (envio falhou ou inválido) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border: 2px solid #e74c3c;
  color: #c0392b;
}

/* Mensagem de aviso (ex: spam, campo obrigatório, etc.) */
.wpcf7 form.spam .wpcf7-response-output {
  background: #fff8e6;
  border: 2px solid #f39c12;
  color: white;
}

/* Campos inválidos (destacar input com erro) */
.wpcf7-not-valid {
  border: 2px solid #e74c3c !important;
  background: #fff6f6;
}

/* Mensagem abaixo do campo inválido */
.wpcf7-not-valid-tip {
  color: white;
  font-size: 13px;
  margin-top: 10px;
}



.relevanssi-query-term{
    color: #242784;
    background-color: #CFD1F6;
    border-radius: 50px; 
    padding: 5px;
}
/* Esconder no mobile */
.hide-mobile {
    display: flex !important;
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}

/* Esconder no desktop */
.hide-desktop {
    display: flex !important;
}

@media (min-width: 1025px) {
    .hide-desktop {
        display: none !important;
    }
}

/* Esconder no tablet */
.hide-tablet {
    display: flex !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .hide-tablet {
        display: none !important;
    }
}

/* Mobile + Tablet (esconder só desktop) */
.mobile-tablet-only {
    display: flex !important;
}

@media (min-width: 1025px) {
    .mobile-tablet-only {
        display: none !important;
    }
}
.mobile-only {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile-only {
        display: flex !important;
    }
}
.desktop-only {
    display: none !important;
}

@media (min-width: 1024px) {
    .desktop-only {
        display: flex !important;
    }
}/* End custom CSS */