.row#contact-us {
    background: url('../../img/institutional/contact-us_background.png') no-repeat right top;
    background-size: 46.8%;
    color: #07BEBB;
    font-weight: 700;
    font-size: 16px;
}
.intro {
    width: 70%;
    margin: 2em 0;
    text-align: justify;
}
.box {
    margin: 2.2em 0;
    color: #3A3A3A;
    font-weight: 400;
    box-shadow: 0px 3px 26px #00000029;
    border-radius: 8px;
    padding: 2em;
    background-color: white;
    text-align: center;
}
.box h3 {
    padding-top: 1em;
    font-weight: 700;
}
.md-form input[type="text"]:focus, .md-form textarea:focus, .md-form input[type="email"]:focus {
    border-bottom: 1px solid #07BEBB!important;
    box-shadow: 0 1px 0 0 #07BEBB!important;
}
label {
    font-weight: 600;
    color: black!important;
}
label.active {
    font-weight: 500;
    color: #9F9F9F!important;
}
.form-control {
    color: black!important;
    font-weight: 600;
}
.custom-select {
    border: none;
    border-bottom: 1px solid #ced4da;
    padding: unset;
    color: black!important;
    font-weight: 600;
    border-radius: 0;
}

/* MODAL DE ORÇAMENTOS */
.modal#budget-request .modal-header {
    text-align: center;
    text-shadow: 1px 1px 1px #0000002b;
    background-color: #07BEBB;
    color: white;
}
.modal#budget-request .modal-header h4 {
    font-weight: 700;
    text-align: center;
}
.modal#budget-request .modal-content {
    border-radius: 8px;
}
.md-form input[type="text"]:focus, .md-form input[type="password"]:focus, .md-form input[type="email"]:focus, .select2-selection:focus{
    box-shadow: 0 1px 0 0 #07BEBB!important;
    border-bottom: 1px solid #07BEBB!important;
}

[type="file"]:focus + .active + label.custom-file-label, [type="file"]:focus + label.custom-file-label{
    border: 1px solid #07BEBB!important;
    box-shadow: 0 1px 0 0 #07BEBB!important;
}

label {
    font-weight: 600;
    color: black!important;
}
.md-form label.active{
    font-weight: 500;
    color: #9F9F9F!important;
}

.md-form{
    text-align: left!important;
}

.form-control, .custom-select, .select2-selection, .form-control-file, .custom-file-label {
    color: black!important;
    font-weight: 600;
}

textarea#message{
    border: none!important;
    border-bottom: 1px solid #ced4da!important;
}
textarea#message:focus{
    border: none;
    border-bottom: 1px solid #07BEBB!important;
    box-shadow: 0 1px 0 0 #07BEBB!important;
}

#sector:focus{
    border: none;
    border-bottom: 1px solid #07BEBB!important;
    box-shadow: 0 1px 0 0 #07BEBB!important;
}

.md-form{
    margin: 10px;
}

#budget button {
    font-weight: 700;
    padding: 1em 4em;
    background-color: #07BEBB;
    color: white;
    border-radius: 30px;
    border: 0;
    margin-top: 15px;
}

#budget .custom-file-label::after, #contact .custom-file-label::after{
    content: "Procurar"!important;
}

.custom-file-label  {
    font-size: 1em!important;
}

@media (max-width: 1130px) {
    .btn-budget-request .bt-vidaclass{
        font-size: 0.7em!important;
    }
}

@media (max-width: 900px) {
    .btn-budget-request .bt-vidaclass{
        font-size: 0.5em!important;
    }
}

@media (max-width: 700px) {
    .btn-budget-request .bt-vidaclass{
        font-size: 0.2em!important;
    }
}
