.Empresa-titulo{
    font-family: 'Roboto-Medium';
    color:#B1B3B5;
    font-weight: 500;
    font-size: 40px;
}
.Empresa-texto{
    font-family: 'Roboto-Regular';
    font-weight: 400;
    color:#B1B3B5;
    font-size: 21px;
    margin-top: 30px;
    padding-right: 3rem;
    text-align: left;
}
.Empresa-TextoAdd__titulo{
    
    font-family: 'Roboto-Bold';
    color:#000000;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
}
.Empresa-TextoAdd__texto{
    
    color:#383838;
    font-family: 'Roboto-Medium';
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}
.Empresa_arrow{
    color: #B1B3B5;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #B1B3B5; /* Color deseado */
}
.empresa__text_title {
   font-family: 'Roboto-Medium';
   color: #383838;
   font-size: 30px;
   font-weight: 500;
  }
  .empresa__text_paragraph {
    font-family: 'Roboto-Regular';
    color: #383838;
    font-size: 18px;
    font-weight: 400;
  }