.elementor-9912 .elementor-element.elementor-element-f888ca1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9912 .elementor-element.elementor-element-d2fd4e3{width:var( --container-widget-width, 30% );max-width:30%;--container-widget-width:30%;--container-widget-flex-grow:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9912 .elementor-element.elementor-element-daab571 .elementor-heading-title{font-family:"Inter_ECC", Sans-serif;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-9912 .elementor-element.elementor-element-18f655d{--divider-border-style:solid;--divider-color:#9B9B9B8C;--divider-border-width:1px;}.elementor-9912 .elementor-element.elementor-element-18f655d .elementor-divider-separator{width:100%;}.elementor-9912 .elementor-element.elementor-element-18f655d .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-9912 .elementor-element.elementor-element-fc93984{--display:flex;}.elementor-9912 .elementor-element.elementor-element-bf5e4fa{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-9912 .elementor-element.elementor-element-bf5e4fa .elementor-divider-separator{width:100%;}.elementor-9912 .elementor-element.elementor-element-bf5e4fa .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-9912 .elementor-element.elementor-element-186db72{--display:flex;}body.elementor-page-9912:not(.elementor-motion-effects-element-type-background), body.elementor-page-9912 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}/* Start custom CSS */.gfield_radio .gfield-choice-input {
    display: none !important;
}

.gfield_radio label.gform-field-label--type-inline {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    border: 2px solid #ccc !important;
    border-radius: 50% !important;
    color: #333 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    background-color: white !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;

    &::before, &::after {
        content: none !important;
    }
}

.gfield_radio .gfield-choice-input:checked + label.gform-field-label--type-inline {
    background-color: #b22335 !important;
    border-color: #b22335 !important;
    color: white !important;
}

/* REMOVIDOS OS ESTILOS ESPECÍFICOS PARA .gchoice_18_1_0 E .gchoice_18_1_10 AQUI */

#input_18_1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 auto !important;
    padding: 10px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#input_18_1 .gchoice {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    float: none !important;
}

.elementor-heading-title {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.elementor-widget-text-editor {
    text-align: center !important;
    font-size: 16px !important;
    color: #585e6a !important;
    margin-bottom: 20px !important;
}

.gfield_label.gform-field-label {
    text-align: center !important;
    display: block !important;
    margin-bottom: 15px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #112337 !important;
}

.gfield_required .gfield_required_text {
    color: #d50000 !important;
    font-weight: normal !important;
    margin-left: 5px !important;
    display: inline !important;
}

#gform_submit_button_18 {
    display: block !important;
    background-color: #b22335 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
    margin: 20px auto 0 !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: background-color 0.3s ease !important;
}

#gform_submit_button_18:hover {
    background-color: #000000 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter_ECC';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://ecc.com.br/wp-content/uploads/2024/06/Inter-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */