*{ margin: 0; padding: 0; -webkit-appearance: none; } html,body{ font-family: "Caladea"; font-size: 14px; } ::selection{ background:#f0f0f0; } .conteudo{ position: relative; width: 1200px; 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-erro-404{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999999999; cursor: pointer; } .erro-404{ cursor: default; float: left; width: 50%; margin: 10% 15% 0 20%; padding: 40px 5%; background: #fff; border: 1px solid #f0f0f0; border-radius: 4px; text-align: center; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8); } .erro-404 span:nth-child(1){ float: left; width: 100%; font-size: 50px; font-weight: 300; } .erro-404 span:nth-child(2){ float: left; width: 100%; margin-top: 10px; font-size: 20px; font-weight: 300; } .erro-404 span:nth-child(3){ float: left; width: 100%; margin-top: 10px; font-size: 20px; font-weight: 300; } .barra-data{ position: relative; float: left; width: 100%; background: #fff; z-index: 1; font-family: 'Roboto', sans-serif; } .data{ float: left; font-size: 13px; padding: 5px 0; } .data:before{ content: "\e903"; float: left; margin-top: 1px; font-family: 'topo' !important; margin-right: 5px; } .hora{ float: left; margin-left: 10px; font-size: 13px; padding: 5px 0; } .hora:before{ content: "\e94e"; float: left; margin-top: 1px; font-family: 'topo' !important; margin-right: 5px; } .whatsapp{ float: right; font-size: 13px; padding: 5px 0; color: #000; } .whatsapp:before{ content: "\ea93"; float: left; margin-top: 1px; font-family: 'topo' !important; margin-right: 5px; } .pos-social{ float: right; margin-left: 20px } .pos-social a{ float: left; padding: 6px 7px; } .pos-social a:hover{ opacity: .5; } .pos-social a:nth-child(1){ color: #3b5998; } .pos-social a:nth-child(2){ color: #00aced; } .pos-social a:nth-child(3){ color: #517fa4; } .pos-topo{ float: left; position: relative; width: 100%; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); font-family: 'Roboto', sans-serif; } .topo-1{ background: #fff; padding: 10px 0; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); } .topo-2{ padding: 10px 0; } .topo-3{ padding: 10px 0; } .pos-topo .conteudo{ position: relative; } .ico-menu{ float: left; width: 30px; margin-top: 32px; color: rgba(255,255,255,0.9); cursor: pointer; } .topo-1 .ico-menu{ color: rgba(0,0,0,0.9); } .ico-menu span{ float: left; width: 100%; margin-top: 6px; border-top: 1px solid; border-radius: 20px; } .ico-menu:after{ content: ""; float: left; width: 100%; margin-top: 6px; border-top: 1px solid; border-radius: 20px; } .ico-menu:before{ content: ""; float: left; width: 100%; margin-top: 6px; border-top: 1px solid; border-radius: 20px; } .tt-menu{ float: left; margin-left: 15px; font-size: 13px; font-weight: 400; color: #fff; margin-top: 38px; cursor: pointer; } .topo-1 .tt-menu{ color: #000; } .o-menu{ position: fixed; width: 0; height: 100%; top: 0; left: 0; overflow-x: hidden; overflow-y: scroll; -webkit-transition: width .5s; transition: width .5s; z-index: 999999; background: #fff; -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 50px 0px 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; } .menu-tp-inp{ position: relative; z-index: 999999; } .menu-tp-inp2{ display: none; } .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; } .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; } .logo img{ position: relative; z-index: 9; margin-left: 20px; } .busca-tp-inp2{ display: none; } .busca-tp-inp{ float: right; margin-top: 22px; } .ico-busca{ float: left; position: relative; z-index: 1; padding: 11px 11px 7px 11px; font-size: 22px; color: #fff; cursor: pointer; } .topo-1 .ico-busca{ color: #000; } .box-busca{ width: 0; border-radius: 20px; border: none; outline: none; position: absolute; margin-left: -57px; margin-top: 16px; overflow: hidden; z-index: 999999; transition: all .5s 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); } .busca-tp-inp2:checked + .busca-tp-inp .box-busca { margin-left: -260px; width: 200px; margin-top: 0; padding: 15px 20px; border: 1px solid rgba(255,255,255,0.08); } .busca-tp-inp2:checked + .busca-tp-inp .box-busca:focus{ -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); } .busca-tp-inp2:checked + .busca-tp-inp .ico-busca{ color: #000; } .tmn-logo-1 .logo img{ width: 300px; height: 123px; } .tmn-logo-2 .logo img{ width: 220px; height: 90px; } .tmn-logo-3 .logo img{ width: 171px; height: 70px; } .alinha-logo-1 .logo img{ float: left; } .tmn-logo-1 .ico-menu{ margin-top: 48px; } .tmn-logo-1 .tt-menu{ margin-top: 54px; } .tmn-logo-1 .busca-tp-inp{ margin-top: 39px; } .tmn-logo-3 .ico-menu{ margin-top: 23px; } .tmn-logo-3 .tt-menu{ margin-top: 29px; } .tmn-logo-3 .busca-tp-inp{ margin-top: 12px; } .alinha-logo-2.tmn-logo-1{ min-height: 123px; } .alinha-logo-2.tmn-logo-2{ min-height: 90px; } .alinha-logo-2.tmn-logo-3{ min-height: 70px; } .alinha-logo-2 .logo{ position: absolute; width: 100%; left: 0; } .alinha-logo-2 .logo a{ float: left; width: 100%; height: 0; } .alinha-logo-2 .logo img{ position: relative; z-index: 1; margin-left: auto; margin-right: auto; display: block; } .pos-menu-topo{ float: left; position: relative; width: 100%; border-bottom: 1px solid rgba(0,0,0,0.1); background: #faf9f9; z-index: 1; font-family: 'Roboto', sans-serif; } .b-menu-c{ position: relative; } .b-menu-c:before{ content: ""; position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,0.25); top: 0; left: 0; } .menu-topo{ float: left; position: relative; width: 100%; z-index: 1; } .menu-topo li a{ float: left; padding: 15px 20px; font-size: 15px; font-weight: 900; text-decoration: none; } .pos-social-menu{ float: left; width: 100%; margin: 0 !important; display: block !important; } .pos-social-menu a{ position: relative; width: 23.33333333333333%; padding: 20px 5%; font-size: 20px; text-decoration: none; } .pos-social-menu a:before{ float: left; width: 100%; text-align: center; } .pos-social-menu a:after{ content: ""; position: absolute; height: 40px; right: 0; border-left: 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); } .pos-social-menu a:last-child:after{ display: none; } .pos-social-menu span{ float: left; width: 100%; margin-top: 10px; font-family: 'Roboto', sans-serif; font-size: 12px; text-align: center; color: #757575; } .pos-contato-menu{ float: left; position: relative; width: 90%; padding: 15px 5%; overflow: hidden; } .pos-contato-menu:after{ content: ""; position: absolute; width: 60%; left: 0; margin: 0 20%; bottom: 0; border-bottom: 1px solid rgba(0,0,0,0.07); } .no-border-contato:after{ border-bottom: none; position: relative; float: left; margin-bottom: 10px; } .pos-contato-menu:before{ font-family: 'topo' !important; float: left; width: 20%; margin-top: 8px; text-align: center; font-size: 25px; color: #000; opacity: .5; } .pos-contato-menu div{ float: right; position: relative; width: 73%; } .pos-contato-menu div:before{ content: ""; position: absolute; height: 40px; left: -16px; border-left: 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); } .pos-contato-menu div span{ float: left; width: 100%; color: #000; } .pos-contato-menu div span:nth-child(1){ width: auto; position: relative; padding: 2px 5px; font-size: 12px; font-weight: 300; color: #000; border-radius: 3px; background: rgba(0,0,0,0.05); } .pos-contato-menu div span:nth-child(2){ margin-top: 5px; font-size: 15px; font-style: italic; word-wrap: break-word; } .pos-contato-menu div a{ text-decoration: none; color: #000; } .item-menu{ float: left; position: relative; width: 80%; padding: 20px 10%; border-bottom: 1px solid rgba(0,0,0,0.1); } .item-menu:nth-child(even){ background: rgba(0,0,0,0.02); } .item-menu span{ float: left; color: #000; } .item-menu span:nth-child(1){ font-size: 20px; opacity: .8; } .item-menu span:nth-child(2){ position: relative; font-size: 16px; font-weight: 400; margin-left: 20px; margin-top: 1px; } .item-menu span:nth-child(2):before{ content: ""; position: absolute; height: 100%; left: -10px; border-left: 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); } .pos-barra-suspensa{ display: none; } .mini-tempo-topo{ float: left; position: relative; z-index: 9; margin-left: 150px; margin-top: 16px; font-family: 'Montserrat'; } .alinha-logo-2 .mini-tempo-topo{ margin-left: 100px; } .tmn-logo-1 .mini-tempo-topo{ margin-left: 80px; margin-top: 43px; } .tmn-logo-2 .mini-tempo-topo{ margin-left: 80px; margin-top: 26px; } .mini-tempo-topo span:nth-child(1){ float: left; margin-top: 4px; font-size: 30px; } .mini-tempo-topo span:nth-child(2){ float: left; margin-left: 10px; font-size: 30px; font-weight: 100; } .topo-2 .mini-tempo-topo span:nth-child(2){ color: #fff; } .desc-mini-tempo{ float: left; margin-left: 10px; margin-top: 2px; } .desc-mini-tempo p:nth-child(1){ font-size: 13px; color: #000; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .desc-mini-tempo p:nth-child(2){ font-size: 11px; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 2px; color: #757575; } .desc-mini-tempo p:nth-child(2):before{ content: "\e949"; font-family: 'tempo' !important; margin-right: 5px; font-size: 10px; } .topo-2 .desc-mini-tempo p{ color: #fff; } .cotacao-topo{ float: left; position: relative; z-index: 9; margin-top: 17px; margin-left: 100px; font-family: 'Montserrat'; } .alinha-logo-2 .cotacao-topo{ float: none; position: absolute; margin-left: 0 !important; right: 100px; } .tmn-logo-1 .cotacao-topo{ margin-left: 80px; margin-top: 44px; } .tmn-logo-2 .cotacao-topo{ margin-left: 80px; margin-top: 27px; } .cotacao-topo:hover{ opacity: .7; } .item-cotacao-topo{ position: relative; float: left; margin-right: 20px; padding-right: 20px; text-align: center; } .item-cotacao-topo:last-child{ margin-right: 0; padding-right: 0; } .item-cotacao-topo:before{ content: ""; position: absolute; top: 25%; right: 0; height: 50%; 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-cotacao-topo:last-child:before{ display: none; } .item-cotacao-topo p:nth-child(1){ font-size: 11px; color: #757575; } .item-cotacao-topo p:nth-child(2){ margin-top: 5px; font-size: 13px; color: #494949; } .topo-2 .item-cotacao-topo p{ color: #fff; } .item-cotacao-topo p:nth-child(2) span:nth-child(1){ float: left; font-size: 12px; margin-top: 2px; margin-right: 5px; } .topo-2 .item-cotacao-topo p:nth-child(2) span:nth-child(1){ -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff; } .variacao-estavel{ color: #757575; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .variacao-positiva{ color: #00ae00; } .variacao-negativa{ color: #ca0000; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .topo-3 .logo{ float: left !important; width: auto !important; position: relative !important; } .topo-3 .logo img{ float: left !important; margin-left: 20px !important; } .topo-3 .logo a{ width: auto !important; height: auto !important; } .topo-3.alinha-logo-2{ height: auto !important; } .menu-estilo-topo-3{ display: none; } .topo-3 .menu-topo{ width: auto; float: right; margin-right: 30px; } .topo-3.tmn-logo-1 .menu-topo{ margin-top: 38px; max-width: 700px; } .topo-3.tmn-logo-2 .menu-topo{ margin-top: 23px; max-width: 770px; } .topo-3.tmn-logo-3 .menu-topo{ margin-top: 10px; max-width: 800px; } .topo-3 .menu-topo li{ position: relative; display: inline-block; } .topo-3 .menu-topo a{ color: #fff; } .topo-3 .menu-topo li:before{ content: ""; position: absolute; top: 37.5%; right: 0; height: 25%; border-right: 1px solid rgba(0,0,0,0.2); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .topo-3 .menu-topo li:last-child:before{ display: none; } .topo-3 .menu-topo a:hover{ opacity: .7; } .topo-3.tmn-logo-1 .tmn-menu-topo-3{ margin-top: 10px !important; } .topo-3.tmn-logo-2 .tmn-menu-topo-3{ margin-top: 0 !important; } .topo-3.tmn-logo-2 .tmn-menu-topo-3 li a{ padding: 11px 20px; } .topo-3.tmn-logo-3 .tmn-menu-topo-3{ margin-top: 0 !important; } .topo-3.tmn-logo-3 .tmn-menu-topo-3 li a{ padding: 7px 20px; } .no-marquee-desktop{ display: none !important; } .pos-noticias-marquee{ position: relative; float: left; width: 100%; height: 48px; margin: 20px 0; overflow: hidden; background: #fff; 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); font-family: 'Roboto', sans-serif; } .tt-noticias-marquee{ position: relative; float: left; width: 18%; padding: 15px 2% 15px 0; text-align: right; font-size: 14px; font-weight: normal; z-index: 1; font-family: 'Montserrat'; } .tt-noticias-marquee:before{ content: ""; position: absolute; right: -8px; top: 14px; width: 20px; height: 20px; border-radius: 4px; z-index: 1; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .noticias-marquee{ float: right; width: 80%; overflow: hidden; white-space: nowrap; } .itens-noticias-marquee{ display: inline-block; padding-left: 100%; animation-name: marquee; animation-duration: 30s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: marquee; -webkit-animation-duration: 30s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -ms-animation-name: marquee; -ms-animation-duration: 30s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -moz-animation-name: marquee; -moz-animation-duration: 30s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -o-animation-name: marquee; -o-animation-duration: 30s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; } .itens-noticias-marquee:hover{ -webkit-animation-play-state:paused; -moz-animation-play-state:paused; -o-animation-play-state:paused; animation-play-state:paused; } .itens-noticias-marquee a{ text-decoration: none; } .item-marquee{ position: relative; display: inline-block; padding: 15px 20px; font-size: 15px; } .item-marquee:hover{ opacity: .7; } .item-marquee:before{ content: ""; position: absolute; right: 0; top: 37.5%; height: 25%; border-right: 1px solid rgba(0,0,0,0.3); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .item-marquee:last-child:before{ display: none; } .item-marquee em{ margin-left: 10px; font-style: normal; } @keyframes marquee { 0% { -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } 100% { -ms-transform: translate(-100%, 0); -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); } } @-webkit-keyframes marquee { 0% { -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } 100% { -ms-transform: translate(-100%, 0); -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); } } @-ms-keyframes marquee { 0% { -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } 100% { -ms-transform: translate(-100%, 0); -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); } } @-moz-keyframes marquee { 0% { -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } 100% { -ms-transform: translate(-100%, 0); -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); } } @-o-keyframes marquee { 0% { -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } 100% { -ms-transform: translate(-100%, 0); -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); } } .estilo-marquee-1 .tt-noticias-marquee a{ color: #000; } .estilo-marquee-2 .tt-noticias-marquee a, .estilo-marquee-3 .tt-noticias-marquee a, .estilo-marquee-4 .tt-noticias-marquee a, .estilo-marquee-5 .tt-noticias-marquee a{ color: #fff; } .estilo-marquee-1 .tt-noticias-marquee, .estilo-marquee-1 .tt-noticias-marquee:before{ background: #f0f0f0; } .estilo-marquee-1 .item-marquee{ color: #000; } .estilo-marquee-2 .tt-noticias-marquee, .estilo-marquee-2 .tt-noticias-marquee:before{ color: #fff; } .estilo-marquee-2 .item-marquee b{ color: #000; } .estilo-marquee-3 .tt-noticias-marquee{ background: #000; color: #fff; } .estilo-marquee-3 .tt-noticias-marquee:before{ display: none; } .estilo-marquee-3 .item-marquee{ color: #000; } .estilo-marquee-4 .tt-noticias-marquee, .estilo-marquee-4 .tt-noticias-marquee:before{ background: #000; color: #fff; } .estilo-marquee-4 .item-marquee{ color: #fff; } .estilo-marquee-4 .item-marquee:before{ border-right: 1px solid rgba(255,255,255,0.3); } .estilo-marquee-5{ background: #000; } .estilo-marquee-5 .tt-noticias-marquee, .estilo-marquee-5 .tt-noticias-marquee:before{ color: #fff; } .estilo-marquee-5 .item-marquee{ color: #fff; } .estilo-marquee-5 .item-marquee:before{ border-right: 1px solid rgba(255,255,255,0.3); } .estilo-marquee-6 .tt-noticias-marquee{ text-align: center; } .estilo-marquee-6 .tt-noticias-marquee span{ padding: 5px 10px; border-radius: 5px; color: #fff; } .estilo-marquee-6 .tt-noticias-marquee:before{ display: none; } .estilo-marquee-6 .item-marquee{ color: #000; } .estilo-marquee-7 .tt-noticias-marquee{ width: 20%; padding: 10px 0; text-align: center; } .estilo-marquee-7 .tt-noticias-marquee span{ position: relative; float: left; width: 75%; min-height: 18px; margin-left: 5%; padding: 5px 10% 5px 10%; border-radius: 5px; color: #fff; } .estilo-marquee-7 .tt-noticias-marquee span:before{ content: ""; position: absolute; right: -8px; top: 4px; width: 20px; height: 20px; border-radius: 4px; z-index: 1; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .estilo-marquee-7 .tt-noticias-marquee:before{ display: none; } .estilo-marquee-7 .item-marquee{ color: #000; } .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: 0px 0px 10px 0px rgba(0,0,0,0.9); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.9); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.9); } .ads-popup:before{ content: "\e90e"; font-family: 'topo' !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-ele1{ float: left; width: 100%; padding: 10px 0; overflow: hidden; } .no-marquee-ads{ margin-top: 20px; } .fundo-ads-1{ background: url(https://www.srv2lenium.com.br/tema/v8/img/listras-ads.png); } .fundo-ads-2{ background: rgba(0,0,0,0.03); } .fundo-ads-3{ background: url(https://www.srv2lenium.com.br/tema/v8/img/pontos-ads.png); } .fundo-ads-4{ background: transparent; } .itens-ads{ margin: 0 auto; overflow: hidden; } .item-ads{ display: none; position: relative; width: 100%; height: 100%; } .ads-ele1 .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; } .pos-noticias-pr-1{ float: left; width: 100%; padding: 30px 0; background: rgb(249,249,249); } .pos-noticias-pr-1 .pos-manchete{ float: left; position: relative; width: 44%; min-height: 580px; display: table; padding: 20px 2.5%; background: #fff; border-radius: 4px; 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); } .pos-noticias-pr-1 .pos-manchete a{ display: table-cell; vertical-align: middle; text-decoration: none; } .pos-noticias-pr-1 .pos-manchete a span:nth-child(1){ position: absolute; top: 20px; left: 5%; font-weight: 400; font-size: 16px; color: #3a3a3a; } .pos-noticias-pr-1 .pos-manchete a span:nth-child(2){ float: left; width: 100%; font-size: 38px; font-weight: 700; } .pos-noticias-pr-1 .pos-manchete a:hover span:nth-child(2){ text-decoration: underline; } .pos-noticias-pr-1 .pos-manchete a span:nth-child(3){ float: left; width: 100%; margin-top: 10px; font-size: 15px; font-weight: 400; color: #3a3a3a; } .destaques-pr-1{ float: right; width: 49%; } .destaques-pr-1 .destaque-pr-1{ position: relative; float: left; width: 100%; height: 300px; margin-bottom: 20px; background: #fff; border-radius: 4px; overflow: hidden; display: table; 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); } .destaques-pr-1 .destaque-pr-1:last-child{ margin-bottom: 0; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-s:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background: rgba(0,0,0,0.2); -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-s:hover:before{ background: rgba(0,0,0,0.5); } .destaques-pr-1 .destaque-pr-1 a{ text-decoration: none; } .destaques-pr-1 .destaque-pr-1 img{ position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-s div{ position: relative; z-index: 1; width: 90%; height: 260px; padding: 20px 5%; display: table-cell; vertical-align: bottom; background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); } .destaques-pr-1 .destaque-pr-1 .img-dest-home-s span:nth-child(1){ position: absolute; top: 20px; left: 5%; color: #fff; font-size: 16px; font-weight: 400; text-shadow: 0 1px 0 #000; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-s span:nth-child(2){ float: left; width: 100%; font-size: 24px; color: #fff !important; font-weight: 700; text-shadow: 0 1px 0 #000; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-s span:nth-child(3){ float: left; width: 100%; margin-top: 10px; font-size: 14px; color: #fff; font-weight: 400; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-n div{ position: relative; z-index: 1; width: 90%; height: 260px; padding: 20px 5%; display: table-cell; vertical-align: middle; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-n span:nth-child(1){ position: absolute; top: 20px; left: 5%; color: #3a3a3a; font-size: 16px; font-weight: 400; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-n span:nth-child(2){ float: left; width: 100%; font-size: 28px; font-weight: 700; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-n:hover span:nth-child(2){ text-decoration: underline; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-n span:nth-child(3){ float: left; width: 100%; margin-top: 10px; font-size: 14px; color: #3a3a3a; font-weight: 400; } .dest-urgente-img-s{ float: left; width: 100%; background: #000; overflow: hidden; } .dest-urgente-img-s, .dest-urgente-img-s a{ height: 400px; } .dest-urgente-img-s a{ position: relative; float: left; width: 100%; display: table; } .dest-urgente-img-s img{ position: absolute; width: 100%; height: 110%; top: -10%; left: 0; z-index: 1; object-fit: cover; object-position: top; } .dest-urgente-img-s a:before{ content: ""; position: absolute; width: 20%; height: 100%; top: 0; left: -1px; z-index: 2; background: -webkit-linear-gradient(left, #000 0%, transparent 100%); background: -moz-linear-gradient(left, #000 0%, transparent 100%); background: -ms-linear-gradient(left, #000 0%, transparent 100%); background: -o-linear-gradient(left, #000 0%, transparent 100%); background: linear-gradient(left, #000 0%, transparent 100%); } .dest-urgente-img-s a:after{ content: ""; position: absolute; width: 20%; height: 100%; top: 0; right: -1px; z-index: 2; background: -webkit-linear-gradient(right, #000 0%, transparent 100%); background: -moz-linear-gradient(right, #000 0%, transparent 100%); background: -ms-linear-gradient(right, #000 0%, transparent 100%); background: -o-linear-gradient(right, #000 0%, transparent 100%); background: linear-gradient(right, #000 0%, transparent 100%); } .dest-urgente-img-s .conteudo div{ position: relative; z-index: 3; width: 100%; height: 360px; padding: 20px 5%; display: table-cell; vertical-align: bottom; background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); } .dest-urgente-img-s .conteudo div:before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; background: rgba(0,0,0,0.2); -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .dest-urgente-img-s .conteudo a:hover div:before{ background: rgba(0,0,0,0.5); } .dest-urgente-img-s .conteudo span{ color: #fff; text-align: center; } .dest-urgente-img-s .conteudo span:nth-child(1){ position: absolute; top: 20px; left: 5%; padding: 5px 15px; background: #ca0000; font-size: 16px; font-weight: 400; animation-name: urgente-tt; animation-duration: 1.5s; animation-iteration-count: infinite; } @-webkit-keyframes urgente-tt { from { color: transparent; } to { color: #fff; } } @keyframes urgente-tt { from { color: transparent; } to { color: #fff; } } .dest-urgente-img-s .conteudo span:nth-child(2){ float: left; width: 90%; margin: 0 5%; font-size: 38px; font-weight: 700; } .dest-urgente-img-s .conteudo span:nth-child(3){ float: left; width: 90%; margin: 10px 5%; font-size: 18px; font-weight: 400; } .pos-noticias-pr-2{ float: left; width: 100%; padding: 30px 0; background: rgb(249,249,249); } .pos-noticias-pr-2 .pos-manchete{ float: left; width: 100%; padding-bottom: 20px; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.05); } .pos-noticias-pr-2 .pos-manchete a span:nth-child(1){ padding: 5px 15px; font-size: 13px; border-radius: 20px; color: #fff; font-weight: 400; } .pos-noticias-pr-2 .pos-manchete a span:nth-child(2){ float: left; width: 100%; margin-top: 10px; font-size: 38px; color: #000 !important; font-weight: 700; } .pos-noticias-pr-2 .pos-manchete a:hover span:nth-child(2){ text-decoration: underline; } .pos-noticias-pr-2 .pos-manchete a span:nth-child(3){ float: left; width: 100%; margin-top: 10px; font-size: 15px; color: #3a3a3a; font-weight: 400; } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-nav{ display: none; } .owl-dots{ position: absolute; width: 100%; bottom: 0; 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 { width: 10px; height: 10px; margin: 5px 7px; background: #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; opacity: .5; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { opacity: 1; } .slide{ position: relative; float: left; width: 50%; margin-top: 20px; background: #000; border-radius: 4px; overflow: hidden; } .pos-noticias-pr-2 .slide, .pos-noticias-pr-2 .item-slide, .pos-noticias-pr-2 .item-slide div{ height: 400px; } .item-slide{ position: relative; float: left; width: 100%; } .item-slide a{ position: relative; float: left; width: 100%; display: table; } .item-slide img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; object-position: top; } .item-slide div{ position: relative; z-index: 3; width: 100%; padding: 0 5%; display: table-cell; vertical-align: bottom; background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); } .item-slide div:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; background: rgba(0,0,0,0.1); -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .item-slide a:hover div:before{ background: rgba(0,0,0,0.5); } .item-slide div span{ color: #fff; text-shadow: 0 1px 0 #000; } .item-slide div span:nth-child(1){ position: absolute; top: 20px; left: 5%; font-size: 15px; font-weight: 400; padding: 5px 15px; border-radius: 20px; text-shadow: none; } .item-slide div span:nth-child(2){ float: left; width: 100%; font-size: 32px; font-weight: 700; } .item-slide div span:nth-child(3){ float: left; width: 100%; margin: 10px 0 40px 0; font-size: 15px; font-weight: 400; } .manchetes-laterais{ float: right; width: 48%; margin-top: 20px; } .manchetes-lat{ float: left; width: 44%; padding: 0 4%; border-left: 1px solid #f0f0f0; margin-left: -1px; } .manchetes-lat:last-child{ padding: 0 0 0 4%; } .manchetes-lat a{ float: left; width: 100%; padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.05); } .manchetes-lat a:first-child{ padding-top: 0; } .manchetes-lat a:last-child{ padding-bottom: 0; border-bottom: none; } .manchetes-lat img{ float: left; width: 100%; height: 105px; border-radius: 4px; object-fit: cover; object-position: top; } .manchetes-lat span:nth-child(1){ float: left; max-width: 100%; margin-top: -10px; padding: 5px 15px; font-size: 13px; border-radius: 20px; color: #fff; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .manchetes-lat .img-dest-home-n span:nth-child(1){ margin-top: 0; } .manchetes-lat span:nth-child(2){ float: left; width: 100%; margin-top: 10px; font-size: 16px; font-weight: 700; color: #3a3a3a !important; } .manchetes-lat .img-dest-home-n span:nth-child(2){ font-size: 23px; } .manchetes-lat a:hover span:nth-child(2){ text-decoration: underline; } .manchetes-lat span:nth-child(3){ float: left; width: 100%; margin-top: 10px; font-size: 14px; font-weight: 400; color: #3a3a3a; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .pos-noticias-pr-3{ float: left; width: 100%; padding: 30px 0; background: rgb(249,249,249); } .coluna-pr3-1{ position: relative; float: left; width: 40%; padding-right: 2%; } .coluna-pr3-1 .manchetes-lat{ width: 100%; padding: 0; margin-left: 0; border-left: none; margin-top: 20px; } .coluna-pr3-1 .manchetes-lat a{ width: 48%; padding: 0; border-bottom: none; } .coluna-pr3-1 .manchetes-lat a:last-child{ float: right; } .coluna-pr3-1:before{ content: ""; position: absolute; height: 100%; top: 0; right: -1px; border-left: 1px solid #f0f0f0; } .pos-noticias-pr-3 .pos-manchete{ float: left; width: 100%; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,0.05); } .pos-noticias-pr-3 .pos-manchete a span:nth-child(1){ float: left; padding: 5px 15px; font-size: 13px; border-radius: 20px; color: #fff; font-weight: 400; } .pos-noticias-pr-3 .pos-manchete a span:nth-child(2){ float: left; width: 100%; margin-top: 10px; font-size: 32px; color: #000 !important; font-weight: 700; } .pos-noticias-pr-3 .pos-manchete a:hover span:nth-child(2){ text-decoration: underline; } .pos-noticias-pr-3 .pos-manchete a span:nth-child(3){ float: left; width: 100%; margin-top: 10px; font-size: 15px; color: #3a3a3a; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .coluna-pr3-1 .manchetes-lat .img-dest-home-n span:nth-child(2) { font-size: 20px; } .coluna-pr3-2{ position: relative; float: left; width: 35%; padding-left: 2%; padding-right: 2%; } .coluna-pr3-2:before{ content: ""; position: absolute; height: 100%; top: 0; left: 0; border-left: 1px solid #f0f0f0; } .coluna-pr3-2:after{ content: ""; position: absolute; height: 100%; top: 0; right: -1px; border-left: 1px solid #f0f0f0; } .pos-noticias-pr-3 .slide{ width: 100%; margin-top: 0; } .pos-noticias-pr-3 .slide, .pos-noticias-pr-3 .item-slide, .pos-noticias-pr-3 .item-slide div{ height: 420px; } .pos-noticias-pr-3 .slide .item-slide div span:nth-child(2){ font-size: 28px; margin-bottom: 40px; } .coluna-pr3-3{ position: relative; float: right; width: 17%; padding-left: 2%; } .coluna-pr3-3:before{ content: ""; position: absolute; height: 100%; border-left: 1px solid #f0f0f0; top: 0; left: 0; } .coluna-pr3-3 .manchetes-lat{ width: 100%; padding: 0; margin-left: 0; border-left: none; } .coluna-pr3-3 .manchetes-lat .img-dest-home-n span:nth-child(2){ font-size: 21px; } .tt-site-1, .tt-site-2, .tt-site-3, .tt-site-4{ position: relative; float: left; width: 100%; margin-top: 50px; } .tt-site-1:before{ content: ""; position: absolute; top: 0; left: 0; width: 100px; border-top: 1px solid rgba(0,0,0,0.5); } .tt-site-1 h1, .tt-site-2 h1, .tt-site-3 h1, .tt-site-4 h1{ float: left; margin-top: 5px; width: 100%; font-size: 42px; font-weight: 700; } .tt-site-2:before{ content: ""; position: absolute; width: 100%; top: 0; left: 0; border-top: 2px solid #f0f0f0; } .tt-site-1 a:hover, .tt-site-2 a:hover, .tt-site-3 a:hover, .tt-site-4 a:hover{ opacity: .7; } .tt-site-2 h1{ margin-top: 20px; } .tt-site-3{ text-align: center; } .blogs-e-colunas, .municipios, .videos{ float: left; width: 100%; margin-top: 30px; margin-bottom: 10px; } .blogs-e-colunas a, .municipios a, .videos a{ position: relative; float: left; width: 23.5%; padding: 0 1%; } .blogs-e-colunas a:before, .municipios a:before, .videos a:before{ content: ""; position: absolute; height: 100%; top: 0; left: 0; border-left: 1px solid #f0f0f0; } .blogs-e-colunas a:after, .municipios a:after, .videos a:after{ content: ""; position: absolute; height: 100%; top: 0; right: -1px; border-left: 1px solid #f0f0f0; } .blogs-e-colunas a:first-child, .municipios a:first-child, .videos a:first-child{ padding: 0 1% 0 0; } .blogs-e-colunas a:first-child:before, .municipios a:first-child:before, .videos a:first-child:before{ display: none; } .blogs-e-colunas a:last-child, .municipios a:last-child, .videos a:last-child{ padding: 0 0 0 1%; } .blogs-e-colunas a:last-child:after, .municipios a:last-child:after, .videos a:last-child:after{ display: none; } .blogs-e-colunas .img-dest-blog-home{ float: left; width: 100%; height: 150px; object-fit: cover; object-position: top; } .blogs-e-colunas div{ position: relative; float: left; width: 100%; text-align: center; margin-top: -40px; z-index: 1; } .blogs-e-colunas div img{ width: 80px; height: 80px; border-radius: 50%; object-fit: cover; object-position: center; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); } .blogs-e-colunas div span:nth-of-type(1){ float: left; width: 100%; margin-top: 10px; font-size: 18px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .blogs-e-colunas a:hover div span:nth-of-type(1){ color: #000; } .blogs-e-colunas div span:nth-of-type(2){ float: left; width: 100%; font-size: 14px; font-weight: 400; color: #3a3a3a; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .blogs-e-colunas div span:nth-of-type(3){ float: left; width: 100%; margin-top: 10px; font-size: 16px; font-weight: 700; color: #000; -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .img-blogs-colunas-n div{ margin-top: 110px; } .ads-home-1{ margin-top: 30px; } .municipios img{ float: left; width: 100%; height: 150px; border-radius: 4px; object-fit: cover; object-position: top; } .municipios div{ float: left; width: 100%; margin-top: -15px; } .municipios div span:nth-of-type(1){ float: left; max-width: 90%; padding: 5px 5%; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .municipios div span:nth-of-type(1):before{ content: "\e908"; font-family: 'topo' !important; float: left; margin-top: 2px; font-size: 13px; margin-right: 5px; } .municipios div span:nth-of-type(2){ float: left; width: 100%; margin: 10px 0; font-size: 18px; color: #000; font-weight: 700; -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .municipios div span:nth-of-type(3){ float: left; width: 100%; font-size: 14px; color: #3a3a3a; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .municipios a:hover div span:nth-of-type(1){ background: #000; } .img-municipios-n div{ margin-top: 0; } .img-municipios-n div span:nth-of-type(2){ font-size: 26px; } .img-municipios-n div span:nth-of-type(3){ font-size: 16px; -webkit-line-clamp: 3; } .videos img{ position: relative; float: left; width: 100%; height: 250px; border-radius: 4px; object-fit: cover; object-position: top; } .pos-desc-videos-home{ float: left; width: 100%; height: 250px; display: table; margin-top: -250px; } .desc-videos-home{ position: relative; width: 90%; padding: 0 5%; z-index: 2; height: 250px; display: table-cell; vertical-align: bottom; background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); background: -o-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); background: linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); } .desc-videos-home:before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.1); -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .videos div span:nth-of-type(1){ position: relative; float: left; max-width: 90%; padding: 5px 5%; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; z-index: 1; } .videos div span:nth-of-type(1):after{ content: "\e909"; font-family: 'topo' !important; float: right; margin-left: 10px; font-size: 16px; } .galerias div span:nth-of-type(1):after{ content: "\e90d"; } .videos div span:nth-of-type(2){ position: relative; float: left; width: 100%; margin-top: 10px; margin-bottom: 30px; font-size: 18px; color: #fff; text-shadow: 0 1px 0 #000; font-weight: 700; z-index: 1; } .videos a:hover .desc-videos-home:before{ background: rgba(0,0,0,0.5); } .img-videos-n div{ margin-top: 0; } .img-videos-n div span:nth-of-type(2){ font-size: 26px; } .img-videos-n div span:nth-of-type(3){ font-size: 16px; -webkit-line-clamp: 3; } .pos-tempo-home{ position: relative; float: left; width: 95%; padding: 15px 2.5%; margin-top: 30px; border-radius: 4px; font-family: 'Montserrat'; background: rgba(254,254,254); 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); } .pos-tempo-home:before{ content: ""; position: absolute; width: 100%; height: 100%; border-radius: 4px; top: 3px; left: 0; z-index: -1; background: rgba(0,0,0,0.05); -webkit-box-shadow: 5px 2px 10px 0 rgba(0,0,0,0.05); -moz-box-shadow: 5px 2px 10px 0 rgba(0,0,0,0.05); box-shadow: 5px 2px 10px 0 rgba(0,0,0,0.05); } .cidade-tempo{ float: left; width: 50%; font-size: 14px; color: #3a3a3a; font-weight: 600; } .cidade-tempo:before{ content: "\e949"; font-family: 'tempo' !important; float: left; margin-top: 2px; margin-right: 10px; } .tempo-data{ float: right; width: 50%; text-align: right; font-size: 11px; } .tempo-data b{ font-weight: 600; } .tempo-data a{ color: #3a3a3a; } .tempo-tab1{ position: relative; float: left; width: 32.5%; padding-right: 2.5%; margin-top: 20px; } .tempo-tab1 .cond-atual{ float: left; } .tempo-tab1 .cond-atual span:nth-of-type(1){ float: left; font-size: 51px; } .tempo-tab1 .cond-atual span:nth-of-type(2){ float: left; margin-left: 20px; font-size: 42px; font-weight: 100; color: #8b8778; } .tempo-tab1 .min-max{ float: left; width: 55%; margin-top: 5px; margin-left: 20px; } .tempo-tab1 .min-max span:nth-of-type(1){ position: relative; display: block; font-size: 13px; font-weight: 300; color: #494949; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .tempo-tab1 p{ display: 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: "\ea32"; font-family: 'topo' !important; font-size: 12px; display: inline-block; margin-right: 5px; -webkit-transform: rotate(-145deg); -moz-transform: rotate(-145deg); -ms-transform: rotate(-145deg); -o-transform: rotate(-145deg); transform: rotate(-145deg); color: #d9d9dd; } .tempo-tab1 p span:nth-of-type(2):before{ content: "\ea32"; font-family: 'topo' !important; font-size: 12px; display: inline-block; margin-right: 5px; -webkit-transform: rotate(35deg); -moz-transform: rotate(35deg); -ms-transform: rotate(35deg); -o-transform: rotate(35deg); transform: rotate(35deg); color: #d9d9dd; } .tempo-tab1 .info-extra{ float: left; width: 100%; margin-top: 15px; } .tempo-tab1 .info-extra div{ float: left; margin-left: 5%; text-align: center; } .tempo-tab1 .info-extra div span{ color: #767e87; } .tempo-tab1 .info-extra div:first-child{ margin-left: 0; } .tempo-tab1 .info-extra div span:nth-of-type(1){ position: relative; font-size: 16px; top: 2px; } .tempo-tab1 .info-extra div span:nth-of-type(2){ margin-left: 5px; font-size: 11px; font-weight: 600; } .tempo-tab1 .info-extra div span:nth-of-type(3){ display: block; font-size: 10px; margin-top: 2px; } .tempo-tab1 .info-extra div .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-tab2, .tempo-tab3{ position: relative; float: left; width: 27.5%; padding: 0 2.5%; text-align: center; color: #767e87; } .tempo-tab2:after{ content: ""; position: absolute; top: 25%; left: 0; height: 50%; border-left: 1px solid #f0f0f0; -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .tempo-tab2:before{ content: ""; position: absolute; top: 25%; right: 0; height: 50%; border-left: 1px solid #f0f0f0; -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .tempo-tab2 .cond-futuro .tt-cond-fut, .tempo-tab3 .cond-futuro .tt-cond-fut{ float: left; width: 100%; font-size: 12px; font-weight: 600; text-align: left; } .tempo-tab2 .icons-cond-futuro, .tempo-tab3 .icons-cond-futuro{ float: left; width: 100%; margin-top: 10px; } .tempo-tab2 .icons-cond-futuro div, .tempo-tab3 .icons-cond-futuro div{ float: left; width: 25%; } .tempo-tab2 .icons-cond-futuro div span:nth-of-type(1), .tempo-tab3 .icons-cond-futuro div span:nth-of-type(1){ float: left; width: 100%; font-size: 20px; } .tempo-tab2 .icons-cond-futuro div span:nth-of-type(2), .tempo-tab3 .icons-cond-futuro div span:nth-of-type(2){ float: left; width: 100%; margin-top: 2px; font-size: 10px; } .tempo-tab2 .cond-futuro p, .tempo-tab3 .cond-futuro p{ float: left; width: 100%; margin-top: 10px; font-size: 13px; font-weight: 300; } .tempo-tab2 .cond-futuro p b, .tempo-tab3 .cond-futuro p b{ font-size: 18px; font-weight: 300; } .tempo-tab2 .cond-futuro p span:nth-of-type(1):before, .tempo-tab3 .cond-futuro p span:nth-of-type(1):before{ content: "\ea32"; font-family: 'topo' !important; margin-top: 10px; font-size: 12px; display: inline-block; margin-right: 5px; -webkit-transform: rotate(-145deg); -moz-transform: rotate(-145deg); -ms-transform: rotate(-145deg); -o-transform: rotate(-145deg); transform: rotate(-145deg); color: #d9d9dd; } .tempo-tab2 .cond-futuro p span:nth-of-type(2), .tempo-tab3 .cond-futuro p span:nth-of-type(2){ margin-left: 15px; } .tempo-tab2 .cond-futuro p span:nth-of-type(2):before, .tempo-tab3 .cond-futuro p span:nth-of-type(2):before{ content: "\ea32"; font-family: 'topo' !important; margin-top: 10px; font-size: 12px; display: inline-block; margin-right: 5px; -webkit-transform: rotate(35deg); -moz-transform: rotate(35deg); -ms-transform: rotate(35deg); -o-transform: rotate(35deg); transform: rotate(35deg); color: #d9d9dd; } .tempo-tab2 .cond-futuro .desc-futuro, .tempo-tab3 .cond-futuro .desc-futuro{ float: left; width: 100%; margin-top: 10px; font-size: 12px; } .pos-sessao-news{ float: left; width: 100%; margin-top: 30px; } .pos-dest-pr-sessao-1{ float: left; width: 60%; border-radius: 5px; overflow: hidden; } .pos-dest-pr-sessao-1 img{ position: relative; float: left; width: 100%; height: 470px; object-fit: cover; object-position: top; } .pos-dest-pr-sessao-1 .pos-desc-not-secao{ float: left; width: 100%; height: 470px; display: table; margin-top: -470px; } .pos-dest-pr-sessao-1 .img-dest-home-n .pos-desc-not-secao{ margin-top: 0; } .pos-dest-pr-sessao-1 .desc-not-secao{ position: relative; width: 90%; padding: 0 5%; z-index: 2; height: 470px; display: table-cell; vertical-align: bottom; background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); background: -o-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); background: linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 70%); } .pos-dest-pr-sessao-1 .img-dest-home-n .desc-not-secao{ background: #fff; vertical-align: middle; border-radius: 4px; 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); } .pos-dest-pr-sessao-1 .desc-not-secao:before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.1); -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .pos-dest-pr-sessao-1 .img-dest-home-n .desc-not-secao:before{ display: none; } .pos-dest-pr-sessao-1 a:hover .desc-not-secao:before{ background: rgba(0,0,0,0.5); } .pos-dest-pr-sessao-1 div span{ position: relative; z-index: 1; } .pos-dest-pr-sessao-1 div span:nth-of-type(1){ float: left; max-width: 90%; padding: 5px 5%; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; z-index: 1; } .pos-dest-pr-sessao-1 div span:nth-of-type(2){ float: left; width: 100%; margin: 10px 0; color: #fff; font-size: 32px; text-shadow: 0 1px 0 #000; font-weight: 700; } .pos-dest-pr-sessao-1 div span:nth-of-type(3){ float: left; width: 100%; margin-bottom: 30px; color: #fff; font-size: 15px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 400; } .pos-dest-pr-sessao-1 .img-dest-home-n div span:nth-of-type(2), .pos-dest-pr-sessao-1 .img-dest-home-n div span:nth-of-type(3){ color: #3a3a3a; text-shadow: none; } .pos-dest-pr-sessao-1 .img-dest-home-n div span:nth-of-type(2){ font-size: 38px; } .pos-dest-pr-sessao-1 .img-dest-home-n:hover div span:nth-of-type(2){ text-decoration: underline; } .pos-dest-pr-sessao-1 .img-dest-home-n div span:nth-of-type(3){ margin-bottom: 0; } .lateral-sessao-1{ float: left; width: 36%; margin-left: 2%; padding-left: 2%; } .dest-sessao-1-lat a{ float: left; width: 100%; padding: 20px 0; border-bottom: 1px solid #f0f0f0; } .dest-sessao-1-lat a:first-child{ padding: 0 0 20px 0; } .dest-sessao-1-lat a:last-child{ padding: 20px 0 0 0; border-bottom: none; } .no-ads-secao{ padding: 25px 0 !important; } .no-ads-secao:first-child{ padding: 0 0 25px 0 !important; } .no-ads-secao:last-child{ padding: 25px 0 0 0 !important; } .dest-sessao-1-lat div{ float: left; width: 100%; } .dest-sessao-1-lat .desc-not-secao span:nth-of-type(1){ float: left; max-width: 90%; padding: 5px 5%; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; z-index: 1; } .dest-sessao-1-lat .desc-not-secao span:nth-of-type(2){ float: left; width: 100%; margin-top: 10px; font-size: 18px; color: #3a3a3a; font-weight: 700; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .dest-sessao-1-lat a:hover .desc-not-secao span:nth-of-type(2){ text-decoration: underline; } .lateral-sessao-1 .ads-ele1{ margin-top: 20px; padding: 0; } .lateral-1-sessao-2{ position: relative; float: left; width: 66%; padding-right: 2%; } .lateral-1-sessao-2:before{ content: ""; position: absolute; height: 100%; top: 0; right: -1px; border-left: 1px solid #f0f0f0; } .lateral-2-sessao-2{ position: relative; float: right; width: 30%; padding-left: 2%; } .lateral-2-sessao-2:before{ content: ""; position: absolute; height: 100%; top: 0; left: 0; border-left: 1px solid #f0f0f0; } .manchete-secao-2{ float: left; width: 100%; padding-bottom: 20px; border-bottom: 1px solid #f0f0f0; } .manchete-secao-2 div{ float: left; width: 100%; } .manchete-secao-2 .desc-not-secao span:nth-of-type(1){ float: left; max-width: 90%; padding: 5px 5%; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; z-index: 1; } .manchete-secao-2 .desc-not-secao span:nth-of-type(2){ float: left; margin-top: 10px; width: 100%; color: #3a3a3a; font-size: 32px; font-weight: 700; } .manchete-secao-2 a:hover .desc-not-secao span:nth-of-type(2){ text-decoration: underline; } .manchete-secao-2 .desc-not-secao span:nth-of-type(3){ float: left; width: 100%; margin-top: 10px; color: #3a3a3a; font-size: 15px; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .mega-destaque-secao-2{ position: relative; float: left; margin-top: 20px; width: 56%; padding-right: 2%; height: 450px; border-radius: 4px; } .mega-destaque-secao-2:before{ content: ""; position: absolute; height: 100%; top: 0; right: -1px; border-left: 1px solid #f0f0f0; } .mega-destaque-secao-2 img{ position: relative; float: left; width: 100%; height: 450px; object-fit: cover; object-position: top; border-radius: 4px; } .mega-destaque-secao-2 .pos-desc-not-secao{ float: left; width: 100%; height: 450px; display: table; margin-top: -450px; } .mega-destaque-secao-2 .img-dest-home-n .pos-desc-not-secao{ margin-top: 0; } .mega-destaque-secao-2 .desc-not-secao{ position: relative; width: 90%; padding: 0 5%; z-index: 2; height: 450px; display: table-cell; vertical-align: bottom; border-radius: 4px; background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 100%); background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 100%); background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 100%); background: -o-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 100%); background: linear-gradient(bottom, rgba(0,0,0,0.9) 0%, transparent 100%); } .mega-destaque-secao-2 .img-dest-home-n .desc-not-secao{ vertical-align: middle; 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); } .mega-destaque-secao-2 .desc-not-secao:before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 4px; background: rgba(0,0,0,0.1); -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .mega-destaque-secao-2 .img-dest-home-n .desc-not-secao:before{ display: none; } .mega-destaque-secao-2 a:hover .desc-not-secao:before{ background: rgba(0,0,0,0.5); } .mega-destaque-secao-2 div span{ position: relative; z-index: 1; } .mega-destaque-secao-2 div span:nth-of-type(1){ float: left; max-width: 90%; padding: 5px 5%; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; z-index: 1; } .mega-destaque-secao-2 div span:nth-of-type(2){ float: left; width: 100%; margin: 10px 0; color: #fff; font-size: 22px; text-shadow: 0 1px 0 #000; font-weight: 700; } .mega-destaque-secao-2 div span:nth-of-type(3){ float: left; width: 100%; margin-bottom: 30px; color: #fff; font-size: 15px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 400; } .mega-destaque-secao-2 .img-dest-home-n div span:nth-of-type(2){ color: #3a3a3a; text-shadow: none; font-size: 32px; } .mega-destaque-secao-2 .img-dest-home-n:hover div span:nth-of-type(2){ text-decoration: underline; } .mega-destaque-secao-2 .img-dest-home-n div span:nth-of-type(3){ margin-bottom: 0; color: #3a3a3a; text-shadow: none; } .lista-destaques-secao-2{ position: relative; float: right; margin-top: 20px; width: 40%; padding-left: 2%; } .lista-destaques-secao-2:before{ content: ""; position: absolute; height: 100%; top: 0; left: 0; border-left: 1px solid #f0f0f0; } .lista-destaques-secao-2 a{ float: left; width: 100%; padding: 15px 0; border-bottom: 1px solid #f0f0f0; } .lista-destaques-secao-2 a:first-child{ padding: 0 0 15px 0; } .lista-destaques-secao-2 a:last-child{ padding: 15px 0 0 0; border-bottom: none; } .lista-destaques-secao-2 .img-dest-home-s img{ float: left; width: 100%; height: 120px; border-radius: 4px; object-fit: cover; object-position: top; } .lista-destaques-secao-2 a div{ float: left; width: 100%; } .lista-destaques-secao-2 a span:nth-of-type(1){ float: left; width: 100%; margin: 10px 0; font-size: 14px; font-weight: 700; } .lista-destaques-secao-2 .img-dest-home-n:first-child span:nth-of-type(1){ margin: 0 0 10px 0; } .lista-destaques-secao-2 a span:nth-of-type(2){ float: left; width: 100%; font-size: 18px; font-weight: 700; color: #3a3a3a; } .lista-destaques-secao-2 .img-dest-home-n span:nth-of-type(2){ font-size: 24px; } .lista-destaques-secao-2 a span:nth-of-type(3){ float: left; width: 100%; margin-top: 10px; font-size: 15px; font-weight: 400; color: #3a3a3a; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .lista-destaques-secao-2 a:hover span:nth-of-type(2){ text-decoration: underline; } .lateral-2-sessao-2 .lista-destaques-secao-2{ width: 100%; padding-left: 0; margin-top: 0; margin-bottom: 20px; } .lateral-2-sessao-2 .lista-destaques-secao-2 a{ padding: 0; } .lateral-2-sessao-2 .lista-destaques-secao-2:before{ display: none; } .lateral-2-sessao-2 .lista-destaques-secao-2 span:nth-of-type(1){ width: auto; margin-top: -20px; max-width: 90%; padding: 5px 5%; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .lateral-2-sessao-2 .lista-destaques-secao-2 .img-dest-home-n span:nth-of-type(1){ margin-top: 0; } .lateral-2-sessao-2 .lista-destaques-secao-2 span:nth-of-type(3){ float: left; width: 100%; margin-top: 10px; font-size: 15px; color: #3a3a3a; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .lateral-2-sessao-2 .lista-destaques-secao-2 .img-dest-home-n span:nth-of-type(3){ font-size: 18px; -webkit-line-clamp: 3; } .lista-destaques-2-secao-2{ float: left; width: 100%; margin-top: 20px; } .lista-destaques-2-secao-2.no-ads-secao-2{ margin-top: 0; } .lista-destaques-2-secao-2.no-ads-secao-2 a:first-child{ border-top: 1px solid #f0f0f0; padding: 15px 0; } .lista-destaques-2-secao-2 a{ float: left; width: 100%; padding: 15px 0; border-bottom: 1px solid #f0f0f0; } .lista-destaques-2-secao-2 a:first-child{ padding: 0 0 15px 0; } .lista-destaques-2-secao-2 a:last-child{ padding: 15px 0 0 0; border-bottom: none; } .lista-destaques-2-secao-2 div{ float: left; width: 100%; } .lista-destaques-2-secao-2 span:nth-of-type(1){ float: left; max-width: 90%; padding: 5px 5%; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .lista-destaques-2-secao-2 span:nth-of-type(2){ float: left; width: 100%; margin-top: 10px; font-size: 18px; color: #3a3a3a; font-weight: 700; } .lista-destaques-2-secao-2 a:hover span:nth-of-type(2){ text-decoration: underline; } .lista-destaques-2-secao-2 span:nth-of-type(3){ display: none; float: left; width: 100%; margin-top: 10px; font-size: 15px; color: #3a3a3a; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .no-ads-secao-2.lista-destaques-2-secao-2 span:nth-of-type(3){ display: block; } .pos-colunas-secao-3{ float: left; width: 30.66666666666667%; margin-right: 4%; } .pos-colunas-secao-3:last-child{ margin-right: 0; } .colunas-secao-3{ float: left; width: 100%; overflow: hidden; border-radius: 4px; background: rgba(254,254,254); 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); } .colunas-secao-3.si-ads-secao-3{ margin-top: 20px; } .colunas-secao-3 .img-dest-home-s img{ float: left; width: 100%; height: 200px; object-fit: cover; object-position: top; } .si-ads-secao-3.colunas-secao-3 .img-dest-home-s img{ height: 150px; } .colunas-secao-3 .pos-desc-not-secao{ float: left; width: 90%; padding: 0 5%; } .colunas-secao-3 .desc-not-secao{ float: left; width: 100%; padding: 20px 0; border-bottom: 1px solid #f0f0f0; } .colunas-secao-3 a:last-child .desc-not-secao{ border-bottom: none; } .colunas-secao-3 span:nth-of-type(1){ float: left; max-width: 90%; padding: 5px 5%; margin-top: -30px; color: #fff; font-size: 14px; font-weight: 400; border-radius: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-n span:nth-of-type(1){ margin-top: 0; } .colunas-secao-3 a:nth-of-type(2) span:nth-of-type(1), .colunas-secao-3 a:nth-of-type(3) span:nth-of-type(1){ max-width: 100%; padding: 0; margin-top: 0; border-radius: 0; font-weight: 700; font-size: 16px; } .colunas-secao-3 span:nth-of-type(2){ float: left; width: 100%; margin-top: 10px; font-size: 22px; font-weight: 700; color: #3a3a3a; } .colunas-secao-3 a:hover span:nth-of-type(2){ text-decoration: underline; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-n span:nth-of-type(2){ font-size: 32px; } .colunas-secao-3 a:nth-of-type(2) span:nth-of-type(2), .colunas-secao-3 a:nth-of-type(3) span:nth-of-type(2){ font-size: 18px; font-weight: 400; } .colunas-secao-3 span:nth-of-type(3){ float: left; width: 100%; margin-top: 10px; font-size: 15px; font-weight: 400; color: #3a3a3a; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-n span:nth-of-type(3){ font-size: 18px; -webkit-line-clamp: 3; } .si-ads-secao-3.colunas-secao-3 a:first-child{ border-bottom: none; } .pos-classificados{ float: left; width: 100%; padding: 20px 0 0 0; margin-top: 30px; background: rgba(254,254,254); border-radius: 4px; overflow: hidden; 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); } .tt-classificados{ float: left; width: 96%; padding: 0 2%; } .tt-classificados span{ position: relative; float: left; margin-top: 1px; font-size: 32px; padding-right: 40px; margin-right: 40px; font-weight: 400; color: #3a3a3a; -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .tt-classificados span:before{ content: "\e936"; font-family: 'topo' !important; float: left; margin-top: 8px; margin-right: 10px; font-size: 20px; -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .tt-classificados a:hover span:before{ color: #3a3a3a; } .tt-classificados span:after{ content: ""; position: absolute; height: 100%; top: 0; right: 0; border-left: 1px solid #f0f0f0; -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .tt-classificados button, .botao-publicar-ads{ float: left; padding: 10px 20px; border: none; font-size: 15px; color: #fff; font-weight: 400; border-radius: 4px; cursor: pointer; -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; border-bottom: 1px solid rgba(0,0,0,0.1); outline: none; } .tt-classificados button:hover, .botao-publicar-ads:hover{ background: #3a3a3a; } .tt-classificados button:before, .botao-publicar-ads:before{ content: "\e91a"; font-family: 'topo' !important; float: left; margin-right: 10px; } .anuncios-class{ float: left; width: 96%; margin: 0 2%; margin-top: 30px; overflow: hidden; } .anuncios-class .owl-dots{ position: relative; float: left; padding: 20px 0; } .anuncios-class .owl-dots .owl-dot span{ margin: 0 7px; background: #757575; } .anuncios-class a{ position: relative; float: left; width: 100%; } .anuncios-class img{ float: left; width: 100%; height: 120px; object-fit: cover; object-position: center; border-radius: 4px 4px 0 0; } .categoria-ads-class{ position: relative; float: left; width: 90%; padding: 5px 5%; text-align: center; overflow: hidden; border-radius: 0 0 4px 4px; } .categoria-ads-class:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: .2; -webkit-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; } .anuncios-class a:hover .categoria-ads-class:before{ opacity: 1; } .anuncios-class .categoria-ads-class span{ position: relative; z-index: 1; font-size: 15px; color: #000; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; } .anuncios-class a:hover .categoria-ads-class span{ color: #fff; } .anuncios-class .categoria-ads-class span:nth-of-type(1){ top: 1px; } .anuncios-class .categoria-ads-class span:nth-of-type(2){ margin-left: 5px; font-size: 14px; } .anuncios-class .titulo-valor-class span:nth-of-type(1){ float: left; width: 100%; margin: 10px 0; font-size: 14px; color: #3a3a3a; font-weight: 700; } .anuncios-class a:hover .titulo-valor-class span:nth-of-type(1){ text-decoration: underline; } .anuncios-class .titulo-valor-class span:nth-of-type(2){ float: left; width: 100%; font-size: 22px; font-weight: 400; } .nenhum-ads-class{ float: left; width: 100%; padding: 30px 0 40px 0; text-align: center; } .nenhum-ads-class span{ font-size: 18px; font-weight: 400; } .categorias-class-home ul{ float: left; width: 100%; } .categorias-class-home li{ position: relative; float: left; } .categorias-class-home li:before{ content: ""; position: absolute; height: 50%; top: 25%; right: 0; z-index: 3; border-left: 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); } .categorias-class-home li:last-child:before{ display: none; } .categorias-class-home a{ position: relative; float: left; width: 90%; padding: 15px 5%; overflow: hidden; color: #3a3a3a; text-overflow: ellipsis; white-space: nowrap; text-align: center; -webkit-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; z-index: 2; } .categorias-class-home a:hover{ text-decoration: none; color: #fff; } .categorias-class-home li:after{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: .2; -webkit-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; } .categorias-class-home li:hover:after{ opacity: 1; } .categorias-class-home span:nth-of-type(1){ top: 2px; font-size: 16px; } .categorias-class-home span:nth-of-type(2){ margin-left: 5px; font-size: 15px; } .item-rodape{ float: left; width: 420px; margin-top: 30px; margin-left: 20px; border-radius: 4px; 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-enquete{ margin-left: 0; } .enquete-home{ max-height: 535px; overflow-x: hidden; overflow-y: scroll; } .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; } .conteudo-item-rodape{ float: left; width: 90%; padding: 20px 5%; } .tt-item-rodape{ float: left; width: 90%; padding: 15px 5%; border-bottom: 1px solid rgba(0,0,0,0.1); border-radius: 4px 4px 0 0; } .tt-item-rodape span{ float: left; width: 100%; font-size: 32px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: .9s; -moz-transition: .9s; -webkit-transition: .9s; -o-transition: .9s; } .tt-item-rodape a:hover span{ opacity: .7; } .pos-arranha-ceu-home{ float: right; width: 320px; margin-top: 30px; } .conteudo-item-rodape .tt-votacao{ width: 100%; padding: 0; margin-top: 0; background: transparent; border-top: none; } .conteudo-item-rodape .check-enq-no-img p{ width: 80%; } .conteudo-item-rodape .opcoes-enquete .item-opcao-enquete-no-img{ padding: 5px 0; } .conteudo-item-rodape .check-enq-no-img:before { top: 17px !important; width: 20px !important; } .conteudo-item-rodape .g-recaptcha{ transform:scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; } .conteudo-item-rodape .opcoes-enquete .env{ margin-top: 10px; } .conteudo-item-rodape .check-enq img{ width: 40% !important; height: 150px !important; } .conteudo-item-rodape .check-enq .back-enq-img{ width: 30%; height: 150px; } .conteudo-item-rodape .check-enq .tt-opcao{ width: 50%; } .conteudo-item-rodape .check-enq:before{ top: 35px; width: 40%; } .conteudo-item-rodape .opcoes-enquete{ margin-bottom: 0; } .mais-lidas-home a{ float: left; width: 100%; padding: 15px 0; border-bottom: 1px solid #f0f0f0; display: table; } .mais-lidas-home a:last-child{ border-bottom: none; } .mais-lidas-home span:nth-of-type(1){ padding-right: 20px; font-size: 42px; font-weight: 700; display: table-cell; vertical-align: middle; } .mais-lidas-home .conteudo-mais-lidas{ display: table-cell; vertical-align: middle; } .mais-lidas-home .conteudo-mais-lidas span:nth-of-type(1){ float: left; width: 100%; font-size: 14px; font-weight: 400; color: #3a3a3a; font-style: italic; } .mais-lidas-home .conteudo-mais-lidas span:nth-of-type(2){ float: left; width: 100%; margin-top: 10px; font-size: 16px; font-weight: 700; color: #3a3a3a; } .mais-lidas-home .conteudo-mais-lidas span:nth-of-type(3){ float: left; width: 100%; margin-top: 10px; font-size: 15px; font-weight: 400; color: #3a3a3a; } .mais-lidas-home .conteudo-mais-lidas span b{ font-size: 16px; font-weight: 400; font-style: normal; } .no-ads-arranha-ceu{ width: 760px; } .no-enquetes{ margin-left: 0; width: 860px; } .no-enquetes.no-ads-arranha-ceu{ width: 100%; margin-left: 0; } .coluna-mais-lidas{ position: relative; float: left; width: 46%; padding: 0 4% 0 0; } .coluna-mais-lidas:first-of-type:before{ content: ""; position: absolute; height: 100%; top: 0; right: -1px; border-left: 1px solid #f0f0f0; } .coluna-mais-lidas:last-of-type{ float: right; padding: 0 0 0 4%; } .coluna-mais-lidas:last-of-type:before{ content: ""; position: absolute; height: 100%; top: 0; left: -1px; border-left: 1px solid #f0f0f0; } .rodape{ position: relative; float: left; width: 100%; margin-top: 40px; padding: 40px 0; } .rodape:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.1); } .pos-links-rodape{ position: relative; float: left; padding: 0 1.5%; z-index: 1; } .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; } .width-links-rodape-2{ width: 48.5%; } .width-links-rodape-3{ width: 31.33333333333333%; } .width-links-rodape-4{ width: 22.75%; } .tt-links-rodape{ float: left; width: 100%; } .margin-tt-link-rodape{ margin-top: 20px; } .tt-links-rodape a, .tt-links-rodape span{ color: #fff; } .tt-links-rodape a:hover span{ text-decoration: underline; } .tt-links-rodape span{ float: left; width: 100%; font-size: 25px; font-weight: 700; } .links-rodape ul{ float: left; width: 100%; margin-top: 20px; } .links-rodape li{ float: left; width: 100%; } .width-links-rodape-2 .links-rodape li{ width: 33.33333333333333%; } .width-links-rodape-3 .links-rodape li{ width: 50%; } .links-rodape a{ float: left; width: 96%; padding: 10px 2%; font-size: 16px; font-weight: 400; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .link-rodape-todos a{ font-weight: 700; font-size: 18px; font-style: italic; } .rodape-2{ position: relative; float: left; width: 100%; padding: 20px 0; } .rodape-2:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.3); } .rodape-2 .conteudo{ position: relative; z-index: 1; } .rodape-2 .copyright{ float: left; margin-top: 16px; font-size: 14px; color: #fff; font-family: 'Roboto', sans-serif; } .rodape-2 .selo-lenium{ float: right; } .rodape-2 .selo-lenium:hover{ opacity: .9; } .env-conteudo-interno{ position: relative; float: left; width: 100%; } .conteudo-interno{ float: left; width: 850px; margin: 20px 0; } .sua-cont-int{ position: relative; animation-name: fix-int-rod; animation-duration: 2s; -webkit-animation-name: fix-int-rod; -webkit-animation-duration: 2s; } .lateral-interna{ float: right; width: 320px; margin: 20px 0; } .fixar-cont-int-bottom{ position: fixed; bottom: 0; animation-name: fix-int-bottom; animation-duration: 2s; -webkit-animation-name: fix-int-bottom; -webkit-animation-duration: 2s; } .fixar-cont-int-top{ position: fixed; top: 0; animation-name: fix-int-top; animation-duration: 2s; -webkit-animation-name: fix-int-top; -webkit-animation-duration: 2s; } .fixar-cont-int-rod{ position: absolute; bottom: 0; animation-name: fix-int-rod; animation-duration: 2s; -webkit-animation-name: fix-int-rod; -webkit-animation-duration: 2s; } .fixar-lat-int-bottom{ position: fixed; bottom: 0; transform: translateX(-50%); animation-name: fix-int-bottom; animation-duration: 2s; -webkit-animation-name: fix-int-bottom; -webkit-animation-duration: 2s; } .fixar-lat-int-top{ position: fixed; top: 0; transform: translateX(-50%); animation-name: fix-int-top; animation-duration: 2s; -webkit-animation-name: fix-int-top; -webkit-animation-duration: 2s; } .fixar-lat-int-rod{ position: absolute; bottom: 0; right: 0; animation-name: fix-int-rod; animation-duration: 2s; -webkit-animation-name: fix-int-rod; -webkit-animation-duration: 2s; } .fixar-lateral-interna{ position: absolute; right: 160px; } @-webkit-keyframes fix-int-bottom{ from { bottom: 20px; } to { bottom: 0; } } @-webkit-keyframes fix-int-top{ from { top: 20px; } to { top: 0; } } @-webkit-keyframes fix-int-rod{ from { bottom: -20px; } to { bottom: 0; } } .conteudo-interno .tt-site-3{ margin-top: 0; margin-bottom: 20px; } .paginacao{ float: left; margin: 20px 0; border: 1px solid #dddddd; 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; } .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 #dddddd; border-right: 1px solid #dddddd; color: #000; padding: 10px 12px; font-size: 15px; margin-left: -1px; font-weight: 400; background: #fff; } .pg-px:hover{ background: #f0f0f0; } .pg-at{ float: left; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; color: #fff; padding: 10px 12px; font-size: 15px; margin-left: -1px; } .fim-pg{ color: #999; } .fim-pg:hover{ background: #fff; color: #999; } .lista-interna-sem-dados{ float: left; width: 100%; padding: 30px 0; text-align: center; } .lista-interna-sem-dados span{ float: left; width: 100%; font-size: 22px; font-weight: 400; } .lista-interna{ float: left; width: 100%; padding: 30px 0; border-bottom: 1px solid #f0f0f0; } .lista-destaques-lista:first-of-type{ margin-top: 30px; border-top: 1px solid #f0f0f0; } .lista-interna:first-of-type{ padding: 30px 0 30px 0; } .lista-interna:last-of-type{ padding: 30px 0 0 0; border-bottom: none; } .lista-interna.img-lista-s img{ float: left; width: 30%; height: 170px; object-fit: cover; object-position: center; } .lista-interna .desc-not-lista{ float: left; width: 100%; } .lista-interna.img-lista-s .desc-not-lista{ float: right; width: 68%; } .lista-interna .desc-not-lista .data-chapeu-lista span:nth-of-type(1){ float: left; padding: 3px 10px; color: #fff; font-size: 15px; font-weight: 400; border-radius: 20px; } .lista-interna .desc-not-lista .data-chapeu-lista span:nth-of-type(2){ float: left; margin-top: 2px; color: #3a3a3a; font-size: 15px; font-weight: 400; } .lista-interna .desc-not-lista .data-chapeu-lista span:nth-of-type(2):before{ content: "\e903"; font-family: 'topo' !important; float: left; margin: 0 10px; margin-top: 1px; } .lista-interna .desc-not-lista .titulo-sub-lista span{ float: left; width: 100%; color: #3a3a3a; } .lista-interna .desc-not-lista .titulo-sub-lista span:nth-of-type(1){ margin: 10px 0; font-size: 28px; font-weight: 700; } .lista-interna:hover .desc-not-lista .titulo-sub-lista span:nth-of-type(1){ text-decoration: underline; } .lista-interna .desc-not-lista .titulo-sub-lista span:nth-of-type(2){ font-size: 15px; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .cotacao-interna{ float: left; width: 100%; padding: 15px 0; text-align: center; background: rgba(0,0,0,0.01); font-family: 'Roboto', sans-serif; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); } .item-wid-economia{ position: relative; display: inline-block; padding: 0 40px; text-align: center; } .item-wid-economia:first-child{ padding: 0 40px 0 0; } .wid-eco-bolsas{ padding: 0 0 0 40px; } .item-wid-economia:before{ content: ""; position: absolute; top: 25%; left: 0; height: 50%; border-left: 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-wid-economia:first-child:before{ display: none; } .item-wid-economia span{ display: block; } .item-wid-economia span:nth-of-type(1){ font-weight: 400; color: #3a3a3a; font-size: 13px; margin-bottom: 7px; text-transform: uppercase; } .item-wid-economia span:nth-of-type(2){ position: relative; display: inline; font-size: 15px; top: 1px; color: #3a3a3a; font-weight: 200; } .item-wid-economia .icon-seta{ display: inline-block; font-size: 10px; margin: 0 2px; } .item-wid-economia span:nth-of-type(4){ display: inline; padding: 2px 5px; border-radius: 20px; color: #fff; font-size: 13px; font-weight: 200; } .variacao-wid-eco-negativa{ background: #d90000; } .variacao-wid-eco-positiva{ background: #1a9807; } .lateral-interna .pos-tempo-home{ margin-top: 0; margin-bottom: 20px; } .lateral-interna .tempo-tab1 { width: 100%; padding-right: 0; } .lateral-interna .tempo-tab1 .cond-atual{ width: 38%; text-align: right; padding-right: 2%; } .lateral-interna .tempo-tab1 .cond-atual span:nth-of-type(1){ position: relative; font-size: 41px; top: 5px; } .lateral-interna .tempo-tab1 .cond-atual span:nth-of-type(2){ font-size: 32px; margin-left: 10px; } .lateral-interna .tempo-tab1 .cond-atual span:nth-of-type(1), .lateral-interna .tempo-tab1 .cond-atual span:nth-of-type(2){ float: none; } .lateral-interna .tempo-tab1 .min-max { width: 58%; margin-top: 5px; padding-left: 2%; margin-left: 0; } .lateral-interna .tempo-tab1 p span:nth-of-type(1):before, .lateral-interna .tempo-tab1 p span:nth-of-type(2):before{ display: none; } .lateral-interna .tempo-tab1{ margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #f0f0f0; } .lateral-interna .tempo-tab2:after{ display: none; } .lateral-interna .tempo-tab1 .info-extra div{ margin-top: 10px; margin-left: 1%; } .lateral-interna .tempo-tab1 .info-extra div:nth-of-type(1){ width: 17%; margin-left: 0; } .lateral-interna .tempo-tab1 .info-extra div:nth-of-type(2){ width: 26%; } .lateral-interna .tempo-tab1 .info-extra div:nth-of-type(3){ width: 18%; } .lateral-interna .tempo-tab1 .info-extra div:nth-of-type(4){ width: 36%; } .lateral-interna .tempo-tab2, .lateral-interna .tempo-tab3 { width: 100%; } .lateral-interna .tempo-tab2:before{ display: none; } .lateral-interna .tempo-tab2{ margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #f0f0f0; } .fb-page{ float: left; width: 100%; height: 215px; margin-bottom: 20px; background: #f0f0f0; overflow: hidden; } .lateral-interna .ads-ele1{ margin-bottom: 20px; } .lateral-interna .item-rodape{ width: 100%; margin-top: 0; margin-left: 0; margin-bottom: 20px; } .blogs-colunas-lateral a{ float: left; width: 100%; padding: 20px 0; border-bottom: 1px solid #f0f0f0; } .blogs-colunas-lateral a:first-of-type{ padding: 0 0 20px 0; } .blogs-colunas-lateral a:last-of-type{ padding: 20px 0 0 0; border-bottom: none; } .blogs-colunas-lateral div{ float: left; width: 100%; margin-top: 0; } .blogs-colunas-lateral img{ float: left; width: 80px; height: 80px; object-fit: cover; object-position: center; border-radius: 50%; } .blogs-colunas-lateral span{ float: right; width: 68%; } .blogs-colunas-lateral span:nth-of-type(1){ font-size: 15px; font-weight: 700; } .blogs-colunas-lateral span:nth-of-type(2){ margin-top: 5px; font-size: 16px; font-weight: 400; color: #3a3a3a; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .blogs-colunas-lateral a:hover span:nth-of-type(2){ text-decoration: underline; } .lateral-interna .municipios{ margin-top: 0; } .lateral-interna .municipios a{ width: 100%; padding: 20px 0; border-bottom: 1px solid #f0f0f0; } .lateral-interna .municipios a:first-of-type{ padding: 0 0 20px 0; } .lateral-interna .municipios a:last-of-type{ padding: 20px 0 0 0; border-bottom: none; } .lateral-interna .municipios a:before, .lateral-interna .municipios a:after{ display: none; } .lateral-interna .img-municipios-n div span:nth-of-type(2){ font-size: 18px; } .lateral-interna .municipios div span:nth-of-type(2){ margin: 10px 0 0 0; } .lateral-interna .municipios div span:nth-of-type(1){ background: transparent !important; padding: 0; max-width: 100%; border-radius: 0; font-weight: 700; } .lateral-interna .municipios div span:nth-of-type(2){ font-weight: 400; } .classificados-lateral{ float: left; width: 100%; margin-top: 0; margin-bottom: 20px; } .classificados-lateral .anuncios-class{ width: 90%; margin: 0 5%; } .classificados-lateral .tt-classificados span{ width: 90%; padding: 0 5%; } .classificados-lateral .tt-classificados span:after{ display: none; } .classificados-lateral .tt-classificados button{ width: 80%; margin: 20px 10%; } .classificados-lateral .tt-classificados button:before{ float: none; } .classificados-lateral .categorias-class-home span:nth-of-type(2){ display: none; } .lateral-interna .item-enquete{ width: 100%; } .lateral-interna .enquete-home{ max-height: inherit; overflow-y: visible; height: auto; } .lateral-interna .enquete-home::-webkit-scrollbar{ display: none; } .lateral-interna .enquete-home::-webkit-scrollbar-track{ display: none; } .lateral-interna .enquete-home::-webkit-scrollbar-thumb{ display: none; } .pos-itens-mapa-interno{ float: left; width: 100%; } .item-mapa-interno{ position: relative; float: left; width: 38%; padding: 20px 5%; overflow: hidden; margin: 10px 0; color: #3a3a3a; background: rgba(0,0,0,0.01); 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); border-radius: 4px; } .item-mapa-interno:nth-of-type(even){ float: right; } .item-mapa-interno span:nth-of-type(1){ position: absolute; font-size: 50px; top: 10px; left: 5%; opacity: .05; } .item-mapa-interno span:nth-of-type(2){ float: left; width: 100%; text-align: center; font-size: 22px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .item-mapa-interno:hover span:nth-of-type(2){ text-decoration: underline; } .tt-municipios-interno{ float: left; width: 100%; margin-top: 30px; } .tt-municipios-interno:first-of-type{ margin-top: 0; } .tt-municipios-interno .tt-estado{ position: relative; float: left; width: 90%; margin-bottom: 10px; padding: 10px 5%; font-size: 22px; font-weight: 700; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.1); } .video-tube:before, .video-face:before, .video-daily:before{ font-family: 'topo' !important; float: left; margin-right: 8px; margin-top: 2px; } .video-tube:before{ content: "\ea9d"; } .video-face:before{ content: "\ea90"; } .video-daily:before{ content: "\e900"; } .galeria-lista-icon:before{ content: "\e90d"; font-family: 'topo' !important; float: left; margin-right: 8px; margin-top: 2px; } .enquete-lista-icon:before{ content: "\e90b"; font-family: 'topo' !important; float: left; margin-right: 8px; margin-top: 2px; } .pos-sobre-municipio, .pos-sobre-coluna{ float: left; width: 100%; margin-bottom: 20px; border-radius: 2px; overflow: hidden; 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(187, 42, 42, 0.05) } .img-dest-municipio-interno .back-img-municipio-lateral{ position: relative; float: left; width: 100%; height: 180px; display: table; } .img-dest-municipio-interno img{ position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: top; } .img-dest-municipio-interno h1{ position: relative; z-index: 1; width: 100%; height: 100%; font-size: 18px; text-align: center; color: #fff; font-weight: 700; line-height: 40px; text-shadow: 0 1px 0 #000; display: table-cell; vertical-align: bottom; background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); background: linear-gradient(bottom, rgba(0,0,0,0.8) 0%, transparent 70%); } .img-dest-municipio-interno h1:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.1); z-index: -1; } .pos-sobre-municipio .tt-sobre-mun{ float: left; width: 90%; margin-top: 20px; padding: 0 5%; font-size: 18px; font-weight: 700; color: #3a3a3a; } .pos-sobre-municipio .sobre-mun{ float: left; width: 90%; margin-top: 10px; margin-bottom: 20px; padding: 0 5%; font-size: 16px; font-weight: 400; color: #3a3a3a; } .pos-sobre-coluna{ text-align: center; } .pos-sobre-coluna img{ width: 100px; height: 100px; margin-top: 20px; object-fit: cover; object-position: center; border-radius: 50%; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); } .pos-sobre-coluna .tt-sobre-col{ float: left; width: 90%; margin: 20px 5%; padding-top: 20px; font-size: 16px; font-weight: 700; border-top: 1px solid #f0f0f0; } .no-img-dest-col-intern .tt-sobre-col{ padding-top: 0; border-top: none; } .pos-sobre-coluna .sobre-col{ float: left; width: 90%; padding: 0 5%; font-size: 16px; margin-bottom: 20px; font-weight: 400; } .tt-classificados-int{ float: left; width: 100%; margin-top: 30px; } .tt-classificados-int-2{ margin-top: 10px; padding-top: 20px; border-top: 1px solid #f0f0f0; } .margin-no-ads-interno{ margin-top: 20px; } .tt-classificados-int span{ float: left; width: 100%; font-size: 28px; font-family: 'Montserrat'; font-weight: 200; color: #3a3a3a; } .pos-categorias-class{ float: left; width: 100%; 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; } .item-cat-class-int span:nth-of-type(2){ margin-top: 5px; font-family: 'Montserrat'; font-size: 15px; font-weight: 400; color: #3a3a3a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .item-cat-class-int:hover span{ color: #fff !important; } .anuncios-class-interno{ float: left; width: 100%; margin-top: 20px; } .anuncios-class-interno a{ position: relative; float: left; width: 18.4%; margin-right: 2%; margin-bottom: 20px; } .anuncios-class-interno a:last-of-type{ margin-right: 0; } .anuncios-class-interno img{ float: left; width: 100%; height: 120px; object-fit: cover; object-position: center; border-radius: 4px 4px 0 0; } .anuncios-class-interno a:hover .categoria-ads-class:before{ opacity: 1; } .anuncios-class-interno .categoria-ads-class span{ position: relative; z-index: 1; font-size: 15px; color: #000; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; } .anuncios-class-interno a:hover .categoria-ads-class span{ color: #fff; } .anuncios-class-interno .categoria-ads-class span:nth-of-type(1){ top: 1px; } .anuncios-class-interno .categoria-ads-class span:nth-of-type(2){ margin-left: 5px; font-size: 14px; } .anuncios-class-interno .titulo-valor-class span:nth-of-type(1){ float: left; width: 100%; margin: 10px 0; font-size: 14px; color: #3a3a3a; font-weight: 700; } .anuncios-class-interno a:hover .titulo-valor-class span:nth-of-type(1){ text-decoration: underline; } .anuncios-class-interno .titulo-valor-class span:nth-of-type(2){ float: left; width: 100%; font-size: 22px; font-weight: 400; } .botao-publicar-ads{ position: relative; z-index: 1; float: right; margin-bottom: -36px; } .coluna-dupla-forms{ position: relative; float: left; width: 58%; padding-right: 2%; margin: 20px 0; } .coluna-dupla-forms .tt-classificados-int{ margin-top: 0 !important; } .coluna-dupla-forms:first-of-type:before{ content: ""; position: absolute; 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:last-of-type:before{ content: ""; position: absolute; height: 100%; top: 0; left: -1px; border-left: 1px solid #f0f0f0; } .coluna-dupla-forms2{ width: 48%; } .coluna-dupla-forms2:last-of-type{ width: 48%; } .form-cadastro-class{ float: left; width: 100%; padding-top: 10px; } .form-cadastro-class p{ float: left; width: 100%; font-size: 18px; margin-top: 10px; font-weight: 700; } .form-cadastro-class .col-1{ float: left; width: 48%; margin: 10px 0; } .form-cadastro-class .col-full{ float: left; width: 100%; margin: 10px 0; } .form-cadastro-class .col-1:nth-of-type(even){ float: right; } .form-text{ float: left; width: 90%; 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-select{ position: relative; float: left; width: 100%; padding: 15px 5%; font-size: 14px; font-weight: 400; 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); background: #fff url(https://www.srv2lenium.com.br/tema/v8/img/icon-bottom.png) no-repeat right; background-size: 10px 5px; background-position: right 10px center; } .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: 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-botao{ float: left; padding: 15px 20px; border-radius: 4px; margin-top: 20px; border: 1px solid transparent; font-size: 15px; color: #fff; outline: none; cursor: pointer; font-weight: 400; } .form-botao:hover{ background: transparent; } .form-cadastro-class .col-1 span{ float: left; width: 100%; margin-top: 5px; font-size: 14px; font-weight: 400; color: #3a3a3a; } .form-cadastro-class .g-recaptcha{ float: left; margin-top: 20px; } .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; border-radius: 4px; overflow: hidden; } .forca-senha-0{ float: left !important; width: 1px !important; height: 13px; margin-top: 1px !important; margin-left: 1px; border-radius: 4px; -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: #FFCC00; } .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; } #resposta{ display: none; float: left; width: 98%; margin-top: 5px; padding: 2px 1%; border-radius: 4px; background: #feebea; font-size: 12px; } .form-cadastro-class{ float: left; width: 100%; } .msg-sucesso, .msg-erro{ display: none; float: left; width: 90%; padding: 15px 5%; margin-top: 20px; font-size: 15px; font-weight: 400; 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; } .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; } .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.33333333333333%; } .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: 700; } .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: 400; } .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: 400; 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: 400; border: 1px solid transparent; border-bottom: 2px solid rgba(0,0,0,0.1); 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: 400; } .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: 'topo' !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; } .pos-conteudo-classificado{ float: left; width: 100%; margin-top: 20px; 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{ height: 500px !important; } .pgwSlider .ps-list li{ width: 100% !important; height: 80px !important; } .pgwSlider .ps-current img{ height: 500px !important; border-radius: 4px; } .pgwSlider img{ object-fit: cover; object-position: center; border-radius: 4px; } .ident-img-class:before{ content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; border-radius: 4px 0 0 4px; } .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: 400; } .titulo-class{ 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:before{ content: "\e936"; font-family: 'topo' !important; float: left; margin-top: 5px; margin-right: 10px; font-size: 15px; color: #3a3a3a; } .preco-interno-class h2 .rs-class{ float: left; font-family: 'Montserrat'; font-weight: 400; font-size: 20px; } .preco-interno-class h2 .vl-class{ float: left; margin-left: 10px; font-family: 'Montserrat'; font-weight: 400; font-size: 30px; } .preco-interno-class h2 .preco-combinar{ float: left; font-family: 'Montserrat'; font-weight: 400; 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: 400; } .desc-vendedor-class .telefone-class{ float: left; margin-top: 1px; margin-left: 20px; font-size: 15px; font-weight: 400; } .desc-vendedor-class .telefone-class span{ float: left; } .desc-vendedor-class .telefone-class span:nth-of-type(2){ font-family: 'Roboto'; font-weight: 400; margin-left: 5px; } .desc-vendedor-class .email-class{ float: left; width: 100%; margin-top: 20px; font-size: 15px; font-weight: 400; } .desc-vendedor-class .email-class span{ float: left; } .desc-vendedor-class .email-class span:nth-of-type(2){ font-family: 'Montserrat'; font-weight: 400; margin-left: 5px; } .desc-vendedor-class .local-class{ float: left; width: 100%; margin-top: 20px; font-size: 15px; font-weight: 400; } .desc-vendedor-class .local-class span{ float: left; } .desc-vendedor-class .local-class span:nth-of-type(2){ font-family: 'Montserrat'; font-weight: 400; margin-left: 5px; } .pos-desc-class-int{ float: left; width: 90%; padding: 20px 5%; 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-family: 'Roboto'; font-weight: 700; } .desc-class-int{ float: left; width: 100%; margin-top: 20px; font-size: 16px; color: #3a3a3a; } .topico-post{ float: left; width: 100%; } .topico-post span{ position: relative; float: left; font-size: 14px; color: #3a3a3a; } .topico-post span:nth-of-type(1){ padding-right: 15px; } .topico-post span:nth-of-type(1):before{ content: ""; position: absolute; height: 50%; top: 25%; right: 0; border-left: 1px solid rgba(0,0,0,0.3); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .topico-post span:nth-of-type(2){ margin-left: 15px; } .topico-video-tube:before, .topico-video-daily:before, .topico-video-face:before, .topico-galeria:before, .topico-pagina:before, .topico-enquete:before{ font-family: 'topo' !important; float: left; margin-top: 2px; margin-right: 5px; } .topico-video-tube:before{ content: "\ea9d"; } .topico-video-daily:before{ content: "\e900"; margin-top: 1px; } .topico-video-face:before{ content: "\ea90"; margin-top: 1px; } .topico-galeria:before{ content: "\e90d"; margin-top: 1px; } .topico-pagina:before{ content: "\e90a"; margin-top: 1px; } .topico-enquete:before{ content: "\e90b"; margin-top: 1px; } .titulo-post{ float: left; width: 100%; margin-top: 10px; font-size: 40px; color: #3a3a3a; font-weight: 700; } .subtitulo-post{ float: left; width: 100%; margin-top: 10px; font-size: 16px; color: #757575; font-weight: 400; } .pos-texto{ float: left; width: 100%; margin-top: 20px; } .info-post{ position: relative; float: left; width: 100%; margin-top: 30px; color: #3a3a3a; font-family: 'Roboto'; } .pos-info-post{ float: left; width: 100%; } .data-post span{ position: relative; float: left; font-size: 14px; } .data-post span:nth-of-type(1){ font-weight: 700; } .data-post span:nth-of-type(2):before{ content: ""; position: absolute; height: 50%; top: 25%; left: 0; border-left: 1px solid rgba(0,0,0,0.3); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .data-post span:nth-of-type(2){ margin-top: 1px; margin-left: 10px; padding-left: 10px; font-weight: 200; font-size: 13px; } .visualizacoes-post{ position: relative; float: left; margin-top: 1px; margin-left: 10px; padding-left: 10px; } .visualizacoes-post:before{ content: ""; position: absolute; height: 50%; top: 25%; left: 0; border-left: 1px solid rgba(0,0,0,0.3); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .visualizacoes-post span{ float: left; font-size: 14px; } .visualizacoes-post span:nth-of-type(1){ margin-top: 1px; } .visualizacoes-post span:nth-of-type(2){ margin-left: 5px; font-weight: 200; font-size: 13px; } .info-autor{ float: left; margin-top: 10px; } .info-autor span{ float: left; font-size: 14px; } .info-autor span:nth-of-type(2){ position: relative; margin-left: 10px; padding-left: 10px; } .info-autor span:nth-of-type(2):before{ content: ""; position: absolute; height: 50%; top: 25%; left: 0; border-left: 1px solid rgba(0,0,0,0.3); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); transform: rotate(-15deg); } .botoes-compartilhar{ position: absolute; right: 0; z-index: 1; } .botoes-compartilhar span{ float: left; padding: 15px 20px; font-size: 15px; color: #fff; cursor: pointer; -webkit-transition: .1s; -moz-transition: .1s; -webkit-transition: .1s; -o-transition: .1s; } .botoes-compartilhar span:nth-of-type(1){ background: #34af23; } .botoes-compartilhar span:nth-of-type(2){ background: #3b5998; } .botoes-compartilhar span:nth-of-type(3){ background: #00aced; } .botoes-compartilhar span:hover{ background: rgba(0,0,0,0.05); } .botoes-compartilhar span:nth-of-type(1):hover{ color: #34af23; } .botoes-compartilhar span:nth-of-type(2):hover{ color: #3b5998; } .botoes-compartilhar span:nth-of-type(3):hover{ color: #00aced; } .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: "\e911"; font-family: 'topo' !important; position: absolute; top: 10px; right: 10px; font-size: 20px; color: #fff; z-index: 1; 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; border-radius: 4px; } .image figcaption{ position: relative; float: left; width: 90%; padding: 10px 5%; font-size: 15px; font-weight: 200; font-family: 'Roboto'; color: #3a3a3a; display: table; } .image figcaption:before{ content: "\e912"; font-family: 'topo' !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 img{ width: 100%; } .full-img{ position: fixed; width: 100% !important; height: 100%; top: 0; left: 0; margin: 0 !important; z-index: 999999; background: #000; text-align: center; border-radius: 0; } .full-img:before{ content: "\e90e"; } .full-img img{ float: none; width: auto; height: 100%; border-radius: 0; } .image-max{ width: 100% !important; margin: 0 !important; } .image-max img{ width: 100% !important; height: auto !important; } .full-img.image-max img{ width: auto !important; height: 100% !important; } .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%); background: -moz-linear-gradient(bottom, #000 0%, transparent 100%); background: -ms-linear-gradient(bottom, #000 0%, transparent 100%); background: -o-linear-gradient(bottom, #000 0%, transparent 100%); background: linear-gradient(bottom, #000 0%, transparent 100%); } .figcap-sobrep span:nth-of-type(2){ text-shadow: 0 1px 0 #000; } .texto .twitter-tweet, .instagram-media { margin: 0 auto !important; } .texto{ margin-top: 20px; font-size: 17px; line-height: 25px; color: #484848; font-family: 'Roboto'; } .texto iframe { max-width: 100%; } .texto p{ margin: 15px 0; } .texto p{ margin: 15px 0; } .texto p:first-of-type{ margin: 0 0 15px 0; } .texto ul, .texto ol{ float: left; width: 90%; padding: 0 5% 15px 5%; } .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 0; font-weight: 700; } .texto blockquote:before{ content: ""; position: absolute; height: 100%; top: 0; left: 0; } .texto blockquote:after{ content: '"'; position: absolute; top: 50px; left: 2.5%; font-size: 150px; opacity: .05; z-index: -1; } .texto blockquote p:first-of-type{ margin: 0 0 15px 0 !important; } .texto blockquote p:last-of-type{ margin: 15px 0 0 0 !important; } .texto img{ max-width: 98%; margin: 1%; height: auto; } .pgwSlideshow.narrow .ps-caption{ font-family: 'Roboto'; } .box-comentarios{ float: left; width: 100%; margin-top: 20px; padding: 20px 0; font-family: 'Roboto'; border-top: 2px solid rgba(0,0,0,0.05); border-bottom: 2px solid rgba(0,0,0,0.05); } .tt-comentarios{ float: left; width: 100%; font-size: 20px; font-weight: 200; } .form-comentarios{ float: left; width: 100%; margin-top: 20px; } .form-comentarios textarea{ float: left; min-width: 90%; max-width: 90%; min-height: 50px; padding: 15px 5%; font-size: 14px; font-weight: 400; background: rgba(0,0,0,0.01); 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: 14px; color: #3a3a3a; } .form-comentarios .botao-comentarios{ float: left; padding: 15px 20px; border: 1px solid transparent; font-size: 15px; color: #fff; font-weight: 400; border-radius: 4px; 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: rgba(0,0,0,0.01); } .form-comentarios .g-recaptcha{ float: left; width: 100%; margin-top: 20px; } .termos-comentarios{ float: left; width: 100%; margin-top: 20px; font-size: 12px; font-weight: 200; 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%; background: rgba(0,0,0,0.007); border-bottom: 1px solid #f0f0f0; } #lista-comentarios .item-comentario:last-child{ border-bottom: none; } .item-comentario span:nth-child(1){ float: left; font-size: 15px; font-weight: 900; } .item-comentario span:nth-child(2){ float: left; margin-top: 3px; font-size: 11px; font-weight: 300; } .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; } .item-comentario span:nth-child(3):after{ content: "\e908"; font-family: 'topo' !important; float: left; margin-top: 1px; margin-right: 3px; } .item-comentario span:nth-child(2):before{ content: "."; float: left; margin-top: -3px !important; margin: 0 10px; font-weight: 900; } .item-comentario span:nth-child(3):before{ content: "."; float: left; margin-top: -3px !important; margin: 0 10px; font-weight: 900; } .botao-mais-comentarios{ 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: 15px; font-weight: 900; text-transform: uppercase; 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{ border-bottom: 2px solid rgba(0,0,0,0.5); } .fb-comments{ float: left; width: 100%; } .box-relacionadas{ float: left; width: 100%; margin-top: 20px; } .tt-veja-mais{ float: left; width: 100%; margin-bottom: 20px; font-size: 28px; font-family: 'Roboto'; font-weight: 200; } .item-conteudo-relacionado{ float: left; width: 31.33333333333333%; margin: 0 1% 20px 1%; padding-bottom: 20px; } .env .item-conteudo-relacionado{ border-bottom: 1px solid #f0f0f0; } .item-conteudo-relacionado img{ float: left; width: 100%; height: 160px; border-radius: 4px; object-fit: cover; object-position: top; } .item-conteudo-relacionado span:nth-of-type(1){ float: left; max-width: 100%; margin-top: -10px; padding: 5px 15px; font-size: 13px; border-radius: 20px; color: #fff; font-weight: 400; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .cont-relacionado-tube span:nth-of-type(1):before, .cont-relacionado-face span:nth-of-type(1):before, .cont-relacionado-daily span:nth-of-type(1):before, .cont-relacionado-galerias span:nth-of-type(1):before{ font-family: 'topo' !important; position: relative; top: 1px; margin-right: 5px; } .cont-relacionado-tube span:nth-of-type(1):before{ content: "\ea9d"; } .cont-relacionado-face span:nth-of-type(1):before{ content: "\ea90"; } .cont-relacionado-daily span:nth-of-type(1):before{ content: "\e900"; } .cont-relacionado-galerias span:nth-of-type(1):before{ content: "\e90d"; } .item-conteudo-relacionado span:nth-of-type(2){ float: left; width: 100%; margin-top: 10px; font-size: 18px; font-weight: 700; color: #3a3a3a; } .item-conteudo-relacionado:hover span:nth-of-type(2){ text-decoration: underline; } .item-conteudo-relacionado.no-img-rel span:nth-of-type(1){ margin-top: 0; } .item-conteudo-relacionado.no-img-rel span:nth-of-type(2){ font-size: 22px; } .item-conteudo-relacionado.no-img-rel span:nth-of-type(3){ float: left; width: 100%; margin-top: 10px; font-size: 15px; font-weight: 400; color: #525252; } .box-info-busca{ float: left; width: 90%; padding: 20px 5%; margin-bottom: 20px; font-family: 'Roboto'; background: rgba(0,0,0,0.03); border-radius: 4px; 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); } .termo-buscado{ float: left; width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; text-align: center; } .termo-buscado span{ float: left; width: 100%; font-size: 15px; font-weight: 700; } .termo-buscado h1{ float: left; width: 100%; margin-top: 10px; font-size: 14px; font-weight: 200; } .select-busca{ float: left; } .select-busca span{ float: left; margin-top: 10px; font-size: 14px; font-weight: 200; } .select-busca select{ float: left; padding: 10px; margin-left: 10px; font-size: 14px; font-weight: 400; 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); background: #fff url(https://www.srv2lenium.com.br/tema/v8/img/icon-bottom.png) no-repeat right; background-size: 10px 5px; background-position: right 10px center; } .resultados-busca{ float: right; margin-top: 10px; font-size: 14px; font-weight: 200; } .anuncios-class-busca a{ width: 100%; margin-right: 0; margin-bottom: 0; padding: 20px 0; border-bottom: 1px solid #f0f0f0; } .anuncios-class-busca a:last-of-type{ padding: 20px 0 0 0; border-bottom: none; } .anuncios-class-busca a:nth-of-type(1){ padding: 0 0 20px 0; } .anuncios-class-busca img{ width: 30%; height: 150px; border-radius: 0; } .anuncios-class-busca .categoria-ads-class{ float: right; width: 68%; padding: 0; text-align: left; border-radius: 0; } .anuncios-class-busca .categoria-ads-class:before{ display: none; } .anuncios-class-busca .categoria-ads-class span{ font-size: 20px; } .anuncios-class-busca .categoria-ads-class span:nth-of-type(1){ top: 4px; } .anuncios-class-busca .titulo-valor-class{ float: right; width: 68%; } .anuncios-class-busca .titulo-valor-class span:nth-of-type(1){ font-size: 28px; } .anuncios-class-busca a:hover .categoria-ads-class span{ color: #3a3a3a; } .video{ float: left; width: 100%; height: 400px; margin-top: 10px; background: #000; } .video-face{ height: auto !important; } .botao-mais-bl-mun{ float: left; width: 100%; text-align: center; margin: 20px 0; } .botao-mais-bl-mun button{ padding: 10px 20px; border-radius: 4px; color: #fff; font-family: 'Roboto'; border: none; font-weight: 400; border-bottom: 2px solid rgba(0,0,0,0.1); font-size: 15px; cursor: pointer; outline: none; } .botao-mais-bl-mun button:hover{ opacity: .7; } @media (max-width: 1270px) { .conteudo{ width: 1100px; } .menu-topo li a { padding: 15px; } .mini-tempo-topo{ margin-left: 100px; } .tmn-logo-1 .mini-tempo-topo{ margin-left: 60px; } .tmn-logo-1 .cotacao-topo{ margin-left: 60px; } .topo-3 .menu-topo li a{ padding: 15px 10px; } .topo-3.tmn-logo-1 .menu-topo{ max-width: 580px; } .topo-3.tmn-logo-2 .menu-topo{ max-width: 660px; } .topo-3.tmn-logo-3 .menu-topo{ max-width: 700px; } .tempo-tab1 .min-max{ width: 52%; } .mega-destaque-secao-2, .mega-destaque-secao-2 img, .mega-destaque-secao-2 .pos-desc-not-secao, .mega-destaque-secao-2 .desc-not-secao{ height: 500px; } .mega-destaque-secao-2 .pos-desc-not-secao{ margin-top: -500px; } .item-rodape{ width: 380px; } .no-enquetes{ width: 780px; } .no-ads-arranha-ceu{ width: 700px; } .pos-arranha-ceu-home{ width: 300px; } .width-links-rodape-3 .links-rodape li{ width: 100%; } .conteudo-interno{ width: 760px; } .item-wid-economia{ padding: 0 20px; } .item-wid-economia:first-child{ padding: 0 20px 0 0; } .wid-eco-bolsas{ padding: 0 0 0 20px; } } @media (max-width: 1150px) { .conteudo{ width: 900px; } .menu-tp-inp2:checked + .menu-tp-inp .o-menu { width: 32%; } .cotacao-topo{ margin-left: 50px; } .item-cotacao-topo{ margin-right: 10px; padding-right: 10px; } .tmn-logo-1 .cotacao-topo{ margin-top: 19px; margin-left: 30px; } .tmn-logo-1 .item-cotacao-topo{ float: none; margin-right: 0; padding-right: 0; } .tmn-logo-1 .item-cotacao-topo:before{ display: none; } .tmn-logo-1 .item-cotacao-topo p{ float: left; margin-top: 10px; } .tmn-logo-1 .item-cotacao-topo p:nth-child(1){ width: 65px; text-align: left; } .tmn-logo-1 .item-cotacao-topo p:nth-child(2){ margin-left: 10px; } .tmn-logo-2 .cotacao-topo{ margin-top: 19px; margin-left: 30px; } .tmn-logo-2 .item-cotacao-topo{ float: none; margin-right: 0; padding-right: 0; } .tmn-logo-2 .item-cotacao-topo:before{ display: none; } .tmn-logo-2 .item-cotacao-topo p{ float: left; margin-top: 10px; } .tmn-logo-2 .item-cotacao-topo p:nth-child(1){ width: 65px; text-align: left; } .tmn-logo-2 .item-cotacao-topo p:nth-child(2){ margin-left: 10px; } .tmn-logo-2 .cotacao-topo{ margin-top: 1px; } .mini-tempo-topo{ text-align: center; } .mini-tempo-topo span{ float: none !important; } .mini-tempo-topo span:nth-child(1){ position: relative; top: 4px; } .mini-tempo-topo .desc-mini-tempo{ width: 100%; margin-left: 0; } .desc-mini-tempo p{ width: 100%; max-width: 100% !important; } .alinha-logo-1 .mini-tempo-topo{ width: 200px; } .alinha-logo-2 .mini-tempo-topo{ width: 150px; margin-left: 30px; } .tmn-logo-1 .mini-tempo-topo{ margin-top: 26px !important; } .tmn-logo-2 .mini-tempo-topo{ margin-top: 11px !important; } .tmn-logo-3 .mini-tempo-topo{ margin-top: 0 !important; } .alinha-logo-2 .cotacao-topo{ right: 65px; } .topo-3.tmn-logo-1 .menu-topo{ max-width: 400px; } .topo-3.tmn-logo-2 .menu-topo{ max-width: 480px; } .topo-3.tmn-logo-3 .menu-topo{ max-width: 520px; } .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; } .manchetes-lat img{ height: 95px; } .manchetes-lat .img-dest-home-n span:nth-child(2){ font-size: 19px; } .tempo-tab1 .min-max{ width: 56%; margin-left: 10px; } .tempo-tab1 .cond-atual span:nth-of-type(1){ font-size: 41px; } .tempo-tab1 .cond-atual span:nth-of-type(2){ margin-left: 10px; font-size: 36px; } .tempo-tab1 p{ margin-top: 5px; } .tempo-tab1 .info-extra div{ width: 24.25%; margin-left: 1%; } .lateral-1-sessao-2{ width: 60%; } .lateral-2-sessao-2{ width: 36%; } .mega-destaque-secao-2, .mega-destaque-secao-2 img, .mega-destaque-secao-2 .pos-desc-not-secao, .mega-destaque-secao-2 .desc-not-secao{ height: 450px; } .mega-destaque-secao-2 .pos-desc-not-secao{ margin-top: -450px; } .mega-destaque-secao-2 div span:nth-of-type(2){ margin-bottom: 30px; } .mega-destaque-secao-2 div span:nth-of-type(3){ display: none; } .mega-destaque-secao-2 .img-dest-home-n div span:nth-of-type(2){ margin-bottom: 10px; font-size: 28px; } .mega-destaque-secao-2 .img-dest-home-n div span:nth-of-type(3){ display: block; } .lista-destaques-secao-2 .img-dest-home-n span:nth-of-type(2) { font-size: 22px; } .lista-destaques-secao-2 .img-dest-home-n span:nth-of-type(1) { margin: 0 0 10px 0; } .lista-destaques-secao-2 .img-dest-home-s img{ height: 100px; } .lateral-1-sessao-2 .lista-destaques-secao-2 .img-dest-home-s span:nth-of-type(2){ font-size: 16px; } .no-ads-secao-2.lista-destaques-2-secao-2 span:nth-of-type(2){ font-size: 22px; } .pos-colunas-secao-3{ width: 30.5%; margin-right: 2%; } .pos-colunas-secao-3:last-child{ width: 35%; margin-right: 0; } .si-ads-secao-3.colunas-secao-3 .img-dest-home-s img { height: 200px; } .item-rodape{ width: 580px; margin-left: 0; } .item-enquete{ width: 100%; } .enquete-home{ max-height: inherit; overflow-y: visible; } .enquete-home::-webkit-scrollbar{ display: none; } .enquete-home::-webkit-scrollbar-track{ display: none; } .enquete-home::-webkit-scrollbar-thumb{ display: none; } .no-enquetes{ width: 580px; } .no-ads-arranha-ceu{ width: 100%; } .anuncios-class .titulo-valor-class span:nth-of-type(2){ font-size: 18px; } .conteudo-interno{ width: 580px; } .lateral-interna{ width: 300px; } .fixar-lateral-interna{ right: 150px; } .lista-interna .desc-not-lista .titulo-sub-lista span:nth-of-type(1){ font-size: 22px; } .item-wid-economia span:nth-of-type(2){ font-size: 14px; } .item-wid-economia span:nth-of-type(4){ font-size: 12px; } .item-wid-economia .icon-seta{ font-size: 9px; margin: 0 1px; } } @media (max-width: 980px) { .conteudo{ width: 90%; } .menu-tp-inp2:checked + .menu-tp-inp .o-menu { width: 42%; } .pos-menu-topo{ display: none; } .pos-topo .cotacao-topo{ display: none; } .cotacao-menu{ float: left; width: 90%; padding: 10px 5%; } .item-cotacao-topo{ position: relative !important; float: left !important; width: 30.66666666666667% !important; margin-right: 2% !important; padding-right: 2% !important; } .item-cotacao-topo:before{ display: block !important; } .item-cotacao-topo:last-child:before{ display: none !important; } .item-cotacao-topo:last-child{ margin-right: 0 !important; padding-right: 0 !important; } .item-cotacao-topo p{ width: 100% !important; margin-left: 0 !important; } .item-cotacao-topo p:nth-child(1){ text-align: center !important; margin-top: 0 !important; } .item-cotacao-topo p:nth-child(1){ text-align: center !important; margin-top: 5px !important; } .item-cotacao-topo p:nth-child(2) span:nth-child(1) { float: none; position: relative; display: inline-block; } .topo-2 .item-cotacao-topo p{ color: #000; } .alinha-logo-2 .mini-tempo-topo, .tmn-logo-1 .mini-tempo-topo{ display: none; } .topo-3 .menu-topo-3{ display: none !important; } .mini-tempo-topo{ width: 140px !important; } .alinha-logo-1 .mini-tempo-topo{ float: none; position: absolute; margin-left: 0; right: 60px; } .tt-noticias-marquee{ width: 28%; } .noticias-marquee{ width: 70%; } .estilo-marquee-7 .tt-noticias-marquee{ width: 30%; } .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%; } .pos-noticias-pr-1 .pos-manchete{ width: 95%; min-height: auto; padding-top: 60px; } .pos-noticias-pr-1 .pos-manchete a span:nth-child(1) { left: 2.5%; } .destaques-pr-1{ width: 100%; margin-top: 20px; } .destaques-pr-1 .destaque-pr-1{ width: 49%; margin-bottom: 0; } .destaques-pr-1 .destaque-pr-1:last-child{ float: right; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-s span:nth-child(2){ font-size: 20px; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-n span:nth-child(2){ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 24px; } .dest-urgente-img-s, .dest-urgente-img-s a{ height: 300px; } .dest-urgente-img-s .conteudo div{ height: 260px; } .dest-urgente-img-s .conteudo span:nth-child(2){ font-size: 32px; } .dest-urgente-img-s .conteudo span:nth-child(3){ font-size: 15px; } .slide{ width: 100%; } .pos-noticias-pr-2 .slide, .pos-noticias-pr-2 .item-slide, .pos-noticias-pr-2 .item-slide div{ height: 300px; } .manchetes-laterais{ width: 100%; } .manchetes-lat{ width: 48%; } .manchetes-lat:first-child{ padding: 0 2% 0 0; border-left: 0; margin-left: 0; } .manchetes-lat:last-child{ padding: 0 0 0 2%; } .manchetes-lat .img-dest-home-n span:nth-child(2){ font-size: 23px; } .manchetes-lat img{ object-position: center; } .coluna-pr3-1 { width: 100%; padding-right: 0; } .coluna-pr3-1:before{ display: none; } .coluna-pr3-1 .manchetes-lat{ padding: 0 !important; } .coluna-pr3-1 .manchetes-lat a{ position: relative; width: 47%; padding: 0 3% 0 0; } .coluna-pr3-1 .manchetes-lat a:last-child{ padding: 0 0 0 3%; } .coluna-pr3-1 .manchetes-lat a:first-child:before{ content: ""; position: absolute; height: 100%; top: 0; right: -1px; border-left: 1px solid #f0f0f0; } .coluna-pr3-1 .manchetes-lat a:last-child:before{ content: ""; position: absolute; height: 100%; top: 0; left: 0; border-left: 1px solid #f0f0f0; } .coluna-pr3-2 { width: 100%; padding-left: 0; padding-right: 0; margin-top: 20px; } .coluna-pr3-2:before{ display: none; } .coluna-pr3-2:after{ display: none; } .pos-noticias-pr-3 .slide, .pos-noticias-pr-3 .item-slide, .pos-noticias-pr-3 .item-slide div { height: 300px; } .coluna-pr3-3 { width: 100%; padding-left: 0; margin-top: 20px; } .coluna-pr3-3:before{ display: none; } .coluna-pr3-3 .manchetes-lat{ padding: 0 !important; } .coluna-pr3-3 .manchetes-lat a{ position: relative; width: 47%; padding: 0 3% 0 0; border-bottom: none; } .coluna-pr3-3 .manchetes-lat a:last-child{ padding: 0 0 0 3%; } .coluna-pr3-3 .manchetes-lat a:first-child:before{ content: ""; position: absolute; height: 100%; top: 0; right: -1px; border-left: 1px solid #f0f0f0; } .coluna-pr3-3 .manchetes-lat a:last-child:before{ content: ""; position: absolute; height: 100%; top: 0; left: 0; border-left: 1px solid #f0f0f0; } .videos div span:nth-of-type(2) { font-size: 16px; } .tempo-tab1{ width: 100%; padding-right: 0; } .tempo-tab1 .cond-atual, .lateral-interna .tempo-tab1 .cond-atual{ width: 48%; text-align: right; padding-right: 2%; } .tempo-tab1 .cond-atual span:nth-of-type(1), .tempo-tab1 .cond-atual span:nth-of-type(2), .lateral-interna .tempo-tab1 .cond-atual span:nth-of-type(1), .lateral-interna .tempo-tab1 .cond-atual span:nth-of-type(2){ float: none; } .tempo-tab1 .min-max, .lateral-interna .tempo-tab1 .min-max{ width: 48%; margin-top: 5px; padding-left: 2%; margin-left: 0; } .lateral-interna .tempo-tab1 p span:nth-of-type(1):before, .lateral-interna .tempo-tab1 p span:nth-of-type(2):before{ display: inline-block; } .tempo-tab1{ margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #f0f0f0; } .lateral-interna .tempo-tab1 .cond-atual span:nth-of-type(1){ font-size: 41px; top: 0; } .lateral-interna .tempo-tab1 .cond-atual span:nth-of-type(2){ margin-left: 10px; font-size: 36px; } .tempo-tab2, .tempo-tab3, .lateral-interna .tempo-tab2, .lateral-interna .tempo-tab3{ width: 47.5%; } .tempo-tab2, .lateral-interna .tempo-tab2{ padding: 0 2.5% 0 0; } .tempo-tab3, .lateral-interna .tempo-tab3{ padding: 0 0 0 2.5%; } .tempo-tab2:after{ display: none; } .lateral-interna .tempo-tab1 .info-extra div{ width: 24.25% !important; margin-left: 1% !important; margin-top: 0; } .lateral-interna .tempo-tab2:before{ display: block; } .lateral-interna .tempo-tab2 { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .lateral-interna .tempo-tab1 .info-extra div:first-of-type{ margin-left: 0 !important; } .pos-dest-pr-sessao-1{ width: 100%; } .lateral-sessao-1{ width: 100%; margin-left: 0; padding-left: 0; margin-top: 20px; } .dest-sessao-1-lat a{ width: 48%; padding: 0 !important; margin-right: 4%; border-bottom: none; } .dest-sessao-1-lat a:last-child{ margin-right: 0; } .dest-sessao-1-lat .desc-not-secao span:nth-of-type(2){ overflow: visible; display: block; -webkit-line-clamp: inherit; -webkit-box-orient: inherit; } .dest-sessao-1-lat .no-ads-secao{ width: 100% !important; margin-right: 0 !important; padding: 20px 0 !important; border-bottom: 1px solid #f0f0f0 !important; } .lateral-1-sessao-2 { width: 100%; padding-right: 0; } .lateral-1-sessao-2:before{ display: none; } .pos-dest-pr-sessao-1 .img-dest-home-n .pos-desc-not-secao{ height: auto; } .pos-dest-pr-sessao-1 .img-dest-home-n .desc-not-secao{ height: auto; padding: 20px 5%; } .lateral-2-sessao-2 { width: 100%; margin-top: 20px; padding-left: 0; } .lateral-2-sessao-2:before{ display: none; } .mega-destaque-secao-2, .mega-destaque-secao-2 img, .mega-destaque-secao-2 .pos-desc-not-secao, .mega-destaque-secao-2 .desc-not-secao{ height: 480px; } .mega-destaque-secao-2 .pos-desc-not-secao{ margin-top: -480px; } .mega-destaque-secao-2 div span:nth-of-type(2){ margin: 10px 0; } .mega-destaque-secao-2 div span:nth-of-type(3){ display: block; } .lista-destaques-secao-2 .img-dest-home-s img{ height: 130px; } .lateral-1-sessao-2 .lista-destaques-secao-2 .img-dest-home-s span:nth-of-type(2){ font-size: 18px; } .lateral-2-sessao-2 .lista-destaques-secao-2{ float: left; width: 25%; margin-right: 2%; } .lateral-2-sessao-2 .ads-ele1{ width: 46%; } .lateral-2-sessao-2 .lista-destaques-2-secao-2{ width: 25%; margin-top: 0; margin-left: 2%; } .lateral-2-sessao-2 .lista-destaques-2-secao-2 a{ padding: 0; } .lista-destaques-2-secao-2 span:nth-of-type(3){ display: block; } .lista-destaques-2-secao-2.no-ads-secao-2{ width: 71%; } .lista-destaques-2-secao-2.no-ads-secao-2 a{ padding: 15px 0; } .lista-destaques-2-secao-2.no-ads-secao-2 a:first-child{ border-top: none; padding: 0 0 15px 0; } .no-ads-secao-2.lista-destaques-2-secao-2 span:nth-of-type(2){ font-size: 18px; } .pos-colunas-secao-3{ width: 100%; margin-right: 0; margin-top: 20px; } .pos-colunas-secao-3:last-child{ width: 100%; } .colunas-secao-3 a:first-child{ position: relative; float: left; width: 46%; padding: 20px 2%; } .colunas-secao-3 a:first-child:before{ content: ""; position: absolute; height: 100%; top: 0; right: 0; border-left: 1px solid #f0f0f0; } .colunas-secao-3 a:nth-of-type(2), .colunas-secao-3 a:nth-of-type(3){ position: relative; float: left; width: 46%; padding: 0 2%; } .colunas-secao-3 a:nth-of-type(2):before, .colunas-secao-3 a:nth-of-type(3):before{ content: ""; position: absolute; height: 100%; top: 0; left: -1px; border-left: 1px solid #f0f0f0; } .colunas-secao-3 a:nth-of-type(1) .desc-not-secao{ padding: 0; border-bottom: none; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-n span:nth-of-type(2){ font-size: 30px; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-n span:nth-of-type(3){ font-size: 15px; -webkit-line-clamp: 2; } .colunas-secao-3 .img-dest-home-s img{ width: 38%; margin-left: 2%; border-radius: 4px; height: 180px; } .colunas-secao-3 .pos-desc-not-secao{ width: 100%; padding: 0; } .colunas-secao-3 .img-dest-home-s .pos-desc-not-secao{ float: right; width: 56%; } .colunas-secao-3 .img-dest-home-s span:nth-of-type(1){ margin-top: 0; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-s span:nth-of-type(2){ font-size: 18px; } .item-rodape{ width: 52%; } .item-enquete{ width: 100%; } .no-enquetes{ width: 100%; } .no-ads-arranha-ceu{ width: 100%; } .pos-arranha-ceu-home{ width: 46%; } .no-enquetes-ads{ width: 100%; } .categorias-class-home{ float: left; width: 100%; overflow-x: auto; overflow-y: hidden; } .categorias-class-home ul{ width: 1000px; } .width-links-rodape-2 .links-rodape li{ width: 50%; } .conteudo-interno{ width: 100%; } .lateral-interna{ float: left; width: 100%; } .cotacao-interna{ overflow-x: scroll; overflow-y: hidden; text-align: left; } .cotacao-interna::-webkit-scrollbar{ height: 5px; background: #e3e0d6; } .cotacao-interna::-webkit-scrollbar-track{ background: rgba(0,0,0,0.1); } .cotacao-interna::-webkit-scrollbar-thumb{ border-radius: 5px; background:#8b8778; } .cotacao-interna .conteudo{ width: 900px; padding: 0 5%; } .blogs-colunas-lateral{ text-align: center; } .blogs-colunas-lateral img{ float: none; } .blogs-colunas-lateral span{ width: 100%; } .blogs-colunas-lateral span:nth-of-type(2){ font-size: 18px; } .classificados-lateral .categorias-class-home span:nth-of-type(2){ display: block; } .img-dest-municipio-interno .back-img-municipio-lateral{ width: 30%; height: 200px; } .pos-sobre-municipio .tt-sobre-mun, .pos-sobre-municipio .sobre-mun{ float: right; width: 58%; } .no-img-dest-mun-intern .tt-sobre-mun, .no-img-dest-mun-intern .sobre-mun{ width: 90% !important; } .anuncios-class-interno a{ width: 100%; margin-right: 0; margin-bottom: 0; padding: 20px 0; border-bottom: 1px solid #f0f0f0; } .anuncios-class-interno a:last-of-type{ padding: 20px 0 0 0; border-bottom: none; } .anuncios-class-interno a:nth-of-type(1){ padding: 0 0 20px 0; } .anuncios-class-interno img{ width: 30%; height: 150px; border-radius: 0; } .anuncios-class-interno .categoria-ads-class{ float: right; width: 68%; padding: 0; text-align: left; border-radius: 0; } .anuncios-class-interno .categoria-ads-class:before{ display: none; } .anuncios-class-interno .categoria-ads-class span{ font-size: 20px; } .anuncios-class-interno .categoria-ads-class span:nth-of-type(1){ top: 4px; } .anuncios-class-interno .titulo-valor-class{ float: right; width: 68%; } .anuncios-class-interno .titulo-valor-class span:nth-of-type(1){ font-size: 28px; } .box-planos{ width: 100% !important; } .slide-class{ width: 98%; padding: 1%; } .slide-class:before, .info-class-interno:before{ display: none; } .info-class-interno{ width: 90%; padding: 20px 5%; } /* asdf */ } @media (max-width: 750px) { .ads-mega-1{ height: 90px; } .ads-mega-2{ height: 90px; } .ads-mega-3{ height: 110px; } .ads-mega-4{ height: 180px; } .pos-noticias-pr-1 .pos-manchete{ padding-top: 50px; } .pos-noticias-pr-1 .pos-manchete a span:nth-child(2){ font-size: 32px; } .destaques-pr-1 .destaque-pr-1{ width: 100%; margin-bottom: 20px; } .destaques-pr-1 .destaque-pr-1:last-child{ margin-bottom: 0; height: auto; } .destaques-pr-1 .destaque-pr-1:last-child .img-dest-home-n div{ height: auto; padding-top: 50px; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-n span:nth-child(2){ overflow: visible; display: block; } .blogs-e-colunas a, .municipios a, .videos a{ width: 100%; padding: 20px 0 !important; border-bottom: 1px solid #f0f0f0; } .blogs-e-colunas a:first-child, .municipios a:first-child, .videos a:first-child{ padding: 0 0 20px 0 !important; } .blogs-e-colunas a:last-child, .municipios a:last-child, .videos a:last-child{ padding: 20px 0 0 0 !important; border-bottom: none; } .blogs-e-colunas a:before, .blogs-e-colunas a:after, .municipios a:before, .municipios a:after, .videos a:before, .videos a:after{ display: none; } .img-dest-blog-home{ object-position: center; } .img-blogs-colunas-n div{ margin-top: 0; } .videos div span:nth-of-type(2) { font-size: 18px; } .lateral-2-sessao-2 .lista-destaques-secao-2{ width: 100%; margin-right: 0; } .lateral-2-sessao-2 .ads-ele1{ width: 100%; } .lateral-2-sessao-2 .lista-destaques-2-secao-2{ width: 100%; margin-top: 20px; margin-left: 0; } .item-rodape{ width: 100%; } .no-enquetes{ width: 100%; } .pos-arranha-ceu-home{ width: 100%; } .rodape{ display: none; } .rodape-2{ text-align: center; } .rodape-2 .copyright, .rodape-2 .selo-lenium{ float: none; margin-top: 10px; } .rodape-2 .selo-lenium{ margin-top: 20px; } .anuncios-class-interno .titulo-valor-class span:nth-of-type(1){ font-size: 22px; } .foto-capa{ width: 100% !important; } } @media (max-width: 735px) { .tmn-logo-1 .desc-mini-tempo, .tmn-logo-2 .desc-mini-tempo, .tmn-logo-3 .desc-mini-tempo{ float: none; margin-left: 0; } .tmn-logo-1 .mini-tempo-topo{ margin-top: 26px; } .tmn-logo-2 .mini-tempo-topo{ margin-top: 11px; } .tmn-logo-3 .mini-tempo-topo{ margin-top: 0; } .manchetes-lat .img-dest-home-n span:nth-child(2){ font-size: 20px; } .ads-popup{ width: 90%; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-n span:nth-of-type(2) { font-size: 26px; } .coluna-dupla-forms{ width: 100% !important; padding: 0 !important; } .coluna-dupla-forms:before{ display: none; } .pgwSlider{ height: 400px !important; } .pgwSlider .ps-current img{ height: 400px !important; } .botoes-compartilhar { position: relative; float: left; width: 100%; margin-top: 20px; } .botoes-compartilhar span{ width: 33.33333333333333%; padding: 15px 0; text-align: center; } .foto-capa{ margin-top: 0; } .image{ width: 100% !important; margin: 0 !important; } .item-conteudo-relacionado img{ height: 120px; } .video{ height: 300px; } } @media (max-width: 600px) { html,body{ background: rgba(0,0,0,0.03); } .menu-tp-inp2:checked + .menu-tp-inp .o-menu { width: 52%; } .pos-topo{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .topo-1{ padding: 20px 0; } .pos-social{ display: none; } .whatsapp{ display: none; } .logo img{ margin-left: 0; } .tmn-logo-1 .logo img{ width: auto; height: 70px; } .tmn-logo-1 .ico-menu{ margin-top: 20px; } .tmn-logo-1 .tt-menu{ margin-top: 26px; } .tmn-logo-1 .busca-tp-inp{ margin-top: 11px; } .tmn-logo-2 .logo img{ width: auto; height: 70px; } .tmn-logo-2 .ico-menu{ margin-top: 20px; } .tmn-logo-2 .tt-menu{ margin-top: 26px; } .tmn-logo-2 .busca-tp-inp{ margin-top: 11px; } .tmn-logo-3 .logo img{ width: auto; height: 70px; } .tmn-logo-3 .ico-menu{ margin-top: 20px; } .tmn-logo-3 .tt-menu{ margin-top: 26px; } .tmn-logo-3 .busca-tp-inp{ margin-top: 11px; } .alinha-logo-2 .logo a{ float: none; width: auto; height: 0; } .barra-susp-rodape{ margin-bottom: 55px; } .pos-barra-suspensa{ display: block; position: fixed; width: 100%; left: 0; bottom: 0; z-index: 99999; } .conteudo-barra-suspensa{ float: left; width: 100%; padding: 10px 0; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); } .conteudo-barra-suspensa .pos-social{ float: right; width: 80%; } .conteudo-barra-suspensa .pos-social a{ width: 21%; padding: 0 2%; font-size: 20px; text-decoration: none; } .conteudo-barra-suspensa .pos-social a{ color: #757575; } .conteudo-barra-suspensa .pos-social-menu span{ margin-top: 5px; font-size: 11px; } .barra-suspensa .tt-menu{ display: none; } .barra-suspensa .menu-tp-inp{ position: fixed; bottom: 16px; } .barra-suspensa .ico-menu{ margin-top: 0 !important; color: #757575; } .barra-suspensa .ico-menu:before{ border-top: none; padding: 1px 0; border: 1px solid; } .barra-suspensa .ico-menu:after{ border-top: none; padding: 1px 0; border: 1px solid; } .barra-suspensa .ico-menu span{ border-top: none; padding: 1px 0; border: 1px solid; } .alinha-logo-2 .mini-tempo-topo, .tmn-logo-1 .mini-tempo-topo{ display: block !important; } .tmn-logo-1 .mini-tempo-topo, .tmn-logo-2 .mini-tempo-topo, .tmn-logo-2 .mini-tempo-topo{ width: 100px !important; display: block !important; margin-top: 16px !important; float: none !important; position: absolute !important; margin-left: 0 !important; right: 60px !important; } .desc-mini-tempo p:nth-child(1){ display: none; } .alinha-logo-mobile-1 .mini-tempo-topo{ width: 100px !important; display: block !important; margin-top: 16px !important; float: none !important; position: absolute !important; margin-left: 0 !important; right: 60px !important; } .alinha-logo-mobile-2 .mini-tempo-topo{ float: left !important; width: 80px !important; position: relative !important; right: auto !important; margin-top: 16px !important; margin-left: 0 !important; } .mini-tempo-topo span:nth-child(1){ font-size: 22px; } .mini-tempo-topo span:nth-child(2){ margin-left: 5px; font-size: 22px; } .desc-mini-tempo p:nth-child(2), .desc-mini-tempo p:nth-child(2):before{ font-size: 8px; } .topo-3 .logo img{ margin-left: 0 !important; } .alinha-logo-mobile-1 .logo{ float: left; position: relative; width: auto; } .alinha-logo-mobile-1 .logo img{ float: left; } .no-barra-suspensa.alinha-logo-mobile-1 .logo img{ margin-left: 20px; } .alinha-logo-mobile-2{ min-height: 70px !important; } .alinha-logo-mobile-2 .logo{ position: absolute !important; width: 100% !important; left: 0 !important; } .alinha-logo-mobile-2 .logo a{ float: left !important; width: 100% !important; height: 0 !important; } .alinha-logo-mobile-2 .logo img{ position: relative !important; float: none !important; z-index: 1 !important; margin-left: auto !important; margin-right: auto !important; display: block !important; } .no-wid-mobile.mini-tempo-topo, .no-wid-mobile .cotacao-menu{ display: none !important; } .no-barra-suspensa .mini-tempo-topo{ display: none !important; } .no-marquee-desktop{ display: block !important; } .no-marquee-mobile{ display: none !important; } .pos-noticias-marquee{ width: 101.5%; margin-left: -6%; margin-top: 15px; padding: 15px 5% 0 5%; height: auto; margin-bottom: 0; } .tt-noticias-marquee{ width: 100%; padding: 5px 0; text-align: center; } .tt-noticias-marquee:before{ display: none; } .noticias-marquee{ width: 100%; } .item-marquee b, .item-marquee em{ font-size: 14px !important; } .estilo-marquee-6 .tt-noticias-marquee{ padding: 0; } .estilo-marquee-7 .tt-noticias-marquee{ width: 100%; padding: 0; } .estilo-marquee-7 .tt-noticias-marquee span{ width: 80%; margin-left: 0; } .estilo-marquee-7 .tt-noticias-marquee span:before{ display: none; } .ads-ele1{ margin-top: 0; } .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%; } .pos-noticias-pr-1{ padding: 0; } .pos-noticias-pr-1 .pos-manchete{ width: 101.2%; padding: 20px 5%; padding-top: 50px; margin-left: -5.5%; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .pos-manchete a span:nth-child(1){ left: 5% !important; } .destaques-pr-1{ float: left; width: 111.2%; margin-left: -5.6%; } .destaques-pr-1 .destaque-pr-1{ border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .pos-noticias-pr-1 .pos-manchete a span:nth-child(2){ font-size: 28px; } .pos-noticias-pr-1 .pos-manchete a span:nth-child(3){ font-size: 14px; } .pos-dest-pr-sessao-1 .img-dest-home-n div span:nth-of-type(2) { font-size: 28px; } .dest-urgente-img-s .conteudo span:nth-child(2){ width: 100%; margin: 0; font-size: 26px; } .dest-urgente-img-s .conteudo span:nth-child(3){ width: 100%; margin: 10px 0; font-size: 14px; } .margin-no-ads{ margin-top: 15px; } .pos-noticias-pr-2{ padding: 20px 0; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .pos-noticias-pr-2 .pos-manchete a span:nth-child(2){ font-size: 28px; } .pos-noticias-pr-2 .pos-manchete a span:nth-child(3){ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 14px; } .pos-noticias-pr-2 .slide{ width: 111%; margin-left: -5.5%; border-radius: 0; } .item-slide div span:nth-child(2){ font-size: 28px; margin-bottom: 40px; } .item-slide div span:nth-child(3){ display: none; } .manchetes-lat{ width: 46%; } .manchetes-lat:first-child{ padding: 0 4% 0 0; } .manchetes-lat:last-child{ padding: 0 0 0 4%; } .manchetes-lat .img-dest-home-n span:nth-child(2){ font-size: 17px; } .pos-noticias-pr-3{ background: #fff; padding: 20px 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .pos-noticias-pr-3 .pos-manchete{ text-align: center; } .pos-noticias-pr-3 .pos-manchete a span:nth-child(1){ float: none; } .pos-noticias-pr-3 .pos-manchete a span:nth-child(2){ font-size: 28px; margin-top: 10px; } .coluna-pr3-3 .manchetes-lat .img-dest-home-n span:nth-child(2){ font-size: 18px; } .pos-noticias-pr-3 .slide{ width: 111%; margin-left: -5.5%; border-radius: 0; } .tt-site-1, .tt-site-2, .tt-site-3, .tt-site-4{ margin-top: 20px; } .ads-home-1.ads-2{ position: relative; width: 111%; margin-left: -5.5%; } .ads-home-1.ads-3, .ads-home-1.ads-3, .ads-home-1.ads-8, .ads-home-1.ads-9{ position: relative; width: 111%; margin-left: -5.5%; margin-top: -10px; } .blogs-e-colunas, .municipios, .videos{ width: 101%; padding: 20px 5%; margin-top: 20px; margin-left: -5.5%; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .pos-tempo-home{ width: 101%; padding: 20px 5%; margin-top: 10px; margin-left: -5.5%; border-radius: 0; } .tempo-tab2 .icons-cond-futuro div span:nth-of-type(2), .tempo-tab3 .icons-cond-futuro div span:nth-of-type(2){ font-size: 9px; } .pos-sessao-news { margin-top: 20px; } .pos-dest-pr-sessao-1{ width: 111%; margin-left: -5.5%; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .dest-sessao-1-lat{ float: left; width: 101%; padding: 20px 5%; margin-left: -5.5%; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .dest-sessao-1-lat a{ position: relative; width: 45%; margin-right: 0; padding: 0 5% 0 0 !important; } .dest-sessao-1-lat a:first-child:before{ content: ""; position: absolute; height: 100%; right: 0; top: 0; border-right: 1px solid #f0f0f0; } .dest-sessao-1-lat a:last-child{ padding: 0 0 0 5% !important; } .dest-sessao-1-lat a:last-child:before{ content: ""; position: absolute; height: 100%; left: -1px; top: 0; border-right: 1px solid #f0f0f0; } .lateral-sessao-1 .ads-ele1{ width: 111%; margin-left: -5.5%; padding: 20px 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .dest-sessao-1-lat .no-ads-secao{ padding: 20px 0 !important; } .dest-sessao-1-lat .no-ads-secao:first-child{ padding: 0 0 20px 0 !important; } .dest-sessao-1-lat .no-ads-secao:last-child{ padding: 20px 0 0 0 !important; border-bottom: none !important; } .dest-sessao-1-lat .no-ads-secao:after, .dest-sessao-1-lat .no-ads-secao:before{ display: none; } .manchete-secao-2 .desc-not-secao span:nth-of-type(2){ font-size: 28px; } .manchete-secao-2{ width: 101%; margin-left: -5.5%; padding: 20px 5%; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .mega-destaque-secao-2{ width: 111%; margin-left: -5.5%; padding-right: 0; } .mega-destaque-secao-2:before{ display: none; } .mega-destaque-secao-2 img, .mega-destaque-secao-2 .desc-not-secao, .mega-destaque-secao-2 .desc-not-secao:before{ border-radius: 0; } .mega-destaque-secao-2 .img-dest-home-n{ float: left; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .lista-destaques-secao-2{ float: left; width: 101%; margin-left: -5.5%; padding: 20px 5%; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .lateral-1-sessao-2 .lista-destaques-secao-2 a:last-child { padding: 15px 0; border-bottom: 1px solid #f0f0f0; } .lista-destaques-secao-2:before{ display: none; } .lateral-2-sessao-2{ margin-top: 0; } .lateral-2-sessao-2 .lista-destaques-secao-2{ width: 101%; margin-top: 0; padding: 0 5% 20px 5%; margin-left: -5.5%; margin-bottom: 0; -webkit-box-shadow: 0px 5px 5px -5px rgba(196,196,196,1); -moz-box-shadow: 0px 5px 5px -5px rgba(196,196,196,1); box-shadow: 0px 5px 5px -5px rgba(196,196,196,1); } .lateral-2-sessao-2 .ads-ele1{ width: 111%; margin-left: -5.5%; } .lateral-2-sessao-2 .lista-destaques-2-secao-2{ margin-top: 0; width: 101%; margin-left: -5.5%; padding: 20px 5%; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .no-ads-secao-2.lista-destaques-2-secao-2{ position: relative; margin-top: -20px !important; z-index: 1; -webkit-box-shadow: 0px 5px 5px -5px rgba(196,196,196,1); -moz-box-shadow: 0px 5px 5px -5px rgba(196,196,196,1); box-shadow: 0px 5px 5px -5px rgba(196,196,196,1); } .no-ads-secao-2.lista-destaques-2-secao-2 a:first-child{ padding: 15px 0; border-top: 1px solid #f0f0f0; } .lista-destaques-secao-2 .img-dest-home-s img{ object-position: center; } .pos-colunas-secao-3{ margin-top: 0; } .colunas-secao-3{ width: 101%; margin-left: -5.5%; margin-bottom: 20px; padding: 0 5%; border-radius: 0; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .si-ads-secao-3, .no-ads-secao-3{ margin-bottom: 0; } .colunas-secao-3 a:first-child{ width: 100%; padding: 0 0 20px 0; border-bottom: 1px solid #f0f0f0; } .colunas-secao-3 a:first-child:before{ display: none; } .colunas-secao-3 a:nth-of-type(2), .colunas-secao-3 a:nth-of-type(3){ width: 100%; padding: 0; } .colunas-secao-3 a:nth-of-type(2):before, .colunas-secao-3 a:nth-of-type(3):before{ display: none; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-n span:nth-of-type(1){ margin-top: 20px; } .colunas-secao-3 a:nth-of-type(1).img-dest-home-n span:nth-of-type(2){ font-size: 28px; } .colunas-secao-3 .img-dest-home-s img{ width: 111%; margin-left: -5.5%; border-radius: 0; height: 180px; } .colunas-secao-3 .img-dest-home-s .pos-desc-not-secao{ width: 100%; } .colunas-secao-3 .img-dest-home-s span:nth-of-type(1){ margin-top: -15px; } .pos-colunas-secao-3 .ads-ele1{ width: 111%; margin: -20px 0 -20px -5.5%; } .item-rodape, .no-ads-arranha-ceu, .no-enquetes{ float: left; width: 111% !important; margin-left: -5.5% !important; overflow: hidden; background: #fff; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .tt-item-rodape{ border-radius: 0; } .pos-arranha-ceu-home{ float: left; width: 111%; margin-left: -5.5%; } .no-ads-arranha-ceu .coluna-mais-lidas, .no-enquetes .coluna-mais-lidas{ width: 100%; padding: 0; } .coluna-mais-lidas:first-of-type:before, .coluna-mais-lidas:last-of-type:before{ display: none; } .pos-classificados{ width: 111%; margin-left: -5.5%; background: #fff; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .tt-classificados span{ margin-right: 20px; padding-right: 20px; } .tx-pg{ display: none; } .lista-interna{ width: 101% !important; padding: 20px 5% !important; margin-bottom: 20px; margin-left: -5.5%; background: #fff; border-bottom: none; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .lista-interna:last-child{ margin-bottom: 0; } .paginacao{ margin: 0; } .lateral-interna .ads-ele1{ width: 111%; margin-left: -5.5%; } .lista-destaques-lista:first-of-type{ margin-top: 20px; border-top: none; } .cotacao-interna{ background: #fff; } .fb-page{ width: 111%; margin-left: -5.5%; background: #fff; text-align: center; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .lateral-interna .municipios{ width: 100%; padding: 0; margin-top: 0; margin-left: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .pos-itens-mapa-interno{ width: 101%; padding: 20px 5%; margin-left: -5.5%; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .item-mapa-interno{ float: left !important; width: 90%; } .pos-sobre-municipio, .pos-sobre-coluna{ width: 101%; padding: 20px 5%; margin-left: -5.5%; border-radius: 0; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .img-dest-municipio-interno .back-img-municipio-lateral{ width: 40%; } .pos-sobre-municipio .tt-sobre-mun, .pos-sobre-municipio .sobre-mun{ width: 48%; margin-bottom: 0; } .pos-sobre-municipio .tt-sobre-mun{ margin-top: 0; } .no-img-dest-col-intern .tt-sobre-col{ margin: 0 5% 20px 5%; } .pos-sobre-coluna img{ margin-top: 0; } .pos-sobre-coluna .sobre-col{ margin-bottom: 0; } .tt-classificados-int{ margin-top: 20px; } .tt-classificados-int:first-of-type{ margin-top: 30px; } .tt-classificados-int-2{ margin-top: 0; border-top: none; } .anuncios-class-interno:last-of-type{ margin-bottom: 20px; } .categorias-class .owl-dots{ display: none; } .pos-categorias-class{ width: 111%; margin-left: -5.5%; background: #fff; text-align: center; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .anuncios-class-interno{ width: 101%; padding: 20px 5%; margin-left: -5.5%; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .anuncios-class-interno a:hover .categoria-ads-class span{ color: #3a3a3a; } .coluna-dupla-forms{ float: left !important; width: 101% !important; padding: 20px 5% !important; margin-left: -5.5%; background: #fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .coluna-dupla-forms .tt-classificados-int{ margin-top: 0; } .box-planos{ width: 101% !important; padding: 20px 5%; margin: 20px 0 0 0; margin-left: -5.5%; background: #fff; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .box-planos:last-of-type{ margin-bottom: 30px; } .coluna-dupla-forms .col-1, .form-contato-site .col-1{ width: 100%; } .input-file-class { width: 48%; margin-bottom: 2%; } .carregando-progresso{ position: fixed; top: auto; bottom: 0; z-index: 999999; background: transparent; } .itens-progresso progress{ position: relative; } .itens-progresso progress:before{ content: ""; position: absolute; width: 100%; height: 100%; top: -20px; left: -20px; padding: 20px; background: #fff; border: 1px solid rgba(0,0,0,0.1); z-index: -1; } .pos-conteudo-classificado{ width: 101% !important; padding: 20px 5%; margin: 20px 0 0 0; margin-left: -5.5%; background: #fff; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .form-contato-site{ width: 101% !important; padding: 20px 5%; margin-left: -5.5%; background: #fff; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .titulo-post { font-size: 32px; } .botoes-compartilhar span{ padding: 20px 0; } .pos-texto{ width: 101% !important; padding: 20px 5%; margin-left: -5.5%; background: #fff; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .pgwSlideshow{ width: 111% !important; margin-left: -5.5%; } .box-relacionadas{ width: 101% !important; padding: 20px 5%; margin-left: -5.5%; background: #fff; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .item-conteudo-relacionado img{ height: 160px; } .box-info-busca{ width: 101% !important; padding: 20px 5%; margin-left: -5.5%; background: #fff; border-radius: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); box-shadow: 0px 0px 5px 0px rgba(196,196,196,1); } .pos-video-cont{ padding: 0 5% 20px 5% !important; } .video{ width: 110% !important; margin-top: 0; margin-left: -5% !important; } } @media (max-width: 450px) { .ads-mega-1, .ads-mega-2, .ads-mega-3, .ads-mega-4{ height: 140px; } .tempo-tab2, .tempo-tab3, .lateral-interna .tempo-tab2, .lateral-interna .tempo-tab3{ width: 100%; } .tempo-tab2:before, .lateral-interna .tempo-tab2:before{ display: none; } .tempo-tab2, .lateral-interna .tempo-tab2{ margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #f0f0f0; } .tempo-tab1 .info-extra div, .lateral-interna .tempo-tab1 .info-extra div{ margin-left: 1% !important; } .tempo-tab1 .info-extra div:nth-of-type(1), .lateral-interna .tempo-tab1 .info-extra div:nth-of-type(1){ width: 17% !important; margin-left: 0 !important; } .tempo-tab1 .info-extra div:nth-of-type(2), .lateral-interna .tempo-tab1 .info-extra div:nth-of-type(2){ width: 26% !important; } .tempo-tab1 .info-extra div:nth-of-type(3), .lateral-interna .tempo-tab1 .info-extra div:nth-of-type(3){ width: 18% !important; } .tempo-tab1 .info-extra div:nth-of-type(4), .lateral-interna .tempo-tab1 .info-extra div:nth-of-type(4){ width: 36% !important; } .tt-classificados span{ margin-right: 0; padding-right: 0; } .tt-classificados span:after{ display: none; } .tt-classificados button{ width: 100%; padding: 10px 5%; margin: 20px 0 0 0; } .tt-classificados button:before{ float: none; } .pos-sobre-municipio{ padding: 0 5% 20px 5%; } .img-dest-municipio-interno .back-img-municipio-lateral{ width: 111%; margin-left: -5.5%; } .pos-sobre-municipio .tt-sobre-mun, .pos-sobre-municipio .sobre-mun{ width: 90%; margin-top: 20px; } .anuncios-class-interno img{ width: 100%; height: 120px; border-radius: 4px 4px 0 0; } .anuncios-class-interno .categoria-ads-class{ width: 90%; padding: 5px 5%; text-align: center; border-radius: 0 0 4px 4px; } .anuncios-class-interno .categoria-ads-class:before{ display: block; } .anuncios-class-interno .categoria-ads-class span:nth-of-type(1){ top: 0; font-size: 15px; } .anuncios-class-interno .categoria-ads-class span:nth-of-type(2){ font-size: 14px; } .anuncios-class-interno .titulo-valor-class{ width: 100%; } .anuncios-class-interno .titulo-valor-class span:nth-of-type(1){ font-size: 14px; } .form-cadastro-classificados .col-1{ width: 100%; } .form-comentarios .col-1{ width: 100%; } .item-conteudo-relacionado{ width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #f0f0f0; } .box-relacionadas a:last-of-type .item-conteudo-relacionado{ margin: 0; padding-bottom: 0; border-bottom: none; } .termo-buscado{ text-align: left; } .select-busca{ width: 100%; } .resultados-busca{ margin-top: 10px; width: 100%; } } @media (max-width: 380px) { .menu-tp-inp2:checked + .menu-tp-inp .o-menu { width: 80%; } .pos-topo{ min-height: 40px !important; } .tmn-logo-1 .logo img{ height: 50px; } .tmn-logo-1 .ico-menu{ margin-top: 11px; } .tmn-logo-1 .tt-menu{ margin-top: 17px; } .tmn-logo-1 .busca-tp-inp{ margin-top: 2px; } .tmn-logo-2 .logo img{ height: 50px; } .tmn-logo-2 .ico-menu{ margin-top: 11px; } .tmn-logo-2 .tt-menu{ margin-top: 17px; } .tmn-logo-2 .busca-tp-inp{ margin-top: 2px; } .tmn-logo-3 .logo img{ height: 50px; } .tmn-logo-3 .ico-menu{ margin-top: 11px; } .tmn-logo-3 .tt-menu{ margin-top: 17px; } .tmn-logo-3 .busca-tp-inp{ margin-top: 2px; } .alinha-logo-mobile-1 .mini-tempo-topo, .alinha-logo-mobile-2 .mini-tempo-topo{ margin-top: 6px !important; } .item-marquee b, .item-marquee em{ font-size: 12px; } .ads-mega-1{ height: 100px; } .ads-mega-2{ height: 100px; } .ads-mega-3{ height: 100px; } .ads-mega-4{ height: 100px; } .pos-noticias-pr-1 .pos-manchete a span:nth-child(2){ font-size: 24px; } .destaques-pr-1 .destaque-pr-1 .img-dest-home-n span:nth-child(2) { font-size: 22px; } .dest-urgente-img-s .conteudo span:nth-child(2){ font-size: 22px; } .img-dest-blog-home{ object-position: top; } .municipios img{ object-position: top; } .pos-dest-pr-sessao-1, .pos-dest-pr-sessao-1 img, .pos-dest-pr-sessao-1 .pos-desc-not-secao, .pos-dest-pr-sessao-1 .desc-not-secao{ height: 400px; } .pos-dest-pr-sessao-1 .pos-desc-not-secao{ margin-top: -400px; } .tt-site-1 h1, .tt-site-2 h1, .tt-site-3 h1, .tt-site-4 h1{ font-size: 32px; } .lista-destaques-secao-2 .img-dest-home-s img{ object-position: top; height: 150px; } .lista-interna{ width: 111%; padding: 0; } .lista-interna.img-lista-s img{ width: 100%; } .lista-interna .desc-not-lista{ width: 90% !important; padding: 20px 5%; } .botao-publicar-ads{ width: 90%; margin: 0 5% 20px 5%; padding: 10px 5%; } .botao-publicar-ads:before{ float: none; } .pgwSlider{ height: 300px !important; } .pgwSlider .ps-current img{ height: 300px !important; } .data-post{ width: 100%; } .visualizacoes-post{ width: 100%; margin-left: 0; padding-left: 0; margin-top: 10px; } .visualizacoes-post:before{ display: none; } } @media (max-width: 350px) { .alinha-logo-mobile-1 .mini-tempo-topo, .alinha-logo-mobile-2 .mini-tempo-topo, .mini-tempo-topo{ display: none !important; } } @media (max-width: 320px) { .tmn-logo-1 .logo img{ height: 40px; } .tmn-logo-1 .ico-menu{ margin-top: 6px; } .tmn-logo-1 .tt-menu{ margin-top: 12px; } .tmn-logo-1 .busca-tp-inp{ margin-top: -3px; } .tmn-logo-2 .logo img{ height: 40px; } .tmn-logo-2 .ico-menu{ margin-top: 6px; } .tmn-logo-2 .tt-menu{ margin-top: 12px; } .tmn-logo-2 .busca-tp-inp{ margin-top: -3px; } .tmn-logo-3 .logo img{ height: 40px; } .tmn-logo-3 .ico-menu{ margin-top: 6px; } .tmn-logo-3 .tt-menu{ margin-top: 12px; } .tmn-logo-3 .busca-tp-inp{ margin-top: -3px; } .hora{ display: none; } .mini-tempo-topo{ display: none; } .ads-mega-3{ height: 100px; } } /* Início Google Adsense */ .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-mega-1 .adsbygoogle, .ads-mega-2 .adsbygoogle, .ads-mega-3 .adsbygoogle, .ads-mega-4 .adsbygoogle, .ads-home .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; } }/* Fim Google Adsense */