/* Historic timeline */
.timeline-custom-box:hover .date,
.timeline-custom-box-icon {-webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.timeline-custom-bar { position: relative }
.timeline-custom-bar:before { 
    position: absolute; 
    content: ''; 
    width: 44px; 
    height: 100%; 
    background-image: url("https://todospelaeducacao.org.br/wordpress/wp-content/uploads/2021/07/seta-vermelha-cima-2.png");
    background-repeat: repeat-y;
    background-size: auto;
    background-position: top;
    
    display: block; top: 26px; 
    left: calc(50% - 22px); 
    top: -50px;
    z-index: 0; 
}

.timeline-custom-box {
    background:#fff; 
    border-radius: 30px;
    padding: 70px 50px 30px 50px;
    position:relative;
    margin-right: 40px;
    margin-left:0;
}
.timeline-custom-bar--right .timeline-custom-box {
    margin-left: 40px;
    margin-right:0;
}

.timeline-custom-bar--right .timeline-box { margin: 30px 0 30px 30px; }
.timeline-custom-edge {text-align:center;}

.timeline-custom-edge-text {background:#fff; border-radius:3px; padding:0 10px; line-height: 2;display: inline-block;}
.timeline-custom-box:hover .timeline-box-icon {background-color: #cd2122;}

.timeline-custom-box-date {
    position: absolute;
    top: -70px;
    left: auto;
    right: 32px;
    white-space: nowrap;
    margin-top: -14px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: 149px;
    width: 159px;
    
    font-family: "AzoSans-Black", Helvetica, Arial, sans-serif;
    font-size: 42px;
    color: #464646;

    background-image: url("https://todospelaeducacao.org.br/wordpress/wp-content/uploads/2021/07/bg-amarelo-ano.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.timeline-custom-bar--right .timeline-custom-box-date {
    top: -70px;
    left: 32px;

}

.timeline-custom-box-title { font-weight: bold; }
.timeline-custom-bar--right .timeline-box-date {left: auto; right: calc(100% + 90px); right: -webkit-calc(100% + 90px); }
/* Dark */
.historic--dark.timeline-custom-bar:before {background-color: rgba(255, 255, 255, 0.09);}
.historic--dark .timeline-custom-box {background:#000;}
.historic--dark .timeline-custom-edge-text {background:#000;}
.historic--dark .timeline-custom-box-date {background:#000; color:#cbcbcb;}
/* Mq's */
@media (min-width: 768px){
	.timeline-custom-bar--right .timeline-box:after {left:-20px; right:auto; border-left-color:transparent; border-right-color:#fff;}
	.timeline-custom-box-icon {position:absolute; top:50%; right:-70px; background:#E5E5E5; color: #fff; width:50px; height:50px; margin-top: -25px; border-radius:50%; text-align: center; line-height: 50px; box-sizing: content-box;}
	.timeline-custom-box-icon:before {content:"\e109"; font-family: 'Glyphicons Halflings'; font-size: 18px; font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: inherit;}
	.timeline-bar--right .timeline-custom-box-icon {right:auto; left:-70px;}
	.historic-custom--dark .timeline-custom-box:after {border-left-color:#000; }
	.historic-custom--dark .timeline-custom-bar--right .timeline-box:after {border-right-color:#000; border-left-color:transparent;}
	.historic-custom--dark .timeline-custom-box-icon {background:#121212;}
}
@media (max-width: 767px){
	.timeline-custom-bar--right .timeline-custom-box-date ,
    .timeline-custom-box-date {left: 24%; right: 30%; text-align: center; width: 50%; top: -70px; padding: 5px 0; }
    .timeline-custom-box,
    .timeline-custom-bar--right .timeline-custom-box { margin: 76px 0 }
    .timeline-custom-bar::before {
        display:none;
    }
    .timeline-custom_box {
        margin-top: 120px !important;
    }
    .timeline-custom_box img {
        float: none;
        margin: 0 auto 15px auto;
        width:100%;
    }
}
