.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 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){--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: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 */#destaque2{
    background:#00085E!important;
    color:white;
    padding: 5px;
    border-radius: 5px;
}



#destaque3{
    background:#6A439A!important;
    color:white;
    padding: 5px;
    border-radius: 5px;
}


select {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  padding: 10px;
  background: white !important;
  color: #333;
}

select:focus {
  outline: none !important;
  border-color: #00085E !important;
  box-shadow: 0 0 0 3px rgba(0, 8, 94, 0.15) !important;
}

select option {
  background: white !important;
  color: #333 !important;
  padding: 10px !important;
}

select option:hover,
select option:focus,
select option:checked,
select option:active {
  background: #00085E !important;  /* Tenta forçar no hover/seleção */
  color: white !important;
  transition: none !important;    /* Remove delays */
}

/* Truque avançado para Chrome */
select:focus option:hover {
  background: linear-gradient(#00085E, #00085E) !important;
  color: white !important;
}


/*mensagem sucesso form*/
.elementor-message.elementor-message-success.elementor-message-svg {
    background: green;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
}

/*corrigir formatação erro form mensagem*/
/* ===== CORRIGE DESLOCAMENTO DO CÓDIGO DO PAÍS ===== */

.elementor-field-type-text .iti {
    width: 100%;
}

.elementor-field-type-text .iti__flag-container {
    height: 100%;
}

.elementor-field-type-text .iti__selected-flag {
    height: 100%;
    display: flex;
    align-items: center;
}

/* impede que o erro empurre o campo */
.elementor-field-group {
    position: relative;
}

/* mensagem de erro com altura fixa e sem empurrar layout */
.elementor-message-danger {
    position: absolute;
    bottom: -22px;
    left: 0;
    font-size: 13px;
}

/* cria espaço fixo abaixo do campo */
.elementor-field-group {
    padding-bottom: 22px;
}

.elementor-message.elementor-message-success.elementor-message-svg {
    background: green;
    margin-top: 30px !important;
    color: #fff;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 50px;
}/* End custom CSS */