.crono{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*min-height: 423px;*/
    padding: 60px 0px;
    padding-bottom: 45px;
    width: 100%!important;
    z-index: 8;
}
.fundoverde{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*height: calc( 100% + 60px );*/
    /*margin-top: -60px;*/
}
.crono h3{
    font-size: 24px;
    /*font-weight: 700;*/
    color: #cc2821;
    margin-top: 35px;
    margin-bottom: 30px;
    font-style: italic;
}

.crono h3 span{
    color: #cc2821;
}

.crono span.titulo{
    color: black;
    font-weight: 700;
    font-size: 20px;
    margin-top:20px;
    display: block;
    text-align: left;
    padding-left: 10px;
}

.crono span.legenda{
    color: black;
    font-size: 13px;
    /*margin-top:20px;*/
    display: block;
    text-align: left;
}
.risco{
    width:115px;
    height: 35px;
    border-top: solid 2px #cc2821;
}
.timeline {
    /*padding-bottom: 80px;*/
}
.timeline h4 {
    width: 100%;
    margin: 0;
    /*padding: 0.8em 0;*/
    font-size: 1.15em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.timeline-carousel {
    /*padding: 1.6em 0 0;*/
    /*border-bottom: 1px solid black;*/
}

.owl-item {
    border-top: 1px solid white;
    height: 100%;
    position: relative;
    margin-top: 5px;
    padding: 5px;
}

.owl-item__inner {
    padding-right: 30px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
    /*overflow: hidden;*/
    overflow: visible;
}

.date-wrap {
    float: left;
    height: 100%;
    width: auto;
    font-size: 16px;
    text-align: left;
}
.date-wrap .date {
    display: block;
    margin-top: 50px;
    /*height: 0.9em;
    width: 0.9em;
    padding: 1em;*/
    /*background-color: #fff;*/
    /*border: 3px solid black;*/
    border-radius: 50%;
    color: #cc2821;
    /*font-weight: 700;*/
    font-size: 24px;
    text-align: left;
    /*letter-spacing: -2px;
    text-indent: -.6em;
    line-height: 0;*/
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
/*.date-wrap:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 45px);
  top: 0;
  left: 0;
  z-index: 0;
  border-left: 1px solid black;
}*/

.date-wrap .tracinho {
    position: absolute;
    bottom: calc(100% - 45px);
    top: 0;
    left: 4px;
    z-index: 0;
    border-left: 1px solid white;
    /*left: 50%;*/
}

.date-wrap .circulo {
    position: absolute;
    top: -5px;
    left: 4px;
    z-index: 9999;
    height: 10px;
    width: 10px;
    background-color: #C2C316;
    border-radius:50%;
    border: 2px solid white;
    transform: translate(-5px,-5px);
    /*left: 50%;*/
}
.date-wrap p{
    font-size: 13px;
    color: white;
    margin: 0;
}

.text-wrap {
    float: left;
    width: 70%;
    padding: 1em 0.9375em 3em;
}
.text-wrap ul {
    margin: 0;
    padding: 0;
}
.text-wrap li {
    list-style-type: none;
}

/*------------------------------------*\
    ::  Owl Specific Styles
\*------------------------------------*/
.owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 50%;
    /*overflow: hidden;*/
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
    width: 0;
    height: 0;
    /*transition: all 0.2s ease-in;*/
}
.owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover {
    /*opacity:0.5;*/

    transform: scale(1.5,1.5);
}

.owl-buttons .owl-prev:hover{
    border-right-color: #e2544e;
}

.owl-buttons .owl-next:hover{
    border-left-color: #e2544e;
}

.owl-buttons .owl-prev {
    float: left;
    margin-left: -30px;
    text-indent: 9999px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 11px solid #cc2821;
}/*
@media (max-width: 1024px) {
  .owl-buttons .owl-prev {
    margin-left: 35%;
  }
}
@media (max-width: 850px) {
  .owl-buttons .owl-prev {
    margin-left: 30%;
  }
}
@media (max-width: 640px) {
  .owl-buttons .owl-prev {
    margin-left: 25%;
  }
}
@media (max-width: 500px) {
  .owl-buttons .owl-prev {
    margin-left: 15%;
  }
}
@media (max-width: 400px) {
  .owl-buttons .owl-prev {
    margin-left: 10%;
  }
}*/
.owl-buttons .owl-next {
    float: right;
    margin-right: -30px;
    text-indent: -9999px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #cc2821;

}/*
@media (max-width: 1024px) {
  .owl-buttons .owl-next {
    margin-right: 35%;
  }
}
@media (max-width: 850px) {
  .owl-buttons .owl-next {
    margin-right: 30%;
  }
}
@media (max-width: 640px) {
  .owl-buttons .owl-next {
    margin-right: 25%;
  }
}
@media (max-width: 500px) {
  .owl-buttons .owl-next {
    margin-right: 15%;
  }
}
@media (max-width: 400px) {
  .owl-buttons .owl-next {
    margin-right: 10%;
  }
}*/












.owl-controls{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.owl-nav .prev, .owl-nav .next{
    font-size: 25px;
    color: #fff;
    margin: 1rem 2rem 0;
}
.owl-nav .prev:hover, .owl-nav .next:hover{
    color: #C2C316;
    cursor: pointer;
}
.owl-nav .prev{

}
.owl-nav .next{
    
}





.owl-pagination {
    width: 100%;
    position: absolute;
    bottom: -2.7em;
    text-align: center;
}
@media (max-width: 640px) {
    .owl-pagination {
        display: none;
    }
}
.owl-pagination .owl-page {
    display: inline-block;
    margin: 0 10px;
}
.owl-pagination .owl-page span {
    display: block;
    height: 0.95em;
    width: 0.95em;
    -webkit-box-shadow: inset 0px 0px 0px 2px black;
    box-shadow: inset 0px 0px 0px 2px black;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}
.owl-pagination .owl-page:hover span, .owl-pagination .owl-page.active span {
    background-color: black;
}

.timeline img{
    width: 100%;
    height: auto;
}

.date-wrap{
    width: 100%;
}

.legenda{
    font-style: italic;
    font-weight: 400;
    color: #777;
}

.date-wrap .date{
    color: #C2C316;
}

.date-wrap .legenda, .date-wrap .legenda p{
    display: block;
    margin-top: 0px;
    border-radius: 50%;
    color: #cc2821;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    font-style: normal;
}

.date-wrap .date, .date-wrap .titulo, .crono span.legenda, .date-wrap .legenda p{
    text-align: left;
}

@media (max-width: 543px) {
    .owl-controls{
        display: none !important;
    }
    .owl-buttons{
        display: flex;
        justify-content: space-between;
    }
    .owl-buttons .owl-prev, .owl-buttons .owl-next{
        float: none;
        margin-right: 0px;
        margin-left: 0px;
    }




    .hidden-xs {
        display: none !important
    }

    .crono .container {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 544px) and (max-width: 767px){
    .owl-controls{
        display: none !important;
    }
    .hidden-xs{
        display:none !important
    }
    .crono .container {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    /*.owl-controls{
        display: none !important;
    }*/
    .hidden-sm{
        display:none !important
    }
    .crono .container {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1209px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width: 1210px){
    .hidden-lg{
        display:none !important
    }
}



section#timeline{
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 0px;
    padding-top: 0px;
}

.row.fundobranco{
    background-color: white;
}

/*section#timeline.bg-light-gray{
  background-color: white;
}*/

section#timeline.bg-light-gray{
    background-color: white;
}

section#timeline > .container{
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    width:auto!important;
}

.divisaotimeline{
    /*padding-top: 150px;*/
    padding-top: 75px;
}


/*section#timeline h3.section-subheading{
  margin-bottom: 150px;
}*/

article.timeline{
    /*max-width: 25%;*/
    /*margin:auto;*/
    width: 100%;
}

.date-wrap p{
    text-align: center;
    transform: translateX(-45%);
}
.date-wrap .date{
    transform: translateX(-8%);
}
@media (min-width: 550px){
    .date-wrap .date{
        transform: translateX(-5%);
    }
}
@media (min-width: 1500px){
    .date-wrap .date{
        transform: translateX(-6%);
    }
    .date-wrap p{
        transform: translateX(-48%);
    }
}

.owl-nav{
    display: flex;
    justify-content: center;

}
.owl-stage .owl-item:not(.active) .date, .owl-stage .owl-item:not(.active) p,
.owl-stage .owl-item:not(.active) + .owl-item.active p, .owl-stage .owl-item:not(.active) + .owl-item.active .date{
    display: none!important;
}

.owl-nav span{
    color: #cc2821;
    font-size: 50px;

    outline: none!important;
    transform: translateY(-50vh);
    display: block;
}

*{
    outline: none!important;
}