.banner-overlay {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
}

.btn-banner-prev {
    width: 55px;
    height: 55px;
    border: 4px solid #FFF;
}

.set-background-image {
    background-color: #EAF9FF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn-show-more:hover {
    background-color: #0591CC !important;
    color: #FFF !important;
}

.texto-de-fundo {
    top: 50%;
    left: 50%;
    color: #CCF1FF;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.card-servico {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background-color: #FFF;
}
.card-servico:hover{
    background-color: #0086C0 !important;
}

.card-servico:hover img {
    filter: brightness(0) invert(1);
}

.card-servico:hover * {
    color: #FFF !important;
}

.tabela-cotacoes th {
    padding: 16px;
    color: #000;
    font-family: 'amsiprocond-semibuploadedfile';
    font-size: 22px;
    text-transform: uppercase;
}
.tabela-cotacoes td {padding: 8px 16px;}

.tabela-cotacoes tbody tr {
    border: 1px solid #DDD;
    background-color: #fff;
}

.card-especialidade {
    border: 1px solid #EEE;
    background-color: #fff;
    transition: all 0.3s;
}

.card-especialidade:hover {
    background-color: #0087C1;
}
.card-especialidade:hover img {
    filter: brightness(0) invert(1);
}
.card-especialidade:hover span {
    color: #fff !important;
}

.card-parceiro {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    height: 120px;
}