.elementor-1361 .elementor-element.elementor-element-beb3b4c{--display:flex;}.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-1361 .elementor-element.elementor-element-56bace8{width:auto;max-width:auto;}.elementor-1361 .elementor-element.elementor-element-56bace8.elementor-element{--align-self:flex-start;}.elementor-widget-image-box .elementor-image-box-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-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-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-1361 .elementor-element.elementor-element-8d03493.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-1361 .elementor-element.elementor-element-8d03493.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-1361 .elementor-element.elementor-element-8d03493.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-1361 .elementor-element.elementor-element-8d03493 .elementor-image-box-wrapper .elementor-image-box-img{width:30%;}.elementor-1361 .elementor-element.elementor-element-8d03493 .elementor-image-box-img img{transition-duration:0.3s;}@media(max-width:767px){.elementor-1361 .elementor-element.elementor-element-8d03493 .elementor-image-box-img{margin-bottom:15px;}}/* Start custom CSS for heading, class: .elementor-element-56bace8 */.title-section .elementor-heading-title:before,
.title-section .elementor-heading-title:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 20px;
    width: 250px;
}

.title-section .elementor-heading-title:before {
    background: linear-gradient(90deg, transparent, #8f3535);
    left: calc(-250px - 30px);
}

.title-section .elementor-heading-title:after {
    background: linear-gradient(90deg, #8f3535, transparent);
    right: calc(-250px - 30px);
}

.title-section.title-left .elementor-heading-title:after {
    right: calc(-600px - 30px);
    top: 20px;
    width: 600px;
}

.title-section.title-left .elementor-heading-title:before,
.title-section.title-right .elementor-heading-title:after {
    display: none;
}

.title-section.title-right .elementor-heading-title:before {
    left: calc(-600px - 30px);
    top: 20px;
    width: 600px;
}/* End custom CSS */
/* Start custom CSS for image-box, class: .elementor-element-8d03493 */.timeline::before{
    content:"";
    width: 30px;
    height: 30px;
    background-color: #000;
    position: absolute;
    border-radius: 50%;
    top: -55px;
    left: 0;
    border: 6px solid #fff;
    box-shadow: 0 0 0 1px #000;
    z-index: 2;
}

.timeline.primeiro::after{
    content:"";
    width: var(--largura);
    height: 1px;
    border-top: 1px solid #000;
    border-image: linear-gradient(to right, #000, transparent) 1;
    position: absolute;
    top: -40px;
}


@media(min-width: 768px) and (max-width: 1024px){
    .timeline::before{
        top: 8%;
        left: -50px;
    }
    
    .timeline.primeiro::after{
        top: 10%;
        left: -36px;
        width: 1px;
        border-left: 1px solid;
        border-image: linear-gradient(to bottom, #000, transparent) 1;
        /*height: var(--altura);*/
        height: 400%;   
    }
}

@media(max-width: 767px){
    .timeline::before{
        top: 2%;
        left: -50px;
    }
    
    .timeline.segundo::before{
        top: 3%;
        left: -50px;
    }
    
    .timeline.terceiro::before{
        top: 2%;
        left: -50px;
    }
    
    .timeline.primeiro::after{
        top: 10%;
        left: -36px;
        width: 1px;
        border-left: 1px solid;
        border-image: linear-gradient(to bottom, #000, transparent) 1;
        height: var(--altura);
    }
}/* End custom CSS */