

@media (max-width: 1024px) {

}

@media (min-width:700px){
    .header .container {
        justify-content: 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;
        color: white;
        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;
    }
}

/* =============== correcciones formulario =============== */
.body-content{
    margin-top: 60px;
}

}@media (max-width: 700px) {
    .body-content {
        margin-top: 140px;
    }
}
