.separadorB{
    margin-top: 8rem;
    
}

.item-dark-list{
    @apply rounded-2xl border border-white border-opacity-10 bg-black bg-opacity-25 p-5;
}

.certificaciones{
    background-color: oklch(27.8% 0.033 256.848);
    padding: 3rem;
    color: white;
}

.certificaciones p{
    margin-top: 20px;
}

.certificaciones strong{
    color: #b1ce5c;
}

.certificaciones-title{
     font-size: 4rem;
     font-weight: 700;
     margin-bottom: 4rem;
     margin-top: 4rem;
}

.reconocimientos{
    margin-bottom: 4rem;
}

.cont-ancho
{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  display: block;
}