.elementor-kit-6{--e-global-color-primary:#F8F6F6;--e-global-color-secondary:#73C1CC;--e-global-color-text:#353535;--e-global-color-accent:#1C728A;--e-global-typography-primary-font-family:"Ancizar Serif";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Ancizar Serif";--e-global-typography-accent-font-weight:500;background-color:#F8F6F6;color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-6 h2{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-6 h3{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* Container pai */
.how-steps {
    position: relative;
}

/* Cada passo */
.how-steps .how-step {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

/* Bolinha ainda não preenchida */
.how-steps .how-step::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 6px;

    width: 30px;
    height: 30px;

    border-radius: 50%;
    background: #E6EEF0;

    transform: translateX(-50%);
    z-index: 2;

    transition: background 0.25s ease;
}

/* Linha */
.how-steps .how-step::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 30px;

    width: 3px;
    height: calc(100% + 5px);

    transform: translateX(-50%);
    z-index: 1;

    /*
     * Primeira camada: parte preenchida.
     * Segunda camada: parte ainda não preenchida.
     */
    background-image:
        linear-gradient(
            270deg,
            #1C728A 0%,
            #73C1CC 100%
        ),
        linear-gradient(
            to bottom,
            #E6EEF0 0%,
            #E6EEF0 100%
        );

    background-size:
        100% calc(var(--line-progress, 0) * 100%),
        100% 100%;

    background-position:
        top center,
        top center;

    background-repeat: no-repeat;

    transition: background-size 0.12s linear;
}

/* Último passo sem linha */
.how-steps .how-step.last-step::after {
    display: none !important;
}

/* Bolinha preenchida */
.how-steps .how-step.is-complete::before {
    background: linear-gradient(
        270deg,
        #1C728A 0%,
        #73C1CC 100%
    );
}
/* Evitar overflow lateral */
html, body{
    overflow-x: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Ancizar Serif';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/AncizarSerif-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Ancizar Serif';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/AncizarSerif-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Ancizar Serif';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/AncizarSerif-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Ancizar Serif';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/AncizarSerif-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Ancizar Serif';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/AncizarSerif-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Ancizar Serif';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/AncizarSerif-ExtraBoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/Montserrat-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/Montserrat-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://vocoelidoguealemao.com.br/wp-content/uploads/2026/07/Montserrat-BoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */