* {
    margin: 0;
    padding: 0;
    -webkit-appearance: none
}

html,body {
    font-size: 14px
}

::selection {
    background: #f0f0f0
}

.conteudo {
    position: relative;
    width: 1290px;
    margin: 0 auto
}

.env {
    float: left;
    width: 100%
}

li {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:focus {
    text-decoration: underline
}

.pos-data-topo {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    z-index: 999999
}

.pos-data-topo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.6)
}

.pos-data-topo span {
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #000
}

.pos-topo {
    float: left;
    width: 100%;
    padding: 10px 0;
    z-index: 999999;
    background: #fff
}

.pos-topo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,0.2)
}

.menu-tp-inp {
    position: relative;
    float: left;
    z-index: 999999
}

.menu-tp-inp2 {
    display: none
}

.ico-menu {
    float: left;
    width: 25px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.brd-ico-menu.ico-menu {
    border-right: 1px solid rgba(0,0,0,0.2)
}

.topo-bg .brd-ico-menu.ico-menu {
    border-right: 1px solid rgba(255,255,255,0.2)
}

.tmn-logo-1 .ico-menu {
    padding: 50px 40px 50px 0
}

.tmn-logo-2 .ico-menu {
    padding: 33px 40px 33px 0
}

.tmn-logo-3 .ico-menu {
    padding: 23px 40px 23px 0
}

.tmn-logo-4 .ico-menu {
    padding: 13px 40px 13px 0
}

.ico-menu span {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #6e6a6a;
    border-top: 3px solid
}

.topo-bg .ico-menu span {
    color: #fff
}

.topo-site-1 .ico-menu span {
    color: rgba(0,0,0,0.9)
}

.o-menu {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #f8f8f8;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: width .5s;
    transition: width .5s;
    z-index: 999999;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.5)
}

.o-menu::-webkit-scrollbar {
    width: 5px;
    background: #e3e0d6
}

.o-menu::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1)
}

.o-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #8b8778
}

.opacity-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
    cursor: pointer
}

.conteudo-menu {
    display: none;
    font-family: 'Montserrat'
}

.menu-tp-inp2:checked + .menu-tp-inp .o-menu {
    width: 22%
}

.menu-tp-inp2:checked + .menu-tp-inp .opacity-menu {
    display: block
}

.menu-tp-inp2:checked + .menu-tp-inp .conteudo-menu {
    display: block
}

.menu-lateral {
    float: left;
    width: 100%;
    margin: 20px 0
}

.menu-lateral li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.menu-lateral li:last-of-type {
    border-bottom: none
}

.menu-lateral li:nth-child(even) {
    background: rgba(0,0,0,0.02)
}

.menu-lateral li a {
    position: relative;
    float: left;
    width: 80%;
    padding: 20px 10%;
    color: #000;
    font-size: 15px;
    font-weight: 400
}

.menu-lateral li a:hover {
    text-decoration: none
}

.menu-lateral li a:after {
    font-family: 'icons-v10';
    float: left;
    margin-top: -1px;
    font-size: 20px;
    margin-right: 20px;
    opacity: .5
}

.menu-lateral li a:hover:after {
    opacity: 1
}

.menu-ultimas-noticias:after {
    content: "\e910"
}

.menu-municipios:after {
    content: "\e949"
}

.menu-blogs-colunas:after {
    content: "\e90e"
}

.menu-videos:after {
    content: "\ea9d";
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000;
    color: transparent
}

.menu-paginas:after {
    content: "\e9cb"
}

.menu-classificados:after {
    content: "\e935";
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000;
    color: transparent
}

.menu-editorias:after {
    content: "\e905"
}

.menu-galerias:after {
    content: "\e904";
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000;
    color: transparent
}

.menu-enquetes:after {
    content: "\e905"
}

.menu-contato:after {
    content: "\e907"
}

.mini-tempo-topo {
    font-family: 'Montserrat';
    transition: all .2s ease-in-out
}

.alm-logo-1 .mini-tempo-topo {
    float: left;
    margin-left: 40px
}

.alm-logo-2 .mini-tempo-topo {
    float: right;
    margin-right: 80px
}

.tmn-logo-1 .mini-tempo-topo {
    padding: 49px 0 45px
}

.tmn-logo-2 .mini-tempo-topo {
    padding: 32px 0 28px
}

.tmn-logo-3 .mini-tempo-topo {
    padding: 22px 0 18px
}

.tmn-logo-4 .mini-tempo-topo {
    padding: 9.5px 0
}

.mini-tempo-topo .icon-tempo-mini {
    float: left;
    margin-top: 3px;
    font-size: 25px
}

.env-info-tempo-mini {
    float: left;
    margin-left: 15px
}

.pos-info-tempo-mini {
    display: block
}

.mini-tempo-topo .temp-min-mini,.mini-tempo-topo .temp-max-mini {
    float: left;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #6e6a6a
}

.topo-bg .mini-tempo-topo .temp-min-mini,.topo-bg .mini-tempo-topo .temp-max-mini {
    color: #fff
}

.mini-tempo-topo .temp-min-mini em,.mini-tempo-topo .temp-max-mini em {
    position: relative;
    top: -4px;
    left: 1px;
    font-size: 9px;
    font-weight: 100;
    font-style: normal
}

.mini-tempo-topo .icon-seta {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 4px;
    font-weight: 700;
    color: #6e6a6a
}

.topo-bg .mini-tempo-topo .icon-seta {
    color: #fff
}

.mini-tempo-topo .icon-mini-min {
    margin-left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mini-tempo-topo .pos-cidade-mini {
    display: block
}

.mini-tempo-topo .pos-cidade-mini .env-cidade-mini {
    float: left;
    width: 100%;
    margin-top: 2px;
    color: #6e6a6a
}

.topo-bg .mini-tempo-topo .pos-cidade-mini .env-cidade-mini {
    color: #fff
}

.mini-tempo-topo .pos-cidade-mini .icon-local {
    float: left;
    font-size: 8px;
    margin-top: 2px;
    color: #fff;
}

.mini-tempo-topo .pos-cidade-mini .cidade-mini {
    float: left;
    margin-left: 5px;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
}

.logo img {
    transition: all .2s ease-in-out
}

.alm-logo-1 .logo {
    position: absolute;
    width: 100%;
    height: 0;
    text-align: center
}

.alm-logo-2 img {
    float: left;
    margin-left: 40px
}

.tmn-logo-1 .logo img {
    height: 123px
}

.tmn-logo-2 .logo img {
    height: 90px
}

.tmn-logo-3 .logo img {
    height: 70px
}

.tmn-logo-4 .logo img {
    height: 50px
}

.alm-logo-1.tmn-logo-1 {
    height: 123px
}

.alm-logo-1.tmn-logo-2 {
    height: 90px
}

.alm-logo-1.tmn-logo-3 {
    height: 70px
}

.alm-logo-1.tmn-logo-4 {
    height: 50px
}

.social-topo {
    float: right;
    margin-right: 120px;
    transition: all .2s ease-in-out
}

.tmn-logo-1 .social-topo {
    margin-top: 50px
}

.tmn-logo-2 .social-topo {
    margin-top: 32px
}

.tmn-logo-3 .social-topo {
    margin-top: 22px
}

.tmn-logo-4 .social-topo {
    margin-top: 12px
}

.social-topo a {
    float: left;
    padding: 5px;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none
}

.topo-bg .social-topo a {
    border: 1px solid #fff;
    color: #fff
}

.social-topo a:hover {
    opacity: .7
}

.busca-tp-inp2 {
    display: none
}

.busca-tp-inp {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
    background: rgba(0,0,0,0.05)
}

.topo-bg .busca-tp-inp {
    background: rgba(0,0,0,0.1)
}

.ico-busca {
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.ico-busca span {
    font-size: 22px;
    color: #000
}

.topo-bg .ico-busca span {
    color: #fff
}

.tmn-logo-1 .ico-busca {
    padding: 61px 25px
}

.tmn-logo-2 .ico-busca {
    padding: 43px 25px
}

.tmn-logo-3 .ico-busca {
    padding: 39px 25px 29px
}

.tmn-logo-4 .ico-busca {
    padding: 28px 25px 18px
}

.topo-site-1 .ico-busca {
    color: #000
}

.box-busca {
    width: 0;
    border-radius: 5px;
    border: none;
    outline: none;
    position: absolute;
    margin-left: -47px;
    overflow: hidden;
    z-index: 999999;
    font-family: 'Roboto';
    font-weight: 300;
    transition: all .2s ease-in-out;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05)
}

.tmn-logo-1 .box-busca {
    margin-top: 59px
}

.tmn-logo-2 .box-busca {
    margin-top: 49px
}

.tmn-logo-3 .box-busca {
    margin-top: 39px
}

.tmn-logo-4 .box-busca {
    margin-top: 29px
}

.busca-tp-inp2:checked + .busca-tp-inp .box-busca {
    margin-left: -275px;
    width: 200px;
    padding: 15px 20px;
    border: 1px solid rgba(255,255,255,0.08)
}

.tmn-logo-1 .busca-tp-inp2:checked + .busca-tp-inp .box-busca {
    margin-top: 49px
}

.tmn-logo-2 .busca-tp-inp2:checked + .busca-tp-inp .box-busca {
    margin-top: 32px
}

.tmn-logo-3 .busca-tp-inp2:checked + .busca-tp-inp .box-busca {
    margin-top: 22px
}

.tmn-logo-4 .busca-tp-inp2:checked + .busca-tp-inp .box-busca {
    margin-top: 12px
}

.busca-tp-inp2:checked + .busca-tp-inp .box-busca:focus {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5)
}

.busca-tp-inp2:checked + .busca-tp-inp .ico-busca {
    color: #000
}

.pos-menu-topo {
    position: relative;
    float: left;
    width: 100%
}

.pos-menu-topo.back-menu-1 {
    background: #fff
}

.pos-menu-topo.back-menu-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1)
}

.env-menu-topo {
    float: left;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll
}

.env-menu-topo::-webkit-scrollbar {
    display: none
}

.menu-topo {
    position: relative;
    float: left;
    min-width: 100%;
    height: 57px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    overflow: hidden
}

.menu-topo li {
    position: relative;
    display: inline-block
}

.menu-topo li:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid rgba(0,0,0,0.1)
}

.back-menu-2 .menu-topo li:hover:before {
    border-bottom: 2px solid rgba(255,255,255,0.5)
}

.menu-topo li a {
    position: relative;
    font-family: 'Roboto';
    display: inline-block;
    text-decoration: none;
    padding: 20px 20px 18px;
    font-size: 15px;
    color: #000;
    z-index: 1;
    font-weight: 300
}

.back-menu-2 .menu-topo li a {
    color: #fff
}

.tt-publicidade {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    font-family: 'Roboto';
    font-size: 10px;
    color: #000;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase
}

.fundo-ads-2 {
    background: #f5f5f5
}

.table-env {
    width: 100%;
    display: table
}

.table {
    display: table
}

.cell {
    display: table-cell
}

.cell-middle {
    vertical-align: middle
}

.cell-bottom {
    vertical-align: bottom
}

.pos-24h {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0;
    background: #000;
    border-radius: 4px;
    color: #fff;
    overflow: hidden
}

.pos-24h.img-dest-n {
    padding: 40px 0
}

.pos-24h.img-dest-s {
    height: 500px
}

.pos-24h.img-dest-s:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    background-size: 150% 500px;
    transition: all .2s ease-in-out
}

.pos-24h:hover.img-dest-s:before {
    background-size: 200% 500px
}

.pos-24h.img-dest-s .table {
    position: absolute;
    width: 90%;
    height: 100%;
    padding: 0 5%
}

.pos-24h.img-dest-n .table {
    width: 90%;
    padding: 0 5%
}

.pos-24h .tt-24h {
    float: left;
    padding: 10px 25px;
    border-radius: 20px;
    background: #9c0808;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 14px
}

.pos-24h img {
    float: left;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center
}

.pos-24h h3 {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 44px;
    text-shadow: 1px 1px 0 #000;
    transition: all .2s ease-in-out
}

.pos-24h.img-dest-n:hover h3 {
    opacity: .7
}

.pos-24h .subtitulo-24h {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #fff
}

.pos-24h.img-dest-s .subtitulo-24h {
    margin-bottom: 40px
}

.env-conteudo-principal {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #FAFAFA;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

.env-cont-pr-2 {
    padding: 0!important;
    background: transparent;
    border-top: none;
    border-bottom: none
}

.dest-chapeu {
    float: left;
    width: 100%;
    font-size: 15px
}

.pos-manchetes {
    float: left;
    width: 61%
}

.dest-manchete {
    float: left;
    width: 100%;
    color: #000;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.dest-manchete h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 38px
}

.dest-manchete:hover h3 {
    text-decoration: underline
}

.dest-manchete .manchete-subt {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px
}

.pos-sub-manchetes {
    float: left;
    width: 100%;
    margin-top: 25px
}

.sub-manchete {
    float: left;
    width: 31.333333333333%;
    margin-right: 3%;
    color: #000
}

.sub-manchete:last-of-type {
    margin-right: 0
}

.sub-manchete img {
    float: left;
    width: 100%;
    height: 120px;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center
}

.sub-manchete h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 20px
}

.sub-manchete.img-dest-s h3 {
    font-size: 16px
}

.sub-manchete:nth-of-type(1).img-dest-n h3 {
    font-size: 23px
}

.sub-manchete:hover h3 {
    text-decoration: underline
}

.sub-manchete .manchete-sub {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.owl-nav {
    display: none
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 50px;
    height: 2px;
    margin: 5px 7px;
    background: rgba(255,255,255,0.5);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    overflow: hidden
}

.owl-theme .owl-dots .owl-dot span:before {
    display: none
}

.owl-theme .owl-dots .owl-dot.active span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation-name: animaowl;
    animation-duration: 7s;
    animation-timing-function: linear;
    -webkit-animation-name: animaowl;
    -webkit-animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: animaowl;
    -ms-animation-duration: 7s;
    -ms-animation-timing-function: linear;
    -moz-animation-name: animaowl;
    -moz-animation-duration: 7s;
    -moz-animation-timing-function: linear;
    -o-animation-name: animaowl;
    -o-animation-duration: 7s;
    -o-animation-timing-function: linear
}

@keyframes animaowl {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.slide-destaques {
    position: relative;
    float: right;
    width: 35%;
    height: 450px;
    background: #000;
    border-radius: 4px;
    overflow: hidden
}

.item-slide {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 4px
}

.item-slide img {
    float: left;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px
}

.item-slide.img-dest-s:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    background-size: 100% 450px;
    transition: all .2s ease-in-out
}

.item-slide.img-dest-s:hover:before {
    background-size: 200% 450px
}

.item-slide .table {
    position: absolute;
    width: 100%;
    height: 450px
}

.item-slide.img-dest-s .cell {
    width: 80%;
    padding: 60px 10%
}

.item-slide.img-dest-n .cell {
    width: 80%;
    height: 100%;
    padding: 0 10%
}

.item-slide .chapeu-slide {
    float: left;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px
}

.item-slide h3 {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 0 #000
}

.item-slide.img-dest-n:hover h3 {
    text-decoration: underline
}

.slide-destaques-2 {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000
}

.slide-destaques-2,.item-slide-2 img,.item-slide-2 .table {
    height: 600px
}

.slide-destaques-2 .owl-dots {
    display: none
}

.item-slide-2 img {
    float: left;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.item-slide-2.img-dest-s:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    background-size: 100% 600px;
    transition: all .2s ease-in-out
}

.item-slide-2.img-dest-s:hover:before {
    background-size: 200% 600px
}

.item-slide-2 .table {
    position: absolute;
    width: 100%
}

.item-slide-2.img-dest-s .cell {
    width: 80%;
    padding: 60px 10%
}

.item-slide-2.img-dest-n .cell {
    width: 80%;
    height: 100%;
    padding: 0 10%
}

.item-slide-2 .chapeu-slide {
    float: left;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px
}

.item-slide-2 h3 {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 0 #000
}

.item-slide-2.img-dest-n:hover h3 {
    text-decoration: underline
}

.item-slide-2 .subtitulo-sl-2 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.dest-manchete-2 {
    float: left;
    width: 100%;
    color: #000;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.dest-manchete-2 h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 54px
}

.dest-manchete-2:hover h3 {
    text-decoration: underline
}

.dest-manchete-2 .manchete-subt-2 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px
}

.pos-sub-manchetes-2 {
    float: left;
    width: 100%;
    margin-top: 25px
}

.sub-manchete-2 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    color: #000
}

.sub-manchete-2:last-of-type {
    margin-right: 0
}

.sub-manchete-2 img {
    float: left;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center
}

.sub-manchete-2 h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 20px
}

.sub-manchete-2.img-dest-n h3 {
    font-size: 26px
}

.sub-manchete-2:hover h3 {
    text-decoration: underline
}

.sub-manchete-2 .manchete-sub-2 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.sub-manchete-2.img-dest-n .manchete-sub-2 {
    -webkit-line-clamp: 3
}

.slide-destaques-3 {
    position: relative;
    float: left;
    width: 60%;
    margin-top: 25px;
    overflow: hidden;
    background: #000;
    border-radius: 4px
}

.slide-destaques-3,.item-slide-3 img,.item-slide-3 .table {
    height: 400px
}

.item-slide-3 img {
    float: left;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.item-slide-3.img-dest-s:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    background-size: 100% 400px;
    transition: all .2s ease-in-out
}

.item-slide-3.img-dest-s:hover:before {
    background-size: 200% 400px
}

.item-slide-3 .table {
    position: absolute;
    width: 100%
}

.item-slide-3.img-dest-s .cell {
    width: 80%;
    padding: 60px 10%
}

.item-slide-3.img-dest-n .cell {
    width: 80%;
    height: 100%;
    padding: 0 10%
}

.item-slide-3 .chapeu-slide {
    float: left;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px
}

.item-slide-3 h3 {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 0 #000
}

.item-slide-3.img-dest-n:hover h3 {
    text-decoration: underline
}

.item-slide-3 .subtitulo-sl-2 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pos-sub-manchetes-3 {
    float: right;
    width: 38%;
    margin-top: 25px
}

.sub-manchete-3 {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #000
}

.sub-manchete-3:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.sub-manchete-3 img {
    float: left;
    width: 30%;
    height: 125px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px
}

.sub-manchete-3.img-dest-s .dest-chapeu,.sub-manchete-3.img-dest-s h3 {
    float: right;
    width: 68%
}

.sub-manchete-3 h3 {
    font-size: 21px;
    margin-top: 10px
}

.sub-manchete-3.img-dest-n h3 {
    float: left;
    width: 100%;
    font-size: 26px
}

.sub-manchete-3:hover h3 {
    text-decoration: underline
}

.sub-manchete-3 .manchete-sub-3 {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.env-home {
    position: relative;
    float: left;
    width: 100%
}

.env-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,#FAFAFA 50%,#fff 50%);
    background: -moz-linear-gradient(left,#FAFAFA 50%,#fff 50%);
    background: -ms-linear-gradient(left,#FAFAFA 50%,#fff 50%);
    background: -o-linear-gradient(left,#FAFAFA 50%,#fff 50%);
    background: linear-gradient(left,#FAFAFA 50%,#fff 50%)
}

.pos-lista-home-lateral {
    position: relative;
    float: left;
    width: 100%
}

.pos-lista-home-lateral:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 903px;
    height: 100%;
    background: #FAFAFA
}

.pos-lista-home-lateral:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 387px;
    height: 100%;
    background: #fff
}

.pos-lista-home {
    position: relative;
    z-index: 1;
    float: left;
    width: 883px;
    padding-right: 20px;
    padding-top: 30px
}

.pos-lista-home:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-right: 1px solid #f0f0f0
}

.lista-home {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.pos-lista-home a:last-of-type {
    padding-bottom: 0;
    border-bottom: none
}

.lista-home img {
    float: left;
    width: 30%;
    height: 200px;
    object-fit: cover;
    object-position: center
}

.lista-home .dest-chapeu,.lista-home h3,.lista-home .subt-lista-home,.lista-home .data-lista-home {
    float: right;
    width: 68%
}

.lista-home.img-dest-n .dest-chapeu,.lista-home.img-dest-n h3,.lista-home.img-dest-n .subt-lista-home,.lista-home.img-dest-n .data-lista-home {
    width: 100%
}

.lista-home .dest-chapeu {
    color: #000
}

.lista-home h3 {
    margin-top: 10px;
    font-size: 28px
}

.lista-home:hover h3 {
    text-decoration: underline
}

.lista-home .subt-lista-home {
    font-size: 15px;
    margin-top: 10px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.lista-home .data-lista-home {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300
}

.lista-home-2 {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 35px;
    color: #000;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.lista-home-2.img-dest-s {
    min-height: 200px
}

.lista-home-2.img-dest-s:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 200px;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    background: -webkit-linear-gradient(left,transparent 0%,#FAFAFA 100%);
    background: -moz-linear-gradient(left,transparent 0%,#FAFAFA 100%);
    background: -ms-linear-gradient(left,transparent 0%,#FAFAFA 100%);
    background: -o-linear-gradient(left,transparent 0%,#FAFAFA 100%);
    background: linear-gradient(left,transparent 0%,#FAFAFA 100%)
}

.lista-home-2.img-dest-s:hover:before {
    width: 30%;
    left: 10%
}

.lista-home-2 img {
    position: absolute;
    width: 40%;
    height: 200px;
    object-fit: cover;
    object-position: center
}

.lista-home-2.img-dest-s .table {
    height: 200px
}

.lista-home-2 .desc-lista-home-2 {
    position: relative;
    z-index: 1;
    float: right;
    width: 68%
}

.lista-home-2.img-dest-n .desc-lista-home-2 {
    width: 100%
}

.chapeu-lista-home-2 {
    float: left;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff
}

.lista-home-2 .desc-lista-home-2 h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.lista-home-2:hover .desc-lista-home-2 h3 {
    text-decoration: underline
}

.lista-home-2 .desc-lista-home-2 .subt-lista-home {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.lista-home-2 .desc-lista-home-2 .data-lista-home {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300
}

.lista-home-3 {
    float: left;
    width: 31.333333333333%;
    padding: 0 1% 35px;
    margin-bottom: 35px;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.pos-dest-lista-home-3 {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    background: #000;
    border-radius: 4px;
    overflow: hidden
}

.lista-home-3 .pos-dest-lista-home-3 img {
    float: left;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center
}

.lista-home-3.img-dest-s .pos-dest-lista-home-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    background-size: 100% 300px;
    transition: all .2s ease-in-out
}

.lista-home-3.img-dest-s:hover .pos-dest-lista-home-3:before {
    background-size: 200% 300px
}

.lista-home-3 .pos-dest-lista-home-3 .table {
    position: absolute;
    width: 90%;
    padding: 0 5%;
    height: 300px
}

.lista-home-3 h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 18px
}

.lista-home-3.img-dest-n:hover h3 {
    text-decoration: underline
}

.lista-home-3 .subt-lista-home {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px
}

.lista-home-3 .data-lista-home {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300
}

.lista-home-3.img-dest-s .data-lista-home {
    margin-bottom: 20px
}

.lista-home-4 {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.lista-home-4 img {
    float: left;
    width: 30%;
    height: 200px;
    object-fit: cover;
    object-position: center
}

.lista-home-4 .pos-desc-lista-home-4 {
    float: right;
    width: 100%
}

.lista-home-4.img-dest-s .pos-desc-lista-home-4 {
    width: 68%
}

.lista-home-4 .chapeu-lista-home-4 {
    float: left;
    padding: 5px 20px;
    border-radius: 20px;
    background: rgba(0,0,0,0.1);
    color: #000;
    font-size: 14px
}

.lista-home-4 .data-lista-home {
    float: left;
    margin-left: 20px;
    margin-top: 7px;
    font-size: 12px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300
}

.lista-home-4 .local-post-lista-home {
    position: relative;
    float: left;
    margin-top: 7px;
    padding-left: 18px;
    margin-left: 15px;
    font-size: 12px;
    color: #6e6a6a;
    font-family: 'Roboto';
    font-weight: 400
}

.lista-home-4 .local-post-lista-home:before {
    content: "";
    position: absolute;
    top: 5.5px;
    left: 0;
    padding: 2px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2)
}

.lista-home-4 h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 28px
}

.lista-home-4:hover h3 {
    text-decoration: underline
}

.lista-home-4 .subt-lista-home {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    color: #000
}

.lateral-home {
    position: relative;
    z-index: 1;
    float: right;
    width: 367px;
    padding-left: 20px;
    margin-top: 30px
}

.lateral-home:last-of-type {
    padding-bottom: 0;
    border-bottom: none
}

.lateral-home:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #f0f0f0
}

.pos-tempo-home {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Montserrat'
}

.tempo-cidade-data {
    float: left;
    width: 100%
}

.tempo-cidade-data span {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    color: #3a3a3a
}

.tempo-cidade-data span:before {
    content: "\e949";
    font-family: 'icons-v10'!important;
    float: left;
    margin-top: 2px;
    margin-right: 10px
}

.tempo-tab1 {
    float: left;
    width: 100%;
    margin-top: 10px
}

.tempo-tab1 .cond-atual {
    float: left;
    width: 45%;
    text-align: center
}

.tempo-tab1 .cond-atual span:nth-of-type(1) {
    position: relative;
    top: 4px;
    font-size: 51px
}

.tempo-tab1 .cond-atual span:nth-of-type(2) {
    position: relative;
    top: -3px;
    margin-left: 10px;
    font-size: 42px;
    font-weight: 100;
    color: #8b8778
}

.tempo-tab1 .min-max {
    float: left;
    width: 53%;
    margin-top: 7px;
    margin-left: 2%
}

.tempo-tab1 .min-max .descricao-tempo {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    color: #494949;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tempo-tab1 p {
    display: inline-block;
    margin-top: 8px
}

.tempo-tab1 p b {
    font-weight: 600
}

.tempo-tab1 p span:nth-of-type(1) {
    float: left;
    font-size: 13px;
    font-weight: 300;
    color: #494949
}

.tempo-tab1 p span:nth-of-type(2) {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #494949
}

.tempo-tab1 p span:nth-of-type(1):before {
    content: "\ea50";
    font-family: 'icons-v10'!important;
    font-size: 8px;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #d9d9dd
}

.tempo-tab1 p span:nth-of-type(2):before {
    content: "\ea50";
    font-family: 'icons-v10'!important;
    font-size: 8px;
    display: inline-block;
    margin-right: 5px;
    color: #d9d9dd
}

.tempo-tab2 {
    float: left;
    width: 100%;
    margin-top: 10px
}

.tempo-tab2 .info-extra {
    position: relative;
    float: left;
    width: 33.333333333333%;
    padding: 20px 0;
    text-align: center;
    display: table;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

.tempo-tab2 .info-extra:nth-child(1n+4) {
    border-bottom: none
}

.tempo-tab2 .info-extra:before {
    content: "";
    position: absolute;
    height: 50%;
    top: 25%;
    right: 0;
    border-right: 1px solid rgba(0,0,0,0.05)
}

.tempo-tab2 .info-extra:nth-child(3n):before {
    display: none
}

.tempo-tab2 .info-extra .cell-env {
    vertical-align: middle
}

.tempo-tab2 .info-extra span:nth-of-type(1) {
    position: relative;
    top: 2px;
    font-size: 15px
}

.tempo-tab2 .info-extra span:nth-of-type(2) {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
    color: #494949
}

.tempo-tab2 .info-extra span:nth-of-type(2) b {
    font-size: 10px;
    font-weight: 400;
    text-transform: lowercase
}

.tempo-tab2 .info-extra span:nth-of-type(3) {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 300;
    color: #494949
}

.tempo-tab2 .info-extra .icons-tempo:before {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #1d1d1d;
    color: #fff
}

.tempo-tab2 .info-extra .icon-vento {
    display: inline-block;
    animation-name: girando;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: girando;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}

@-webkit-keyframes girando {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.tempo-futuro {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.05)
}

.tempo-futuro .item-futuro {
    position: relative;
    float: left;
    width: 20%;
    padding-top: 20px;
    text-align: center
}

.tempo-futuro .item-futuro:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,0.05)
}

.tempo-futuro .item-futuro:first-of-type:before {
    display: none
}

.tempo-futuro .item-futuro span {
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    color: #494949
}

.tempo-futuro .item-futuro span:nth-of-type(1),.tempo-futuro .item-futuro span:nth-of-type(2) {
    float: left;
    width: 100%
}

.tempo-futuro .item-futuro span:nth-of-type(3),.tempo-futuro .item-futuro span:nth-of-type(4) {
    float: left;
    width: 100%
}

.tempo-futuro .item-futuro span:nth-of-type(1) {
    font-size: 10px;
    text-transform: uppercase
}

.tempo-futuro .item-futuro span:nth-of-type(2) {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 400
}

.tempo-futuro .item-futuro span:nth-of-type(3) {
    margin-bottom: 5px;
    font-weight: 600
}

.tempo-futuro .item-futuro .icons-tempo:before,.tempo-futuro .item-futuro .icons-tempo:after {
    -webkit-text-stroke-width: .5px
}

.fonte-tempo {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 11px;
    color: #3a3a3a
}

.fonte-tempo a {
    color: #3a3a3a
}

.item-lateral-home {
    float: left;
    width: 95%;
    margin: 0 2.5%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.lateral-home .item-lateral-home:last-of-type,.lateral-interna .item-lateral-home:last-of-type {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: none
}

.tt-item-lateral-home {
    float: left;
    width: 80%;
    padding: 0 10%;
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 700
}

.tt-item-lateral-home a {
    color: #000
}

.ultimas-noticias {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.ultimas-noticias:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.ultimas-noticias .chapeu-ultimas {
    float: left;
    font-size: 14px
}

.ultimas-noticias .data-ultimas {
    position: relative;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    padding-left: 15px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300
}

.ultimas-noticias .data-ultimas:before {
    content: "";
    position: absolute;
    top: 5.5px;
    left: 0;
    padding: 2px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2)
}

.ultimas-noticias h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 17px
}

.ultimas-noticias:hover h3 {
    text-decoration: underline
}

.blog-coluna {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000
}

.blog-coluna:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-coluna:before {
    content: "";
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.blog-coluna:last-of-type:before {
    display: none
}

.blog-coluna img {
    float: left;
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%
}

.blog-coluna .table {
    height: 90px;
    padding-left: 20px
}

.blog-coluna .nome-blog-coluna {
    float: left;
    width: 100%;
    font-size: 14px
}

.blog-coluna h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.blog-coluna:hover h3 {
    text-decoration: underline
}

.municipios-lateral {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000
}

.municipios-lateral:before {
    content: "";
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.municipios-lateral:last-of-type:before {
    display: none
}

.municipios-lateral:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0
}

.municipios-lateral img {
    float: left;
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: center
}

.municipios-lateral.img-dest-s .table {
    height: 90px;
    padding-left: 20px
}

.municipios-lateral .nome-municipio {
    float: left;
    width: 100%;
    font-size: 14px
}

.municipios-lateral .nome-municipio:before {
    content: "\e949";
    font-family: 'icons-v10'!important;
    margin-right: 10px
}

.municipios-lateral h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.municipios-lateral:hover h3 {
    text-decoration: underline
}

.tt-cotacao {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat'
}

.pos-cotacao {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 15px;
    font-family: 'Montserrat';
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1)
}

.item-cotacao {
    position: relative;
    float: left;
    width: 50%;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.cotacao-bolsa {
    width: 100%;
    border-bottom: none
}

.item-cotacao:nth-child(even):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,0.1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.item-cotacao .tt-moeda {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600
}

.dado-cotacao {
    float: left;
    width: 100%
}

.dado-cotacao span:nth-of-type(1) {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400
}

.dado-cotacao span:nth-of-type(2) {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600
}

.dado-cotacao span:nth-of-type(2):before {
    content: "\ea50";
    font-family: 'icons-v10';
    display: inline-block;
    font-size: 9px;
    margin-right: 5px
}

.dado-cotacao .variacao-negativa:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dado-cotacao .variacao-estavel:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dado-cotacao .variacao-positiva {
    color: #20c634
}

.dado-cotacao .variacao-negativa {
    color: #d5150b
}

.dado-cotacao .variacao-estavel {
    color: #898989
}

.mais-lidas {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.mais-lidas:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.mais-lidas .num-m-lidas {
    font-size: 28px;
    color: #000;
    padding-right: 20px
}

.mais-lidas span {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000
}

.mais-lidas h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 16px
}

.mais-lidas:hover h3 {
    text-decoration: underline
}

.fix-home-bottom-list {
    position: fixed;
    bottom: 0
}

.fix-home-top-list {
    position: fixed;
    top: 0
}

.fix-home-rod-list {
    position: absolute;
    bottom: 0
}

.fixa-lateral-home {
    position: absolute;
    right: 193.5px
}

.fix-home-top-lat {
    position: fixed;
    top: 70px;
    transform: translateX(-50%)
}

.fix-home-bottom-lat {
    position: fixed;
    bottom: 10px;
    transform: translateX(-50%)
}

.fix-home-rod-lat {
    position: absolute;
    bottom: 10px;
    right: 0
}

.enquete-home {
    float: left;
    width: 90%;
    padding: 0 5%;
    background: #fff;
    max-height: 560px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09)
}

.enquete-home::-webkit-scrollbar {
    width: 5px;
    background: #e3e0d6
}

.enquete-home::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1)
}

.enquete-home::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #8b8778
}

.enquete-home .tt-votacao {
    background: transparent;
    margin-top: 10px;
    border-top: 0;
    padding: 10px 5%
}

.enquete-home .check-enq-no-img p {
    width: 80%;
    font-size: 14px
}

.enquete-home .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.opcoes-enquete .env:last-of-type {
    margin-top: 0
}

.enquete-home .check-enq img,.enquete-home .check-enq .back-enq-img {
    height: 120px!important
}

.enquete-home .check-enq img {
    width: 40%!important
}

.enquete-home .check-enq .back-enq-img {
    width: 30%
}

.enquete-home .check-enq .tt-opcao {
    width: 50%
}

.enquete-home .check-enq .tt-opcao span {
    font-size: 14px
}

.enquete-home .check-enq .back-enq-img span {
    font-size: 12px
}

.enquete-home .check-enq:before {
    width: 40%;
    top: 20px
}

.enquete-home .check-enq-no-img:before {
    width: 20px;
    top: 25px;
    left: 15px
}

.env-pos-lista-home {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.pos-videos {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #000
}

.tt-videos {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center
}

.tt-videos a {
    font-size: 32px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 900;
    text-decoration: none
}

.tt-videos a:hover {
    opacity: .7
}

.videos-home {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    height: 280px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    overflow: hidden;
    color: #fff
}

.videos-home:last-of-type {
    margin-right: 0
}

.videos-home img {
    float: left;
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center
}

.videos-home .table {
    width: 90%;
    padding: 10px 5%;
    height: 100px
}

.videos-home.img-dest-n .table {
    height: 260px
}

.videos-home .data-video {
    float: left;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300
}

.videos-home .provedor-video {
    float: left;
    margin-left: 20px;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300
}

.videos-home .provedor-video:before {
    font-family: 'icons-v10'!important;
    float: left;
    margin-top: 1px;
    margin-right: 5px
}

.videos-home .prvd-tube:before {
    content: "\ea9d"
}

.videos-home .prvd-daily:before {
    content: "\e90c"
}

.videos-home .prvd-face:before {
    content: "\e90d"
}

.videos-home h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.videos-home:hover h3 {
    text-decoration: underline
}

.pos-galerias {
    float: left;
    width: 100%;
    margin: 30px 0
}

.tt-galerias {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center
}

.tt-galerias a {
    font-size: 32px;
    font-family: 'Roboto';
    font-weight: 900;
    text-decoration: none
}

.tt-galerias a:hover {
    opacity: .7
}

.galerias-home {
    position: relative;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    height: 280px;
    border-radius: 4px;
    overflow: hidden;
    color: #000
}

.galerias-home:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95)
}

.galerias-home:last-of-type {
    margin-right: 0
}

.galerias-home img {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center
}

.galerias-home .table {
    position: relative;
    z-index: 1;
    width: 90%;
    padding: 10px 5%;
    height: 100px
}

.galerias-home.img-dest-n .table {
    height: 260px
}

.galerias-home .data-galeria {
    float: left;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300
}

.galerias-home h3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.galerias-home:hover h3 {
    text-decoration: underline
}

.pos-classificados {
    float: left;
    width: 100%;
    margin-top: 40px
}

.tt-base {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}

.tt-base span:nth-of-type(1) {
    font-size: 22px;
    -webkit-text-stroke-width: 1px;
    color: #fff
}

.tt-base .tt-desc {
    font-size: 32px;
    margin-left: 20px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 100
}

.tt-base .tt-desc:hover {
    text-decoration: none
}

.tt-base .tt-botao {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 300
}

.tt-base .tt-botao:hover {
    text-decoration: none;
    color: #fff
}

.classificados-slide {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #fff;
    background: transparent;
    margin-top: 20px;
    max-height: 350px
}

.classificados-slide .owl-dots {
    display: none
}

.classificados-slide .item-classificado {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(0,0,0,0.01);
    font-family: 'Montserrat'
}

.classificados-slide .item-classificado:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09)
}

.itens-class-min .item-classificado {
    width: 23.5%;
    margin-right: 2%
}

.itens-class-min .item-classificado:last-of-type {
    margin-right: 0
}

.classificados-slide .item-classificado:hover {
    background: rgba(0,0,0,0.05)
}

.classificados-slide .item-classificado img {
    float: left;
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center
}

.classificados-slide .item-classificado .desc-classificado {
    float: left;
    width: 90%;
    padding: 20px 5%
}

.classificados-slide .item-classificado .desc-classificado span {
    color: #000
}

.classificados-slide .item-classificado .desc-classificado .preco-class {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300
}

.classificados-slide .item-classificado .desc-classificado .item-categoria-class {
    float: left;
    margin: 10px 0
}

.classificados-slide .item-classificado .desc-classificado .item-categoria-class span {
    font-size: 12px
}

.classificados-slide .item-classificado .desc-classificado .item-categoria-class span:nth-of-type(1) {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000;
    color: #fff!important
}

.icone-class-home {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #000;
    color: #fff!important
}

.classificados-slide .item-classificado .desc-classificado .titulo-class {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300
}

.rodape {
    float: left;
    width: 100%;
    padding: 40px 0;
    font-family: 'Montserrat';
    border-top: 2px solid rgba(0,0,0,0.05)
}

.pos-links-rodape {
    position: relative;
    float: left;
    padding: 0 1.5%
}

.width-links-rodape-2 {
    width: 48.5%
}

.width-links-rodape-3 {
    width: 31.333333333333%
}

.width-links-rodape-4 {
    width: 22.75%
}

.pos-links-rodape:first-child {
    padding: 0 1.5% 0 0
}

.pos-links-rodape:last-child {
    padding: 0 0 0 1.5%
}

.pos-links-rodape:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid rgba(0,0,0,0.1)
}

.pos-links-rodape:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid rgba(0,0,0,0.1)
}

.pos-links-rodape:first-child:after,.pos-links-rodape:last-child:before,.before-none:before,.after-none:after {
    display: none
}

.tt-rodape {
    float: left;
    width: 100%
}

.tt-rodape span:nth-of-type(1) {
    float: left;
    margin-top: 1px;
    font-size: 19px;
    color: #fff
}

.tt-rodape span:nth-of-type(2) {
    float: left;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff
}

.itens-rodape {
    float: left;
    width: 100%;
    margin-top: 20px
}

.itens-rodape a li {
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.itens-rodape a:hover li {
    text-decoration: underline
}

.width-links-rodape-2 .itens-rodape a li {
    width: 32.666666666667%;
    margin-right: 1%
}

.width-links-rodape-2 .itens-rodape a:nth-child(3n) li {
    margin-right: 0
}

.width-links-rodape-3 .itens-rodape a li {
    width: 49%
}

.width-links-rodape-3 .itens-rodape a li:nth-child(even) {
    float: right
}

.itens-rodape a li em {
    font-weight: 700
}

.rodape-2 {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    overflow: hidden
}

.rodape-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1px;
    left: 0;
    background: rgba(0,0,0,0.3)
}

.rodape-2 .copyright {
    float: left;
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400
}

.rodape-2 .selo-lenium {
    float: right
}

.rodape-2 .selo-lenium:hover {
    opacity: .5
}

.pos-horoscopo {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 4px;
    font-family: 'Montserrat';
    color: #3a3a3a;
    background: rgba(254,254,254);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08)
}

.env-conteudo-horoscopo {
    position: absolute;
    top: 1px;
    left: 0;
    width: 98%;
    height: 98%;
    margin: 0 1%;
    z-index: -1;
    opacity: 0;
    display: table;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.env-conteudo-horoscopo .icon-fechar {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px;
    z-index: 3;
    border-radius: 50%;
    border: 1px solid #000;
    font-size: 10px;
    cursor: pointer;
    color: #000
}

.conteudo-horoscopo {
    position: relative;
    width: 100%;
    padding: 0 5%;
    display: table-cell;
    vertical-align: middle;
    background: #fff
}

.conteudo-horoscopo span {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center
}

.tt-horoscopo {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 300
}

.itens-horoscopo {
    float: left;
    width: 95%;
    padding: 0 2.5% 10px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.item-horoscopo {
    position: relative;
    cursor: pointer;
    float: left;
    width: 32.333333333333%;
    padding: 20px .5%;
    margin-top: 10px;
    text-align: center
}

.item-horoscopo:before {
    content: '';
    position: absolute;
    top: 37.5%;
    right: 2px;
    height: 25%;
    border-right: 1px solid rgba(0,0,0,0.1);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.item-horoscopo:nth-child(3n+3):before {
    display: none
}

.item-horoscopo span {
    float: left;
    width: 100%
}

.item-horoscopo span:nth-of-type(1) {
    color: #fff;
    font-size: 20px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.itens-horoscopo:hover .item-horoscopo span:nth-of-type(1) {
    opacity: .2
}

.item-horoscopo:hover span:nth-of-type(1) {
    opacity: 1!important
}

.item-horoscopo span:nth-of-type(2) {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pos-loterias {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat'
}

.owl-loterias {
    float: left;
    width: 100%;
    overflow: hidden
}

.owl-loterias.owl-theme .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.5)
}

.owl-loterias.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(0,0,0,0.8)
}

.owl-loterias.owl-theme .owl-dots .owl-dot span:before {
    display: none
}

.owl-loterias .owl-dots {
    bottom: 0
}

.owl-loterias.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 5px
}

.owl-loterias .owl-height {
    display: inline-block
}

.pos-loteria {
    float: left;
    width: 100%;
    padding-bottom: 20px
}

.tt-loteria {
    float: left;
    width: 100%;
    font-size: 18px
}

.concurso-loteria {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #70757a;
    font-weight: 400
}

.dezena-loteria {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.3)
}

.dezena-loteria .table {
    width: 100%;
    height: 35px
}

.link-loteria {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 400
}

.env-cont-total-int {
    position: relative;
    float: left;
    width: 100%;
    background: #fff
}

.env-cont-total-int:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,#fff 50%,#fdfdfd 50%);
    background: -moz-linear-gradient(left,#fff 50%,#fdfdfd 50%);
    background: -ms-linear-gradient(left,#fff 50%,#fdfdfd 50%);
    background: -o-linear-gradient(left,#fff 50%,#fdfdfd 50%);
    background: linear-gradient(left,#fff 50%,#fdfdfd 50%)
}

.env-conteudo-interno {
    position: relative;
    float: left;
    width: 100%;
    z-index: 9
}

.conteudo-interno {
    position: relative;
    float: left;
    width: 883px;
    padding-right: 20px;
    padding-bottom: 30px
}

.conteudo-interno:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 903px;
    height: 100%;
    background: #fff;
    border-right: 1px solid #f5f5f5;
    z-index: -1
}

.lista-interna {
    min-height: 800px;
    padding-top: 30px
}

.lista-interna .lista-home-4:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.lateral-interna {
    position: relative;
    z-index: -1;
    float: right;
    width: 367px;
    padding-left: 20px;
    margin: 20px 0;
    margin-top: 40px
}

.lateral-interna:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 387px;
    height: 100%;
    background: #fdfdfd;
    border-left: 1px solid #f5f5f5;
    z-index: -2
}

.fixar-cont-int-bottom {
    position: fixed;
    bottom: 0
}

.fixar-cont-int-top {
    position: fixed;
    top: 0
}

.fixar-cont-int-rod {
    position: absolute;
    bottom: 0
}

.fixar-lat-int-bottom {
    position: fixed;
    bottom: 0;
    transform: translateX(-50%)
}

.fixar-lat-int-top {
    position: fixed;
    top: 0;
    transform: translateX(-50%)
}

.fixar-lat-int-rod {
    position: absolute;
    bottom: 0;
    right: 0
}

.fixar-lateral-interna {
    position: absolute;
    right: 193.5px
}

.pos-titulo-subtitulo-post {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #fff;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

.titulo-post {
    float: left;
    width: 100%;
    font-size: 48px
}

.subtitulo-post {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-top: 20px
}

.pos-texto {
    float: left;
    width: 100%;
    margin-top: 20px
}

.image {
    float: left;
    position: relative;
    display: none;
    max-width: 100%!important;
    margin: 0 2% 0 0;
    margin-top: 5px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px
}

.image.align-right {
    float: right;
    margin: 0 0 0 2%
}

.image:before {
    content: "\e912";
    font-family: 'icons-v10'!important;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    font-weight: 400;
    opacity: 0;
    text-shadow: 0 1px 0 #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    cursor: pointer
}

.image:after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 120px;
    height: 120px;
    opacity: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: -webkit-linear-gradient(0deg,transparent,#000 90%);
    background: -moz-linear-gradient(0deg,transparent,#000 90%);
    background: -ms-linear-gradient(0deg,transparent,#000 90%);
    background: -o-linear-gradient(0deg,transparent,#000 90%);
    background: linear-gradient(0deg,transparent,#000 90%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    cursor: pointer
}

.image:hover:before,.image:hover:after {
    opacity: 1
}

.image img {
    float: left;
    max-width: 100%!important;
    margin: 0!important
}

.image figcaption {
    position: relative;
    float: left;
    width: 90%;
    padding: 10px 5%;
    background: rgba(0,0,0,0.03);
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto';
    color: #3a3a3a;
    display: table;
    text-align: left
}

.full-img figcaption {
    background: transparent
}

.image figcaption:before {
    content: "\e913";
    font-family: 'icons-v10'!important;
    position: relative;
    right: 10px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    opacity: .5
}

.image figcaption span {
    position: relative;
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

.foto-capa {
    margin-top: 20px;
    display: block!important
}

.foto-capa.image-max {
    margin-bottom: 20px
}

.foto-capa img {
    width: 100%
}

.full-img {
    position: fixed;
    width: 100%!important;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0!important;
    z-index: 999999999;
    background: #000;
    text-align: center;
    border-radius: 0
}

.full-img:before {
    content: "\ea0f"
}

.full-img figcaption {
    text-align: center
}

.full-img img {
    float: none;
    border-radius: 0
}

.image-max {
    width: 100%!important;
    margin: 10px 0
}

.full-img figcaption {
    color: #fff
}

.full-img figcaption:before {
    display: none
}

.full-img figcaption span {
    text-align: center
}

.figcap-sobrep {
    position: fixed!important;
    bottom: 0;
    left: 0;
    padding: 30px 5%!important;
    background: -webkit-linear-gradient(bottom,#000 0%,transparent 100%)!important;
    background: -moz-linear-gradient(bottom,#000 0%,transparent 100%)!important;
    background: -ms-linear-gradient(bottom,#000 0%,transparent 100%)!important;
    background: -o-linear-gradient(bottom,#000 0%,transparent 100%)!important;
    background: linear-gradient(bottom,#000 0%,transparent 100%)!important
}

.figcap-sobrep span:nth-of-type(2) {
    text-shadow: 0 1px 0 #000
}

.width-auto,.width-100,.height-auto,.height-100 {
    object-fit: cover;
    object-position: center
}

.width-auto {
    width: auto!important
}

.width-100 {
    width: 100%!important
}

.height-auto {
    height: auto!important
}

.height-100 {
    height: 100%!important
}

.texto {
    margin-top: 20px;
    font-size: 17px;
    line-height: 25px;
    color: #484848;
    font-family: 'Roboto';
    font-weight: 400
}

.texto p {
    margin: 15px 0
}

.texto p:first-of-type {
    margin: 0 0 15px
}

.texto ul,.texto ol {
    float: left;
    width: 90%;
    padding: 0 5% 15px
}

.texto ul li {
    margin: 15px 0;
    list-style: circle
}

.texto ol li {
    margin: 15px 0;
    list-style-position: inside;
    list-style-type: decimal
}

.texto blockquote {
    position: relative;
    float: left;
    width: 90%;
    padding: 20px 5%;
    margin: 5px 0 20px;
    font-weight: 700
}

.texto blockquote:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 5px solid rgba(0,0,0,0.03)
}

.texto blockquote:after {
    content: '"';
    position: absolute;
    top: 50px;
    left: 2.5%;
    font-size: 150px;
    opacity: .05
}

.texto blockquote p:first-of-type {
    margin: 0 0 15px!important
}

.texto blockquote p:last-of-type {
    margin: 15px 0 0!important
}

.texto img {
    max-width: 98%;
    margin: 1%;
    height: auto
}

.texto iframe {
    max-width: 100%
}

.texto .twitter-tweet,.instagram-media {
    margin: 0 auto!important
}

.pgwSlideshow.narrow .ps-caption {
    font-family: 'Roboto'
}

.box-comentarios {
    float: left;
    width: 100%;
    font-family: 'Roboto';
    margin-top: 20px
}

.pos-comentarios {
    float: left;
    width: 90%;
    padding: 20px 5%;
    background: rgba(0,0,0,0.01)
}

.form-comentarios {
    float: left;
    width: 100%;
    margin-top: 20px
}

.form-text {
    float: left;
    width: 90%;
    padding: 15px 5%;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    color: #3a3a3a;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1)
}

.form-select {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 5%;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    border: none;
    color: #3a3a3a;
    border-radius: 4px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1)
}

.form-text::placeholder,.form-select::placeholder {
    color: #3a3a3a
}

.form-textarea {
    float: left;
    min-width: 90%;
    max-width: 90%;
    min-height: 100px;
    margin-top: 10px;
    padding: 15px 5%;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    color: #3a3a3a;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1)
}

.form-botao {
    font-family: 'Roboto';
    float: left;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
    background: transparent;
    outline: none;
    cursor: pointer;
    font-weight: 300
}

.form-botao:hover {
    background: transparent
}

.form-comentarios textarea {
    float: left;
    min-width: 90%;
    max-width: 90%;
    min-height: 50px;
    padding: 15px 5%;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    color: #3a3a3a;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1)
}

.form-comentarios .tt-caracteres {
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #727272
}

.form-comentarios .botao-comentarios {
    float: left;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 30px;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-comentarios .botao-comentarios:hover {
    background: transparent
}

.form-comentarios .form-hidden {
    display: none
}

.form-comentarios .col-1 {
    float: left;
    width: 48%;
    margin: 10px 0
}

.form-comentarios .col-full {
    float: left;
    width: 100%;
    margin: 10px 0
}

.form-comentarios .col-1:nth-of-type(even) {
    float: right
}

.form-comentarios input {
    background: #fff
}

.form-comentarios textarea::-webkit-input-placeholder,.form-comentarios input::-webkit-input-placeholder {
    font-family: 'Roboto';
    font-weight: 300
}

.form-comentarios .g-recaptcha {
    float: left;
    width: 100%;
    margin-top: 20px
}

.termos-comentarios {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #3a3a3a
}

.form-comentarios .msg-sucesso,.form-comentarios .msg-erro {
    margin-top: 0;
    margin-bottom: 10px
}

#lista-comentarios {
    display: none;
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #f0f0f0
}

.item-comentario {
    float: left;
    width: 90%;
    padding: 25px 5%;
    border-bottom: 1px dashed rgba(0,0,0,0.1)
}

.item-comentario:nth-child(even) {
    background: #fff
}

#lista-comentarios .item-comentario:last-child {
    border-bottom: none
}

.item-comentario span:nth-child(1) {
    float: left;
    font-size: 14px;
    font-weight: 400
}

.item-comentario span:nth-child(2) {
    float: left;
    margin-top: 3px;
    font-size: 11px;
    font-weight: 100
}

.item-comentario span:nth-child(3) {
    float: left;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 300;
    color: #929292
}

.item-comentario span:nth-child(4) {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #525252;
    font-weight: 300
}

.item-comentario span:nth-child(3):after {
    content: "\e949";
    font-family: 'icons-v10'!important;
    float: left;
    margin-top: 1px;
    margin-right: 3px
}

.item-comentario span:nth-child(2):before {
    content: ".";
    float: left;
    margin: -3px 10px 0!important;
    font-weight: 900
}

.item-comentario span:nth-child(3):before {
    content: ".";
    float: left;
    margin: -3px 10px 0!important;
    font-weight: 900
}

.botao-mais-comentarios,.botao-mais-comentarios-pr {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    cursor: pointer;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.botao-mais-comentarios:hover,.botao-mais-comentarios-pr:hover {
    border-bottom: 2px solid rgba(0,0,0,0.5)
}

.botao-mais-comentarios-pr {
    display: block
}

.fb-comments {
    float: left;
    width: 100%
}

.msg-sucesso,.msg-erro {
    display: none;
    float: left;
    width: 90%;
    padding: 15px 5%;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #3a3a3a
}

.form-contato-site .msg-sucesso,.form-contato-site .msg-erro {
    margin-top: 0;
    margin-bottom: 10px
}

.msg-sucesso {
    display: block;
    background: #c6f5c5
}

.msg-erro {
    display: block;
    background: #fcbebe
}

.info-post {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px
}

.pos-info-post {
    float: left;
    width: 100%;
    font-family: 'Roboto'
}

.data-post span {
    float: left;
    font-size: 14px
}

.data-post span:nth-of-type(1) {
    font-weight: 400
}

.data-post span:nth-of-type(2) {
    font-weight: 300
}

.pos-info-post span {
    position: relative
}

.pos-info-post span:nth-of-type(2) {
    padding-left: 12px;
    margin-left: 10px
}

.pos-info-post span:nth-of-type(2):before {
    content: '';
    position: absolute;
    height: 50%;
    top: 25%;
    left: 0;
    margin-top: 1px;
    border-left: 1px solid rgba(0,0,0,0.5);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg)
}

.info-post .pos-info-post:nth-of-type(2) {
    margin-top: 14px
}

.info-autor {
    float: left;
    width: 100%
}

.info-autor span {
    float: left;
    font-size: 14px;
    font-weight: 300
}

.info-post .botoes-compartilhar {
    position: absolute;
    right: 0
}

.info-post .botoes-compartilhar .tt-compartilhar,.info-post .botoes-compartilhar .itens-botoes-compartilhar {
    float: left
}

.info-post .botoes-compartilhar .tt-compartilhar {
    margin-top: 18px;
    margin-right: 10px
}

.botoes-compartilhar .tt-compartilhar {
    display: block;
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 300;
    font-family: 'Roboto'
}

.botoes-compartilhar .itens-botoes-compartilhar span {
    float: left;
    padding: 15px;
    margin: 0 1px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05)
}

.botoes-compartilhar .itens-botoes-compartilhar span:hover {
    color: #fff
}

.botoes-compartilhar .itens-botoes-compartilhar span:nth-of-type(1) {
    color: #34af23
}

.botoes-compartilhar .itens-botoes-compartilhar span:nth-of-type(2) {
    color: #229ED9
}

.botoes-compartilhar .itens-botoes-compartilhar span:nth-of-type(3) {
    color: #3b5998
}

.botoes-compartilhar .itens-botoes-compartilhar span:nth-of-type(4) {
    color: #00aced
}

.botoes-compartilhar .itens-botoes-compartilhar span:hover {
    color: #fff
}

.botoes-compartilhar .itens-botoes-compartilhar span:hover {
    color: #fff
}

.botoes-compartilhar .itens-botoes-compartilhar span:nth-of-type(1):hover {
    background: #34af23
}

.botoes-compartilhar .itens-botoes-compartilhar span:nth-of-type(2):hover {
    background: #229ED9
}

.botoes-compartilhar .itens-botoes-compartilhar span:nth-of-type(3):hover {
    background: #3b5998
}

.botoes-compartilhar .itens-botoes-compartilhar span:nth-of-type(4):hover {
    background: #00aced
}

.pos-class-interno {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0,0,0,0.09)
}

.pos-categorias-class {
    float: left;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    overflow: hidden
}

.categorias-class .owl-stage-outer {
    float: left;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #f0f0f0;
    -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
    -moz-box-shadow: inset 0 0 0 1px #f0f0f0;
    -o-box-shadow: inset 0 0 0 1px #f0f0f0
}

.categorias-class .owl-dots {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px
}

.categorias-class .owl-dots .owl-dot span {
    width: 0;
    height: 0;
    padding: 4px;
    margin: 3px
}

.item-cat-class-int {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    display: table
}

.item-cat-class-int div {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.item-cat-class-int div:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 1px solid #f0f0f0
}

.item-cat-class-int span {
    float: left;
    width: 100%;
    text-align: center
}

.item-cat-class-int span:nth-of-type(1) {
    font-size: 32px;
    -webkit-text-stroke-width: 1px;
    color: #fff
}

.item-cat-class-int:hover span:nth-of-type(1) {
    color: transparent;
    -webkit-text-stroke-color: #fff
}

.item-cat-class-int span:nth-of-type(2) {
    margin-top: 10px;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 300;
    color: #3a3a3a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.item-cat-class-int:hover span:nth-of-type(2) {
    color: #fff
}

.pos-class-interno .tt-base {
    text-align: left;
    margin: 40px 0 20px
}

.lista-class-interna {
    float: left;
    width: 100%;
    margin-top: 0;
    max-height: 100%!important
}

.lista-class-interna .item-classificado {
    width: 19.2%;
    margin-right: 1%;
    margin-top: 20px;
    height: 320px
}

.lista-class-interna .item-classificado:last-of-type {
    margin-right: 0
}

.lista-class-interna .item-classificado .desc-classificado .item-categoria-class {
    width: 100%;
    color: #000
}

.lista-class-interna .item-classificado .preco-class,.lista-class-interna .item-classificado .item-categoria-class {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lista-class-interna .item-classificado .titulo-class {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.pos-conteudo-classificado {
    float: left;
    width: 100%;
    margin: 20px 0;
    box-shadow: inset 0 0 0 1px #f0f0f0;
    -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
    -moz-box-shadow: inset 0 0 0 1px #f0f0f0;
    -o-box-shadow: inset 0 0 0 1px #f0f0f0
}

.slide-class {
    position: relative;
    float: left;
    width: 59%;
    padding: 1% 2% 1% 1%;
    overflow: hidden
}

.slide-class:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #f0f0f0
}

.pgwSlider {
    opacity: 0;
    height: 500px!important
}

.pgwSlider .ps-current {
    height: 500px!important
}

.pgwSlider .ps-list li {
    width: 100%!important
}

ul.pgwSlider.listOnTheLeft,.pgwSlider.listOnTheLeft > ul {
    min-height: 500px
}

.ident-img-class:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}

.info-class-interno {
    position: relative;
    float: right;
    width: 35%;
    padding: 1% 1% 1% 2%
}

.info-class-interno:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #f0f0f0
}

.class-categoria {
    position: absolute;
    left: 0;
    padding: 7px 40px 7px 25px;
    background: rgba(0,0,0,0.05)
}

.class-categoria:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 5px;
    right: -11px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.class-categoria span {
    float: left;
    font-size: 15px;
    color: #3a3a3a
}

.class-categoria span:nth-of-type(1) {
    margin-top: 2px
}

.class-categoria span:nth-of-type(2) {
    margin-left: 10px;
    font-family: 'Roboto';
    font-weight: 300
}

.titulo-classificado {
    float: left;
    width: 100%;
    margin-top: 50px;
    font-size: 30px;
    color: #3a3a3a
}

.preco-interno-class {
    float: left;
    width: 100%;
    margin-top: 20px
}

.preco-interno-class h2 .rs-class {
    float: left;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 20px
}

.preco-interno-class h2 .vl-class {
    float: left;
    margin-left: 10px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 30px
}

.preco-interno-class h2 .preco-combinar {
    float: left;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 20px
}

.info-vendedor-class-interno {
    float: left;
    width: 90%;
    padding: 0 5%;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #f0f0f0
}

.info-vendedor-class-interno .tt-class-int-vendedor {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #3a3a3a
}

.desc-vendedor-class {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #3a3a3a;
    font-family: 'Montserrat'
}

.desc-vendedor-class span:nth-of-type(1) {
    float: left;
    font-size: 17px;
    font-weight: 300
}

.desc-vendedor-class .telefone-class {
    float: left;
    margin-top: 1px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 300
}

.desc-vendedor-class .telefone-class span {
    float: left;
    color: #000
}

.desc-vendedor-class .telefone-class a span {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    margin-left: 5px
}

.desc-vendedor-class .email-class {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300
}

.desc-vendedor-class .email-class span {
    float: left
}

.desc-vendedor-class .email-class span:nth-of-type(2) {
    font-family: 'Montserrat';
    font-weight: 300;
    margin-left: 5px
}

.desc-vendedor-class .local-class {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300
}

.desc-vendedor-class .local-class span {
    float: left
}

.desc-vendedor-class .local-class span:nth-of-type(2) {
    font-family: 'Montserrat';
    font-weight: 300;
    margin-left: 5px
}

.pos-desc-class-int {
    float: left;
    width: 90%;
    padding: 20px 5%;
    font-family: 'Roboto';
    border-top: 1px solid #f0f0f0
}

.pos-desc-class-int .botoes-compartilhar {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 20px
}

.tt-descricao-class-int {
    float: left;
    width: 100%;
    color: #3a3a3a;
    font-size: 17px;
    font-weight: 800
}

.desc-class-int {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #3a3a3a
}

.tt-classificados-int {
    float: left;
    width: 100%
}

.tt-classificados-int span {
    float: left;
    width: 100%;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 100;
    color: #3a3a3a
}

.busca-interna {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(0,0,0,0.01);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09)
}

.busca-interna:before {
    content: '';
    position: absolute;
    right: 10%;
    top: 25%;
    height: 50%;
    border-left: 1px solid rgba(0,0,0,0.09)
}

.busca-interna .box-busca-interna {
    float: left;
    width: 90%;
    padding: 20px 5%;
    border: 0;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 100;
    outline: none;
    background: transparent;
    overflow: hidden
}

.busca-interna .botao-busca-interna {
    float: left;
    width: 10%;
    height: 64px;
    font-size: 26px;
    border: 0;
    cursor: pointer;
    background: transparent;
    outline: none
}

.paginacao {
    float: left;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    font-family: 'Montserrat'
}

.tx-pg {
    float: left;
    color: #000;
    padding: 10px;
    font-size: 15px;
    background: #fff;
    overflow: hidden
}

.tx-pg:hover {
    background: #f0f0f0
}

.pg-px {
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #000;
    padding: 10px 12px;
    font-size: 15px;
    margin-left: -1px;
    background: #fff
}

.pg-px:hover {
    background: #f0f0f0
}

.pg-at {
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #fff;
    padding: 10px 12px;
    font-size: 15px;
    margin-left: -1px
}

.fim-pg {
    color: #999
}

.fim-pg:hover {
    background: #fff;
    color: #999
}

.coluna-dupla-forms {
    position: relative;
    float: left;
    width: 58%;
    padding-right: 2%;
    margin: 20px 0
}

.coluna-dupla-forms:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #f0f0f0
}

.coluna-dupla-forms:last-of-type {
    float: right;
    width: 38%;
    padding-left: 2%;
    padding-right: 0
}

.coluna-dupla-forms-2:before {
    display: none
}

.form-login-classificados {
    float: left;
    width: 90%;
    margin-top: 30px;
    padding: 20px 5%;
    background: rgba(0,0,0,0.05);
    border-radius: 4px
}

.form-login-classificados input {
    margin: 10px 0
}

.forca-senha {
    float: left!important;
    width: 70%!important;
    height: 15px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    background: #FCFCFC;
    overflow: hidden
}

.forca-senha-0 {
    float: left!important;
    width: 1px!important;
    height: 13px;
    margin-top: 1px!important;
    margin-left: 1px;
    -webkit-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -o-transition: width 1s ease-out;
    transition: width 1s ease-out;
    background: #D00020
}

.forca-senha-1 {
    width: 25%!important
}

.forca-senha-2 {
    width: 50%!important;
    background: #FC0
}

.forca-senha-3 {
    width: 75%!important;
    background: #00A0A0
}

.forca-senha-4 {
    width: 100%!important;
    background: #00A010
}

.borda-erro {
    box-shadow: inset 0 0 0 1px #D00020!important;
    -webkit-box-shadow: inset 0 0 0 1px #D00020!important;
    -moz-box-shadow: inset 0 0 0 1px #D00020!important;
    -o-box-shadow: inset 0 0 0 1px #D00020!important
}

.borda-erro:focus {
    box-shadow: inset 0 0 0 1px #D00020;
    -webkit-box-shadow: inset 0 0 0 1px #D00020;
    -moz-box-shadow: inset 0 0 0 1px #D00020;
    -o-box-shadow: inset 0 0 0 1px #D00020
}

.forca-desc {
    float: left;
    width: 100%;
    height: 14px;
    margin-top: 3px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300
}

.box-planos {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 20px 1%;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    font-family: 'Montserrat';
    background: rgba(0,0,0,0.01);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1)
}

.bx-plan-class-max {
    width: 23%
}

.bx-plan-class-3 {
    width: 31.333333333333%
}

.bx-plan-class-2 {
    width: 48%
}

.box-planos .desc-plano span:nth-of-type(1) {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 300
}

.box-planos .desc-plano span:nth-of-type(2) {
    float: left;
    width: 90%;
    padding: 20px 5%;
    margin-top: 20px;
    font-size: 28px;
    color: #3a3a3a;
    background: rgba(0,0,0,0.05);
    font-weight: 300
}

.box-planos .desc-plano span:nth-of-type(3) {
    float: left;
    width: 90%;
    padding: 0 5%;
    margin-top: 20px;
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 300;
    line-height: 25px
}

.box-planos button {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    padding: 15px 5%;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: 300;
    border: 1px solid transparent;
    border-bottom: 2px solid rgba(0,0,0,0.1)!important;
    outline: none;
    cursor: pointer
}

.box-planos button:hover {
    background: transparent
}

.box-planos button span:nth-of-type(2) {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent
}

.tt-observacoes-class {
    float: left;
    width: 100%;
    margin: 30px 0;
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    font-family: 'Roboto'
}

.txt-money {
    float: left;
    width: 15%;
    height: 46px;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    font-family: 'Roboto';
    display: table;
    background: #f0f0f0;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
    cursor: not-allowed
}

.txt-money b {
    display: table-cell;
    vertical-align: middle;
    font-weight: 300
}

.money {
    width: 75%
}

.display-none {
    display: none
}

.input-file-class {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 10px
}

.input-file-class:last-of-type {
    margin-right: 0
}

.input-file-class button {
    float: left;
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    border: 2px dashed rgba(0,0,0,0.2);
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s
}

.input-file-class button span:nth-child(1):before {
    content: "\e9c3";
    font-family: 'icons-v10'!important;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -13px;
    font-size: 59px;
    opacity: .08
}

.input-file-class button span:nth-child(1) {
    float: left;
    width: 100%;
    font-size: 14px
}

.input-file-class button span:nth-child(2) {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
    color: #909090
}

.input-file-class input {
    position: absolute;
    width: 100%;
    height: 135px;
    overflow: hidden;
    left: 0;
    top: -30px;
    opacity: 0;
    cursor: pointer
}

.input-file-class .img-class-input {
    display: none
}

.input-file-class .img-class-input img {
    float: left;
    width: 100%;
    border-radius: 10px;
    height: 96px;
    object-fit: cover;
    object-position: center
}

.input-file-class .icon-fechar {
    display: none;
    position: absolute;
    font-style: normal;
    z-index: 9;
    top: 0;
    padding: 30px 0;
    left: 0;
    width: 100%;
    font-size: 40px;
    text-shadow: 0 1px 0 #000;
    color: #fff;
    opacity: 0;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    cursor: pointer
}

.input-file-class .icon-fechar:hover {
    opacity: 1;
    background: rgba(255,0,0,0.5)
}

.form-anuncio-classificados {
    position: relative;
    float: left;
    width: 100%
}

.carregando-progresso {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    z-index: 1;
    text-align: center;
    display: table
}

.itens-progresso {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.itens-progresso progress {
    width: 200px;
    height: 25px
}

.itens-progresso progress::-webkit-progress-value {
    background: #f0f0f0
}

.form-cadastro-class {
    float: left;
    width: 100%;
    padding-top: 10px;
    font-family: 'Roboto'
}

.form-cadastro-class p {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400
}

.form-cadastro-class .col-1 {
    float: left;
    width: 48%;
    margin: 10px 0
}

.form-cadastro-class .col-1 span {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #3a3a3a
}

.form-cadastro-class .col-full {
    float: left;
    width: 100%;
    margin: 10px 0
}

.form-cadastro-class .col-1:nth-of-type(even) {
    float: right
}

.form-cadastro-class .g-recaptcha {
    float: left;
    margin-top: 20px
}

.box-relacionadas {
    float: left;
    width: 100%;
    margin-top: 40px
}

.box-relacionadas .lista-home-4:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.video {
    float: left;
    width: 100%;
    height: 400px;
    margin-top: 10px;
    background: #000
}

.video-face {
    height: auto!important
}

.pos-texto .botao-enquete {
    margin-top: 20px
}

.lista-interna-sem-dados {
    float: left;
    width: 100%;
    min-height: 800px;
    padding: 20px 0;
    text-align: center
}

.lista-interna-sem-dados span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300
}

.item-lista-cat-interno {
    position: relative;
    float: left;
    width: 100%;
    min-height: 80px;
    padding: 20px 0;
    font-family: 'Roboto';
    text-decoration: none!important;
    border-bottom: 1px solid rgba(0,0,0,0.09)
}

.item-lista-cat-interno:last-of-type {
    border-bottom: 0
}

.item-lista-cat-interno .pos-icon-falso {
    width: 80px;
    height: 80px
}

.item-lista-cat-interno .icone-cat {
    position: absolute;
    left: 0;
    top: 20px;
    width: 84px
}

.item-lista-cat-interno .icone-cat .cell {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}

.item-lista-cat-interno .icone-cat .cell b {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    color: #000;
    font-weight: 300;
    font-size: 22px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.09);
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.item-lista-cat-interno:hover .icone-cat .cell b {
    color: #fff
}

.item-lista-cat-interno .icone-cat .cell:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.item-lista-cat-interno:hover .icone-cat .cell:before {
    background: rgba(255,255,255,0.3)
}

.item-lista-cat-interno img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.09)
}

.item-lista-cat-interno .desc-cat {
    vertical-align: middle
}

.item-lista-cat-interno .desc-cat span {
    float: left;
    width: 90%;
    padding: 0 5%;
    color: #000
}

.item-lista-cat-interno .desc-cat span:nth-of-type(1) {
    font-size: 22px;
    font-weight: 900
}

.item-lista-cat-interno .desc-cat span:nth-of-type(2) {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300
}

.item-lista-cat-interno:hover .desc-cat span:nth-of-type(1) {
    text-decoration: underline
}

.resultados-busca {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #464646;
    font-family: 'Roboto'
}

.pos-botoes-busca {
    float: left;
    width: 100%
}

.botoes-busca {
    float: left;
    margin-top: 10px
}

.botoes-busca a {
    float: left;
    padding: 15px 20px 10px;
    border-bottom: 3px solid transparent
}

.botoes-busca:hover .busca-ativa {
    border-bottom: 3px solid transparent!important
}

.botoes-busca a span:nth-of-type(1) {
    float: left;
    font-size: 16px
}

.botoes-busca a span:nth-of-type(2) {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 100
}

.box-info-busca {
    float: left;
    width: 100%;
    background: rgba(0,0,0,0.01);
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-family: 'Roboto';
    color: #000;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-bottom: 21px;
}

.termo-buscado {
    float: left;
    width: 100%;
    margin-top: 20px
}

.termo-buscado span {
    float: left;
    width: 90%;
    padding: 0 5%;
    font-size: 12px;
    font-weight: 300
}

.item-class-busca {
    float: left;
    width: 100%;
    padding: 20px 0;
    font-family: 'Montserrat';
    border-bottom: 1px solid rgba(0,0,0,0.08)
}

.item-class-busca:first-of-type {
    padding-top: 0
}

.item-class-busca:last-of-type {
    border-bottom: 0
}

.item-class-busca img {
    float: left;
    width: 30%;
    height: 180px;
    object-fit: cover;
    object-position: center
}

.item-class-busca .desc-class-busca {
    float: right;
    width: 60%;
    padding: 20px 5%
}

.item-class-busca .desc-class-busca .titulo-class-busca {
    float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.item-class-busca .categoria-class-busca {
    float: left;
    width: 100%;
    margin: 10px 0
}

.item-class-busca .categoria-class-busca span {
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 300
}

.item-class-busca .categoria-class-busca span:nth-of-type(1) {
    margin-top: 2px
}

.item-class-busca .categoria-class-busca span:nth-of-type(2) {
    margin-left: 10px
}

.item-class-busca .desc-class-busca .preco-class-lista {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600
}

.item-class-busca:hover .desc-class-busca .preco-class-lista {
    color: #000!important
}

.pos-desc-lateral {
    position: relative;
    float: left;
    width: 80%;
    padding: 20px 10%;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    background: #000
}

.pos-desc-lateral:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9)
}

.conteudo-desc-lateral {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    font-family: 'Roboto'
}

.pos-desc-lateral img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%
}

.tt-desc-lateral {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 18px;
    font-weight: 300
}

.sobre-desc-lateral {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300
}

.botao-desc-lateral {
    float: left;
    width: 70%;
    margin: 20px 10% 0;
    padding: 10px 5%;
    font-size: 15px;
    font-weight: 900
}

.botao-desc-lateral:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width: 1320px) {
    .conteudo {
        width:1100px
    }

    .dest-manchete h3 {
        font-size: 33px
    }

    .sub-manchete img {
        height: 110px
    }

    .pos-lista-home,.conteudo-interno {
        width: 740px;
        padding-right: 20px
    }

    .conteudo-interno:before {
        width: 760px
    }

    .lateral-interna:after {
        width: 340px
    }

    .lateral-home,.lateral-interna {
        width: 320px;
        padding-left: 20px
    }

    .pos-lista-home-lateral:before {
        width: 760px
    }

    .pos-lista-home-lateral:after {
        width: 340px
    }

    .fixa-lateral-home,.fixar-lateral-interna {
        right: 169.5px
    }

    .lista-home h3,.lista-home-2 .desc-lista-home-2 h3,.lista-home-4 h3 {
        font-size: 25px
    }
}

@media (max-width: 1150px) {
    .conteudo {
        width:900px
    }

    .menu-tp-inp2:checked + .menu-tp-inp .o-menu {
        width: 32%
    }

    .social-topo {
        margin-right: 90px
    }

    .pos-24h.img-dest-s,.pos-24h img {
        height: 350px
    }

    .pos-24h.img-dest-s:before {
        background-size: 150% 350px
    }

    .pos-24h:hover.img-dest-s:before {
        background-size: 200% 350px
    }

    .pos-24h h3 {
        font-size: 34px
    }

    .dest-manchete h3 {
        font-size: 28px
    }

    .sub-manchete img {
        height: 90px
    }

    .sub-manchete.img-dest-n h3 {
        font-size: 18px
    }

    .sub-manchete.img-dest-s h3 {
        font-size: 15px
    }

    .dest-manchete-2 h3 {
        font-size: 44px
    }

    .sub-manchete-2 img {
        height: 120px
    }

    .sub-manchete-2 h3 {
        font-size: 17px
    }

    .sub-manchete-2.img-dest-n h3 {
        font-size: 22px
    }

    .sub-manchete-3 h3 {
        font-size: 16px
    }

    .sub-manchete-3.img-dest-n h3 {
        font-size: 22px
    }

    .pos-lista-home,.conteudo-interno {
        width: 560px;
        padding-right: 20px
    }

    .lateral-home,.lateral-interna {
        width: 300px;
        padding-left: 20px
    }

    .conteudo-interno:before {
        width: 580px
    }

    .lateral-interna:after {
        width: 320px
    }

    .item-lateral-home {
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }

    .pos-lista-home-lateral:before {
        width: 580px
    }

    .pos-lista-home-lateral:after {
        width: 320px
    }

    .fixa-lateral-home,.fixar-lateral-interna {
        right: 160px
    }

    .lista-home h3,.lista-home-2 .desc-lista-home-2 h3,.lista-home-4 h3 {
        font-size: 22px
    }

    .width-links-rodape-3 .itens-rodape a li {
        width: 100%
    }

    .width-links-rodape-2 .itens-rodape a li {
        width: 49%;
        margin-right: 0!important
    }

    .width-links-rodape-2 .itens-rodape a li:nth-child(even) {
        float: right
    }

    .info-post .botoes-compartilhar {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width: 980px) {
    .conteudo {
        width:90%
    }

    .mini-tempo-topo,.social-topo {
        display: none
    }

    .alm-logo-1 .brd-ico-menu {
        border-right: none!important
    }

    .pos-manchetes {
        width: 100%
    }

    .slide-destaques {
        float: left;
        width: 100%;
        margin-top: 30px
    }

    .dest-manchete h3 {
        font-size: 38px
    }

    .sub-manchete img {
        height: 110px
    }

    .sub-manchete.img-dest-s h3 {
        font-size: 18px
    }

    .sub-manchete.img-dest-n h3 {
        font-size: 22px
    }

    .item-slide h3 {
        font-size: 34px
    }

    .slide-destaques-2 .owl-dots {
        display: block
    }

    .dest-manchete-2 h3 {
        font-size: 38px
    }

    .slide-destaques-3 {
        width: 100%
    }

    .pos-sub-manchetes-3 {
        float: left;
        width: 100%
    }

    .sub-manchete-3 {
        width: 48%;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    .sub-manchete-3:last-of-type {
        float: right
    }

    .sub-manchete-3 h3 {
        font-size: 18px
    }

    .pos-lista-home,.conteudo-interno {
        width: 100%;
        padding-right: 0
    }

    .lateral-home,.lateral-interna {
        width: 100%;
        margin-top: 0;
        padding-top: 30px;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-left: 0
    }

    .env-conteudo-interno {
        background: #fff
    }

    .lista-interna,.lista-interna-sem-dados {
        min-height: auto
    }

    .contato-pg {
        padding-top: 0
    }

    .conteudo-interno:before,.lateral-interna:after {
        display: none
    }

    .item-lateral-home {
        width: 50%;
        margin: 0 25%;
        margin-bottom: 30px
    }

    .lista-home h3,.lista-home-2 .desc-lista-home-2 h3,.lista-home-4 h3 {
        font-size: 22px
    }

    .pos-lista-home:before,.lateral-home:before,.env-home:before,.pos-lista-home-lateral:before,.pos-lista-home-lateral:after {
        display: none
    }

    .tt-videos {
        margin-bottom: 10px
    }

    .videos-home {
        width: 49%;
        margin-top: 20px;
        margin-right: 2%
    }

    .videos-home:nth-of-type(2) {
        margin-right: 0
    }

    .galerias-home {
        width: 49%;
        margin-top: 20px;
        margin-right: 2%
    }

    .galerias-home:nth-of-type(2) {
        margin-right: 0
    }

    .tt-rodape span:nth-of-type(1) {
        font-size: 17px
    }

    .tt-rodape span:nth-of-type(2) {
        font-size: 16px
    }

    .titulo-post {
        font-size: 38px
    }

    .lista-class-interna .item-classificado {
        width: 100%;
        margin-right: 0;
        height: auto
    }

    .lista-class-interna .item-classificado .titulo-class {
        overflow: inherit;
        display: block
    }

    .foto-capa {
        margin-bottom: 20px
    }

    .coluna-dupla-forms {
        width: 100%!important;
        padding-right: 0;
        margin: 0 0 20px
    }

    .coluna-dupla-forms:before {
        display: none
    }

    .coluna-dupla-forms .col-1 {
        width: 100%
    }

    .box-planos {
        width: 100%;
        margin: 10px 0
    }

    .slide-class {
        width: 98%;
        padding: 1%
    }

    .slide-class:before,.info-class-interno:before {
        display: none
    }

    .info-class-interno {
        width: 90%;
        padding: 20px 5%
    }

    .env-cont-total-int:before {
        display: none
    }
}

@media (max-width: 750px) {
    .menu-tp-inp2:checked + .menu-tp-inp .o-menu {
        width:42%
    }

    .alm-logo-2 .logo {
        float: none;
        position: absolute;
        width: 100%;
        height: 0;
        text-align: center
    }

    .logo img {
        float: none;
        margin-left: 0!important
    }

    .brd-ico-menu {
        border-right: none!important
    }

    .busca-tp-inp {
        background: transparent!important
    }

    .pos-24h h3 {
        font-size: 29px
    }

    .dest-manchete h3 {
        font-size: 32px
    }

    .sub-manchete.img-dest-n h3 {
        font-size: 20px
    }

    .slide-destaques-2,.item-slide-2 img,.item-slide-2 .table {
        height: 400px
    }

    .item-slide-2.img-dest-s:before {
        background-size: 100% 400px
    }

    .item-slide-2.img-dest-s:hover:before {
        background-size: 200% 400px
    }

    .item-slide-2 h3 {
        font-size: 20px
    }

    .item-slide-2 .subtitulo-sl-2 {
        display: none
    }

    .sub-manchete-2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

    .sub-manchete-2:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .sub-manchete-2.img-dest-s img {
        width: 30%;
        margin-bottom: 0
    }

    .sub-manchete-2.img-dest-s .dest-chapeu,.sub-manchete-2.img-dest-s h3,.sub-manchete-2.img-dest-s .manchete-sub-2 {
        width: 65%;
        padding-left: 5%
    }

    .sub-manchete-3 {
        float: left;
        width: 100%;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

    .sub-manchete-3 h3 {
        font-size: 22px
    }

    .item-lateral-home {
        width: 80%;
        margin: 0 10%;
        margin-bottom: 30px
    }

    .lista-home h3,.lista-home-2 .desc-lista-home-2 h3,.lista-home-4 h3 {
        font-size: 20px
    }

    .rodape {
        display: none
    }

    .rodape-2 {
        text-align: center
    }

    .rodape-2 .copyright {
        width: 100%
    }

    .rodape-2 .selo-lenium {
        float: none;
        margin-top: 10px
    }

    .pos-titulo-subtitulo-post {
        width: 100%;
        padding: 20px 0
    }

    .titulo-post {
        font-size: 28px
    }

    .video {
        height: 300px
    }
}

@media (max-width: 600px) {
    html,body {
        background:#f7f7f7
    }

    .menu-tp-inp2:checked + .menu-tp-inp .o-menu {
        width: 52%
    }

    .pos-topo {
        height: auto!important
    }

    .logo img {
        width: auto!important;
        height: 50px!important
    }

    .ico-menu {
        padding: 12px 0 17px!important
    }

    .ico-busca {
        padding: 26px 0 20px!important
    }

    .box-busca {
        margin-top: 24px!important
    }

    .busca-tp-inp2:checked + .busca-tp-inp .box-busca {
        margin-top: 14px!important
    }

    .menu-mobile-f {
        display: none!important
    }

    .ajst-m600 {
        float: left!important;
        width: 111%!important;
        margin-left: -5.5%!important;
        background: #fff!important;
        border-radius: 0!important;
        border-top: 1px solid rgba(0,0,0,0.1)!important;
        border-bottom: 1px solid rgba(0,0,0,0.1)!important
    }

    .pos-24h {
        background: #000!important;
        margin-top: 0;
        margin-bottom: 20px
    }

    .env-conteudo-principal {
        padding: 20px 0 0;
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

    .env-cont-pr-3 {
        padding: 20px 0
    }

    .sub-manchete img {
        height: 90px
    }

    .sub-manchete.img-dest-s h3 {
        font-size: 15px
    }

    .sub-manchete.img-dest-n h3 {
        font-size: 16px
    }

    .slide-destaques,.slide-destaques-3 {
        width: 111%;
        margin-left: -5.5%;
        border-radius: 0
    }

    .item-slide h3,.item-slide-2 h3,.item-slide-3 h3 {
        font-size: 23px
    }

    .slide-destaques,.item-slide img,.item-slide .table,.slide-destaques-2,.item-slide-2 img,.item-slide-2 .table,.slide-destaques-3,.item-slide-3 img,.item-slide-3 .table {
        height: 350px
    }

    .item-slide.img-dest-s:before,.item-slide-2.img-dest-s:before,.item-slide-3.img-dest-s:before {
        background-size: 100% 350px
    }

    .item-slide.img-dest-s:hover:before,.item-slide-2.img-dest-s:hover:before,.item-slide-3.img-dest-s:hover:before {
        background-size: 200% 350px
    }

    .dest-manchete-2 h3 {
        font-size: 32px
    }

    .sub-manchete-2 img {
        height: 160px
    }

    .sub-manchete-3 h3 {
        font-size: 20px!important
    }

    .sub-manchete-3 img {
        height: 130px
    }

    .sub-manchete-3.img-dest-s .dest-chapeu,.sub-manchete-3.img-dest-s h3 {
        width: 65%
    }

    .env-home {
        background: #fff
    }

    .item-lateral-home {
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }

    .lista-home img {
        width: 100%;
        height: 180px;
        margin-bottom: 10px
    }

    .lista-home .dest-chapeu,.lista-home h3,.lista-home .subt-lista-home,.lista-home .data-lista-home {
        width: 100%
    }

    .lista-home-2 img {
        width: 100%;
        height: 180px
    }

    .lista-home-2.img-dest-s:before {
        width: 100%;
        height: 180px;
        background: -webkit-linear-gradient(top,transparent 0%,#fff 100%);
        background: -moz-linear-gradient(top,transparent 0%,#fff 100%);
        background: -ms-linear-gradient(top,transparent 0%,#fff 100%);
        background: -o-linear-gradient(top,transparent 0%,#fff 100%);
        background: linear-gradient(top,transparent 0%,#fff 100%)
    }

    .lista-home-2.img-dest-s .table {
        height: auto
    }

    .lista-home-2.img-dest-s .desc-lista-home-2 {
        float: left;
        width: 90%;
        margin: 0 5%;
        margin-top: 100px
    }

    .lista-home-2 .desc-lista-home-2 h3 {
        overflow: inherit;
        display: block
    }

    .lista-home-3 {
        width: 90%;
        padding: 0 5% 35px;
        margin-bottom: 0;
        border-bottom: none
    }

    .pos-texto .image {
        width: 111%!important;
        max-width: 111%!important;
        margin-left: -5.5%;
        border-radius: 0
    }

    .pgwSlideshow {
        width: 111%!important;
        margin-left: -5.5%
    }

    .pos-comentarios {
        width: 101%;
        margin-left: -5.5%
    }

    .lista-home-4 img {
        width: 100%;
        height: 180px;
        margin-bottom: 20px;
        border-radius: 4px
    }

    .pos-desc-lista-home-4 {
        width: 100%!important
    }

    .lista-home-4 .local-post-lista-home {
        display: none
    }

    .lista-home-4 .subt-lista-home {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .videos-home {
        width: 100%;
        margin-right: 0
    }

    .galerias-home {
        width: 100%;
        margin-right: 0
    }

    .tt-base .tt-botao {
        position: relative;
        float: left;
        width: 80%;
        margin: 20px 10% 0;
        padding: 10px 0;
        text-align: center
    }

    .lista-class-interna {
        overflow: visible
    }

    .pos-categorias-class {
        width: 111%;
        margin-left: -5.5%
    }

    .lista-class-interna .item-classificado {
        width: 111%;
        margin-left: -5.5%;
        border-radius: 0;
        background: #fff
    }

    .classificados-slide .item-classificado:before {
        border-radius: 0
    }

    .busca-interna {
        background: #fff
    }

    .busca-interna:before {
        right: 20%
    }

    .busca-interna .box-busca-interna {
        width: 80%;
        font-size: 14px
    }

    .busca-interna .botao-busca-interna {
        width: 20%;
        height: 54px
    }

    .tx-pg {
        display: none
    }

    .pos-conteudo-classificado {
        width: 101%!important;
        padding: 20px 5%;
        margin: 20px 0 0;
        margin-left: -5.5%;
        background: #fff;
        border-radius: 0;
        border-top: 2px solid rgba(0,0,0,0.09);
        border-bottom: 2px solid rgba(0,0,0,0.09)
    }

    ul.pgwSlider.listOnTheLeft,.pgwSlider.listOnTheLeft > ul {
        min-height: 400px
    }

    .pgwSlider,.pgwSlider .ps-current,.pgwSlider .ps-current li {
        height: 400px!important
    }

    ul.pgwSlider > li,.pgwSlider > .ps-list > li,ul.pgwSlider > li img,.pgwSlider > ul > li img {
        height: 52px!important
    }

    .video {
        width: 110%!important;
        margin-top: 0;
        margin-left: -5%!important
    }

    .pos-botoes-busca {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .botoes-busca {
        width: 500px
    }

    .pos-botoes-busca::-webkit-scrollbar {
        height: 5px;
        background: #e3e0d6
    }

    .pos-botoes-busca::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.1)
    }

    .pos-botoes-busca::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #8b8778
    }

    .item-class-busca img {
        width: 100%;
        height: 180px
    }

    .item-class-busca .desc-class-busca {
        width: 90%
    }

    .item-class-busca .desc-class-busca .titulo-class-busca {
        font-size: 18px
    }
}

@media (max-width: 450px) {
    .menu-tp-inp2:checked + .menu-tp-inp .o-menu {
        width:70%
    }

    .dest-manchete h3 {
        font-size: 28px
    }

    .sub-manchete {
        width: 100%;
        margin-right: 0;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

    .sub-manchete:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .sub-manchete img {
        height: 130px
    }

    .sub-manchete h3 {
        font-size: 18px!important
    }

    .sub-manchete-2.img-dest-s img {
        width: 100%;
        margin-bottom: 10px
    }

    .sub-manchete-2.img-dest-s .dest-chapeu,.sub-manchete-2.img-dest-s h3,.sub-manchete-2.img-dest-s .manchete-sub-2 {
        width: 100%;
        padding-left: 0
    }

    .sub-manchete-3 h3 {
        font-size: 18px!important
    }

    .item-slide-3 h3 {
        font-size: 20px
    }

    .item-slide-3 .subtitulo-sl-2 {
        font-size: 13px
    }
}

@media (max-width: 380px) {
    .pos-24h h3 {
        font-size:24px
    }

    ul.pgwSlider.listOnTheLeft,.pgwSlider.listOnTheLeft > ul {
        min-height: 350px
    }

    .pgwSlider,.pgwSlider .ps-current,.pgwSlider .ps-current li {
        height: 350px!important
    }

    ul.pgwSlider > li,.pgwSlider > .ps-list > li,ul.pgwSlider > li img,.pgwSlider > ul > li img {
        height: 53.3px!important
    }
}

.pos-ads-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999999;
    display: table
}

.pos-ads-popup2 {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.ads-popup {
    position: relative;
    width: 580px;
    margin: auto
}

.ads-popup .env {
    border-radius: 4px;
    overflow: hidden;
    background: #000;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.9);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.9)
}

.ads-popup:before {
    content: "\ea0f";
    font-family: 'icons-v10'!important;
    position: absolute;
    top: -35px;
    right: 0;
    padding: 5px;
    background: #000;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.ads-popup .ads-img-popup {
    float: left;
    width: 100%;
    border-radius: 4px
}

.ads-lenium {
    float: left;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.ads-lenium-2 {
    padding: 0;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-top: none
}

.ads-lenium-3 {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none
}

.itens-ads {
    margin: 0 auto;
    overflow: hidden
}

.item-ads {
    display: none;
    position: relative;
    width: 100%;
    height: 100%
}

.ads-lenium .item-ads:nth-child(1) {
    display: block
}

.ads-img,.ads-html {
    float: left;
    position: relative;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ads-mega-1 {
    width: 728px;
    height: 90px
}

.ads-mega-2 {
    width: 970px;
    height: 90px
}

.ads-mega-3 {
    width: 970px;
    height: 150px
}

.ads-mega-4 {
    width: 970px;
    height: 250px
}

.ads-secao {
    width: 300px;
    height: 250px
}

.ads-arranha-ceu {
    width: 300px;
    height: 600px
}

@media (max-width: 1150px) {
    .ads-mega-2 {
        width:900px;
        height: 103px
    }

    .ads-mega-2 .ads-html {
        height: 90px
    }

    .ads-mega-3 {
        width: 900px;
        height: 143px
    }

    .ads-mega-3 .ads-html {
        height: 90px
    }

    .ads-mega-4 {
        width: 900px;
        height: 233px
    }
}

@media (max-width: 980px) {
    .ads-mega-1 {
        width:90%;
        max-width: 728px;
        height: 100px
    }

    .ads-mega-1 .ads-html {
        height: 90px
    }

    .ads-mega-2 {
        width: 90%;
        height: 100px
    }

    .ads-mega-3 {
        width: 90%;
        height: 140px
    }

    .ads-mega-4 {
        width: 90%;
        height: 215px
    }

    .ads-home .ads-mega-1,.ads-home .ads-mega-2,.ads-home .ads-mega-3,.ads-home .ads-mega-4 {
        width: 100%
    }
}

@media (max-width: 750px) {
    .ads-mega-1 {
        height:90px
    }

    .ads-mega-2 {
        height: 90px
    }

    .ads-mega-3 {
        height: 110px
    }

    .ads-mega-4 {
        height: 180px
    }
}

@media (max-width: 735px) {
    .ads-popup {
        width:90%
    }
}

@media (max-width: 600px) {
    .ads-mega-4 {
        height:140px
    }

    .ads-mega-1,.ads-mega-2,.ads-mega-3,.ads-mega-1 .ads-html,.ads-mega-2 .ads-html,.ads-mega-3 .ads-html,.ads-mega-4 .ads-html {
        height: 70px
    }

    .ads-home .ads-mega-1,.ads-home .ads-mega-2,.ads-home .ads-mega-3,.ads-home .ads-mega-4 {
        width: 90%
    }
}

@media (max-width: 451px) {
    .ads-mega-1,.ads-mega-2,.ads-mega-3,.ads-mega-4 {
        height:140px
    }
}

@media (max-width: 380px) {
    .ads-mega-1,.ads-mega-2,.ads-mega-3,.ads-mega-4 {
        height:100px
    }
}

.ads-popup .adsbygoogle {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: #f0f0f0
}

@media(max-width: 735px) {
    .ads-popup .adsbygoogle {
        width:300px;
        height: 250px
    }
}

.ads-home .adsbygoogle,.ads-mega-1 .adsbygoogle,.ads-mega-2 .adsbygoogle,.ads-mega-3 .adsbygoogle,.ads-mega-4 .adsbygoogle {
    position: relative;
    margin: 0 auto
}

.ads-mega-1 .adsbygoogle {
    width: 728px;
    height: 90px
}

.ads-mega-2 .adsbygoogle {
    width: 970px;
    height: 90px
}

.ads-mega-3 .adsbygoogle {
    width: 970px;
    height: 150px
}

.ads-mega-4 .adsbygoogle {
    width: 970px;
    height: 250px
}

@media(max-width: 1150px) {
    .ads-mega-2 .adsbygoogle,.ads-mega-3 .adsbygoogle,.ads-mega-4 .adsbygoogle {
        width:728px;
        height: 90px
    }
}

@media(max-width: 810px) {
    .ads-mega-1 .adsbygoogle,.ads-mega-2 .adsbygoogle,.ads-mega-3 .adsbygoogle,.ads-mega-4 .adsbygoogle {
        width:468px;
        height: 60px
    }

    .ads-mega-1 .adsbygoogle,.ads-mega-2 .adsbygoogle,.ads-mega-3 .adsbygoogle {
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width: 521px) {
    .ads-mega-1 .adsbygoogle,.ads-mega-2 .adsbygoogle,.ads-mega-3 .adsbygoogle,.ads-mega-4 .adsbygoogle {
        width:320px;
        height: 50px
    }

    .ads-mega-4 .adsbygoogle {
        height: 100px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width: 450px) {
    .ads-mega-1 .adsbygoogle,.ads-mega-2 .adsbygoogle,.ads-mega-3 .adsbygoogle {
        height:100px
    }
}

.topo-padrao .mini-tempo-topo .pos-cidade-mini .env-cidade-mini {
    color: #fff;
}
