body {
    font-family: "Inter", sans-serif;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.container {
    max-width: 1000px;
}
.header {
    width: 100%;
    display: table;
}
.header-top {
    background-color: #2460A9;
    color: #fff;
    font-family: "Inter", sans-serif;
}
.header-top ul {
    margin: 10px 0;
    padding: 0;
}
.header-top ul li {
    list-style: none;
    margin: 0 10px;
    font-size: 0.8em;
}
.header-top ul li i {
    border: solid 1px #fff;
    text-align: center;
    line-height: 18px;
    margin-right: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.header-top ul a {
    color: #fff;
}
.header-top ul a:hover {
    color: #ccc;
}
.header-main {
    padding: 30px 0;
}
.header-main img {
    max-height: 150px;
}
.navbar-inverse {
    border-radius: 0;
    background-color: #3F3F40;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #2460A9;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #2460A9;
    font-family: "Inter", sans-serif;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #2460A9;
}
.navbar-brand {
    display: none;
    color: #fff !important;
    font-weight: 700;
}
.barraNews h2 {
    font-family: "Inter", sans-serif;
    font-size: 2em;
    color: #3F3F40;
}
.barraNews p {
    font-family: "Inter", sans-serif;
    color: #3F3F40;
    width: 80%;
    font-weight: 700;
}
.barraNews {
    margin: 30px 0 30px 0;
}
.barraNews ul {
    display: table;
    width: 100%;
    min-height: 200px;
    margin-bottom: 0;
    padding: 30px 0;
}
.barraNews ul li {
    cursor: pointer;
    list-style: none;
    padding: 0 5%;
    position: relative;
}
.barraNews ul li span {
    position: absolute;
    width: 80%;
    background: #fff;
    bottom: 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #2460A9;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.barraNews ul li span u {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    line-height: 1em;
}
.barraNews ul li:hover span {
    height: 30%;
}
.newsAd {
    padding: 20px 0;
    margin-bottom: 30px;
    background: #3F3F40;
    background: -moz-linear-gradient(20deg, #3F3F40 0, #3F3F40 10%, #2460A9 49%, #2460A9 100%);
    background: -webkit-linear-gradient(20deg, #3F3F40 0, #3F3F40 10%, #2460A9 49%, #2460A9 100%);
    background: linear-gradient(72deg, #3F3F40 0, #3F3F40 10%, #2460A9 49%, #2460A9 100%);
}
.listaNewsAd li {
    list-style: none;
    padding: 20px 0;
}
.listaNewsAd h2 {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 90%;
}
.listaNewsAd p {
    font-family: "Inter", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 90%;
}
.listaNewsAd p::after {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    margin: 20px 0 0 0;
    background-color: #fff;
}
.formParticipacao {
    margin: 50px 0;
    -webkit-box-shadow: 0 0 48px -10px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0 0 48px -10px rgba(0, 0, 0, 0.69);
    box-shadow: 0 0 48px -10px rgba(0, 0, 0, 0.69);
    background: #fff;
    background: -moz-linear-gradient(45deg, #fff 0, #fff 49%, #2460A9 49%, #2460A9 100%);
    background: -webkit-linear-gradient(45deg, #fff 0, #fff 49%, #2460A9 49%, #2460A9 100%);
    background: linear-gradient(45deg, #fff 0, #fff 49%, #2460A9 49%, #2460A9 100%);
}
.formParticipacao .chamada {
    height: 300px;
    background-image: url(../../images/fndBarraFormHome01.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.formParticipacao .chamada h2 {
    font-family: "Inter", sans-serif;
    color: #3F3F40;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 60px;
}
.formParticipacao .chamada p {
    color: #2460A9;
    font-family: "Inter", sans-serif;
    font-size: 1.2em;
    width: 80%;
}
.formParticipacao .form {
    background-color: #3F3F40;
    height: 300px;
    background-image: url(../../images/fndBarraFormHome02.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.formParticipacao .form p {
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}
.formParticipacao .form input {
    margin-bottom: 10px;
    width: 70%;
}
.formParticipacao .form button {
    background-color: #2460A9;
    border: 0;
    color: #fff;
    float: right;
    position: relative;
    font-size: 1.6em;
    font-family: "Inter", sans-serif;
    padding: 5px 35px;
    margin-top: 10px;
}
.formParticipacao .form button img {
    position: absolute;
    left: -46px;
    top: -9px;
    width: 70px;
}
.formParticipacao .fechamento {
    height: 300px;
    background-color: #2460A9;
}
.formParticipacao .fechamento p {
    margin-top: 40px;
    color: #fff;
    font-size: 1.2em;
    font-family: "Inter", sans-serif;
    text-align: right;
}
.boxBnr {
    font-family: "Inter", sans-serif;
    color: #3F3F40;
    font-size: 2em;
    line-height: 1.3em;
    border: solid 2px #3F3F40;
    display: table;
    padding: 10px 10px 2px 10px;
    float: right;
}
.boxBnr:hover {
    background-color: #3F3F40;
    color: #2460A9;
}
.boxBnr span {
    clear: both;
    display: block;
    font-size: 1.25em;
}
.patrocMaster .tarja {
    background-color: #3F3F40;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.5em;
    margin: 30px 0;
}
.apoiadores .tarja {
    background-color: #2460A9;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.5em;
    margin: 30px 0;
}
.realizacao .tarja {
    background-color: #2460A9;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.5em;
    margin: 30px 0 0 0;
}
.footer {
    background-color: #3F3F40;
    padding: 30px 0;
}
.footer ul {
    margin: 0 auto;
    padding: 0;
    display: table;
}
.footer ul li {
    list-style: none;
    font-size: 0.15.5px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: table;
    width: 100%;
}
.footer ul li a {
    color: #fff;
}
.telRedes li {
    font-size: 1em !important;
    text-transform: lowercase !important;
    margin-bottom: 5px;
}
.telRedes li i {
    display: inlne;
    border: solid 1px #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.8em;
}
.btTop {
    background-color: #2460A9;
    color: #fff;
    font-family: "Inter", sans-serif;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 0.8em;
    margin-top: 10px;
}
.btTop:hover {
    background-color: #153337;
}
.creditos {
    background-color: #2460A9;
    color: #fff;
    font-family: "Inter", sans-serif;
    padding: 10px 0;
    letter-spacing: 1px;
}
.creditos a {
    text-decoration: none;
    color: #fff;
}
.creditos a:hover {
    text-decoration: underline;
}
.headerPage {
    padding-top: 20px;
    padding-bottom: 20px;
}
.headerPage h1 {
    font-family: "Inter", sans-serif;
    color: #2460A9;
    margin-bottom: 20px;
    font-size: 3em;
}
.headerPage p {
    font-family: "Inter", sans-serif;
    color: #2460A9;
}
.barraSejaExpo {
    position: relative;
    margin: 20px 0;
    background: #3F3F40;
    background: -moz-linear-gradient(90deg, #3F3F40 0, #3F3F40 50%, #fff 50%, #fff 100%);
    background: -webkit-linear-gradient(90deg, #3F3F40 0, #3F3F40 50%, #fff 50%, #fff 100%);
    background: linear-gradient(90deg, #3F3F40 0, #3F3F40 50%, #fff 50%, #fff 100%);
}
.barraSejaExpo::before {
    position: absolute;
    top: -40px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBannerTop.png);
}
.barraSejaExpo::after {
    position: absolute;
    bottom: -40px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBanner.png);
}
.barraSejaExpo .col-sm-6 {
    padding: 0;
}
.barraSejaExpo p {
    font-family: "Inter", sans-serif;
    color: #fff;
    width: 60%;
    margin: 45px auto 20px 100px;
    font-size: 1.28em;
    float: left;
}
.barraSejaExpo .imgSep {
    float: right;
    height: 180px;
}
.barraSejaExpo .boxBnr {
    color: #2460A9;
    float: left;
    margin: 20px 0 0 50px;
    padding: 10px 30px 4px 30px;
    font-size: 4em;
}
.barraSejaExpo .boxBnr:hover {
    background-color: #3F3F40;
}
.formSeja {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    background: -moz-linear-gradient(45deg, #fff 0, #fff 49%, #3F3F40 49%, #3F3F40 100%);
    background: -webkit-linear-gradient(45deg, #fff 0, #fff 49%, #3F3F40 49%, #3F3F40 100%);
    background: linear-gradient(45deg, #fff 0, #fff 49%, #3F3F40 49%, #3F3F40 100%);
}
.formSeja::before {
    position: absolute;
    top: -40px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBannerTop.png);
}
.formSeja::after {
    position: absolute;
    bottom: -40px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBanner.png);
}
.formSeja .form {
    background-image: inherit;
}
.formSeja .col-sm-2 {
    display: none;
}
.formSeja .chamada {
    width: 52.333333%;
    background-position: 100%;
    background-color: #fff;
}
.formSeja .chamada h2 {
    width: 50%;
    font-size: 3.5em;
    float: right;
    margin-right: 100px;
    margin-top: 35px;
}
.formSeja .chamada p {
    width: 42%;
    font-size: 1.6em;
    float: right;
    clear: both;
    margin-right: 145px;
}
.formSeja .form button {
    float: none;
    font-size: 1.2em;
    margin-left: 29%;
}
.progEspTit {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, #fff 51%, #3F3F40 51%, #3F3F40 100%);
    background: -webkit-linear-gradient(left, #fff 0, #fff 51%, #3F3F40 51%, #3F3F40 100%);
    background: linear-gradient(to right, #fff 0, #fff 51%, #3F3F40 51%, #3F3F40 100%);
}
.progEspTit .container {
    background-color: #3F3F40;
    position: relative;
    width: 65%;
    padding: 5px 80px;
}
.progEspTit .container::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 90px;
    border-color: transparent transparent transparent #2460A9;
    position: absolute;
    left: -35px;
    top: 14px;
}
.progEspTit h2 {
    font-family: "Inter", sans-serif;
    color: #fff;
    margin: 0;
    font-size: 6em;
    padding: 0;
}
.progEspTit h3 {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: #2460A9;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 2.35em;
}
.progEspTxt {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    line-height: 2em;
    color: #2460A9;
    padding: 30px 0 0 70px;
    font-size: 1.6em;
}
.progEspTxt p span {
    color: #3F3F40;
    margin-right: 10px;
}
.progEspTxt::after {
    display: block;
    background-color: #2460A9;
    width: 85%;
    height: 8px;
    position: absolute;
    right: 0;
    margin-bottom: 30px;
}
.dadosCont {
    margin: 70px auto;
    padding-left: 110px;
}
.dadosCont h4 {
    font-family: "Inter", sans-serif;
    font-size: 1.5em;
    color: #3F3F40;
}
.dadosCont p {
    font-family: "Inter", sans-serif;
    color: #3F3F40;
    font-size: 1.2em;
}
.dadosCont .col-sm-10 {
    border-left: solid 1px #3F3F40;
    padding-left: 40px;
}
.barraVideo {
    background-color: #2460A9;
    padding: 40px 0;
    text-align: center;
    width: 100%;
    display: table;
    max-height: 400px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.txtSobre {
    font-family: "Inter", sans-serif;
    color: #555;
    font-size: 14px;
    padding: 50px;
    text-align: justify;
}
.txtSobre strong {
    font-family: "Inter", sans-serif;
}
.txtSobre span {
    padding-left: 50px;
    display: block;
}
.imgSobre {
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 1000px;
}
.imgSobre li {
    float: left;
    list-style: none;
    width: 25%;
    margin: 10px 0;
    text-align: center;
}
.expositor .form-control {
    margin-bottom: 5px;
}
.expositor h2 {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    background-color: #2460A9;
    color: #fff;
    padding: 10px;
}
.feirasAnt {
    margin: 40px 0;
    position: relative;
    background: #3F3F40;
    background: -moz-linear-gradient(63.3deg, #3F3F40 0, #3F3F40 30%, #fff 30%, #fff 100%);
    background: -webkit-linear-gradient(63.3deg, #3F3F40 0, #3F3F40 30%, #fff 30%, #fff 100%);
    background: linear-gradient(63.3deg, #3F3F40 0, #3F3F40 30%, #fff 30%, #fff 100%);
}
.feirasAnt h2 {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: #2460A9;
    font-size: 2.8em;
}
.feirasAnt ul {
    width: 100%;
}
.feirasAnt ul li {
    float: left;
    width: 25%;
    list-style: none;
    position: relative;
    padding: 20px;
    cursor: pointer;
    position: relative;
}
.feirasAnt ul li span {
    position: absolute;
    background-color: #fff;
    color: #672683;
    width: 80%;
    text-align: center;
    bottom: 20px;
    font-family: "Inter", sans-serif;
    padding: 4px;
    opacity: 0;
}
.feirasAnt ul li:hover span {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    opacity: 1;
}
.feirasAnt ul li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #672683;
}
.feirasAnt::before {
    position: absolute;
    top: -40px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBannerTop.png);
}
.feirasAnt::after {
    position: absolute;
    bottom: -40px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBanner.png);
}
.progHeader h1 {
    color: #2460A9;
}
.progHeader h1 small {
    color: #2460A9;
    font-family: "Inter", sans-serif;
    font-size: 0.47em;
}
.progHeader h1 small strong {
    font-family: "Inter", sans-serif;
}
.tarjaFieng {
    background-color: #3F3F40;
    display: block;
    width: 100%;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.3em;
    margin-bottom: 20px;
}
.programacao p {
    color: #2460A9;
    font-family: "Inter", sans-serif;
    font-size: 1.6em;
    margin-bottom: 50px;
}
.programacao p strong {
    font-family: "Inter", sans-serif;
}
.dataProg {
    font-family: "Inter", sans-serif;
    color: #2460A9;
}
.destSemi {
    color: #2460A9;
}
.titMaisDet {
    font-family: "Inter", sans-serif;
    color: #2460A9;
    font-size: 1.3em;
    display: block;
    width: 100%;
    position: relative;
}
.titMaisDet::before {
    position: absolute;
    top: -60px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBannerTop.png);
    background-size: 100%;
}
.logoOCigra {
    max-width: 450px;
    margin-top: 50px;
}
.txtOCigra {
    font-family: "Inter", sans-serif;
    color: #555;
    padding: 50px;
    text-align: justify;
}
.logosRdpCigra {
    max-width: 900px;
    margin-bottom: 50px;
}
.expositores ul {
    margin: 50px auto;
    display: table;
    padding: 0;
}
.expositores ul li {
    list-style: none;
    float: left;
    border: solid 1px #e1e1e1;
    margin: 20px 1.1%;
}
.noticias ul {
    padding: 0;
    display: table;
    width: 100%;
}
.noticias ul li {
    border: solid 1px #f1f1f1;
    height: 275px;
    padding: 10px;
    cursor: pointer;
    list-style: none;
    width: 45%;
    margin: 10px;
}
.noticias ul li:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}
.noticias ul li img {
    max-width: 160px;
    max-height: 160px;
    float: left;
    margin: 0 10px 10px 0;
}
.noticias ul li h3 {
    font-size: 1.2em;
    font-family: "Inter", sans-serif;
    color: #3F3F40;
    margin-top: 1px;
    font-weight: 700;
}
.noticias ul li p {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color: #555;
}
.noticias .maisNot > h3 {
    font-size: 1.6em;
    font-family: "Inter", sans-serif;
    color: #2460A9;
    text-transform: uppercase;
    margin-top: 40px;
    border-top: solid 1px #f1f1f1;
    padding: 20px 0;
}
.noticias .detalheNot img {
    margin: 0 20px 20px 0;
    max-width: 500px;
}
.noticias .detalheNot p {
    text-align: justify;
    margin-top: 20px;
}
.noticias .detalheNot h2 {
    font-family: "Inter", sans-serif;
}
.formContato {
    position: relative;
    margin: 50px 0;
    padding: 20px 0;
    background: #fff;
    background: -moz-linear-gradient(63deg, #fff 0, #fff 50%, #3F3F40 50%, #3F3F40 100%);
    background: -webkit-linear-gradient(63deg, #fff 0, #fff 50%, #3F3F40 50%, #3F3F40 100%);
    background: linear-gradient(63deg, #fff 0, #fff 50%, #3F3F40 50%, #3F3F40 100%);
}
.formContato::before {
    position: absolute;
    top: -40px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBannerTop.png);
}
.formContato::after {
    position: absolute;
    bottom: -40px;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../../images/sombraBanner.png);
}
.formContato h2 {
    font-family: "Inter", sans-serif;
    color: #2460A9;
    font-size: 2.6em;
}
.formContato form {
    width: 80%;
}
.formContato form div {
    padding: 2px 5px;
}
.formContato form button {
    background-color: #2460A9;
    color: #fff;
    border: none;
    border-radius: 0;
    float: right;
}
.formContato form button:hover {
    background-color: #9e36cc;
}
.nav > li {
    font-size: 13px;
}
@media screen and (max-width: 1200px) {
    .barraNews .container {
        width: 100%;
    }
    .formParticipacao .container {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .navbar .container {
        width: 100%;
    }
    .barraNews .container div:first-child {
        padding-top: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 0.88em;
    }
}
@media screen and (max-width: 999px) {
    .barraNews h2 {
        font-size: 3.5em;
    }
    .barraNews p {
        width: 90%;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 0.78em;
        padding: 15px 8px;
    }
}
@media screen and (max-width: 768px) {
    .barraNews h2 {
        font-size: 3em;
    }
    .barraNews p {
        width: 85%;
        font-size: 0.8em;
    }
    .formParticipacao .fechamento p {
        font-size: 0.8em;
    }
    .formParticipacao .fechamento .boxBnr {
        font-size: 2.5em;
    }
    .formParticipacao .form button {
        font-size: 1.2em;
        margin-top: 5px;
    }
    .formParticipacao .form button img {
        width: 56px;
        left: -27px;
    }
    .formParticipacao .chamada {
        width: 35%;
    }
    .formParticipacao .form {
        width: 40%;
    }
    .formParticipacao .form input {
        width: 100%;
    }
    .formParticipacao .form p {
        width: 70%;
    }
    .telRedes li {
        font-size: 0.8em !important;
    }
    .header-top {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .navbar-brand {
        display: block;
    }
    .barraNews h2 {
        color: #3F3F40;
    }
    .barraNews ul li {
        margin-bottom: 20px;
    }
    .barraNews ul li span {
        width: 90%;
    }
    .formParticipacao {
        background: #fff;
    }
    .formParticipacao .chamada {
        width: 100%;
        background-image: none;
        display: table;
        height: initial;
    }
    .formParticipacao .form {
        width: 100%;
        background-image: none;
        display: table;
        height: initial;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .formParticipacao .fechamento {
        width: 100%;
        display: table;
        height: initial;
        text-align: left;
    }
    .formParticipacao .fechamento p {
        text-align: center;
        font-size: 1.5em;
    }
    .formParticipacao .fechamento .boxBnr {
        float: none;
        margin: 20px auto;
        font-size: 4.5em;
    }
    .feirasAnt {
        background-color: #fff;
        background: #fff;
    }
    .feirasAnt h2 {
        color: #3F3F40;
        border-bottom: solid;
    }
    .feirasAnt ul {
        margin: 0;
        padding: 0;
    }
    .footer .container div:first-child img {
        margin: 0 auto 30px auto;
    }
    .barraSejaExpo {
        background: #3F3F40;
        padding: 20px 0;
    }
    .barraSejaExpo .imgSep {
        display: none;
    }
    .barraSejaExpo .col-sm-6 {
        width: 100%;
        text-align: center;
    }
    .barraSejaExpo p {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 20px;
    }
    .barraSejaExpo .boxBnr {
        margin: 0 auto;
        float: none;
        border-color: #fff;
    }
    .noticias ul li {
        width: 100%;
        height: auto;
        float: left;
    }
    .noticias ul li h3 {
        float: left;
        width: 100%;
    }
    .noticias ul li p {
        float: left;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .header-top ul {
        float: none !important;
        margin: 10px auto;
        display: table;
    }
    .header-top ul li {
        text-align: center;
        width: 100%;
        margin: 3px 0;
    }
    .header-main img {
        max-height: 120px;
        margin: 20px auto;
        max-width: 48%;
    }
    .imgSobre {
        padding: 0;
    }
    .imgSobre li {
        width: 50%;
    }
    .imgSobre li img {
        margin: 0 auto;
    }
    .feirasAnt ul li {
        width: 50%;
    }
}
.detalheNot div {
    font-family: "Inter", sans-serif !important;
    text-align: justify;
}
.swiper-pagination-switch {
    margin-left: 10px;
}
.detalheNot p {
    font-family: "Inter", sans-serif !important;
    color: #555 !important;
    text-align: justify !important;
}
.detalheNot p span {
    font-family: "Inter", sans-serif !important;
    color: #555 !important;
    text-align: justify !important;
}
