.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.contenedor-project-form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    padding: 50px 20px;
    min-height: 80vh;
}

.contenedor-project-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/assets/back-project-form.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.8);
    z-index: 0;
    opacity: 1;
}

.contenedor-project-form>* {
    position: relative;
    z-index: 1;
}

.info-cotizacion {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    opacity: 1;
}

.info-contact {
    height: max-content;
    width: 100%;
}

@media only screen and (min-width: 1000px) {}



.bg-cover {
    background-size: cover;
    background-position: center;
}

.form-step button {
    border: none;
    background: none;
    color: white;
}

.form-step label {
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.custom-input {
    font-size: 0.8rem;
    height: 70px;
}

.custom-input::placeholder {
    font-size: 0.8rem;
    white-space: normal;
}

.label-gray {
    color: #6c757d;
}

.border-bottom-only {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
}

.border-bottom-only:focus {
    border-color: #495057;
    box-shadow: none;
}

.alert.alert-dark {
    font-size: 0.9rem;
}

/* ----------- */
.project-form-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    margin: 0;
    background-color: #808080;
}

.project-form-sub p {
    font-size: 1rem;
    margin: 0px;
    text-align: center;
}

@media only screen and (min-width:750px) {
    .project-form-sub p {
        font-size: 1.5rem;
        margin: 0px;
    }
}