.elementor-kit-9{--e-global-color-primary:#FC0404;--e-global-color-secondary:#E86B18;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-4bead1e:#000000;--e-global-color-98376c3:#7E7E7E;--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;--e-global-typography-0459b84-font-family:"Montserrat";--e-global-typography-0459b84-font-size:20px;--e-global-typography-0459b84-font-weight:400;--e-global-typography-6a3ca2e-font-family:"Montserrat";--e-global-typography-6a3ca2e-font-size:18px;--e-global-typography-6a3ca2e-font-weight:300;--e-global-typography-6a3ca2e-line-height:1.3em;--e-global-typography-7459c26-font-family:"Archivo";--e-global-typography-7459c26-font-size:22px;--e-global-typography-7459c26-font-weight:700;--e-global-typography-7459c26-text-transform:uppercase;--e-global-typography-3a9b929-font-family:"Archivo";--e-global-typography-3a9b929-font-size:30px;--e-global-typography-3a9b929-font-weight:700;--e-global-typography-3a9b929-text-transform:capitalize;--e-global-typography-3a9b929-letter-spacing:1.3px;background-color:var( --e-global-color-4bead1e );--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:400ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:60px;}.elementor-kit-9 e-page-transition{background-color:var( --e-global-color-4bead1e );}.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-kit-9{--e-global-typography-0459b84-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-0459b84-font-size:18px;--e-global-typography-7459c26-font-size:20px;--e-global-typography-3a9b929-font-size:27px;--e-page-transition-entrance-animation:e-page-transition-fade-out-left;--e-page-transition-exit-animation:e-page-transition-fade-in-left;--e-preloader-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.txt-bg-red{
    background: #FC0404;
    color: white;
    padding: 5px 10px;
    border-radius: 10px
}/* Configurar background texto */

.txt-bg-orange{
    background: #E86B18;
    color: white;
    padding: 5px 10px;
    border-radius: 10px
}/* Configurar background texto */

.txt-white{
    color: white;
}/* Configurar background texto */

.txt-red {
	color: #FC0404 !important;
}

.txt-cfg{
	text-transform: uppercase;
}

.btn-cfg-1 .icon.icon-right-arrow {
  background: white;
  border-radius: 50%;
  padding: 12px;
}

.btn-cfg-1 .icon.icon-right-arrow {
  color: #E86B18;
}

.btn-cfg-2 .icon.icon-right-arrow {
  background: red;
  border-radius: 50%;
  padding: 12px;
}

.btn-cfg-2 .icon.icon-right-arrow {
  color: white;
}

.elementor-button-icon.elementor-align-icon-right, .elementor-button-icon {
  align-content: center;
}

/* Borda Gradiente */
.border-card-orange {
    position: relative;
    padding: 20px; /* Ajuste conforme necessário */
    background: black; /* Cor de fundo do card */
    border-radius: 10px; /* Ajuste conforme necessário */
    overflow: hidden; /* Garante que os pseudo-elementos não ultrapassem as bordas arredondadas */
    z-index: 0; /* Ajuste do z-index para os pseudo-elementos */
}

.border-card-orange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit; /* Para herdar o border-radius do elemento pai */
    padding: 1px; /* Ajuste conforme necessário para a espessura da borda */
    background: linear-gradient(to top, #E86B18, rgba(227, 4, 4, 0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1; /* Coloca o pseudo-elemento atrás do conteúdo do card */
}

/* Aplicação de gradiente em texto */

.txt-gradient h2 {
	background: linear-gradient(to right, #BD0303, #E86B18);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.txt-gradient {
	background: linear-gradient(to right, #BD0303, #E86B18);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.img-feedback img {
    margin: auto !important;
}

img.attachment-full.size-full.wp-image-648.wd-lazy-load.wd-lazy-fade.wd-loaded {
    margin-bottom: 150px !important;
}/* End custom CSS */