.Empresa-titulo{

    color:#000000;
    font-size: 35px;
     font-weight: 700;
}
.Empresa-texto{

    font-weight: 400;
    color:black;
    font-size: 16px;
    margin-top: 30px;
}
.Empresa-TextoAdd__titulo{


    color:#252627;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    text-transform: capitalize;

}
.Empresa-TextoAdd__texto{

    color:#000000;

    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.breadcrumb-item a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}
.breadcrumb-item.active a{
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: white;
}

