
@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');

.card-unidade:hover {
    transform: scale(1.05);
    transition: all .6s ease;
}

.card-unidade {
    padding: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 1px #ccc;
}

.unidade{
    padding: 10px !important;
}


.text-left{
    padding: 10px 40px;
}

.section-card{
    padding: 40px 20px;;
}

.text-left>p{
    text-align: justify;
    font-size: 8px;
    color: white !important;
    font-weight: 300;
}

.text-left>h2{
    margin-top: 18px;
    margin-bottom: 30px;
    color: white !important;
    font-weight: 300;
}

.text-header {
    padding: 10px;
}
.text-header>h3 {
    color: white !important;
    font-weight: 300;
}

.img-body>a>img {
    border-radius: 0px;
    padding: 0px;
    border: 0px;
}

.title-card {
    font-family: 'Aldrich', sans-serif;
    letter-spacing: -1px;
    text-align: center;
}

.font-inovacao{
    font-family: 'Aldrich', sans-serif;
}

.fundo-text-left{
    border-top: 13px solid #1D3557 !important;
    border-bottom: 13px solid #1D3557 !important;
    background-color: rgb(7, 0, 0) !important;
}

.primeira-cor {
    background-color: #1D3557;
}

.primeira-cor-text {
    color: #1D3557;
    text-decoration: none;
}

.primeira-cor-text:hover {
    color: #457B9D;
    text-decoration: none;
}

.text-white{
    color: white !important;
    font-weight: 300;
}

