.header .header-dates {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0 0;
}

@media (max-width: 1024px) {

}

@media (min-width:700px){
    .header .container {
        justify-content: center;
    }
}
@media (min-width: 980px) {

}
@media (max-width: 980px) {
    .header .header-dates {
        margin: 20px auto 0;
    }
}
@media (max-width: 414px) {
    .header .group-logos img {
        width: 50%;
    }

    .header .header-dates {
        position: initial;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .header .header-dates > .header-dates-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .header .container .btn.btn-primary {
        margin: auto;
        height: fit-content;
    }

@media (min-width: 1024px) {
    .header .container {
    }
}

/* =============== BOT�N =============== */
    .btn.btn-primary.header-button{
        background-color: transparent;
        border: solid 1px #fff;
        font-size: 13px; /*Con modificar este valor se redimensiona todo el bot�n*/
    }


/* =============== correcciones progreso =============== */
.progress{
    top: 105px;
}
@media (max-width: 1024px){
    .progress{
        left: 50%;
        transform: translateX(-50%);
        top: 82px;
    }
}

