@import url('http://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #ededed !important;
}

.resultado-card {
border-radius: 16px;
}

.aplicacao-box {
border: 1px solid #dee2e6;
border-radius: 10px;
padding: 16px;
margin-bottom: 16px;
background-color: #fff;
}

.aplicacao-box:last-child {
margin-bottom: 0;
}

/*Home*/
#busca-principal {
    border-radius: 10px;
    padding: 35px !important;
}

#busca-principal .form-select {
    font-size: 14px !important;
    color: #5a5b5d !important;
}

#busca-principal .btn:disabled {
    height: 45px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: #d32610 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    margin-top: 0px !important;
    border: none !important;
}

#busca-principal .btn-danger {
    height: 45px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: #d32610 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    margin-top: 0px !important;
    border: none !important;
}

.heading-menor {
    font-family: 'Roboto', sans-serif !important;
    font-size: 22px !important;
    color: #1d1d1b;
    line-height: 27px !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.heading-zero {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    color: #1d1d1b;
    line-height: 24px !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

/*Resultado*/
.header {
    background:#ededed !important;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
}

a.btn-new-busca {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: #d32610 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    margin-top: 0px !important;
    border: none !important;
}