.separador_carregadores{
    
    margin-bottom:30px;
}

.separador_carregadores::before {
    content: '';
    display: block;
    margin: auto;
        margin-bottom: auto;
    left: 50%;
    height: 1px;
    width: 70px;
    bottom: -15px;
    background: #80bd01;
        background-color: rgb(128, 189, 1);
    transition: width .8s ease,background-color .8s ease;
    -webkit-transition: width .8s ease,background-color .8s ease;
    -o-transition: width .8s ease,background-color .8s ease;
    -ms-transition: width .8s ease,background-color .8s ease;
    -moz-transition: width .8s ease,background-color .8s ease;
    margin-bottom: 6px;
}
.separador_carregadores::after {
    width: 110px;
    display: block;
    margin: auto;
    content: "";
    height: 2px;
    background: #80bd01;
        background-color: rgb(128, 189, 1);
    bottom: 0;
    left: 50%;
    transition: width .8s ease,background-color .8s ease;
    -webkit-transition: width .8s ease,background-color .8s ease;
    -o-transition: width .8s ease,background-color .8s ease;
    -ms-transition: width .8s ease,background-color .8s ease;
    -moz-transition: width .8s ease,background-color .8s ease;
}