#darkgold-bg {
        background-color: var(--main-darkgold) !important;
        margin-top: 3rem !important;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 5rem 0;
}

.left-half {
        display: flex;
        flex-direction: column;
        justify-self: center;
}

.budget-title {
        color: white;
        font-size: 36px;
        font-weight: 600;
        overflow: hidden;
        margin: 0;
        padding: 0;

}

.budget-title>span {
        border-bottom: 20px solid black;
}

.form-group {
        margin: 1rem 0;
}

.form-group>label {
        color: white;
        font-size: 18px;
        font-weight: 300;
        line-height: 120%;
}

.budget-btn {
        background-color: black;
        color: white;
        font-size: 20px;
        margin: 1rem auto 0 0;
        padding: .5rem 1rem;
        font-weight: 600;
        border-radius: 1rem;
}

.right-half {
        display: flex;
        flex-direction: column;
        justify-self: center;
}

.fale-ratna {
        background-color: rgb(163, 130, 84);
        border-radius: 1rem;
        padding: 1rem 2rem 2rem 2rem;
        color: white;
}

.f-title {
        font-size: 24px;
        font-weight: 600;
}

.f-p {
        font-size: 18px;
        font-weight: 300;
        line-height: 120%;
}

.flex-spacing {
        margin: 1rem 0;
}

.info-space {
        font-size: 18px;
        color: white;
        display: flex;
        flex-direction: column;
        padding: 0 1rem;
        font-weight: 300;
}

.i-site {
        font-weight: 400 !important;
}

.horarios {
        font-size: 18px;
        color: white;
        display: flex;
        flex-direction: column;
        padding: 0 1rem;
        font-weight: 300;
}

.h-title {
        font-size: 24px;
        font-weight: 600;
}

.swal2-icon {
        overflow: hidden !important;
}