 .separador-horizontal hr {

     color: #dcdcdc;
     margin: 0 0;
     width: 92%;
 }


 .tabs-navegacion {
     display: flex;
     align-items: center;
     margin: 2px 85px;


 }

 .tab-item {
     display: flex;
     align-items: center;
     gap: 8px;
     color: #333;
     font-weight: 500;
     font-size: 15px;
     text-decoration: none;
     margin-left: 45px;
     padding-top: 20px;


 }


 .tab-item img {
     width: 12px;
     height: 12px;

 }


 .tab-item:hover,
 .tab-activa {
     color: rgb(0, 0, 0);
     font-weight: bolder;
 }