/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 de mai. de 2021, 16:50:30
    Author     : carlos
*/
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/open-sans-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/open-sans-v27-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local(''),
        url('../fonts/open-sans-v27-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/open-sans-v27-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/raleway-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/raleway-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-500 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local(''),
        url('../fonts/raleway-v22-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/raleway-v22-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('../fonts/raleway-v22-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/raleway-v22-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/raleway-v22-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/raleway-v22-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-800 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: local(''),
        url('../fonts/raleway-v22-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/raleway-v22-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-900 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: local(''),
        url('../fonts/raleway-v22-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/raleway-v22-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
main {
    min-height: 100vh;
    margin-bottom: 2rem !important;
}

.adsSwapping {
    min-height: 250px;
    justify-content: center;
    align-items: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAABaADAAQAAAABAAAABQAAAAB/qhzxAAAAFklEQVQIHWN49+7dfxBmQAJMSGxqMQH5zQeV5v98gQAAAABJRU5ErkJggg==);
    margin-right: -15px;
    margin-left: -15px;
}
.adsSwapping img {
    /*    max-height: 100px;*/
}
.adsSwapping img.img100 {
    width: auto !important;
}

.adsSwapping.adsQuadrado {
    min-height:none;
    justify-content: none;
    align-items: normal;
    background: none;
    margin-right: 0;
    margin-left: 0;
}
.adsSwapping.adsQuadrado img {
    max-height: none !important;
}
.adsSwapping.adsQuadrado img.img100 {
    width: auto !important;
}
.btn-menu {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 20px;
    padding: 0;
}
.logo button {
    display: none;
}
/*#hotTopics {
    height: 73.5px;
}*/
#hotTopics a {
    color: #000;
}
#hotTopics a span {
    color: #e20d1a;
    font-weight: 700;
}
#hotTopics a span i {
    margin-right: 2px;
}
#hotTopics .center-item {
    border: 2px solid #eee;
    border-top: none;
    border-bottom: none;
}
@media (max-width: 991.98px) {
    .logo {
        display: flex;
        justify-content: space-between;
    }
    .logo button {
        display: block;
    }
    .logo img {
        max-height: 40px;
    }
    #hotTopics .center-item {
        border: none;
    }
}


.wp-block-image img {
    width: 100%;
}

#noticiaHome div.boxImage, #noticiaAssuntos div.boxImage {
    position: relative;
}
#noticiaHome div.titleNH, #noticiaAssuntos div.titleNH {
    position: absolute;
    color: #fff;
    font-weight: bold;
    background-color: #e20d1a;
    text-transform: uppercase;
    padding: 5px 15px;
    bottom: 0;
    left: 0;
}
#noticiaHome span, #noticiaAssuntos span {
    color: #e20d1a;
    font-weight: bold;
    text-transform: uppercase;
}
#noticiaHome a, #noticiaAssuntos a {
    color: #000;
}
#noticiaHome a:hover, #noticiaAssuntos a:hover{

    color: #e20d1a;
}

.owl-dots {
    /*background-color: #e20d1a;*/
}

.owl-dots .owl-dot {
    display:inline-block;
    zoom:1
}
.owl-dots .owl-dot span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background:#869791
}
.headBox {
    height: 40px;
    border-bottom: 1px solid gray;
}
.headLeft {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    list-style: none;
    width: 40%;
    padding: 0;
    margin: 0;
}
.headLeft li {
    display: flex;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
}
.headCenter {
    justify-content: center;
    display: flex;
    align-items: center;
    list-style: none;
    width: 20%;
    padding: 0;
    margin: 0;
}
.headCenter li {
    display: flex;
    color: #fff;
    font-size: 12px;
}
.headRight {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    list-style: none;
    width: 40%;
    padding: 0;
    margin: 0;
}
.headRight li {
    display: flex;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
}

.headerCotacao {
    list-style: none;
    padding: 0;
    margin: 0;
    width: max-content;
    margin: 0 auto;
}
.headerCotacao li {
    color: #fff;
    font-size: 12px;

}

.headerCotacao li i.fa-long-arrow-alt-up {
    color: green;
}
.headerCotacao li i.fa-long-arrow-alt-down {
    color: red;
}

#climaBox {
    margin: auto;
    width: max-content;
    color: #fff;
    font-size: 12px;
    font-weight: bold;    
}
#climaBox .firstLine {
    float: left;
}
#climaBox .secondLine {
    float: left;
}
#climaBox img {
    width: 35px;
    float: left;
    margin-right: 10px;
}

#climaBox .maxClima {
    font-weight: normal;
    color: red;
}
#climaBox .descriptionClima {
    font-weight: normal;
    text-transform: capitalize;
}
#climaBox .minClima {
    font-weight: normal;
    color: #39c;
}

#noticiaHome h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    word-spacing: -0.05em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-font-smoothing: antialiased;
}
#noticiaHome h3 {
    margin-top: 4px;
    margin-bottom: 10px;
    color: var(--color-gray-5);
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: pre-wrap;
}
#noticiaHome .new-normal {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    list-style: none;
    margin: 0;
    font-weight: 400;
}
#noticiaHome hr {
    margin-top: 8px;
    margin-bottom: 8px;
}
#noticiaHome div.titleNH.col2 {
    bottom: 0;
}
#noticiaHome div.titleNH.col3 {
    bottom: 0;
}
#noticiaHome .boxImage a {
    position: relative;
    display: block;
}
.catDestaque {
    margin-top: 4px;
    margin-bottom: 10px;
    color: var(--color-gray-5);
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: pre-wrap;    
    border-bottom: 2px solid #e20d1a;
}
/*#header.header-scrolled {
    position: fixed;
    top:0;
    left:0;
    right:0;
        
}
#header.header-scrolled #topHeader {
    display: none;
}*/
.nav-menu ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: 100%;
}
@media (max-width: 991.98px) {
    #topHeader {
        display: none;       
    }
}

.nav-menu a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;

}
.nav-menu li {
    border-top: 2px solid transparent;
}

.nav-menu .active {
    border-top: 2px solid #e20d1a;
}

.nav-menu .active > a {
    color: #fff;
}

.nav-menu .drop-down ul a.active {
    border-top: none;
    color:  #e20d1a;
}
.mobile-nav a.active {
    color:  #e20d1a;
}

.nav-menu li {
    border-top: 2px solid transparent; 
}

.nav-menu a::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e20d1a;
    transition: all .3s;

    left: 50%;
    position: absolute;
    top: 0;

}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a{
    color: #e20d1a;
}
.nav-menu a:hover::before {
    width: calc(100%);
    transition: all .3s;

    left: 0;
}
.nav-menu a.active:hover::before {
    width: 0;

}
.nav-menu .drop-down ul a:hover::before {
    width: 0;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #e20d1a;
}
.nav-menu .drop-down ul {
    display: block !important;
    width: auto !important;
}
.nav-menu .drop-down ul a {
    text-transform: uppercase;
}

.nBlocksHeader h2 {
    position: relative;
    margin: 0px;
    padding: 8px 14px;
    color: rgb(64, 64, 64);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    transition: background-color 0.3s ease 0s;
    font-weight: 700;
    background-color: rgb(242, 242, 242);
}

#noticiaBlocks div.boxImage {
    position: relative;
}
#noticiaBlocks div.titleNH {
    position: absolute;
    color: #fff;
    font-weight: bold;
    background-color: #e20d1a;
    text-transform: uppercase;
    padding: 5px 15px;
    bottom: 0;
    left: 0;
}
#noticiaBlocks span {
    color: #e20d1a;
    font-weight: bold;
    text-transform: uppercase;
}
#noticiaBlocks a {
    color: #000;
}
#noticiaBlocks a:hover {
    color: #e20d1a;
}

/*#noticiaBlocks h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    word-spacing: -0.05em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-font-smoothing: antialiased;
}*/
#noticiaBlocks h3 {
    margin-top: 4px;
    margin-bottom: 10px;
    color: var(--color-gray-5);
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: pre-wrap;
}
#noticiaBlocks .new-normal {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    list-style: none;
    margin: 0;
    font-weight: 400;
}
#noticiaBlocks hr {
    margin-top: 8px;
    margin-bottom: 8px;
}
#noticiaBlocks div.titleNH.col2 {
    bottom: 0;
}
#noticiaBlocks div.titleNH.col3 {
    bottom: 0;
}
#noticiaBlocks .boxImage a {
    position: relative;
    display: block;
}

.breadcrumbs {
    font-size: 12px;
    color: #aaa;
    margin: 20px 0;
    background-color: transparent;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.breadcrumbs ol li + li {
    padding-left: 4px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 2px;
    color: #6c757d;
    content: ">";
}
.headerNoticia h1 {
    margin: 0 0 30px;
    font-weight: 600;
}
.headerNoticia h3 {
    margin: 0 0 30px;
    font-size: 16px;
}

.meta {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.archive .meta-info {
    margin: 0;
}
.meta-info {
    margin: 7px 0 0;
    font-size: 12px;
    color: #aaa;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.meta-info .author strong {
    color: #c72127;
}

.sharebar {
    float: right;
}
.sharebar {
    margin-bottom: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.sharebar a {
    color: #fff;
    background-color: #aaa;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.sharebar a:hover {
    color: #c72127;
    background-color: #ccc;
}
.imgNoticiaBox {
    margin-bottom: 20px;
}
.image_fonte {
    display: block;
    text-align: right;
    font-size: 10px;
}
.image_credits {
    position: relative;
    padding: 10px 5px;
    display: block;
    font-size: 11px;
    line-height: 14px;
    background: #eee;
    color: #666;
}
.context p, .context div {
    font-size: 18px;
    margin: 0 0 30px;
}

.bg-secondary2 {
    background-color: #ddd;
}

.figure img {
    width: 100%;
}
.img10 {
    width: 10%;
}
.img25 {
    width: 25%;
}
.img50 {
    width: 50%;
}
.img75 {
    width: 75%;
}
.img100 {
    width: 100%;
}
/*.img10, .img10 img, .img10 .figure-caption {
    width: 10%;
}
.img25, .img25 img, .img25 .figure-caption {
    width: 25%;
}
.img50, .img50 img, .img50 .figure-caption {
    width: 50%;
}
.img75, .img75 img, .img75 .figure-caption {
    width: 75%;
}
.img100, .img100 img, .img100 .figure-caption {
    width: 100%;
}*/
.figure-img {
    margin-bottom: 0;
}
.figure-caption {
    background-color: #e20d1a;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 8px;
    line-height: 1;
    position: absolute;
    width: 100%;
    bottom: -30px;
    height: 30px;   
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.no-display {
    display: none;
}
/*#adsTopo {
    display: block;
}
#adsTopoXs {
    display: none;
}
#adsQ1 {
    display: block;
}
#adsQ1Xs {
    display: none;
}
#adsQ2 {
    display: block;
}
#adsQ2Xs {
    display: none;
}*/
.adsSwapping {
    display: block;
}
.adsSwappingXs {
    display: none;
}
@media (max-width: 991.98px) {
    .adsSwapping {
        display: none !important;
    }
    .adsSwappingXs {
        display: flex;
        min-height: 220px;
        justify-content: center;
        align-items: center;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAABaADAAQAAAABAAAABQAAAAB/qhzxAAAAFklEQVQIHWN49+7dfxBmQAJMSGxqMQH5zQeV5v98gQAAAABJRU5ErkJggg==);
        margin-right: -15px;
        margin-left: -15px;
    }
    .adsSwappingXs img {
        /*    max-height: 100px;*/
    }
    .adsSwappingXs img.img100 {
        width: auto !important;
        max-height: 200px;
    }    
    /*  #adsTopo {
          display: none;
      }
      #adsTopoXs {
          display: block;
      }
      #adsQ1 {
          display: none;
      }
      #adsQ1Xs {
          display: block;
      }    
      #adsQ2 {
          display: none;
      }
      #adsQ2Xs {
          display: block;
      }  */   
}

.tooglePassView {
    position: absolute;
    top: 44px;
    right: 13px;
}

.formRelative {
    position: relative;
}

.tooglePassView:hover {
    cursor: pointer;
}
.validate {
    display: none;
    color: red;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
    text-align: center;
}

.php-email-form .error-message br + br {
    margin-top: 25px;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #ccf0d1;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--bs-charroa);
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.text-uppercase {
    text-transform: uppercase;
}

.contact-icon {
    font-size: 3rem;
}

.customerlogged {
    position: absolute;
    width: 150px;
    top:0;
    right:150px;
}
.customerlogged .customer-image {
    width: 30px;
    float: left;
}
.customerlogged h5 {
    font-size: 12px;
    padding: 7px 10px;
}

.customer-profile {
    text-align: center;
    background: #f8f9fa;
    padding: 2rem;
}

.customer-nav .list-group-item {
    color: #495057;
    font-size: 0.9rem;
    border-color: #e9ecef;
}
.pagination {
    width: max-content;
    margin: auto;
}

.page-link {
    color: #e20d1a;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e20d1a;
    border-color: #e20d1a;
}

p:empty {
    display: none;
}
.colBusca span {
    font-size: 12px;
    color: #aaaaaa;
}
.colBusca h4 {
    font-size: 16px;
    margin-bottom: 3px;
}

.buscaCatLink {
    color: #fff;
    font-weight: bold;
    background-color: #e20d1a;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-right: 5px;
    font-size: 9px;

}

blockquote {
    border: none;
    border-left: 4px solid #e20d1a;
    font-size: 1.75rem;
    line-height: 2.25rem;
    padding-left: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

button.owl-prev {

    position: absolute;
    font-size: 18px !important;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.2) !important;
    color: rgba(255,255,255,0.5) !important;

}
button.owl-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
}
button.owl-prev span, button.owl-next span {
    display: none;
}
button.owl-next {

    position: absolute;
    font-size: 18px !important;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.2) !important;
    color: rgba(255,255,255,0.5) !important;

}
button.owl-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
}
button.owl-next:focus, button.owl-prev:focus {
    outline: none;
}
.carouselItem h4 {
    color: #fff;
    padding: 0.4rem;
}
.carouselItem span {
    float:right;
    color: #fff;
    z-index: 99;
    padding: 5px 10px;
    font-size: 0.875rem;
}
.carouselItem {
    position: relative;
}
#counter {
    position: absolute;
    color: #fff;
    z-index: 99;
    padding: 5px 10px;
}
.owl-carousel figure {
    width: 100%;
    aspect-ratio : 4 / 3;
    background-color: #ddd;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#smBoxSearch {
    display: none;
    position: relative;
    top: -52px;
    z-index: -1;
    background-color: #000;
    padding: 10px;
    transition:all .2s ease;
}

#smBoxSearch.open {
    top: 0;
    z-index: 9;
    transition:all .2s ease;
}

.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
#footer {
    background: #000000;
    padding: 0;
    color: #fff;
    font-size: 14px;
}
.mb-md-5 {
    margin-bottom: 3rem !important;
}


.leiaMaisBox a {
    color: #000000;
}
a:hover {
    color: #e20d1a;
    text-decoration: none;
}
footer h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #e20d1a;
    border-bottom: 1px solid #e20d1a;
}

footer a {
    display: block;
    color: #fff;
}

footer .social-links a {

    font-size: 18px;
    display: inline-block;
    background: #373737;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;

}

footer .social-links a:hover {
    background: #e20d1a;
    color: #fff;
    text-decoration: none;
}   
.bg-gray-800 {
    background-color: #343a40 !important;
}
.devSpan {
    font-size: 10px;
}
.devLogo {
    height: 14px;
}
.linkAgaerre {
    display: inline;
}
.back-to-top {
    background: #e20d1a;
}

.back-to-top:hover {
    background: #e20d1a;
    opacity: 0.5;
}

.noticiaCapaDate {
    display: none;
}

.rowassuntos h4 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    list-style: none;
    margin: 0;
    font-weight: 400;
    color: #000;
}

.rowassuntos h4 a {
    color: #000;
}

.assuntosdate {
    font-size: 15px;
    line-height: 20px;
    color: #bbb;
}

.rowassuntos h4 a:hover {
    color: #e20d1a;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    #smBoxSearch {
        display: block;
    }
    #noticiaHome h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .mb-md-5 {
        margin-bottom: 1rem !important;
    }
    #header {
        padding:0;
    }
    main {
        margin-top: -55px;
    }
    .rowassuntos h4 {
        text-align: justify;
    }
    .rowassuntos {
        margin-bottom: 30px;
    }
    #footer .row.pl-5 {
        padding-left: 0 !important;
    }
    #footer  .row.pr-5 {
        padding-right: 0 !important;

    }
    .breadcrumbs ol {
        flex-wrap: wrap;
        font-size: 1.5em;
    }
    footer a {

        font-size: 1.5em;
    }
    .footerAddress {
        font-size: 1.5em;
    }
}

.tagsNoticia .badge {
    background-color: #e20d1a !important;
    margin-right: 10px;
    color: #fff;
}

.enqueteOptionBox {
    width: 100%;
}
.titleEnquete {
    width: 80px;
    float: left;
}
.barEnquete {
    width: calc(100% - 80px);
    float: left;
}

.enqueteBox {
    border: 2px solid #aaa;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 8px 14px;
    color: rgb(64, 64, 64);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    transition: background-color 0.3s ease 0s;
    font-weight: 400;
    background-color: rgb(242, 242, 242);

}
.enqueteBox h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #aaa;
    text-align: center;
}
#enqueteForm {
    padding: 20px;
}

.divmaislidas h2 {
    font-size: 1.125rem;
    color: #e20d1a;
}

.divmaislidas h2 span {
    color: #e20d1a;
    font-size: 1.5rem;
    margin-right: 10px;

}
ol.maislidas {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
ol.maislidas li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: 16px;    
    counter-increment: li;
    display: grid;
    grid-template-columns: 32px 4px auto;
    list-style: none;
}
ol.maislidas li::before {
    color: #e20d1a;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    content: counter(li) " ";
    grid-column: 1 / 2;
    text-align: center;
}
ol.maislidas li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    grid-column: 3 / 4;
    color: #444;
}

#cookieNotice.display-right {
    /*right: 30px;
    bottom: 30px;
    max-width: 395px;*/

    left: 50%;
    bottom: 10px;
    max-width: 395px;
    transform: translateX(-50%);
    width: 100%;
}
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../../../cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
/*.btn-primary{
    color:#ffffff;
    background:#115cfa;
    border: 1px solid #115cfa;
}*/
.carouselItem {
    background-color: #000;
}

.owl-carousel .owl-stage {
    margin-bottom: 8px;
}

.owl-item {
    margin-bottom: 0 !important;  
}