/*

Theme name: Casa do Empreendedor;

Theme URI: Site Modelo de Instituição, contém blog, categorias de assuntos, formulários e muito mais;

Author: Giácomo Pereira;

Author URI: https://www.endecode.com.br;

Github Theme URI: ;

Description: Site Modelo de Instituição, contém blog, categorias de assuntos, formulários e muito mais;

Version: 0.5;

*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
}
body{
    overflow-x: hidden;
}
header{
    display: flex;
    flex-direction: column;
}
main{
    margin: 0;
}
#titulo-importancia-1{
    padding-top: 15px;
    font-weight: 900;
    color: #2d3232;;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
}
#data-atual{
    font-weight: bold;
}
/* ################################################################# */
/* CABEÇALHO */
.bg-1{
    background-image: url('uploads/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: top center;
    padding: 80px 0;
}
.descricao{
    padding-right: 5%;
    padding-left: 1%;
}
.descricao h1{
    margin: 0;
    padding: 0;
    color: rgb(223, 223, 223);
    font-size: 1.6em;
    font-weight: 900;
}
.descricao h1:hover{
    color: #00e1ff;
}
.descricao a:hover{
    text-decoration-color: #00e1ff;
}
.descricao h2{
    margin: 0;
    padding: 0;
    color: rgb(223, 223, 223);
    font-size: 1.2em;
    font-weight: 300;
}
/* Nova versão */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Kodchasan:wght@400;700&family=Nunito:wght@400;700&display=swap');
@font-face{font-family:'All Round Gothic';src:url('versao_nova/fonts/all-round-gothic-bold.woff') format('woff');font-weight:700;font-style:normal}
@font-face{font-family:'All Round Gothic';src:url('versao_nova/fonts/allroundgothic-semioblique.woff') format('woff');font-weight:400;font-style:italic}
body{font-family:'Nunito',Arial,sans-serif}
h1,h2,h3,h4,h5,h6{font-family:'All Round Gothic',Arial,sans-serif !important}
h2{font-family:'All Round Gothic',Arial,sans-serif !important;font-weight:700}
h2,h3{text-transform:uppercase}
header{background:#fff;color:#fff}
.top-bar .logo img{height:50px}
.parte-azul{background:#0f4675;height:30px}
.top-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 30px;height:100px}
.top-bar img{height:50px}
.menu-toggle{display:none;font-size:28px;cursor:pointer}
.search-area{border-radius:4px;border-color:#e8e7e7;padding:5px}
.search-area form{display:flex;align-items:center;flex-wrap:nowrap;gap:0}
.search-area input{background-color:#e8e7e7;border:rgb(155,155,155);border-radius:4px;padding:0 10px;height:32px;min-width:0}
.search-area button{background:#0f4675;color:#fff;border:none;margin-left:1px;border-radius:4px;height:32px;padding:0 12px;display:flex;align-items:center;justify-content:center}
#nav{margin:0}
#nav ul{display:flex;align-items:center;justify-content:center;list-style:none;background:#0f4675;padding:0 20px;margin:0}
#nav ul li{margin:0 15px}
#nav ul li a{color:#fff;text-decoration:none;font-weight:bold;margin-right:5px;padding:10px;display:inline-block;transition:background-color .2s ease,color .2s ease}
#nav ul li a:hover,#nav ul li a:active{background-color:#052745;color:#fff}
#nav.active ul{display:block;background-color:#052745}
.banner{height:clamp(260px,35vh,420px);position:relative}
.banner img{width:100%;height:100%;object-fit:cover}
.atalhos{display:flex;justify-content:center;gap:20px;padding:0 10px 10px 10px;flex-wrap:wrap;position:relative;margin-top:calc(var(--atalhos-card-height)/-2);z-index:2;background:transparent}
.atalhos .card{background:#fff;color:#000;padding:20px;border-radius:10px;width:clamp(140px,30vw,200px);height:var(--atalhos-card-height);text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.2);align-items:center;justify-content:center}
.atalhos .card i{font-size:30px;margin-bottom:10px;color:#052745}
.noticias{padding:40px 20px;text-align:center;background:#fff}
.noticias{max-width:1100px;margin:0 auto}
.noticias .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.noticias .noticia{background:#f9f9f9;border-radius:8px;overflow:hidden;text-align:left;display:flex;flex-direction:column;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%}
.noticias .noticia img{width:100%;max-height:300px;object-fit:cover}
.noticias .noticia h4{padding:10px;font-family:'All Round Gothic',Arial,sans-serif;font-weight:700;width:100%}
.noticias .noticia p{padding:0 10px 10px;font-family:'Nunito',Arial,sans-serif;width:100%}
.noticias .noticia a{margin-top:auto;display:block;padding:10px;text-align:center;background:#0f4675;color:#fff;text-decoration:none;width:100%}
.btn{margin-top:20px;padding:10px 20px;border:none;background:#0f4675;color:#fff;border-radius:9999px;cursor:pointer}
.btn-filtrar{padding:5px 20px;border:none;background:#0f4675;color:#fff;border-radius:10px;cursor:pointer}
.linha{width:55%;height:5px;background-color:#1f4e63;border-radius:5px;margin:10px auto;border:none}
.linha-objetivo{background-color:#0f4675}
.objetivo{text-align:center;font-family:'All Round Gothic',Arial,sans-serif;text-transform:uppercase;font-weight:700;margin:10px 0}
.objetivo-texto{font-family:'Nunito',Arial,sans-serif;line-height:1.6;text-align:justify}
.linha-hospedar{background-color:#c82333;margin-top:30px}
.linha-comer{background-color:#a89b42}
.linha-comprar{background-color:#638e7c}
.atrativos{text-align:center;padding:0 20px;background:linear-gradient(to bottom,#dcdcdcbc 0%,#ffffff 100%)}
.atrativos .fotos{display:flex;justify-content:center;gap:10px;margin-top:20px;}
.atrativos img{width:180px;border-radius:8px}
.opcoes{display:flex;justify-content:center;gap:40px;padding:10px;flex-wrap:wrap}
.opcoes div{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}
.opcoes i{font-size:28px;margin-bottom:10px;color:#fff;width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.opcoes .material-symbols-outlined{font-size:32px;color:#fff;width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.onde-hospedar .opcoes i{background:#638e7c}
.onde-comer .opcoes i{background:#de7764}
.onde-comprar .opcoes i{background:#5b91cc}
.onde-hospedar .opcoes .material-symbols-outlined{background:#638e7c}
.onde-comer .opcoes .material-symbols-outlined{background:#de7764}
.onde-comprar .opcoes .material-symbols-outlined{background:#5b91cc}
.noti{padding:40px 20px;text-align:justify;line-height:1.5;margin-left:20px;margin-right:20px}
.noti img{width:40%}
.noti h1{text-align:center}
footer{background:#0f4675;color:#fff;text-align:center;padding:15px;margin-top:40px}
footer img{width:300px}
.rodape{padding:20px;margin:5px;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.rodape{background:#0f4675}
.rodape-logo img{height:48px}
.rodape-texto{flex:1;text-align:right}
.rodape a{color:#fff}
.rodape a:hover{color:#939a3b}
@media (max-width:900px){

 .atrativos .fotos{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
}
@media (max-width:768px){
 .top-bar{flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;height:auto;gap:8px;padding:10px}
 .top-bar .logo{display:flex;align-items:center;justify-content:center;width:100%}
 .top-bar .logo img{height:clamp(40px,8vh,56px)}
 .search-area{margin-top:10px;width:100%}
 .search-area form{width:100%;justify-content:center}
 .atrativos img{flex:0 0 70%;max-width:250px}
 .atrativos .fotos img{scroll-snap-align:center}
 .atalhos{margin-top:0}
 .noticias .grid{grid-template-columns:repeat(1,1fr)}
 .noti img{width:100%}
}
@media (max-width:600px){
 .rodape{flex-direction:column;gap:10px}
 .rodape-texto{text-align:center}
}
@media (max-width:840px){
 #nav{background:#0f4675}
 .menu-toggle{display:block;width:100%;margin:0;background:#0f4675;border:none;color:#fff;padding:12px;box-shadow:none}
 .menu-toggle i{color:#fff;font-size:24px}
 #nav ul{flex-direction:column;align-items:center;gap:8px;max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .3s ease,opacity .3s ease,transform .3s ease}
 #nav.active ul{max-height:1000px;opacity:1;transform:translateY(0)}
 #nav ul li{width:100%}
 #nav ul li a{display:block;width:100%;}
}
@media (max-width:992px){
 .noticias .grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:480px){
 .opcoes i,.opcoes .material-symbols-outlined{width:52px;height:52px;font-size:24px}
}
img,video{max-width:100%;height:auto}
.pesquisa{
    display: block;
    align-items: center;
    justify-content: center;
}
.btn-pesquisa{
    color: white;
    background-color: #1a3c3d;
    border: none;
}
/* ################################################################# */
/* NOVO MENU */
#atras-do-menu{
    background-color: #191b1b;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
#menu{
    display: block;
    max-width: 990px;
    text-align: center;
    background-color: #191b1b;
    width: 100%;
}
#btn-toggle{
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#btn-toggle div{
    width: 32px;
    height: 2px;
    background-color: #fff;
    margin: 8px;
}
.toggle{
    display: none;
}
.nav-link{
    display: block;
    background-color: #191b1b;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-link li{    
    display: inline;
    padding: 15px;
}
.nav-link li a{
    text-decoration: none;
    color: white;
    transition: 0.3s;
}
.nav-link li a:hover{
    color: #00e1ff;
    font-weight: bold;
}
/* ################################################################# */
/* SLIDE */
.slide{
    margin: auto;
    max-width: 910px;
}
/* ################################################################# */
/* COR DO BACKGROUND */
.home-background{
    background-color: white;
    max-width: 930px;
    margin: auto;
}
/* ################################################################# */
/* LINKS RAPIDOS */
.link-rapido{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4%;
    color: #545858;
    font-weight: 300;
}
.link-rapido #nota img,
.link-rapido #portal img,
.link-rapido #das img,

.link-rapido #nota span,
.link-rapido #portal span,
.link-rapido #das span,

.link-rapido #nota button,
.link-rapido #portal button,
.link-rapido #das button{
    display: block;
    padding: 10px 3%;
}
.link-rapido #nota img,
.link-rapido #portal img,
.link-rapido #das img{
    height: 150px;
}
.link-rapido span{
    font-size: 1.2em;
}
.link-rapido #nota a,
.link-rapido #portal a,
.link-rapido #das a{
    text-decoration: none;
}
.link-rapido button{
    width: 140px;
    font-weight: 900;
    border: 2px solid #0198AB;
    border-radius: 5px;
    color: #0198AB;
    background-color: white;
    box-shadow: 0px 2px 6px #22272748;
    transition: 0.3s;
}
.link-rapido button:hover{
    background-color: #1a3c3d;
    cursor: pointer;
    color: white;
    border: 2px solid white;
}
/* ################################################################# */
/* POST-BOX INDEX */
.titulos-index h2{
    padding-top: 40px;
    text-align: center;
    font-weight: 900;
    overflow-wrap: break-word;
}
#posts-container{
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.post-box{
    border-radius: 5px;
    background-color: rgba(185, 185, 185, 0.404);
    border: 1px solid rgb(185, 185, 185);
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.041);
    width: 30%;
    height: 100%;
    margin: 10px;
    /* border-bottom: 6px solid #C82333; */
}
.post-box img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.post-box p{
    padding: 1% 3%;
    display: block;
}
.post-title{
    text-transform: uppercase;
    width: 100%;
    padding: 3% 3%;
}
.post-title a{    
    overflow-wrap: break-word;
    font-size: 1.2em;    
    font-weight: 900;
    color: black;
    transition: 0.3s;
}
.post-box .post-title a:hover{
    color: #0198AB;
}
.post-data{
    font-size: 0.9em;
}
.post-description{
    height: 100%;
    font-size: 1.1em;
    text-transform: lowercase;
    color: rgb(48, 48, 48);
    font-weight: 300;
}
.post-saiba-mais{
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.btn-saiba-mais{
    background-color: #0198AB;
    color: white;
    transition: 0.3s;
}
.btn-saiba-mais:hover{
    background-color: #1a3c3d;
    color: white;
}
/* ################################################################# */
/* APÓS OS POSTS */
.btn-noticias{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
}
.btn-noticias button{
    font-size: 1em;
    font-weight: bold;
    transition: .2s;
    width: 200px;
    height: 50px;
    padding: 10px;
    border: none;
    background-color: #205f67;
    color: white;
}
.btn-noticias button:hover{
    background-color: #0198AB;
    color: white;
}
/* ################################################################# */
/* SINGLE.PHP */
.single{
    display: flex;
    background-color: white;
    border: 1px solid rgb(185, 185, 185);
}
.single-left{
    width: 70%;    
    word-wrap: break-word;
}
.single-left #title-post h1{
    font-size: 2.5em;
    font-weight: 900;
    text-transform: uppercase;
    color: #205f67;    
}
.single-left #text{
    font-size: 1.1em;
    font-weight: 500;
    color: rgb(51, 51, 51);
}
.single-right{
    width: 30%;
}
/* ################################################################# */
/* SIDEBAR DO POST */
#ultimas-noticias-sidebar .item{
    display: flex;
    padding: 2%;
}
#ultimas-noticias-sidebar h2{
    font-weight: 900;
    font-size: 1.5em;
    margin: 0;
}
.title-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.title{
    width: 100%;
    font-weight: 900;
    font-size: 1em;
    margin: 10px 0;
    color: #205f67;
    text-transform: uppercase;
}
/* ################################################################# */
/* PAGE.PHP */
.pagina{
    background-color: white;
    margin: auto;
    text-align: left;
    color: rgb(51, 51, 51);
}
.pagina #texto p{
    font-weight: 500;
    padding-top: 10px;
    font-size: 1.1em;
}
.pagina h1,h2,h3{
    font-weight: 900;
}
/* ################################################################# */
/* FORMULARIO DE CONTATO */
.formulario{
    padding: 2%;
    max-width: 400px;
    background-color: #E2E2E2;
}
.formulario .form-contato h3{
    font-weight: 900;
    color: #2d3232;
    
}
/* ################################################################# */
/* CATEGORIAS */
#categoria{
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.155);
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.127);
    padding: 15px;
}
/* CATEGORIA NOTICIA */
.noticia{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fundo-categoria{
    background-color: white;
    border: 1px solid rgb(185, 185, 185);
}
.noticia a{
    text-decoration: none;
}
.slug-thumb{
    border-radius: 5px;
    width: 20%;
    height: auto;
    padding-right: 1%;
}
.noticias-descricao{
    width: 80%;
}
.slug-titulo{
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 900;
    color: #0198AB;
}
.slug-titulo:hover{
    color: #205f67;
}
.ir-para-noticia{
    padding: 8px;
    background-color: #1a3c3d;
    border-radius: 5px;
    border: none;
    color: white;
}
.ir-para-noticia:hover{
    cursor: pointer;
    background-color: #0198AB;
}
/* CATEGORIA EDITAL */
.descricao-editais{
    font-weight: 500;
    font-size: 1.1em;
}
.titulo-edital{
    font-size: 1.5em;
    font-weight: bold;
}
/* PÁGINAS ANTES E DEPOIS */
.page-numbers{
    list-style: none;
    display: flex;
    align-items: center;
}
.page-numbers li{
    padding: 10px;
}
.page-numbers li a{
    color: rgb(32, 32, 32);
}
.page-numbers .prev,
.page-numbers .next{
    background-color: #0198AB;
    color: white;
    padding: 8px;
    border-radius: 5px;
}
.page-numbers .prev:hover,
.page-numbers .next:hover{
    background-color: #1a3c3d;
    color: white;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;
}
.page-numbers .current{
    font-weight: 900;
    font-size: 1.2em;
}
/* ################################################################# */
/* SEARCH.PHP */
.secao-pesquisa{
    background-color: white;
}
.search{
    display: block;
    width: auto;
    padding: 2%;
    color: #152414;
    margin: 30px 0;
    border: 1px solid rgba(0, 0, 0, 0.155);
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.127);
}
.titulo-search{
    padding-top: 20px;
    color: #0198AB;
    font-size: 1.5em;
    font-weight: 900;
}
.titulo-search:hover{
    padding-top: 20px;
    color: #205f67;
}
.search p {
    font-size: 1.1em;
}
#sem-resultado-pesquisa{font-size:1.1em}
.search #titulo-importancia-1{border-bottom:none;padding-top:15px}
.secao-pesquisa .media-row{margin-bottom:20px;padding:15px;background-color:#f7fafb;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:all 0.3s ease}
.secao-pesquisa .media-row:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,0.12)}
.secao-pesquisa .media-body{line-height:1.5;color:#152414}
@media only screen and (max-width: 600px){.secao-pesquisa .media-row{padding:12px;margin-bottom:16px}}
/* ################################################################# */
/* PAGINAÇÃO PARA O SITE */
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 30px 0;
}
.pagination .antes a, .pagination .depois a{
    list-style: none;
    background-color: #1c311a;
    color: white;
    padding: 10px 20px;
    margin: 0 30px;
    border-radius: 5px;
}

<!-- Elfsight Instagram Feed | Untitled Instagram Feed -->
<script src="https://elfsightcdn.com/platform.js" async></script>
<div class="elfsight-app-208f421c-8650-4fb8-9d58-9864bcdccfa5" data-elfsight-app-lazy></div>

/* ################################################################# */
/* FOOTER */
.site-footer{background:#073863;color:#fff;padding:24px 0;min-height:120px;margin-top:40px}
.site-footer a{color:#cfeaff;text-decoration:none}
.site-footer a:hover{color:#ffffff}
.footer-inner{max-width:1100px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"brand nav" "links contact" "social copy";gap:16px;align-items:flex-start}
.footer-brand{grid-area:brand}
.footer-brand img{max-width:300px;height:auto;display:block}
.footer-nav{grid-area:nav}
.footer-menu{list-style:none;display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0}
.footer-menu li a{padding:6px 8px;border-radius:6px}
.footer-links{grid-area:links}
.footer-links .sep{margin:0 8px;color:#6fa0b3}
.footer-contact{grid-area:contact;display:flex;gap:12px;flex-wrap:wrap}
.footer-contact .contact-item{display:flex;gap:8px;align-items:center}
.footer-social{grid-area:social;display:flex;gap:12px}
.footer-social a{font-size:1.2em}
.footer-copy{grid-area:copy}
.footer-copy p{margin:0;font-size:.95em}
/* ################################################################# */
@media only screen and (max-width: 900px) {
    .logocasa{
        padding-bottom: 50px;
    }
    .bg-1{
        text-align: center;
        display: block;
        width: 100%;
        background-position: right;
    }
    .slide{
        padding-top: 20px;
    }
    #portal-transparencia button{
        width: auto;
    }
    .single{
        display: block;
    }
    .single-left{
        width: 100%;
    }
    .single-right{
        width: 100%;
    }
    .post-box{
        width: 45%;
    }
    .footer-inner{grid-template-columns:1fr;grid-template-areas:"brand" "nav" "links" "contact" "social" "copy"}
    .footer-brand{justify-self:center;text-align:center}
    .footer-brand img{margin:0 auto}
    .single-hero-img{
        height: 220px;
    }
}
@media only screen and (max-width: 600px) {
    .post-box{
        width: 80%;
    }
    .link-rapido,
    .noticia{
        display: block;
    }
    .link-rapido button{
        margin-bottom: 80px ;
    }
    .noticia .slug-thumb,
    .noticia .noticias-descricao{
        width: 90%;
    }
}
@media only screen and (max-width: 480px) {
    #atras-do-menu{
        display: contents;
    }
    #menu{
        text-align: center;
        padding: 10px 0;
    }
    .toggle{
        display: block;
    }
    .nav-link li{
        display: block;
        width: 100%;
    }
    .link-rapido #nota span,
    .link-rapido #nota button,
    .link-rapido #portal span,
    .link-rapido #portal button,
    .link-rapido #das span,
    .link-rapido #das button{
        width: 100%;
        padding: 10px 3%;
    }
}
:root{--atalhos-card-height:150px}
.onde-hospedar h3,.onde-comer h3,.onde-comprar h3{text-align:center;margin:30px 0 20px}
.onde-hospedar{background:#fff}
.onde-comer{background:linear-gradient(to bottom,#dcdcdcc7 0%,#ffffff 100%)}
.onde-comprar{background:#fff}
.pagina-institucional{background:#fff;padding:40px 0}
.pagina-header{max-width:1100px;margin:0 auto;text-align:center}
.linha-pagina{background-color:#0f4675;width:55%;height:5px;border-radius:5px;margin:0 auto 16px;border:none}
.titulo-pagina{font-family:'All Round Gothic',Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#0f4675;letter-spacing:.5px;font-size:clamp(24px,4vw,36px);margin-bottom:24px}
.pagina-conteudo{max-width:900px;margin:0 auto}
.pagina-conteudo p{font-family:'Nunito',Arial,sans-serif;font-size:1rem;line-height:1.8;color:#2d3232;margin-bottom:16px}
.pagina-conteudo h2{font-family:'All Round Gothic',Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#0f4675;font-size:clamp(20px,3vw,28px);margin:24px 0 12px;position:relative;padding-top:12px}
.pagina-conteudo h2::before{content:'';display:block;width:55%;height:5px;background-color:#0f4675;border-radius:5px;margin:0 auto 8px}
@media (max-width:768px){
 .pagina-institucional{padding:24px 0}
 .titulo-pagina{font-size:clamp(22px,5vw,32px)}
 .pagina-conteudo{padding:0 16px}
}
.comercio-header{background:#fff;padding:24px 0}
.comercio-title{font-family:'All Round Gothic',Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#0f4675;text-align:center;letter-spacing:.5px}
.comercio-filtros{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:12px}
.comercio-filtros select{height:36px;padding:0 8px;border:1px solid #d0d7de;border-radius:6px}
.comercio-lista{padding:16px 0;background:#fff}
.comercio-item{display:flex;justify-content:space-between;align-items:center;padding:12px 8px;border-bottom:1px solid #e5e7eb}
.comercio-item-title{font-family:'All Round Gothic',Arial,sans-serif;text-transform:uppercase;color:#c82333}
.comercio-item-endereco{font-family:'Nunito',Arial,sans-serif;color:#2d3232}
.comercio-item-telefone{background:#0f4675;color:#fff;border-radius:24px;padding:8px 12px;display:inline-flex;align-items:center;gap:8px}
@media (max-width:768px){
 .comercio-item{flex-direction:column;align-items:flex-start;gap:8px}
 .comercio-item-right{width:100%}
}
/* SINGLE POST */
.single-post{
    max-width: 1100px;
    margin: 20px auto;
    padding: 0 16px;
}
.single-hero{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}
.single-hero-img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}
.single-hero-title{
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(0,0,0,0.45);
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 1.6em;
    font-weight: 900;
    text-transform: uppercase;
}
.single-hero-title--noimg{
    position: static;
    background: transparent;
    color: #0198AB;
    padding: 0;
    margin: 10px 0 20px;
}
.single-content{
    font-size: 1.05em;
    line-height: 1.8;
}
.img-centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.shadow-soft{
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.transition-soft{
    transition: all 0.3s ease;
}
.spacing-20{margin-bottom:20px;}
.single-post{max-width:600px;margin:20px auto;padding:0 16px;}
.single-hero{position:relative;overflow:hidden;border-radius:8px;margin-bottom:20px;}
.single-hero-img{width:100%;height:220px;display:block;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:all 0.3s ease;object-fit:cover;object-position:center;}
.single-hero-img:hover{transform:scale(1.01);}
.single-hero-title{position:absolute;left:16px;bottom:16px;background:rgba(0,0,0,0.45);color:#fff;padding:10px 16px;border-radius:6px;font-size:1.4em;font-weight:800;text-transform:uppercase;}
.single-hero-title--noimg{position:static;background:transparent;color:#0198AB;padding:0;margin:10px 0 20px;}
.single-content{font-size:1.05em;line-height:1.8;margin-bottom:20px;}
.noticia-thumb{width:150px;height:150px;object-fit:cover;border-radius:10px;display:block;margin-bottom:20px;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:all 0.3s ease;}
.noticia-thumb:hover{transform:translateY(-2px);}
.turistico img{max-width:600px;width:100%;height:auto;display:block;margin:0 auto 20px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:all 0.3s ease;}
.turistico img:hover{transform:scale(1.01);}
.opcao-link{display:inline-block;transition:all 0.3s ease;border-radius:8px;color:#152414}
.opcao-link:hover{box-shadow:0 2px 5px rgba(0,0,0,0.1);transform:translateY(-2px);}
@media only screen and (max-width: 900px){.single-hero-title{font-size:1.2em;}.single-post{padding:0 12px;}.single-hero-img{height:200px;}}
@media only screen and (max-width: 600px){.single-hero-img{height:180px;}}
/* Turístico page specific layout */

.turistico{
  display: flex;
  margin: 20px;
  padding-right: 20px;
  text-align: justify;
}
.turistico h2{
  font-family: 'all round gothic', nunito;
  color: #528e7c;
}
.turistico img{
  width: 500px;
  margin-right: 50px;
}
@media only screen and (max-width: 900px){
  .page-turistico .turistico{flex-direction:column;}
  .page-turistico .turistico-media{flex:initial;margin-right:0;max-width:100%;}
}
.card-img-top{height:400px;width:100%;object-fit:cover;display:block}
