.cabeceraHome {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.cabeceraHome:after {
    content: "";
    background: linear-gradient(90deg, rgba(0,0,0,0.8295693277310925) 35%, rgba(0,0,0,0.3169642857142857) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.cabeceraHome .cabeceraHomeRow {
    z-index: 2;
    position: relative;
    max-width: 1280px;
    margin: 0px auto;
    padding: 50px 20px;
}

.cabeceraHome .cabeceraHomeRow div#countdown ul {
    padding-left: 0px;
}

.cabeceraHome .cabeceraHomeRow div#countdown ul li {
    list-style: none;
    border: 1px solid #FFF;
    display: inline-block;
    padding: 15px 10px 10px;
    color: #FF7917;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    min-width: 81px;
    line-height: 1.5em;
}

.cabeceraHome .cabeceraHomeRow div#countdown ul li span {
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.cabeceraHome .cabeceraHomeRow .texto-no-contador {
    font-size: 35px;
    color: #FFF;
    font-weight: 700;
    border: 1px solid #FFF;
    display: inline-block;
    padding: 2px 15px;
    margin-bottom: 20px;
}

.cabeceraHome .cabeceraHomeRow .logotipo {
    max-width: 180px;
}

.cabeceraHome .cabeceraHomeRow .fechaEvento {
    color: #FF7917;
    font-weight: 300;
    font-size: 22px;}
    .cabeceraHome .cabeceraHomeRow .fechaEvento span {
        font-weight: 600;
    }

.cabeceraHome .cabeceraHomeRow .titulo {
        color: #FFF;
        font-size: 35px;
        max-width: 900px;
        line-height: 1.2em;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 25px;
}

.cabeceraHome .cabeceraHomeRow .descripcion {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    max-width: 900px;
    margin-bottom: 30px;
}

.cabeceraHome .cabeceraHomeRow a.botonApuntarme {
    background: #D20333;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: 300;
    display: inline-block;
}

.cabeceraHome .cabeceraHomeRow .lugar p {
    color: #FF7917;
    font-weight: 300;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
    padding-left: 8px;
}

.cabeceraHome .cabeceraHomeRow .lugar svg {
    max-width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.cabeceraSinDestacado {
    padding: 120px 20px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.cabeceraSinDestacado img {
    max-width: 400px;
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .cabeceraHome .cabeceraHomeRow .titulo {
        font-size: 40px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 430px) {
    .cabeceraHome .cabeceraHomeRow .titulo {
        font-size: 37px;
    }

    .cabeceraHome .cabeceraHomeRow .descripcion {
        font-size: 18px;
    }
}


