* {
    box-sizing: border-box;
}

body {
    background: #F7F9F9 !important;
}

main {
    margin-top: 120px;
}

header {
    background: #F7F9F9 !important;
}

header .navbar ul > li a {
    color: #20292F;
    text-align: center;
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 130%;
}

header .navbar ul > li a:hover {
    color: #00778B;
}

.active-link {
    background-color: rgb(0, 119, 139, 0.8);
    color: #fff !important;
    border-radius: 5px;
}

.main-title {
    color: #00778B;
    font-size: 2.875rem;
    font-family: 'Faustina', serif;
    font-weight: 800;
    line-height: 130%;
    margin-top: 80px;
}

.content-init > div p {
    color: #666;
    font-size: 1.125rem;
    font-family: "Open Sans", serif;
    font-weight: 300;
    line-height: 151%;
}

.content-init > div button,
.content-about-us > .row div:last-child button {
    color: #478D9D;
    text-align: center;
    font-size: 0.875rem;
    font-family: 'Open Sans', serif;
    font-weight: 600;
    line-height: 151%;
    text-transform: uppercase;
}

.content-about-us > h1,
.content-highlights > h1,
.contact-title {
    color: #00778B;
    font-size: 2.7rem;
    font-family: 'Faustina', serif;
    font-weight: 800;
    line-height: 130%;
}

.content-about-us > .row div:last-child h2 {
    color: #333;
    font-size: 1.125rem;
    font-family: 'Open Sans', serif;
    text-align: justify;
    font-weight: 600;
    line-height: 170%;
}

.content-about-us > .row div:last-child p {
    color: #666;
    font-size: 0.875rem;
    font-family: 'Open Sans', serif;
    line-height: 170%;
}

.about-img img {
    width: 90%;
}

.content-highlights > .d-flex > div {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    flex-direction: column;
}

.highlights > span {
    color: #00778B;
    font-size: 1.375rem;
    font-family: 'Faustina', serif;
    font-weight: 800;
    line-height: 130%;
}

.content-highlights > .d-flex p {
    color: #666;
    text-align: center;
    font-size: 0.875rem;
    font-family: 'Open Sans', serif;
    line-height: 170%;
}

.highlights {
    padding-inline: 4rem;
}

.highlights > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 67px;
    height: 67px;
    transform: rotate(-45deg);
    flex-shrink: 0;
    border-radius: 7px;
}

.highlights > div > img {
    width: 47px;
    height: 41px;
    flex-shrink: 0;
    transform: rotate(45deg);
}

#highlights-alert {
    background-color: rgba(254, 210, 74, 0.20000000298023224);
}

#highlights-info {
    background-color: rgba(9, 81, 156, 0.20000000298023224);
}

#highlights-search {
    background-color: rgba(255, 115, 90, 0.20000000298023224);
}

#highlights-lab {
    background-color: rgba(0, 169, 158, 0.20000000298023224);
}

#highlights-balance {
    background-color: rgba(135, 65, 48, 0.20000000298023224);
}

#highlights-books {
    background-color: rgba(4, 85, 191, 0.20000000298023224);
}

footer {
    margin-top: 120px;
    margin-bottom: 80px;
}

.contact-title {
    margin-bottom: 20px;
    padding: 0 !important;
}

.contact-info > div > p {
    color: #333;
    font-size: 1.125rem;
    font-family: 'Open Sans', serif;
    font-weight: 600;
    line-height: 170%;
}

.contact-info > div > span {
    color: #666;
    text-align: justify;
    font-size: 0.875rem;
    font-family: 'Open Sans', serif;
    line-height: 170%;
}

.contact-submit button {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-family: 'Open Sans', serif;
    font-weight: 700;
    line-height: 151%;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid #478D9D;
    background: #478D9D;
}

.contact-submit button:hover {
    color: #FFF;
    border: 1px solid #478D9D;
    background: #478D9D;
}

.contact-form label {
    color: rgb(108, 117, 125);
    font-weight: 450;
}

@media screen and (max-width: 992px) {
    .main-title {
        margin-top: 0;
    }
}