.header-evento{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
}

.header-evento .header-evento-background-color{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: .8;
}

.header-evento .container{
    z-index: 2;
    position: relative;
}

.header-evento span{
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.header-evento h1{
    margin-top: 10px;
    font-size: 58px;
    font-weight: 800;
    color: #ffffff;
}

.header-evento p {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    display: block;
}

.header-evento a{
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 0;
    width: 310px;
    text-align: center;
    margin-top: 30px;
    display: block;
    border-radius: 4px;
    transition: .3s all;
}

.header-evento a:hover{
    opacity: .8;
}

.header-evento .area-format-date{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.header-evento .area-format-date > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}

.header-evento .area-format-date > div > span:nth-child(1){
    font-size: 32px;
    font-weight: 700;
}

.header-evento .area-format-date > div > span:nth-child(2){
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

@media (max-width:991px) {
    .header-evento h1{
        font-size: 48px;
    }

    .header-evento p{
        font-size: 18px;
    }

    .header-evento span{
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .header-evento h1{
        font-size: 26px;
    }

    .header-evento p{
        font-size: 15px;
    }

    .header-evento .container > span{
        font-size: 15px;
        color: #964607;
    }

    .header-evento .area-format-date > div{
        margin-right: 30px;
    }

    .header-evento .area-format-date > div > span:nth-child(1){
        font-size: 24px;
    }
    
    .header-evento .area-format-date > div > span:nth-child(2){
        font-size: 12px;
    }

    .header-evento a{
        padding: 10px 0;
        width: 100%;
        font-size: 14px;
    }
}

@media (max-width:400px) {
    .header-evento .area-format-date > div > span:nth-child(2){
        letter-spacing: 1.8px;
        font-size: 11px;
    }

    .header-evento .area-format-date > div{
        margin-right: 20px;
    }
}