.content-trabaja{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}


.title-content-t{
    width: 100%;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    background-color: #152b74ef;
    margin: 0 auto;
}

.title-content-t h2{
    color: white;

}

.content-t {
display: flex;
flex-direction: column;
justify-content: center;
max-width: 1200px;
padding: 2rem 1rem;
}

.content-t p {
    font-size: 18px;
    color: rgb(32, 32, 32);
    text-align: center;
}
.iconos-t {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1rem;
}

.iconos-t a img{
 width: 100px;
}

.iconos-t a img:hover{
    
   }