
.steps .title {
    margin-bottom: 8px;
}
h4{
    font-size: 14px !important;
    color: #8c8b8b !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
}
h3{
    font-size: 20px;
    font-weight: 900;
}
.cor-cinza{
    background-color: #f3f1ee;
    padding: 20px 0px 20px 0px;
    text-align: left;
}
.cor-branca{
    background-color: #FFF;
    padding: 20px 0px 20px 0px;
    text-align: left;
    margin-top: 70px;
}
.cor-cinza p, .cor-branca p{
    font-size: 17px;
    font-weight: 500;
}
.cor-branca .row{
    padding-top: 30px;
}
a.arquivo-item{
    font-size: 25px;
    color: #d5d5d5;
    text-align: left;
    font-weight: 900;
}
a.arquivo-item:hover{
    color: #3aca2e;
}


/* TIME LINE SLIDE */

.prev, .next{
    width: 36px;
    height: 44px;
    display: block;
    overflow: hidden;
    border: none;
    background: none;
}
.prev:focus, .next:focus, .prev:active, .next:active{
    border: none;
    background: none;
    outline: -webkit-focus-ring-color auto 0px;
}
.prev polyline, .next polyline{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.prev:hover polyline, .next:hover polyline{
    stroke: #313332;
}
.prev svg, .next svg{
    width: 100%;
}
.prev svg{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.prev{
    position: relative;
    top: -336px;
    float: left;
    margin-left: 10px;
}
.next{
    position: relative;
    top: -336px;
    float: right;
    margin-right: 10px;
}

.siema {
  margin: 1rem 0;
  background-image: url("../images/linha.gif");
  background-position: left center;
  background-repeat: repeat-x;
}
.iten-hist{
    width: 100%;
    height: auto;
}
.svg-item svg{
    width: 125px;
    height: 214px;
}
.circulo_grande, .circulo_medio, .circulo_pequeno, .circulo_baixo, .linha_reta, .linha_curva{
    fill: #d5d5d5;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.svg-item{
    width: 140px;
    height: 214px;
    margin: 0px auto;
    margin-bottom: 5px;
}
.txt-item{
    width: 250px;
    height: 112px;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    padding-bottom: 5px;
    border-bottom: 3px solid #d5d5d5;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #d5d5d5;
    font-weight: 400;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.data-item{
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 900;
    font-size: 33px;
    padding-bottom: 6px;
    color: #d5d5d5;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.prim-hist .data-item{
    margin-top: 168px;
}

/* segundo item --------------------- */
.sec-hist .txt-item{
    padding-top: 5px;
    border-top: 3px solid #d5d5d5;
    padding-bottom: 0px;
    border-bottom: none;
    margin-top: 6px;
}
.sec-hist .svg-item{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}


/* HOVER --------------------- */
.iten-hist:hover .txt-item{
    border-color: #37a92b;
    color: #8c8b8b;
}
.iten-hist:hover .data-item{
    color: #313332;
}
.iten-hist:hover .circulo_grande, .iten-hist:hover .linha_curva{
    fill: #6E6F72;
}
.iten-hist:hover .circulo_medio, .iten-hist:hover .circulo_pequeno, .iten-hist:hover .circulo_baixo, .iten-hist:hover .linha_reta{
    fill: #38A949;
}

@media (max-width: 1023px) {
}
@media (max-width: 767px) {

}