body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
html{
    scrooling-behavior: smooth;
}
/* ### INDEX ### */
.card__btn {
    background-color: #00477E;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2rem 1rem;
    font-weight: 700;
    border-radius: 5px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main__content{
    padding: 2rem 0 5rem 0;
}

/* FOOTER */
footer{
    background-color: #4D555B;
}
.titleFooter{
    color: #fff;
    font-size: 1.05rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
    background-color: #444b51;
}

.subtitleFooter{
    color: #fff;
    font-size: .9rem;
    text-transform: uppercase;
}

.footerLink__list{
    list-style: none;
    padding: 0;
}

.footerLink__item{
    border-bottom: solid 1px #646f77;
    padding: .6rem 0;
}

.footerLink__item a{
    color: #a1a9b0!important;
    font-size: .9rem;
}

.footerLink__image{
    border: solid 1px #5b6369;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    padding: 1rem;
}

/* Internas */
.title__section{
    font-size: 2rem;
    color: #00477E;
    font-weight: 700;
}
.subtitle__section{
    font-size: 1.5rem;
    font-weight: 700;
}
.bg-dark{
    background-color:   #404547;
}

.btn-index{
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: 2em;
}
div.vitrine-index .btn-index{
    display: none;
}