.elementor-kit-5{--e-global-color-primary:#181A51;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#86BC24;--e-global-color-cffd6ce:#F4C305;--e-global-color-fd8f59d:#006190;--e-global-color-aa72673:#18174A;--e-global-color-9444c98:#67BD00;--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-5 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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* -------- SPANS --------*/
.detalhe-rosa{
    color: #BC2461;
}
/* --------------------- */



/* -- CONTEINER BOTAO --*/

.conteiner-botao-animado {
  display: inline-block;
  animation: pulsar-botao 2.5s ease-in-out infinite;
}

@keyframes pulsar-botao {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}


/* --------------------- */



/* ------- LINKS -------*/
.links-rodape {
  color: #7A7A7A;
  text-decoration: none;
}

.links-rodape:hover {
  color: #7A7A7A;
}
/* --------------------- */



/* --- DESTAQUE AZUL ---*/
.destaque-azul {
    color: #18174A;
}

.divisor-lista-localizacao {
    border-bottom: dotted 1px #F1B85E;
    padding: 0 0 10px 0;
}
/* --------------------- */



/* ------ WP FORMS ------*/

.wpforms-field-medium, .wpforms-field-large{
    border-radius: 5px !important;
}

.wpforms-field {
     padding: 5px 0px !important;
}

.wpforms-submit {
background-image: linear-gradient(to bottom, #86BC24, #86BC24)!important;
   border-radius: 5px !important;
   font-size: 16px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  text-decoration: none !important;
  color: #ffffff !important;
   text-transform: uppercase !important;
  width: 100% !important;
  height: 50px  !important;
}

.wpforms-submit:hover{
}

.wpforms-page-button {
    background-color: #ED7900 !important;
    border-radius: 10px !important;
    font-family: Poppins !important; 
  font-size: 13px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  text-decoration: none !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
  text-transform: uppercase !important;
}

.wpforms-page-button:hover {
  text-decoration: underline !important;
  background-color: #ED7900 !important;
}

.wpforms-error {
  font-size: 13px !important;
  color: red !important;
}

.wpforms-required-label {
  color: #ED7900 !important;
}

.wpforms-confirmation-container-full {
      background-color: #ffffff !important;
      color: #282A29 !important;
      border: none !important;
        font-size: 14px !important;
  font-weight: 400 !important;
}

.wpforms-field-label {
      font-weight: 400 !important;
      color: #282A29 !important;
}

.wpforms-icon-choices-label {
    font-size: 13px !important;
    font-weight: 400 !important;
     color: #282A29 !important;
     line-height: 0.5 !important;
}

/* --------------------- *//* End custom CSS */