footer {
    background-color: #0173bc !important;
    z-index: 0;
    height: 40px;
    width: 100%;
}

footer a {
    cursor: pointer;
    text-decoration: none;
    color: white !important;
}

ul.nav {
    z-index: 50;
}

.close {
    outline: none !important;
    border: 0px !important;
    background-color: red !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 16pt !important;
    color: white !important;
}

select {
    border: 2px solid #0173bc;
}

.bt-busca {
    background: #0173bc;
    color: white;
    height: 38px;
    margin-left: 5px;
}

/* .banner-home img
{
    width: 71vw;
} */

input::placeholder, 
select option,
select:disabled {
    color: #0173bc !important;
}

.fale-conosco a{
    color: #0173bc;
    font-size: 14pt;
}

.fale-conosco input {
    text-indent: 15px;
}

.fale-conosco input::placeholder{
    font-weight: bold;
}

.fale-conosco textarea {
    resize: none;
}

.h4 , h4 {
    font-size: 1.2rem !important;
}

.nav .nav-item {
    padding: 10px 0 15px !important;
}

/** Card Files */ 

.card-file {
    background-color: transparent;
    cursor: pointer;
}

.card-file .card-file-icon {
    font-size: 4rem;
    text-align: center;
}

.card-file .card-file-icon-dir{
    color: orange;
}


.card-file .card-title,
.card-file .card-title button{
    font-size: 10pt;
    text-align: center;
}


.card-file:hover .card-file-icon-dir{
    color: rgb(180, 117, 0);
}

.card-file .btn-remove-file{
    font-size: 16pt;
    position: absolute;
    right: 40px;
    top: 24px;
    font-size: 19pt;
    font-weight: 900;
}