.elementor-3249 .elementor-element.elementor-element-a4ac194{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3249 .elementor-element.elementor-element-ece6e43{--display:flex;--min-height:446px;--justify-content:center;}.elementor-3249 .elementor-element.elementor-element-ece6e43.e-con{--align-self:center;}.elementor-3249 .elementor-element.elementor-element-2863dc9{--display:flex;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:050px;--padding-bottom:020px;--padding-left:040px;--padding-right:30px;}.elementor-widget-image-box .elementor-image-box-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-widget-image-box:has(:hover) .elementor-image-box-title,
					 .elementor-widget-image-box:has(:focus) .elementor-image-box-title{color:var( --e-global-color-primary );}.elementor-widget-image-box .elementor-image-box-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-3249 .elementor-element.elementor-element-ec0391c{width:var( --container-widget-width, 86% );max-width:86%;--container-widget-width:86%;--container-widget-flex-grow:0;}.elementor-3249 .elementor-element.elementor-element-ec0391c .elementor-image-box-wrapper{text-align:start;}.elementor-3249 .elementor-element.elementor-element-ec0391c .elementor-image-box-title{margin-bottom:15px;font-family:"Nobel Uno", Sans-serif;font-size:2.5em;font-weight:700;line-height:1.2px;color:#FF6E1E;}.elementor-3249 .elementor-element.elementor-element-ec0391c .elementor-image-box-description{font-family:"Nobel Uno", Sans-serif;font-size:1em;font-weight:400;line-height:1em;}.elementor-3249 .elementor-element.elementor-element-a438c69{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-3249 .elementor-element.elementor-element-a438c69 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3249 .elementor-element.elementor-element-a438c69.elementor-element{--align-self:center;}@media(max-width:1559px){.elementor-widget-image-box .elementor-image-box-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-image-box .elementor-image-box-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image-box .elementor-image-box-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:768px){.elementor-3249 .elementor-element.elementor-element-2863dc9{--width:40.7%;}}@media(min-width:2400px){.elementor-widget-image-box .elementor-image-box-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-image-box .elementor-image-box-description{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-a438c69 */.animated-checklist {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 100%;
    margin: 20px 0;
    padding: 0;
}

.checklist-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.item-text {
    margin-left: 15px;
    font-size: 16px;
    color: #9A9A9A;
    cursor: pointer;
    user-select: none;
}

/* Estilos do checkbox animado */
.checkbox-wrapper-12 {
    position: relative;
}

.checkbox-wrapper-12 > svg {
    position: absolute;
    top: -130%;
    left: -170%;
    width: 110px;
    pointer-events: none;
}

.checkbox-wrapper-12 * {
    box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
    outline: 0;
}

.checkbox-wrapper-12 .cbx {
    width: 24px;
    height: 24px;
    position: relative;
    filter: url('#goo-12');
}

.checkbox-wrapper-12 .cbx input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #bfbfc0;
    border-radius: 50%;
}

.checkbox-wrapper-12 .cbx label {
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 1;
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
    transition: stroke-dashoffset 0.3s ease;
    transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked + label {
    animation: splash-12 0.6s ease forwards;
}

.checkbox-wrapper-12 .cbx input:checked + label + svg path {
    stroke-dashoffset: 0;
}

/* Animação splash */
@keyframes splash-12 {
    40% {
        background: #866efb;
        box-shadow: 0 -18px 0 -8px #866efb, 16px -8px 0 -8px #866efb, 16px 8px 0 -8px #866efb, 0 18px 0 -8px #866efb, -16px 8px 0 -8px #866efb, -16px -8px 0 -8px #866efb;
    }
    100% {
        background: #866efb;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

/* Esconde o SVG de filtros */
.svg-filters {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2863dc9 */.elementor-3249 .elementor-element.elementor-element-2863dc9 {
border-radius: 10px;
border: 1px solid rgba(218, 218, 218, 0.57);
background: #FFF;
box-shadow: 24px 50px 15px 0px rgba(0, 0, 0, 0.00), 15px 32px 14px 0px rgba(0, 0, 0, 0.01), 9px 18px 12px 0px rgba(0, 0, 0, 0.02), 4px 8px 9px 0px rgba(0, 0, 0, 0.03), 1px 2px 5px 0px rgba(0, 0, 0, 0.04);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nobel Uno';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://icarocr.com.br/wp-content/uploads/2024/11/NobelUno-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Nobel Uno';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://icarocr.com.br/wp-content/uploads/2024/11/NobelUno-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Nobel Uno';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://icarocr.com.br/wp-content/uploads/2024/11/NobelUno-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Nobel Uno';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://icarocr.com.br/wp-content/uploads/2024/11/NobelUno-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Nobel Uno';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://icarocr.com.br/wp-content/uploads/2024/11/NobelUno-Light.woff2') format('woff2');
}
/* End Custom Fonts CSS */