﻿.img-header img{
    width: 100%;
    height: auto;
}

.titulo-evento h1 {
    color: #005DB7;
    font-weight: 800;
    font-size: 50px;
}

.datos-evento, p {
    font-size: 18px;
}

.datos-evento, h2 {
    color: #005DB7;
}

.notas-importante {
    background-color: #F2F2F2;
    padding-top: 15px;
}

.lbl-aceptar {
    color: #777;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.notas-cerrado h2 {
    color: #7F7777;
    font-weight: 700;
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.1;
}