h2.titulo-ano {color: #212529;}

.card{
    margin-bottom: 2px;
    border: none;
}

.card-header{
    padding: 0;
    border: none;
}

.btn-link {
    font-weight: 300;
    font-size: 1.2rem;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    text-align: start;
    text-decoration: none !important;
    border: none;
}

.btn-link::after {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(255, 255, 255)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.btn-link:focus {
    border: none !important;
    box-shadow: none;
}

.icone-feriado{
    width: 110px;
    height: 105px;
    border-radius: 5px;
    border: 2px solid #000;
    position: relative;
}

.dia-feriado{
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 5px;
    right: -40px;
    position: absolute;
}

.icone-feriado svg {
    width: 40px !important;
    height: auto;
}

.texto-feriado{
    font-size: 1.2rem;
}