.elementor-kit-5{--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;font-family:"Montserrat", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 */.iti__flag-container {
    background-color: #ffffff; /* Fundo branco */
    border-top-left-radius: 8px; /* Arredonda o canto esquerdo, se quiser */
    border-bottom-left-radius: 8px;
    border: 1px solid #ccc; /* Bordinha suave */
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #ffffff; /* Fundo branco também no item selecionado */
}

.iti--separate-dial-code .iti__selected-flag:hover {
    background-color: #f0f0f0; /* Fundo cinzinha claro ao passar o mouse */
}

/* Se quiser deixar o input e o seletor "coladinhos" */
.iti--separate-dial-code input[type="tel"] {
    border-left: none;
}

/* CSS relacionado à barra de progresso */
.progresso {
  font-family: 'Montserrat';
  min-height: 48px;
}

.barra-container {
  width: 100%;
  height: 16px;
  background-color: #2F2F2F;
  border-radius: 999px;
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.barra-progresso {
  height: 100%;
  width: 0%;
  background-color: #00FF84;
  border-radius: 999px;
  transition: width 1.5s ease-in-out;
}

.texto-progresso {
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
  text-align: center;
}

/* Mobile */
@media (max-width: 767px) {
  .texto-progresso {
    font-size: 12px;
    font-weight: bold;
  }
}/* End custom CSS */