.com_content body,
.com_mailto body {
  padding-top: 0;
  overflow-x: hidden; 
}

.alto-contraste *{
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

.alto-contraste{
	background-color: black !important;
	color: white !important;
}
.alto-contraste a , .alto-contraste a span, .alto-contraste a div, .alto-contraste a i {
	color: #FFF333 !important;
	text-decoration: underline !important ;
	opacity: inherit !important ;
}
.alto-contraste a img {
    filter: invert(1);
}

#advancedSearch {
    height: auto;
	overflow:visible;
}


	
.calendarios{
	float: left;
	margin:15px;
}
.calendarios a{
    font-size: 16px;
    font-weight: 700;
    color: #01426a;
}

div#placeholders {
    display: none;
}
.module-sizefont {
    float: left;
}

/* menu lateral de carta de serviços ao cidadão e portal precatórios */

.menucartatitle, .menuprecatoriotitle {
   background: #103e66;
    margin: 0px;
    padding: 4px;
    width: 106%;
    text-align: center;
    color: #ffffff;
	font-size: 16px;
    font-weight: 700;
}


.moduletablemenucarta, .moduletablemenuprecatorio{
	margin-top: 5px!important;
    margin-left: 0;
    padding-top: 5px!important;
    padding-right: 20px!important;
    background: #07b0;
	
	}
	
.moduletablemenucarta .dj-main li.dj-up, .moduletablemenuprecatorio .dj-main li.dj-up {
    position: relative;
    display: block;
    float: left;
    color: #c2e8f1;
    background: #07b;
    padding: 0 !important;
    margin: 0 !important;
    width: 105%;
}
.moduletablemenucarta .dj-main li a.dj-up_a span, .moduletablemenuprecatorio .dj-main li a.dj-up_a span {
    float: left;
    display: block;
    height: auto;
    color: #fff;
    background: #07b;
    transition: all 0.2s ease-in-out 0s;
	line-height:22px;
}
.moduletablemenucarta > ul > li, .moduletablemenuprecatorio > ul > li{
  background-color: #07b  !important;
  width: 100% !important;
  line-height:22px;
  border-bottom: 1px solid #eee
}
.moduletablemenucarta ul > li > a, .moduletablemenuprecatorio ul > li > a{
  background-color: #07b  !important;
  width: 105% !important;
  line-height:22px;
  height: auto!important;
}
.moduletablemenucarta > ul > li.hover li.hover ul.dj-submenu li a:hover, .moduletablemenuprecatorio > ul > li.hover li.hover ul.dj-submenu li a:hover, #dj-main361 > li  ul.dj-submenu li a.active, #dj-main361 > li ul.dj-submenu li li a.active, #dj-main361 > li  ul.dj-submenu li li li a.active {
  width: 105% !important;
  color: #fff;
    text-decoration: none;
    background-color: #006198;
	line-height:22px;
}

.moduletablemenucarta > ul  > li.hover a.dj-up_a,  #dj-main361 > li.active a.dj-up_a, .moduletablemenuprecatorio > ul  > li.hover a.dj-up_a,  #dj-main361 > li.active a.dj-up_a {
	width: 105% !important;
	color: #fff;
    text-decoration: none;
    background-color: #006198;
	line-height:22px;
 }
.moduletablemenucarta > ul  > li.hover a.dj-up_a span, #dj-main361 > li.active a.dj-up_a span {
	width: 90% !important;
	color: #fff;
    text-decoration: none;
    background-color: #006198;
	line-height:22px;
	padding: 10px 11px 8px 10px;
	}
	 .moduletablemenuprecatorio > ul  > li.hover a.dj-up_a span{
	color: #fff;
    text-decoration: none;
    background-color: #006198;
	line-height:22px;
	padding: 18px 11px 18px 10px;
	}

.moduletablemenucarta > ul  > li a.dj-up_a span {
    padding: 15px 11px 15px 10px;
    width: 90%;
	font-size: 14px;
    font-weight: 600;
	text-transform: none;
	line-height:22px;
}
.moduletablemenuprecatorio > ul  > li a.dj-up_a span {
    padding: 16px 11px 16px 10px;
    width: 90%;
	font-size: 16px;
    font-weight: 600;
	text-transform: none;
	line-height:22px;
}
table.moduletablebanner-ejud {
   /* width: 2900px;*/
    margin-left: -5%;
    margin-top: -26px;
}
body.sustentabilidade {
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: 200% -200px;
}
:root {
    --dark-green: #1a472a;
    --orange: #ff8c00;
    --light-orange: #ffa500;
    --light-green: #6b9e5d;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --text-color: #333333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--light-gray);
    background-image: url('../images/fundo_natural.jpeg');
    background-repeat: repeat;
    background-size: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px;
}

/* Header */


.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-circle {
    background-color: var(--orange);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--white);
}

.logo-text {
    font-size: 1.2rem;
    font-weight: bold;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    margin-left: 20px;
}

.nav-menu a {
    color: var(--white);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nav-menu a:hover {
    background-color: var(--orange);
    color: var(--dark-green);
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), 
    url('../images/fundo_amazonia.jpeg') no-repeat center center;
    background-size: cover;
    padding: 3rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    color: var(--dark-green);
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.event-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--light-green);
    padding: 10px 15px;
    border-radius: 8px;
    color: var(--dark-green);
    font-weight: bold;
}

.info-icon {
    font-size: 1.2rem;
    color: var(--orange);
}

/* Main Content */
main {
    padding: 3rem 0;
}

.section-title {
    font-size: 2rem;
    color: var(--dark-green);
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 10px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: var(--orange);
}
.gradient-bg h3 {
    color: white;
}

/* Programação */
.programacao {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.dia-programacao {
    margin-bottom: 2rem;
}

.dia-titulo {
    font-size: 1.5rem;
    color: var(--dark-green);
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 5px;
}

.evento {
    background-color: #f9f9f9;
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid var(--orange);
    border-radius: 4px;
}

.evento-hora {
    font-weight: bold;
    color: var(--dark-green);
    margin-bottom: 5px;
}

.evento-descricao {
    margin-top: 5px;
}

.evento-confirmado {
    color: var(--orange);
    font-weight: bold;
    font-size: 0.9rem;
}

/* Palestrantes */
.palestrantes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 2rem;
}

.palestrante-card {
    background-color: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.palestrante-card:hover {
    transform: translateY(-5px);
}

.palestrante-img {
    height: 200px;
    background-color: #eee;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: var(--dark-green);
    font-size: 2rem;
}

.palestrante-info {
    padding: 1rem;
}

.palestrante-nome {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--dark-green);
    margin-bottom: 5px;
}

.palestrante-cargo {
    font-size: 0.9rem;
    color: #666;
}

/* Hoteis e Restaurantes */
.hoteis, .restaurantes {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.hotel-card, .restaurante-card {
    background-color: #f9f9f9;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border-left: 4px solid var(--orange);
}

.hotel-card h3, .restaurante-card h3 {
    color: var(--dark-green);
    margin-bottom: 0.5rem;
}

.hotel-endereco, .restaurante-endereco {
    margin-bottom: 0.5rem;
}

.hotel-direcoes, .restaurante-direcoes {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--orange);
    color: var(--dark-green);
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.hotel-direcoes:hover, .restaurante-direcoes:hover {
    background-color: var(--light-orange);
}

.restaurante-tipo {
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--light-green);
    color: var(--dark-green);
    border-radius: 12px;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.tipo-filtros {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1rem;
}

.tipo-filtro {
    padding: 5px 10px;
    background-color: var(--light-green);
    color: var(--dark-green);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tipo-filtro:hover, .tipo-filtro.ativo {
    background-color: var(--orange);
    color: var(--dark-green);
}

/* Informações Adicionais */
.informacoes-adicionais {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 2rem;
}

.info-box {
    background-color: var(--white);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-box h3 {
    color: var(--dark-green);
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 5px;
}

.info-list {
    list-style: none;
}

.info-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.info-list li::before {
    content: '•';
    color: var(--orange);
    font-weight: bold;
}

.ponto-turistico-card {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.ponto-turistico-imagem {
    width: 100px;
    height: 100px;
    background-color: #ddd;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-green);
    font-size: 2rem;
}

.ponto-turistico-info {
    flex-grow: 1;
}

.ponto-turistico-info h4 {
    color: var(--dark-green);
    margin-bottom: 5px;
}

.ponto-turistico-endereco {
    margin-bottom: 5px;
}

.ponto-turistico-direcoes {
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--orange);
    color: var(--dark-green);
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.8rem;
}

.hotel-card-completo {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.hotel-imagem {
    width: 100px;
    height: 100px;
    background-color: #ddd;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-green);
    font-size: 2rem;
}

.hotel-info {
    flex-grow: 1;
}

.hotel-info h4 {
    color: var(--dark-green);
    margin-bottom: 5px;
}

.hotel-contato {
    margin-bottom: 5px;
}

.hotel-direcoes {
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--orange);
    color: var(--dark-green);
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.8rem;
}

.guias-download {
    text-align: center;
    margin: 2rem 0;
}

.guia-link {
    display: inline-block;
    margin: 0.5rem;
    padding: 10px 20px;
    background-color: var(--orange);
    color: var(--dark-green);
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.guia-link:hover {
    background-color: var(--light-orange);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-contact {
    margin: 1rem 0;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 1rem;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    background-color: var(--orange);
    color: var(--dark-green);
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .nav-menu {
        flex-direction: column;
        align-items: center;
    }
    
    .nav-menu li {
        margin: 5px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .event-info {
        flex-direction: column;
        align-items: center;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .info-box {
        padding: 1rem;
    }
    
    .ponto-turistico-card, .hotel-card-completo {
        flex-direction: column;
    }
    
    .ponto-turistico-imagem, .hotel-imagem {
        width: 100%;
        height: 150px;
    }
}

/* Additional Styling for Images and Icons */
.plant-image {
    width: 100%;
    max-width: 300px;
    margin: 2rem auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.parrot-image {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.background-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: url('../images/fundo_tecido.jpeg') repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}

/* Custom Icons */
.icon-calendar {
    font-size: 1.2rem;
    color: var(--orange);
}

.icon-location {
    font-size: 1.2rem;
    color: var(--orange);
}

.icon-user {
    font-size: 1.2rem;
    color: var(--orange);
}

.icon-check {
    color: var(--orange);
    font-weight: bold;
}

/* Animation for the plant image */
@keyframes growPlant {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.animated-plant {
    animation: growPlant 1s ease-out;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--orange);
    color: var(--dark-green);
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: var(--light-orange);
    transform: translateY(-2px);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid var(--orange);
    color: var(--orange);
}

.btn-outline:hover {
    background-color: var(--orange);
    color: var(--dark-green);
}

/* Card Hover Effects */
.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Gradient Background for Sections */
.gradient-bg {
    background: linear-gradient(135deg, var(--dark-green), var(--light-green));
    color: var(--white);
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.gradient-bg h2 {
    color: var(--white);
}

.gradient-bg p {
    color: var(--white);
}

/* Social Media Icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 1rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-green);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--orange);
    color: var(--dark-green);
    transform: translateY(-3px);
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--orange);
    color: var(--dark-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-to-top:hover {
    background-color: var(--light-orange);
    transform: translateY(-5px);
}

/* Modal for Detailed Information */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--orange);
}

.modal-title {
    font-size: 1.5rem;
    color: var(--dark-green);
}

.close-modal {
    color: #aaa;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-modal:hover {
    color: var(--orange);
}

/* Tabs for different sections */
.tabs {
    display: flex;
    border-bottom: 2px solid var(--orange);
    margin-bottom: 1rem;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid transparent;
    border-bottom: 2px solid var(--orange);
    background-color: var(--light-gray);
    transition: all 0.3s ease;
}

.tab.active {
    background-color: var(--orange);
    color: var(--dark-green);
    border-color: var(--orange);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Badge for CONFIRMADO */
.badge {
    display: inline-block;
    padding: 2px 8px;
    background-color: var(--orange);
    color: var(--dark-green);
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 5px;
}

/* Decorative Elements */
.decorative-line {
    height: 4px;
    background: linear-gradient(to right, var(--dark-green), var(--orange));
    margin: 2rem 0;
    border-radius: 2px;
}

.circle-pattern {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, var(--orange) 0%, transparent 70%);
    opacity: 0.1;
    z-index: -1;
}

.circle-pattern-1 {
    top: 10%;
    left: 5%;
}

.circle-pattern-2 {
    bottom: 10%;
    right: 5%;
}

/* Floating Plant Icon */
.floating-plant {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-green);
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.floating-plant:hover {
    transform: scale(1.1);
    background-color: var(--light-orange);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--light-gray);
}

::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dark-green);
}

/* Print Styles */
@media print {
    .nav-menu, .scroll-to-top, .floating-plant {
        display: none;
    }
    
    body {
        background: white;
    }
    
    .container {
        padding: 0;
    }
}

        /* Grade para Hotéis, Restaurantes e Pontos Turísticos */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        /* Cartão com Imagem (Hotéis e Pontos Turísticos) */
        .info-card {
            background-color: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            background-color: #eee;
        }

        .info-card-content {
            padding: 1.5rem;
        }

        .info-card-content h3 {
            color: var(--dark-green);
            margin-bottom: 0.5rem;
        }

        .info-card-content p {
            margin-bottom: 1rem;
            font-size: 0.9rem;
            color: #555;
        }

        /* Cartão de Restaurante (sem imagem principal) */
        .restaurant-card {
            background-color: var(--white);
            padding: 1.5rem;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .restaurant-card h3 {
            color: var(--dark-green);
            margin-bottom: 0.5rem;
        }

        .restaurant-card p {
            margin-bottom: 1rem;
            font-size: 0.9rem;
            color: #555;
        }

        /* Tag de Tipo de Cozinha */
        .cuisine-tag {
            display: inline-block;
            background-color: var(--light-green);
            color: var(--white);
            padding: 3px 10px;
            border-radius: 12px;
            font-size: 0.8rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        /* Link de Direções */
        .directions-link {
            display: inline-block;
            color: var(--orange);
            text-decoration: none;
            font-weight: bold;
            font-size: 0.9rem;
        }

        .directions-link:hover {
            text-decoration: underline;
        }

        /* Layout da Seção de Informações Adicionais */
        .informacoes-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 2rem;
        }

        .informacoes-turismo {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            padding: 1.5rem;
            background-color: var(--white);
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .informacoes-turismo h3 {
            grid-column: 1 / -1; /* Faz o título ocupar todas as colunas */
            color: var(--dark-green);
            margin-bottom: 1rem;
            border-bottom: 2px solid var(--orange);
            padding-bottom: 5px;
        }

        .informacoes-outros {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 20px;
        }

        .info-column {
            background-color: var(--white);
            padding: 1.5rem;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .info-column h3 {
            color: var(--dark-green);
            margin-bottom: 1rem;
            border-bottom: 2px solid var(--orange);
            padding-bottom: 5px;
        }
        
        .info-column .info-card {
            margin-bottom: 1rem;
        }

        .info-list {
            list-style: none;
            padding-left: 0;
        }

        .info-list li {
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }
        
        .info-list li strong {
            color: var(--dark-green);
            display: block;
        }
        .t3-copyright{
            background: linear-gradient(#18482cf0, #18482ca3), url(../images/fundo_amazonia.jpeg) no-repeat center center;
            font-size: 13.5px;
            background-size: cover;
            border: 0;
            padding: 1.5rem 0 2.5rem 0;
            font-family: arial;
            text-shadow: 0 0 2px #000000;
        }

