#event-detail {
    font-family: "Abel", sans-serif !important;
}

.event-title {
    max-height: 98px;
    font-size: 2.5em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
}

.advertencia {
    color: #bb0000;
    background-color: #f3d3d4;    
}
.advertencia h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #bb0000;
    border-bottom: 1px solid #bb0000;
}

@media (max-width: 991px) {
    .event-title {
        font-size: 1.5em;
        max-height: 61px;
    }
}
@media (max-width: 767px) {
    .event-title {
        font-size: 1.5em;
        max-height: 89px;
    }
}

