body {
    margin: 0;
    padding: 0;
    /* background: #f5f5f5; */
    background: #FFF;
    font-family: 'Calibri';
}

.publi-one {}

a {
    text-decoration: none;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.right {
    float: right;
}

.left {
    float: left;
}

.padding-0 {
    padding: 0;
}

.padding-10 {
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.padding-5 {
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
}

.dorder-mark-blue {
    border-left: solid 6px #00115F;
    padding: 5px;
}

.dorder-mark-green {
    border-left: solid 6px #698C00;
    padding: 5px;
}

.border-blue {
    border: 1px solid #00115F;
}

.border-orange {
    border: 1px solid #FF9226;
}

.border-green {
    border: 1px solid #698C00;
}

.color-blue {
    color: #00115F;
}

.color-orange {
    color: #FF9226;
}

.color-green {
    color: #698C00;
}

.color-yellow {
    color: #ffef00;
}

.bg-blue {
    background-color: #00115F;
}

.bg-orange {
    background-color: #FF9226;
}

.bg-green {
    background-color: #698C00;
}

.bg-yellow {
    background-color: #ffef00;
}

hr {
    margin: -11px 0 0 0;
}


/* RSA-COLOR */

.rsa-today {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Calibri';
}

.rsa-color {
    width: 157px;
    height: 55px;
    display: flex;
    margin-right: 10px;
}

.rsa-color .item {
    width: 55px;
    height: 55px;
    margin: 5px 2px 0 0;
    background: url('../img/icons/rsa.png') top no-repeat;
    cursor: pointer;
}

.rsa-color .item a {
    width: 52px;
    height: 52px;
    float: left;
}

.rsa-color {
    width: 157px;
    height: 40px;
    display: flex;
    margin-right: 10px;
}

.rsa-color a {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 2px;
}

.rsa-color a img {
    width: 100%;
    height: 100%;
}

.facebook {
    background-position-x: 0 !important;
}

.instagram {
    background-position-x: -55px !important;
}

.twitter {
    background-position-x: -109px !important;
}

.youtube {
    background-position-x: -163px !important;
}

.today {
    color: #777;
    font-size: 14px;
    font-weight: bold;
    width: 225px;
}

.logo {
    width: 215px;
    height: 61px;
    margin: 10px 0;
    float: left;
}

.sky-login {
    width: auto;
    margin: 10px 0;
}

.sky-login div {
    float: right;
}

.login {
    margin-left: 30px;
    text-align: center;
}

.login a {
    color: #FF9226;
}

.sky .ico {
    float: left;
    padding: 10px 0;
}

.sky .max-min {
    float: left;
    margin-left: 10px;
}

.sky .max-min h3 {
    margin: 0;
    color: #2F6179;
}

.sky .max-min .light {
    color: #B8C7CF;
}

nav {
    width: 100%;
    height: 84px;
    background: #FFF;
    box-shadow: 1px 1px 3px #B8C7CF;
}

nav .list {
    display: flex;
}

nav .item {
    margin: 34px 5px 0 0;
}

nav .more {
    flex: 1;
    text-align: right;
    position: relative;
}

nav .item a {
    color: #00115F;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 20px;
}

nav .item a:hover {
    color: #FFF;
    background: #FF9D00;
}

.nav-ativo {
    color: #FFF !important;
    background: #FF9D00;
}

nav .more a:hover {
    color: #FFF;
    background: #FF9D00;
}

nav .more:hover .sub {
    display: block;
}

.item-nav {
    margin: 5px 0;
    padding: 0;
}

.item-nav a {
    width: 95%;
    float: left;
    padding: 2px;
    text-align: center;
    border-radius: 0 18px;
}

.more-category {
    width: 100%;
    clear: both;
    display: none;
    color: #00115F;
}

.more-category ul {
    float: left;
    width: 250px;
}

.more-category a {
    color: #ff8400;
}

.more-category ul li {
    padding: 5px 0;
}

.all-categories {
    color: #00115F;
}

.all-categories ul {
    float: left;
    width: 250px;
}

.all-categories a {
    color: #ff8400;
}

.all-categories ul li {
    padding: 5px 0;
}

.search {
    margin: 0;
    background: #ECECFB;
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
}

.search input {
    width: 275px;
    color: #00115F;
    font-size: 16px;
    font-weight: normal;
    border: none;
    background: none;
}

.search button {
    border: 0;
    background: none;
    cursor: pointer;
}

.whatsapp-top {
    width: 243px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    color: rgb(0, 0, 0);
}

.today-top {
    width: 243px;
    height: 32px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    color: rgb(0, 0, 0);
}

.bloc-one h3,
.bloc-two h3 {
    color: #777;
}

.bloc-one h3 span,
.bloc-two h3 span,
.bloc-three h3 span,
.bloc-classified h3 span {
    padding: 0 15px 0 0;
    background: #f5f5f5;
}

.bloc-three h3::before,
.bloc-classified h3::before {
    content: '';
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 10px;
    background: url(../img/logo.png) top center no-repeat;
    background-size: cover;
}

.bloc-three-b {
    margin: 30px 0;
    height: 20px;
    padding-top: 9px;
}

.bloc-three-b h3::before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background: url(../img/logo.png) top center no-repeat;
    background-size: cover;
}

.bloc-five h3,
.bloc-four h3 {
    text-align: center;
    margin: 30px auto;
}

.bloc-five h3::before,
.bloc-four h3::before {
    content: '';
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 10px;
    background: url(../img/logo.png) top center no-repeat;
    background-size: cover;
}

.bloc-one .news {
    width: 100%;
    height: 176px;
    margin: 0 0 13px 0;
}

.bloc-one .news a {
    width: 100%;
    height: 176px;
    background: url(../img/mask.png) top center no-repeat;
    background-size: cover;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FFF;
}

.bloc-one .news a h3 {
    padding: 5px;
    color: #FFF;
}

.bloc-one .headline a {
    width: 100%;
    height: 365px;
    background: url(../img/mask.png) top center no-repeat;
    background-size: cover;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FFF;
}

.bloc-one .headline a h3 {
    padding: 5px;
    color: #FFF;
}

.card,
.card-2 {
    width: 275px;
    background: #FFF;
    color: #191917;
    margin: 5px;
}

.card a,
.card-2 a {
    color: #191917;
}

.card img,
.card-2 img {
    width: 100%;
}

.card .capa,
.card-2 .capa {
    width: 100%;
    height: 250px;
    padding: 5px;
    float: left;
}

.card p {
    font-size: 16px;
    padding: 10px;
}

.card h3 {
    text-align: center;
    height: 70px;
}

.card-2 h4 {
    font-size: 20px;
}

.card-2 p {
    color: #999;
}

.card-2 .editor {
    font-size: 14px;
    color: #000;
}

.card .data {
    background: #FF9226;
    border-radius: 0 30px 30px 0;
    color: #FFF;
    padding: 5px;
    width: 90px;
    margin-top: 10px;
}

.publicity {
    margin-top: 10px;
}

.box-news {
    background: #FFF;
    padding: 10px;
    box-shadow: 1px 1px 3px #B8C7CF;
}

.box-news .list {
    display: flex;
}

.box-news .list-vertical {
    display: flex;
    flex-direction: column;
}

.box-news .list-vertical .item {
    margin: 0 0 10px 10px;
}

.box-news .list-vertical .item h4 {
    color: #191917;
}

.box-news .list-vertical .item p {
    color: #999;
}

.bloc-four .list {
    width: 100%;
    height: 145px;
    background: #00115F;
}

.bloc-four .list img {
    float: left;
    margin: 10px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.bloc-four .list .text {
    width: 200px;
    float: left;
}

.bloc-four .list .text h4 {
    margin: 5px;
    margin-top: 20px;
    font-size: 20px;
    color: #FFF;
}

.bloc-four .list .text p {
    margin: 5px;
    color: #FFF;
}

.bloc-five .video {
    width: 100%;
    height: 583px;
    border-radius: 40px;
}

.bloc-five .video .mask {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 583px;
    border-radius: 40px;
}

.bloc-five .list .item {
    padding: 15px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
}

.bloc-five .list .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
}

.bloc-five .list .item:first-child {
    border-radius: 0 30px 0 0;
}

.bloc-five .list .item:last-child {
    background: #FF0000;
    border-radius: 0 0 30px 0;
}

.bloc-five .list .item:last-child a {
    color: #FFF;
}

.bloc-five .list .item:last-child a p {
    color: #FFF;
    font-size: 14px;
}

.bloc-five .list .item img {
    width: 28px;
    height: 34px;
}

.bloc-five .list .item h4 {
    margin: 0;
}

.bloc-five .list .item p {
    color: #6F6F6D;
}

.bloc-five .mask {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}

.bloc-five .mask .footer {
    padding: 30px;
    display: flex;
}

.bloc-five .mask .footer .play {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: solid 3px #FFF;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px #000;
    cursor: pointer;
    margin: 10px 22px 0 0;
}

.bloc-five .mask .footer .text {
    flex: 1;
    margin-right: 30px;
    color: #FFF;
}

.bloc-five .mask .footer .text p {
    font-size: 20px;
}

.bloc-five .mask .footer .text .btn {
    background: #FF9D00;
    color: #FFF;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 200px;
    border-radius: 30px;
    cursor: pointer;
}

footer {
    margin-top: 50px;
    width: 100%;
    min-height: 292px;
    clear: both;
    background: url(../img/footer.png) top center no-repeat;
}

footer img {
    width: 50px;
    margin: 20px 0 0 0;
}

footer .content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

footer .links {
    float: left;
    max-width: 850px;
    color: #FFF;
}

footer .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .links a {
    color: #FFF;
}

footer .rsa {
    float: left;
    margin: 0 0 0 80px;
}

.publicity-big {
    width: 100%;
    margin: 5px 0;
}

.cam {
    width: 100%;
    border-radius: 5px;
}

.border-radius {
    border-radius: 20px;
    padding-bottom: 10px;
}

.border-radius img {
    border-radius: 20px 20px 0 0;
}

.border-radius span {
    color: #F7477F;
}

.border-radius p {
    margin: 0;
}

.post-view .img {
    text-align: center;
}

.post-view .img img {
    width: 100%;
    max-width: 1000px;
    margin-top: 40px;
}

.paragraph {
    text-align: justify;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.title p {
    color: #777777;
    margin: 0;
}

.title h3 {
    color: #FF9226;
}

.title-category {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 40px;
}

.card-category {
    margin-top: 10px;
}

.login-page {
    width: 900px;
    margin: 0 auto;
}

.login-page input {
    width: 100%;
    padding: 20px;
    margin: 20px 0;
}

.login-page .btn {
    float: right;
    padding: 10px;
    color: #FFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: rgb(255, 212, 80);
    background: linear-gradient(180deg, rgba(255, 212, 80, 1) 0%, rgba(255, 132, 0, 1) 100%);
}

.text-right {
    float: right;
}

.recover-pass {
    font-size: 12px;
}

.register {
    float: left;
    margin-top: 10px;
    padding: 10px 0;
}

.login-page a {
    color: #ff8400;
}

.login-page h1 {
    color: #00115F;
    text-align: center;
}

.paginator {
    margin: 30px auto 30px auto;
}

.paginator a {
    padding: 5px 10px;
    color: #666666;
    font-size: 20px;
    text-align: center;
}

.paginator .current {
    border-radius: 4px;
    background: #FF9226;
    color: #FFF;
}

.list-columnists {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-direction: row;
    margin-top: 100px;
}

.list-columnists .item {
    width: 200px;
    height: 300px;
    text-align: center;
    margin: 10px;
}

.list-columnists .item figure {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.list-columnists .item figure img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 100%;
    border: solid 1px #000;
}

.list-columnists .item p {
    text-align: center;
}

.bloc-classified .item {
    width: 25% !important;
    padding: 5px;
    float: left;
}

.bloc-classified .item .card {
    width: 100%;
}

.bloc-classified .item {
    /* width: 50% !important; */
}

.menu {
    display: none;
}

.mask-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.btnNav {
    font-size: 30px;
    position: fixed;
    top: 15px;
    right: 20px;
    color: #0F2B6D;
    text-shadow: 1px 2px 3px #000;
}

.mobile {
    display: none;
}

.list-galery {
    width: 100%;
    float: left;
    clear: both;
}

.img-galery {
    width: 100%;
    max-width: 600px;
    height: 480px;
    margin: 0 auto;
}

.img-galery a {
    float: right;
    font-size: 20px;
    margin: 30px;
    color: #FFF;
    text-shadow: 1px 2px 3px #000;
}

.logoLink:hover {
    background: none !important;
}

titleNoticia {
    font-family: 'Calibri';
    color: #00115F;
    font-size: 1.17em;
    font-weight: bold;
}

.textoNoticia {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Calibri';
}

.textoNoticia a {
    color: #000;
}

.borderLeft {
    border-left: solid 3px #8B8F76;
    transition: 0.3s;
}

.borderLeft:hover {
    border-left: solid 3px #ff9226;
    transition: 0.3s;
}

.dataNoticia {
    color: #999;
    font-size: 12px;
    transition: 0.3s;
}

.borderLeft .dataNoticia:hover {
    color: #ff9226;
}

.rosa {
    color: #AA346E;
}

.verde {
    color: #71A672;
}

.vermelho {
    color: #953842;
}

.bgWhite {
    background-color: #FFF;
    border-right: solid 3px #E7EBEE;
}

.agencia-estado {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
}

.bloc-one .mask-big {
    font-size: 34px;
    padding: 12px;
}

.article-new {
    text-align: justify;
}

.list-news .item {
    background: #FFF;
    width: 100%;
    padding: 5px;
    margin: 20px 0;
}

.list-news .item a {
    color: #777777;
    font-size: 18px;
    text-align: center;
}

.moreCategory {
    margin-top: 50px;
}

.btn-warning {
    width: 150px;
    margin: 0 auto;
    padding: 10px 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    font-size: 18px;
    background: rgb(255, 249, 56);
    background: linear-gradient(180deg, rgba(255, 249, 56, 1) 0%, rgba(255, 141, 0, 1) 100%);
}

.btn-warning a {
    color: #FFF;
}

.btn-tab,
.btn-tab-state {
    width: 120px;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px 5px 0 0;
    font-size: 12px;
    border: none;
    color: #FFF;
    cursor: pointer;
    background: rgb(255, 249, 56);
    background: linear-gradient(180deg, rgba(255, 249, 56, 1) 0%, rgba(255, 141, 0, 1) 100%);
}

.mystyle {
    background: #777 !important;
}

.hoomweb {
    float: right;
    width: 350px;
    text-align: center;
}

.hoomweb img {
    width: 120px !important;
    margin: 40px 0 0 0 !important;
}

.gallery-top .swiper-button-prev {
    left: 24px;
}

.gallery-top .swiper-button-next {
    right: 24px;
}

.gallery-top {
    width: 100%;
    height: 480px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top .swiper-slide a {
    color: #FFF;
    text-shadow: 1px 2px 3px #000;
    font-size: 35px;
    margin-top: 30px;
    margin-left: 20px;
    position: absolute;
}

.gallery-thumbs {
    height: 90px;
    box-sizing: border-box;
    padding: 10px 0;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100px;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.botao-wpp {
    color: #82C91E;
}

.btn-share {
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 10px 20px 20px 0;
    font-size: 25px;
}

.facebook {
    color: #4267B2;
}

.twitter {
    color: #1DA1F2;
}

.whatsapp {
    color: #2FB140;
}

.linkedin {
    color: #1377B5;
}

.IN-widget {
    position: absolute;
    opacity: 0;
}

.twitter-share-button {
    position: absolute !important;
    z-index: 3;
    width: 34px !important;
    height: 20px !important;
    opacity: 0;
}

.fb-share-button {
    position: absolute !important;
    margin-top: -11px !important;
    opacity: 0;
}

.shares {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px;
}

.link-col {
    text-align: center;
    text-transform: uppercase;
}

.figure {
    width: 100%;
    height: 175px;
    /* background-color: rgba(255, 132, 0, 1); */
}

.new {
    padding: 5px;
}

.new p {
    margin: 0;
}

.title-agency b {
    text-transform: uppercase !important;
}

.agency {
    font-weight: bold;
}