.crono{
  background-position: center;
  background-size: cover;
  min-height: 423px;
}
.crono h3{
  font-size: 30px;
  font-weight: 700;
  color: black;
  margin-top: 35px;
  margin-bottom: 30px;
}

.crono h3 span{
  color: #F36F21;
}

.crono span.titulo{
  color: black;
  font-weight: 700;
  font-size: 20px;
  margin-top:20px;
  display: block;
  text-align: left;
}

.crono span.legenda{
  color: black;
  font-size: 15px;
  margin-top:20px;
  display: block;
  text-align: left;
}
.risco{
  width:115px;
  height: 35px;
  border-top: solid 2px #F36F21;
}
.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 black;
  height: 100%;
  position: relative;
  margin-top: 5px;
}

.owl-item__inner {
  padding-right: 30px;
  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: #F36F21;
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  /*letter-spacing: -2px;
  text-indent: -.6em;
  line-height: 0;*/
}
/*.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 black;
}

.date-wrap .circulo {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 9999;
  height: 10px;
  width: 10px;
  background-color: #F36F21;
  border-radius:50%;
  border: 2px solid white;
  transform: translate(-5px,-5px);
}

.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 {
  float: left;
  margin-left: -30px;
  text-indent: 9999px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 11px solid #F36F21;
}/*
@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 #F36F21;
}/*
@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-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;
}


@media (max-width: 543px) {
  .owl-controls{
    display: none !important;
  }
  .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
  }
}
