
@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-Regular.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-SemiBold.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeneralSans';
    src: url('/fonts/generalSans/GeneralSans-Bold.woff2') format('woff2'),
        url('/fonts/generalSans/GeneralSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'GeneralSans', sans-serif;
    text-decoration: none !important;
}

/* HEADER */
input#busca-principal {
    background-color: #F4F4F5;
    border: 1px solid #f4f4f5;
    border-radius: 50px;
    padding: 8px 24px 8px 44px;
    color: #A1A1AA;
}

a.nav-link{
    color: #0C2A44;
}

a.nav-link.active{
    font-weight: 600;
}

.login{
    font-weight: 700;
}

img.busca-blog {
    position: relative;
    left: 40px;
}

/* FOOTER */
footer{
    min-height: 348px;
    background-color: #000;
    width: 100%;
}

h6.footer-title {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.text-footer {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
a.text-footer {
    display: block;
}
.input-footer{
    background-color: #272727A1;
    border-bottom: 1px solid #FFF;
    border-right: none;
    padding: 8px;
    color: #FFF;
    width: 100%;
}

.social-list{
    list-style: none;
}

.social-list li{
    margin-bottom: 8px;
}

.header-gradient{
    background: linear-gradient(to bottom, #003E73, #092E4E) !important;
    width: 100%;
    margin-top: -100px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.justify-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-title{
    font-size: 24px;
    font-weight: 600;
    color: #0C2A44;
}

.mt-53{
    margin-top: 53px;
}

.mt-122{
    margin-top: 122px;
}


/* GERAL */
.tag-blue{
    background-color: #4B6BFB;
    color: #FFF;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
}


.first-infos, .first-infos a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.first-infos p{
    margin-left: 10px;
    color: #97989F;
    font-size: 16px;
}

.infos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #97989F;
}

.infos-item {
    margin-right: 16px;
}

img.foto-escritor {
    width: 37px;
    border-radius: 100%;
}

p{
    margin-bottom: 0px !important;
}

time {
    margin-left: 10px;
    color: #696A75;
}


.curtir, .curtir-comentario{
    cursor: pointer;
}

.msg-sucesso {
    background-color: #204129;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #FFF;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
}


.msg-erro {
    background-color: #690505;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #FFF;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.mt-18{
    margin-top: 18px;
}

.div-logo img{
    width: 204px;
}

img.logo-topo {
    width: 125px;
}