.logo-w { max-height: 60px;}
div.slider-text * { text-shadow: 0px 0px 10px rgb(255 255 255), 0px 0px 10px rgb(255 255 255); /*-webkit-text-stroke: 1px rgb(200, 200, 200);*/}
.slider-wrapper { height: 100vh; width: 100%; background-size: 100% ; background-position: top center; background-repeat: no-repeat;}
.service-content h2 { 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-trabajo { height: 550px;}
.surname { display: none;}