* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    font-family: "Inter", sans-serif;
    margin: 0;
    background: #f5f5f5;
}
html {
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
path {
    transition: 0.5s;
}
a,
a:hover,
button {
    text-decoration: none !important;
    cursor: pointer !important;
    transition: 0.5s;
}
b,
strong {
    font-weight: 700 !important;
}
.container {
    max-width: 1200px !important;
    width: 100%;
}

/* Geral */
h1.titulo-geral {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 40px;
}
h1.titulo-geral:after {
    content: "";
    width: 98px;
    height: 2px;
    background: #ffffff;
    display: table;
    margin: 10px auto 0;
}
h1.titulo-geral.titulo-azul {
    color: #205b9b;
}
h1.titulo-geral.titulo-azul:after {
    background: #205b9b;
}
a.btn-geral {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    background: #205b9b;
    border: 1px solid #205b9b;
    border-radius: 30px;
    padding: 15px 40px;
    display: table;
    margin: 28px auto 0;
}
a.btn-geral:hover {
    background: #ededed;
    color: #205b9b;
}

header.fixar {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #f5f5f5;
    width: 100%;
}
header.fixar a.navbar-brand img {
    height: 40px;
}
header.fixar a.ml-2 img {
    height: 25px;
}
header.fixar nav.container.navbar.navbar-expand-md {
    padding: 0 1rem;
}
header.fixar + .page-content {
    padding-top: 115px;
}

header,
.navbar,
a.navbar-brand img,
a.ml-2 img {
    transition: 0.5s;
}
.navbar-nav li.nav-item {
    display: flex;
    align-items: center;
}
.navbar-nav li.nav-item:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #205b9b;
    display: table;
    position: absolute;
}
.navbar-nav li.nav-item:first-child:after {
    display: none;
}
.navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #205b9b;
}
.navbar-nav .nav-link:hover {
    font-weight: 600;
}

.timeline {
    padding: 50px 0 0;
    background: url(../img/bg-linha-tempo.jpg) no-repeat;
    background-size: cover;
}
.timeline .owl-timeline .owl-stage-outer .owl-stage {
    display: flex;
    align-items: flex-end;
}
.agenda {
    background: #ededed;
    padding: 60px 0;
}
.agenda .nav-tabs {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 20px;
}
.agenda .nav-tabs .nav-item {
    margin-bottom: 0;
}
.agenda .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #4f4f4f;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}
.agenda .nav-tabs .nav-link.active,
.agenda .nav-tabs .nav-link:hover {
    color: #205b9b;
    font-weight: bold;
}
.agenda .table thead th {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    border: none;
    background: #205b9b;
    padding: 30px;
}
.agenda .table thead th:first-child {
    border-radius: 30px 0 0px 0px;
}
.agenda .table thead th:last-child {
    border-radius: 0 30px 0px 0px;
}
.agenda .table td {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4f4f4f;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
}
.agenda .table td:first-child {
    border-radius: 0 0px 0px 30px;
}
.agenda .table td:last-child {
    border-radius: 0 0px 30px 0px;
}
.agenda .table td h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #205b9b;
    margin: 0 0 20px;
}
.agenda .table td p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4f4f4f;
    margin: 0;
}

.noticias {
    padding: 60px 0;
}
.noticias figure {
    border-radius: 10px;
    max-height: 200px;
    width: 100%;
    margin: 0 0 8px;
    overflow: hidden;
}
.noticias img {
    border-radius: 10px;
    max-height: inherit;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
    transform: scale(1);
}
.noticias h4, .noticia-interna h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #205b9b;
    margin: 0 0 10px;
}
.noticias p, .noticia-interna p {
    font-size: 14px;
    line-height: 18px;
    color: #4f4f4f;
    margin: 0;
}
.noticia-interna p {
    text-align: justify;
    margin: 0 0 20px;
}
.noticias a:hover img {
    transform: scale(1.1);
}
.noticia-interna img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    display: table;
    margin: 24px auto 0;
}

.premio {
    padding: 40px 0;
    background: url(../img/bg-premio.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.premio p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #ffffff;
    margin: 20px 0;
}
.premio a.btn-geral {
    background-color: #ffffff;
    color: #205B9B;
}
.premio a.btn-geral:hover {
    background-color: #205B9B;
    color: #ffffff;
    border-color: #ffffff;
}

.inscription-modal {
    border: 5px solid #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    background: url(../img/bg-modal-inscricao.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
.inscription-modal .modal-header {
    border-bottom: none;
}
.inscription-modal .modal-header .close {
    background: #205b9b;
    border-radius: 0px 15px;
    color: #ffffff;
    opacity: 1;
    font-size: 2rem;
}
.inscription-modal .modal-body h4{
    font-size: 20px;
    color: #ffffff;
}
.inscription-modal .modal-body a {
    display: inline-block;
    margin-top: 8px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 20px 40px;
    color: #205B9B;
    border: 1px solid #205B9B;
}
.inscription-modal .modal-body a:hover {
    background-color: #205B9B;
    color: #ffffff;
    border-color: #ffffff;
}

footer {
    background: #205b9b;
    padding: 10px 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 1199px) {
    .timeline .owl-timeline .owl-dot {
        width: 5%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
        width: 110px;
    }
    header a.ml-2 img {
        width: 260px;
    }
    .timeline .item {
        width: 260px;
    }
    .timeline h5 {
        font-size: 11px;
    }
    .timeline .item .box-geral img {
        width: 220px;
        height: 220px;
    }
    .agenda .nav-tabs .nav-link {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
    div[vw] {
        margin-top: -15vh !important;
    }
}
@media (max-width: 767px) {
    div[vw] {
        top: 60% !important;
    }
    section.acessibilidade .aceesibilidade_btn {
        padding: 7px;
        border-radius: 10px 0 0 10px;
    }
    section.acessibilidade {
        right: 0;
        left: auto;
    }
    a.navbar-brand {
        margin-right: 0;
    }
    .menu-mobile {
        position: fixed;
        z-index: 9999;
        width: 90%;
        height: 100vh;
        right: -100%;
        top: 0;
        background: rgba(0, 91, 170, 0.97);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        transition: 0.5s;
        overflow: scroll;
    }
    .menu-mobile.active {
        right: 0;
    }
    .menu-mobile .card {
        border: none;
    }
    #close-menu-mobile {
        width: 58px;
        height: 51px;
        background: #fff;
        box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
        border-radius: 0 50px 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 5px;
        margin: 30px 0;
    }
    #close-menu-mobile i {
        font-size: 30px;
        color: #005baa;
    }
    .nav-link i.fa.fa-angle-down {
        display: none;
    }
    .menu-mobile .card-body {
        padding: 0;
    }
    .menu-mobile ul.d-table.navbar-nav {
        padding-left: 30px;
    }
    .menu-mobile .nav-link {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: left;
        position: relative;
        display: table;
        padding: 10px;
    }
    header.fixar {
        position: relative;
        height: 80px;
    }
    header {
        height: 80px;
    }
    img.bg-topo {
        height: 90px;
    }
    nav.container.navbar.navbar-expand-md {
        justify-content: space-between;
    }
    header .navbar-brand img {
        max-width: 90px;
        height: auto;
    }
    header a.ml-2 img {
        width: 140px;
    }
    header i.fa.fa-bars {
        color: #005baa;
        font-size: 35px;
    }
    .menu-mobile .redes-sociais {
        display: flex;
    }
    .menu-mobile .redes-sociais a {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }
    .menu-mobile .redes-sociais a .fa {
        font-size: 18px;
        color: #25a31b;
    }
    h1.titulo-geral {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 30px;
    }
    .timeline {
        padding: 30px 0 0;
    }
    .timeline .col-md-3 img.img-fluid {
        width: 50%;
        margin: 0 auto 20px;
        display: table;
    }
    .timeline .item {
        width: 100%;
    }
    .timeline h5 {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .timeline .item div.box-geral {
        width: 240px;
        margin: 0 auto;
    }
    .timeline .item .box-geral img {
        width: 200px;
        height: 200px;
    }
    .timeline .item img.icone {
        width: 70px;
        margin: 0 auto -70px;
    }
    .timeline .owl-timeline.owl-carousel .owl-stage {
        display: flex;
        align-items: end;
    }
    .timeline .owl-timeline .owl-dot {
        width: 4.1%;
    }
    .timeline .owl-timeline .owl-dots .owl-dot span {
        height: 10px;
    }
    .timeline .owl-timeline .owl-dots {
        margin-top: 32px;
    }
    .agenda,
    .noticias {
        padding: 30px 0;
    }
    .agenda .nav-tabs {
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .agenda .nav-tabs .nav-link {
        padding: 5px;
    }
    .agenda .table thead th {
        font-size: 10px;
        line-height: 14px;
        padding: 20px 4px;
    }
    .agenda table.table th.w-50 {
        width: auto !important;
    }
    .agenda .table td {
        font-size: 14px;
        line-height: 18px;
        padding: 20px 3px;
    }
    .agenda .table td h4 {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    .agenda .table td p {
        font-size: 11px;
        line-height: 15px;
    }
    .premio {
        padding: 0;
        background: transparent;
    }
    .premio .premio-jornalismo {
        background: url(../img/bg-item1-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 28px 40px !important;
    }
    img.d-table.ml-auto.mr-0 {
        width: 70%;
    }
    .premio p {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0;
    }
    .premio .d-flex.justify-content-between.w-75.m-auto {
        width: 100% !important;
    }
    .premio a.btn-geral {
        font-size: 14px;
        line-height: 16px;
        padding: 15px 30px;
    }
    .premio .premio-expoindustria {
        background: url(../img/bg-item2-mobile.png) no-repeat;
        background-size: cover;
        background-position: left;
        padding: 28px 40px !important;
    }
    .premio .col-md-6.pl-5 img {
        width: 90%;
    }
    .premio .col-md-6.pl-5 img.mt-3 {
        width: 60%;
    }
    footer .logo-branco-fiern-70-anos {
        width: 70px;
    }
    footer .logo-grupo-branco {
        width: 150px;
    }
}

@media (min-width: 1680px) {
    .timeline .owl-timeline .owl-dot {
        width: 10%;
    }
}
