.ultima-hora-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 900000;
}

.ultima-hora-header {
    background-color: #26314c;
    padding-top: 20px;
}

.ultima-hora-header h3 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.close-ultima-hora {
    cursor: pointer;
}

.ultima-hora-content {
    background-color: #26314c;
    padding-bottom: 30px;
    padding-top: 5px;
    font-size: 24px;
}

.ultima-hora-content a {
    color: white;
}

@media screen and (max-width: 600px) {
    .ultima-hora-header h3 {
        font-size: 24px;
    }
    .ultima-hora-content {
        font-size: 16px;
    }
}