.breadcrumb-budget {
    background-image: url(../../img/presupuestos/white-paper-texture-with-flecks.png);
    background-repeat: no-repeat;
}

.subtitle-average-budget {
    color: black;
    font-weight: 600;
    letter-spacing: 3.2px;
}

.main-title-average-budget {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    margin-top: 40px;
    color: black;
    line-height: 72px;
}

.budget-title {
    margin-bottom: 0px;
}

.budget-container {
    column-gap: 32px;
    margin-bottom: 152px;
}

.budget-affirmation {
    width: 571px;
}

.budget-affirmation>h1 {
    color: black;
    font-size: 56px;
    line-height: 72px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
}

.budget-affirmation>p {
    color: black;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 0px;
}

.budget-form {
    width: 576px;
    margin-top: 25px;
}

.campo {
    height: 55px !important;
    margin-bottom: 26px !important;
    border: 1px solid #E1E4E7 !important;
    padding: 0px 18px !important;
    color: #717171 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
}

.campo-area {
    height: 197px;
    border: 1px solid #E1E4E7;
    padding: 17px 18px;
    resize: none;
    margin-bottom: 26px;
    color: #717171;
    font-size: 18px;
    font-weight: 400;
}

.title-file {
    border: 1px solid #E1E4E7;
    height: 55px;
    margin-bottom: 26px;
    padding: 17px 10px 17px 18px;
}

.title-file>p {
    margin: 0px 0px 0px 0px;
}


/* Works on Firefox */

.campo-area {
    scrollbar-width: thin;
    scrollbar-color: #707070 white;
}

.campo-area::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;
}

.campo-area::-webkit-scrollbar-track {
    background: white;
}

.campo-area::-webkit-scrollbar-thumb {
    background-color: #707070;
    border: 3px solid #707070;
}

.postal::-webkit-inner-spin-button,
.postal::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.postal {
    -moz-appearance: textfield;
}

@media (max-width: 1200px) {
    .empty-container {
        display: none;
    }
    .lezada-single-slider__content {
        text-align: center;
    }
    .change-text,
    .change-title {
        text-align: center;
    }
    .change-text {
        margin-bottom: 60px !important;
    }
    .intermediate {
        text-align: center;
    }
}

.file-field::file-selector-button {
    background-color: #E5007E;
    color: white;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    border: none;
    width: 252px;
    height: 37px;
}

@media (max-width: 576px) {
    .main-title-average-budget {
        font-size: 44px;
        line-height: 60px;
    }
}