/*CSS DO SITE*/
:root {
  --cor-primaria: #1E3A8A;   /* Azul escuro */
  --cor-secundaria: #2563EB; /* Azul médio */
  --cor-destaque: #F59E0B;   /* Amarelo/laranja */
  --cor-texto: #333333;
  --cor-fundo: #ffffff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
  color: #FAAB01;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
body .feature-box-icon{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.fa{
	font-size: 25px;
}




.logo-principal > a > img{
	

}

.icons {
	font-size: 2em; 
	color: Tomato;
}

.address-onde-dormir{
	margin-right: 10px;
}

.email-onde-dormir{
	margin-right: 10px;
}

.telefone-onde-dormir{
	margin-right: 4px;
}

.site-onde-dormir{
	margin-right: 1px;
}

/* Ajusta dropdown para tocar facilmente */
.navbar-nav .nav-item {
    margin-bottom: 0.5rem;
}

.navbar-nav .dropdown-menu {
    position: static; /* mantém o dropdown dentro do menu expandido */
    float: none;
    width: 100%;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centraliza horizontalmente */
    gap: 20px; /* espaçamento entre fotos */
    padding: 10px;
}

.thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb img {
    max-height: 250px; /* altura máxima */
    max-width: 250px;  /* largura máxima */
    width: auto;        /* mantém proporção */
    height: 200px;       /* mantém proporção */
    display: block;
}


/*.img-thumbnail {
    max-width: 200px;      
    height: auto;         
}*/









.address-onde-comer{
	margin-right: 10px;
}

.email-onde-comer{
	margin-right: 10px;
}

.telefone-onde-comer{
	margin-right: 4px;
}

.site-onde-comer{
	margin-right: 1px;
}

.tipo-onde-comer{
	margin-right: 12px;
}

.nav-breadcrumb {
	background-color: #fff;
}
.nav-breadcrumb .breadcrumb-item a {
	text-decoration: none;
	font-size: 1.2rem;
}
.nav-breadcrumb .active {
	font-size: 1.2rem;
}
.title-underline-bottom {
    height: 3px;
    width: 100%;
    background-color: #FAAB01;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.fotoRota{
	width: 100%;
	background-color: black;
}
.img-atrativo-capa {
	width: 450px; 	
	padding: 0px 20px 0px 20px;	
	padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px #008493;
    margin-left: 50px;
    margin-bottom: 10px;
}
.img-evento-capa {
	height: 400px; 	
	padding: 0px 20px 0px 20px;	
}
 #map {
      height: 400px;
      width: 100%;
    }

.footerFont{
	   font-size: 20px;
	}
	

.tituloGaleria{
		text-align: left;
	    font-size: 20px;
	    color: #008493;
	    font-weight: bold;
	    line-height: 1.1;
}
.tituloGaleriaVideo{
		text-align: center;
	    font-size: 20px;
	    color: #ffffff;
	    font-weight: bold;
	    line-height: 1.1;
	    height: 48px;
}
.badge{
	   border-radius: 4px 4px 0px 0px;
	   background-color: #e8e8e8;
	   padding:10px;
	   font-size: 41px;	   
	   color: #008493;
	   width: 100%;
	}


	.list-inline{
	   font-size: 14px;
	}
	.tituloMateria{
	      font-size: 40px;
	      color: black;
	      font-weight: bold;	
		  
	}
	.embed-responsive{
	margin-bottom: 40px;
	}
	.creditos{
	      font-size: 13px;
	      color: black;
	      font-weight: bold;	
		  
	}
	.creditosP{
	      font-size: 12px;
	      color: black
	}
	.page-header .tituloMateria {
    border-bottom: 5px solid #dc3545;
    color: #4c4444eb;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 -25px;
    font-size: 36px;
    padding: 0 0 17px;
}
.btnS{
	color: white;
}
.tituloEventoPD{
	margin-left:-10px;
}

.nomeEvento{	
	font-size: 17px;	
	color: #008493;
	font-weight: bold;
	line-height: 1;	
	text-align: center;	
	
}
.nomeEvento2{	
	font-size: 20px;	
	color: #008493;
	font-weight: bold;
	line-height: 1;	
	text-align: center;
	position: absolute; 
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.tituloEventoPD2{
	margin-left:-10px;
	position: relative
}
.modalPopup{
	width: 400px;	
}
.modal-content{
	padding: 20px;
	padding-top: 0px;
}
.diaEvento{
	padding: 5px;
	border-radius: 4px 4px 0px 0px;
	background-color: #e8e8e8;
	font-size: 28px;	
	
}
.mesEvento{
	background-color: #008493;
	color: white;	
	margin-bottom: 0px;
	display: block;
	width: 100%;
	text-align: center;
}
.mes{
	background-color: #008493;
	color: white;
	font-size:14px;
	padding: 2px;	
	margin-top:0px;
	margin-bottom: 5px;
	display: block;
	width: auto;
	text-align: center;
	height: 25px;
}
@media (max-width: 992px) {
	.img-carousel{
	        width: 100%;
	        height: 375px;
			max-height: 375px;	
			border-style:solid;
            border-width:7px;
            border-color: #ffffff;
            padding: 7px;
            padding-bottom: 30px;
            background-color: white;
            overflow: hidden;
			/*width: 2400px;
			height: 500px;
			width: 1110px;
			height: 400px;*/
			
	}
	
	.page-header .tituloMateria{
	    font-size: 20px;	   
	}
	.infos{
		color: black;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    	font-size: 1.1em;
    	line-height: 1.42857143;
    	color: #333;
	}
	.icons {
	font-size: 1.1em; 
	color: Tomato;
	}
	.title-section {
    	font-size: 30px;
	}
	.page-section {
    	width: 100%;
    	display: block;
   		position: relative;
    	overflow: hidden;
    	padding: 40px 0;
	}
	footer{
	   padding-top: 10px;
	   height: 355px;
	   background-color:#008493; 
	   background-image: none;	 
	   background-size: 100%;
	}
	.titulo{
	    text-align: left;
	    font-size: 18px;
	}
	.tituloGaleria{
		text-align: left;
	    font-size: 18px;
	    color: #008493;
	    font-weight: bold;
	    
	}
	.titulo-img-thumb-site{
		font-size: 30px;
		
	}
	.badge{	 
	   font-size: 34.5px;
	   width: auto;
	   color: #008493;
	}
	.diaEvento{
		padding: 5px;
		border-radius: 4px 4px 0px 0px;
		background-color: #e8e8e8;		
		margin-left: -15px;
     }
	.list-inline{
	font-size: 12px;
	}
	.tituloGaleria{
	  font-size: 18px;  
	}
	.mes{	 
	    font-size: 14px;
	    width: 59px;
	}
	.mesEvento{	 
	    font-size: 12px;
	    margin-left: -15px;	 
	    width: 49px;   
	}
	.nomeEvento{
	    font-size:16px;	    	   
	}
	.footerFont{
	   font-size: 12px;
	}
	.img-atrativo-capa {
		height: auto; 
		/*padding: 0px 20px 0px 20px;
		margin-bottom: 10px;*/
		padding: 4px;
	}
	
}

.portfolio {
  margin-bottom: 30px;
}
.section-grey{
  margin-bottom: 30px;
}

.portfolio .portfolio-itemVideo {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 35rem;  
  
  overflow: hidden;
}
.portfolio .portfolio-itemVideo .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(173, 22, 72, 0.5);
  
}
.portfolio .portfolio-itemVideo .portfolio-item-caption:hover {
  opacity: 0.5;
}

.portfolio .portfolio-itemVideo .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}



.portfolio .portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 35rem;
  margin-bottom: 30px;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
}

.portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0; 
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(173, 22, 72, 0.5);
  border-radius: 100%;
  
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 0.5;
  
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}
#carouselExampleIndicators0{
	margin-top: -30px;
}
#carouselExampleIndicators1{
	margin-top: -28px;
	
}
.portfolio-modal .portfolio-modal-title {
  font-size: 2.25rem;
  line-height: 2rem;
}
/*Começo portfolio atrativos*/
.portfolio .portfolio-item .portfolio-item-caption-atrativo {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(173, 22, 72, 0.5);
}

.portfolio .portfolio-item .portfolio-item-caption-atrativo:hover {
  opacity: 0.5;
}

.portfolio .portfolio-item .portfolio-item-caption-atrativo .portfolio-item-caption-content {
  font-size: 1.5rem;
}
/*Fim portfolio atrativos*/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.125rem solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  color: #FAAB01!;
    background-color: #FAAB01!important;   
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}



.btn-galeria:focus, .btn-galeria:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.carousel-caption1 {
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0px;  
  z-index: 10;
  padding-left: 20px;
  padding-top:5px;
  color: #ffffff;
  text-align: left;
  
  /*background: rgba(0, 0, 0, 0.5);*/
  
  height: 100px;
}
.txt{
	 color: #ffffff;
}
.tituloLegendaDestaque{
	position: absolute;
	font-weight: bolder;
	font-size: 16px;
	color: #ffffff;	
	background-color:#EDB403;
	right: 5;
	left: 5;
	padding-left: 5px;
	padding-right: 5px;	
	margin: 10px;
	max-width: 450px;
}
.tituloLegenda{
	position: absolute;
	font-weight: bolder;
	font-size: 16px;
	color: #ffffff;	
	background-color:#EDB403;
	right: 5;
	left: 5;
	padding-left: 5px;
	padding-right: 5px;	
}
.legendachamada{	
	position: absolute;
	font-size: 12px;
	background-color:#EDB403;
	right: 40;
	left: 20;	
	margin-top: 20px;
	padding-left: 5px;
	max-width: 595px;
	
	
	height:35px;
		
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;	
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;   
}
li{		
	padding-right:19px;
	
}
.carousel-indicators li .foto{
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;  
  height: 30px;
  max-height: 30px;
  width: 50px;
  max-width:50px;
  overflow: hidden;
  margin-top: -5px;
  margin-bottom:10px;
  margin-left: 998px;
  /*text-indent: -999px;*/
  cursor: pointer;
  background-color: #ffffff;
  
  /*background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;*/
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
 
}

/*.carousel-indicators1 .active {
  opacity: 1;
}*/

.fotoChamada{
	padding:5px;
	background-color: white;
	margin-top:5px;
	margin-bottom: 5px;	
}
.fotoChamadaD{
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	background-color: white;
	margin-top:-5px;
	margin-bottom: 5px;	
}
.noticiaChamadaDestaque{	
	margin-top:-5px;
	margin-bottom: 5px;
	height: 84px;		
	background-color: white;
	padding-left: 10px;	
	padding-right: 15px;
}
.fotoChamadaDestaque {	
    width: 100%;
    height: 480px;       /* define altura fixa */
    object-fit: cover;   /* corta a imagem mantendo a proporção */
    object-position: center; /* centraliza o corte */
    border-radius: 5px;  /* opcional: cantos arredondados */
}
/*.tituloLegendaDestaque{
	position: absolute;	
	font-size: 20px;	
	right: 5;
	left: 5;
	padding-left: 5px;
	padding-right: 5px;		
	font-weight: bold;
	padding-right: 0px;
}*/
.fotoChamadaT{	
	width: 100%;
	height: 90px;
	max-height: 90px;
	overflow: hidden;
}
.BoxChamada{
	margin-top: 82px;	
}

.noticiaChamada{	
	margin-top:5px;
	margin-bottom: 5px;
	height: 80;	
	padding-left: 0px;
	
}

.tituloLegendaC{
	position: absolute;	
	font-size: 16px;	
	right: 5;
	left: 5;
	padding-left: 5px;
	padding-right: 5px;	
	color:black;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
}
.tituloLegendaC2{
	position: absolute;	
	font-size: 22px;	
	right: 5;
	left: 5;
	padding-left: 5px;
	padding-right: 5px;	
	color: #4c4c4c;
	font-weight:bolder;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
}
.tituloLegenda0{	
	font-weight: bolder;
	font-size: 18px;
	color: #5A5253;	
	margin-left: 10px;	
}
.Legenda0{	
	font-size: 16px;	
	margin-left: 10px;	
	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
}
.linhaP{
	border:none;
    border-top:2px dotted #E6A90C;
    color:#fff;
    background-color:#fff;
    height:1px;
    width:50%;
}
.linhaD{
	border:none;
    border-top:2px solid #DC3545;
    color:#fff;
    background-color:#fff;
    height:1px;
    width:50%;
}
.linhaD2{
	border:none;
    border-top:1px dashed #EDB403;
    color:#fff;
    background-color:#fff;
    height:1px;
    width:50%;
}
/*.noticiaChamada :hover{
	color: #800000;
	cursor: pointer;	
}*/
/*.fotoChamada :hover{
	border: 5px solid #EDB403;
	cursor: pointer;	
}*/
.legendachamadaC{	
	position: absolute;
	font-size: 10px;	
	right: 40;
	left: 20;	
	margin-top: 20px;
	padding-left: -10px;
	max-width: 595px;	
}
/*Medias queries*/
@media only screen and (min-width: 1200px) {
	.img-carousel{
	        width: 100%;
	        height: 577px;
			max-height: 577px;	
			border-style:solid;
            border-width:7px;
            border-color: #ffffff;
            padding: 7px;
            padding-bottom: 30px;
            background-color: white;
            overflow: hidden;
			/*width: 2400px;
			height: 500px;
			width: 1110px;
			height: 400px;*/
			
	}
	.img-carousel1{
	        width: 100%;
			max-height: 300px;			
			overflow: hidden;	
			padding-top:7px;
            padding-bottom: 7px;
            background-color: #ffffff;	
            background-color:#EDB403;           		
	}
	
}
@media only screen and (max-width: 1199px) {
	.img-carousel{
			width: 1200px;
			height: 450px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
	.img-carousel{
			width: 1199px;
			height: 450px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.img-carousel{
			width: 991px;
			height: 350px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 575px) {
	.img-carousel{
			width: 767px;
			height: 300px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
		.img-carousel{
			width: 600px;
			height: 300px;
		}
		.img-historia {
			width: 600px;
			height: 150px;
		}
		.img-atrativo-capa {
		width: 100%; 
		padding: 4px;
		
		}
	}

/*rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr*/
.logofundo{
	background-image: url("/images/logo_municipio_preto.png");
	background-size: 100%;   
    background-repeat:no-repeat;    
    width:300px;
    height:300px;    
    
}
.alturaFundo{
	 padding-top: 10%;
	 display: flex;
	
	justify-content: center;
	align-items: center
}
.altura {    
  margin-top: 30px; 
  padding-top: 8px;
}


.logo-principal > a > img{
	width: 200px;
}

.icons {
	font-size: 2em; 
	color: Tomato;
}

.address-onde-dormir{
	margin-right: 10px;
}

.email-onde-dormir{
	margin-right: 10px;
}

.telefone-onde-dormir{
	margin-right: 4px;
}

.site-onde-dormir{
	margin-right: 1px;
}
.img-thumb {
  position: relative;
  margin-left: 30%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.img-thumb-big {
  position: absolute;
  width: 160px;
  height: 160px;
  margin-top: -30px;
  margin-left: 70px;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);

  z-index: 100;
}

.img-thumb-big img {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  width: 90%;
  height: 90%;

  object-fit: contain;
}
.thumbnailFoto1{
    width: 150px;
    max-height:100px;   
    overflow: hidden;
    border-radius: 8px 8px 8px 8px;	    
    border: 5px solid #d7ebff;   
}

.thumbnailFoto img{
    width: 100%;
}
.img-thumb-siteCel {  
 display: block;
  width: 250px;
  height: 155px;  
  max-height:155px;   
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
 /* box-shadow: 4px 2px 10px rgba(0, 0, 0, 1);   */
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
.img-thumb-site { 
  background-size:100%;	
  width: auto;
  height: 120px;  
  max-height:120px;   
  overflow: hidden;
  /*border-radius: 8px 0px 8px 0px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);  */ 
}
.img-thumb-GaleriaFoto {
  display: block;	
  background-size:100%;	
  width: auto;
  height: auto;  
  max-height:155px;   
  overflow: hidden;  
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

.img-thumb-evento { 
	padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  background-size:100%;	
  width: auto;
  height: auto;  
  max-height:155px;   
  overflow: hidden;
  border: 1px solid #dee2e6; 
 /* border-radius: 0px 0px 0px 0px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 1);  */ 
}
.box-img-thumb-siteCel{	
	text-align: center;
	align-items: center;
	border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 1); 
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
   
}
.box-img-thumb-site{
	position:relative;
	padding: 20px;	
	width: auto;
	height: auto;
	margin-bottom: 30px;
	border-radius: 8px 0px 8px 0px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1); 
    text-align: center;
   
}
.box-img-thumb-GaleriaFoto{
	padding: 10px;	
	width: auto;
	height: 270px;
	margin-bottom: 10px;
	border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);     
}
/*.box-img-thumb-Evento{
	padding: 10px;	
	width: auto;
	height: 270px;
	margin-bottom: 10px;
	border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);     
}*/
.box-img-thumb-Evento{
	padding: 10px;
	padding-bottom:15px;	
	width: auto;
	height: auto;
	margin-bottom: 30px;
	border-radius: 8px 0px 8px 0px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);     
}

.titulo-img-thumb-site{
	margin-top:5px;
	font-size:14px;
	text-align: center;
	color: #008493;
	font-weight: bold;	
	height: 40px;
}
.titulo-img-thumb-siteCel{
	margin-top:5px;
	font-size:18px;
	text-align: center;
	color: #008493;
	font-weight: bold;	
	height: auto;
	padding-bottom: 10px;
}
.titulo-img-thumb-GaleriaFoto{
	margin-top:5px;
	font-size:14px;
	text-align: center;
	color: #008493;
	font-weight: bold;	
	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
	
}
.text-img-thumb-site{
	margin-top:5px;
	font-size:12px;
	text-align: justify;
	color: #008493;
	font-weight: bold;	
	max-height:75px;   
	max-width: 200ch;	
	
    
    
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
   
    margin-bottom: 15px;
    
  }
  .submenu{
	margin-top: 50px;
  }
  .btn-Amarelo{
	background-color: #FAAB01;
  }
  .btn-Amarelo:hover{
	background-color: rgb(228, 177, 1);
  }
  .leiaMaisD{		
	color: #008493;	
	font-weight: bold;
	margin-top: 55px;
}.leiaMaisP{		
	color: #008493;	
	font-weight: bold;
	margin-top: 65px;
}
.leiaMais{
	margin-top:20px;	
	width: 100px;
	height: 28;
	background-color: #008493;
	color: #fff;
	text-align: center;
	border-radius: 4px 4px 4px 4px;
	margin-bottom:15px;
	padding: 8px;	
}
.leiaMais:hover{
	background-color: #db1c5a;
}
.abrirGaleriaFoto{	
	position: relative;
	width: 100px;
	height: 28;
	background-color: #008493;
	color: #fff;
	text-align: center;
	border-radius: 4px 4px 4px 4px;	
	margin-top: -43px;
	margin-right: 10px;
}






.img-thumbnail-Evento {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  width:auto;
  min-width: 330px;
  max-height: 330px;
  overflow: hidden;
}
.img-thumbnailSite {	
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  width: 350px;
  max-width: 350px;
  height: 250px;
  overflow: hidden;
  margin-bottom:30px;
 
}
.btnLeiaMais{
	background-color: #008493;
	color: white;
	border: 0px solid #dee2e6;
	padding:10px;
	margin-top:16px;
	border-radius: 4px 4px 4px 4px;
	
}
.btnPesq{
	background-color: #008493;
	color: white;
	border: 0px solid #dee2e6;
	height: 33px;
	width: 80px;
	border-radius: 4px 4px 4px 4px;
	
}
.btnPesq:hover{
	background-color: rgb(0, 172, 191);
}
.alinhaPesq{
	padding: 5.5px;
	padding-left:10px;
	padding-right:10px;
	background-color: #808080;
	color: white;
}
.alinhar{
	  display: flex;     
      justify-content: space-between;
      width:100%;  
      position: relative;    
}
.alinhar01{			
	width:100%;
	z-index: 1;		
}
.alinhar02{	
	z-index: 3;	
}


.bootstrap-switch-handle-on{
	background-color: black;
	height: 200px;
}
/*span .alert-danger{
	color: white;
}*/
.alert-danger{
	background-color: #6F131D;
	color: white;
}
.fechar{	
	background-color: #6F131D;	
	font-size:25px;
	border: 0px solid #d7ebff;
	position: absolute;
    top: 0;
    right: 0;
    margin-right:10px;
    color: #FFFFFF;	   
}
.nav-item{
	text-align:center;
	width: 100%;
	padding: 0px;
}
a:not([href]) {
	background-color: green;
	color: white;
}
a .btn .btn-primary .btnS{
	background-color: green;
	color: white;
}

/*MENU*/
/* Fundo do menu */

.dropdown-menu .dropdown-item:hover{
	background-color:rgb(255, 255, 236);
}
.navbar-toggler{
	background-color: #FAAB01;
	
}
.direita {
  position: absolute;   /* posiciona fora do fluxo normal */
  top: 10px;               /* encosta no topo */
  right: 0;             /* encosta na direita */
  padding: 10px;        /* dá um respiro */
  z-index: 999;         /* garante que fique na frente */
}

.direita img {
  max-width: 150px;
  height: auto;
  display: block;
}



.top{
	margin-top: 10px;
}
.dropdown-item:hover{
	color: #fff;
}

li.nav-item:hover {
	 background: rgb(255, 255, 236);
     color: rgb(255, 255, 255)!important;     
}
/* Logo e espaçamento */
.logo-principal img {
    max-height: 100px;
}

/* Links principais */
.navbar .nav-link {
    color: #FAAB01!important;
    font-weight: 500;
    transition: color 0.3s, background-color 0.3s;
}

/* Hover nos links */
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #FAAB01 !important; /* destaque amarelo */
}
.collapse{
	margin-top: 50px;
}

/* Dropdown */
.dropdown-menu {
    background-color: rgb(255, 255, 236);
    border: none;
    border-radius: 0 0 10px 10px;
    color: #FAAB01 !important; /* destaque amarelo */
}

.dropdown-item {
   color: #FAAB01 !important; /* destaque amarelo */
    transition: background-color 0.3s, padding-left 0.3s;
}

.dropdown-item:hover {
    background-color: #008493!important;
    color: rgb(255, 255, 255) !important;
    width: 100%;
  /*  padding-left: 20px;*/
}
.dropdown-item:not(:hover) {
   
    width: 100%;
  /*  padding-left: 20px;*/
}

/* Botão hamburguer */
.navbar-toggler {
    border-color: #FFFFFF;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*munu atrativos*/
.menu-icons .menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #008493; /* cor padrão */
  border-radius: 16px;
  padding: 30px 20px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  height: 150px;}

.menu-icons .menu-box i {
  font-size: 40px;
  margin-bottom: 12px;
  color: #FAAB01; /* ícone amarelo */
}

.menu-icons .menu-box h5 {
  margin: 0;
  font-weight: 600;
  color: #FFFFFF;
}

.menu-icons .menu-box:hover {
  background: #3D9BA7; /* hover verde-azulado */
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}


/**teste*/

/* Container do card */
.blog-listing {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.blog-listing:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}

/* Imagem */
.img-thumbnailSite {
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  height: 250px;
  width: 100%;
  transition: transform 0.3s ease;
}

.blog-listing:hover .img-thumbnailSite {
  transform: scale(1.05);
}

/* Título */
.titulo {
  font-size: 1.4rem;
  font-weight: bold;
  color: #008493;
  margin: 12px 0;
}

/* Informações */
.infos {
  color: #444;
  font-weight: 500;
  transition: color 0.3s ease;
}

.infos a {
  color: #008493;
  text-decoration: none;
}

.infos a:hover {
  color: #FAAB01;
  text-decoration: underline;
}

/* Ícones */
.icons i {
  color: #FAAB01;
  margin-right: 6px;
  font-size: 1rem;
}

/* Texto destacado (labels como Endereço, Telefone etc.) */
p strong {
  color: #008493;
  font-weight: 600;
  margin-right: 4px;
}

/* Separador */
hr {
  /*border-top: 2px dashed #e0e0e0;
  margin: 25px 0;*/
}



.video-fullscreen {
		margin-top: -50px;
	    position: relative;
	    
	    height: 100vh; /* ocupa toda altura da tela */
	    overflow: hidden;
        margin-left:-3px ;
	}
	
	.video-fullscreen video {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    z-index: -1;
	    transform: translate(-50%, -50%);
	    object-fit: cover; /* garante que o vídeo preencha a tela */
		
	}
/* Smartphones pequenos */
@media (max-width: 320px) {
	.hide-mobP{
		display:none !important
  	}
	 .navbar {
        background-color: rgb(255, 255, 255) !important;
    }
    .video-fullscreen video {
		     top: 65%;
	        width: 80%;
	        height: auto;       /* respeita proporção vertical */
	        object-fit: contain; /* mostra o vídeo inteiro */
    }
	.video-fullscreen {
		margin-top: -180px;
	    position: relative;
	   
	    height: 100vh; /* ocupa toda altura da tela */
	    overflow: hidden;
        margin-left:-3px ;
	}
    
    .logo{
		margin-top: -15px;
		margin-left: 10px;
	}
    
}
	

/* Smartphones pequenos */
@media (min-width: 321px) and (max-width: 480px) {
  /* até 480px */
  	.hide-mob{
		display:none !important
  	}
	.video-fullscreen video {
		
		    top: 65%;
	        width: 100%;
	        height: auto;       /* respeita proporção vertical */
	        object-fit: contain; /* mostra o vídeo inteiro */
    }
	.video-fullscreen {
		margin-bottom: 50px;
		margin-top: -150px;
	    position: relative;
	   
	    height: 120vh; /* ocupa toda altura da tela */
	    overflow: hidden;
        margin-left:-3px ;
	}
    .top{
		background-color: white;
		padding: 25px;
		margin-top: -30px;
    }
    .direita{
		margin-top: -10px;
	}
	  .show {
		  background-color: transparent !important; /* remove fundo */
		  box-shadow: none;                         /* tira sombra se tiver */
		}
     .nav-item{ 
	  box-shadow: 0px 0px 1px rgba(0, 0, 0, 1); 	
	  padding-left: 10px; 
	}
	.navbar-nav {
	    margin-top: 0;
	    background-color: rgb(255, 255, 236);  
	    width: 260px;    
   }
     .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
    .dropdown-menu > a {
        color: #7a7c82;
        background-color: initial;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #1e4d7e;
    }
    .dropdown-menu > a:hover,
    .dropdown-menu > a:focus {
        color: #fff;
        background-color:#1e4d7e;
    }
    .dropdown-menu a {
        width: 200px;
        padding: 6px 15px;
        font-size: 14px;
        font-weight: 600;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
        margin-top: 0px
    }
    .bg-light-nav {	
		    height: 80px;
		    background-color: rgb(255, 255, 255)!important;    
			 border-radius: 8 8px 8px 8px;
		    /*box-shadow: 0px 10px 50px rgba(0, 0, 0, 1);*/
		}
  
  
}

/* Smartphones maiores / retrato */
@media (min-width: 481px) and (max-width: 767px) {
  /* 481px até 767px */
    .hide-mobM{display:none !important;}
    
    
    .video-fullscreen {
		margin-bottom: 50px;
	  position: relative;
	  width: 100%;
	  height: 70vh;        /* ocupa a altura inteira da tela */
	  overflow: hidden;     /* corta excesso */
	}
	
	.video-fullscreen video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  object-fit: cover;    /* cobre a tela, cortando se necessário */
	  transform: translate(-50%, -50%); /* centraliza */
	}

  
     .nav-item{ 
	  box-shadow: 0px 0px 1px rgba(0, 0, 0, 1); 	
	  padding-left: 10px; 
	}
	.navbar-nav {
	    margin-top: 0;
	    background-color: rgb(255, 255, 236);  
	    width: 260px;    
   }
     .navbar {
        padding: 20px 0;
         background-color: rgb(255, 255, 255) !important;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
    .dropdown-menu > a {
        color: #7a7c82;
        background-color: initial;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #1e4d7e;
    }
    .dropdown-menu > a:hover,
    .dropdown-menu > a:focus {
        color: #fff;
        background-color:#1e4d7e;
    }
    .dropdown-menu a {
        width: 200px;
        padding: 6px 15px;
        font-size: 14px;
        font-weight: 600;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
        margin-top: 0px
    }
     
     
	 /* Força o fundo branco no menu colapsado */
   
}
/* Tablets em retrato */
@media (min-width: 768px) and (max-width: 1024px) {
  /* 768px até 1024px */
    .hide-tab{display:none !important;	}
 
	.video-fullscreen video {
		    top: 90%;
	        width: 100%;
	        height: auto;       /* respeita proporção vertical */
	        object-fit: contain; /* mostra o vídeo inteiro */
    }
	.video-fullscreen {
		margin-bottom: 50px;
		margin-top: -685px;
	    position: relative;
	    height: 100vh; /* ocupa toda altura da tela */	  
	    overflow: hidden;
        margin-left:-3px ;
	}
	 /* Força o fundo branco no menu colapsado */
    .navbar-collapse {
       /* background-color: #fff !important;*/
        position: absolute; /* para não empurrar a logo */
        top: -60px!important; /* logo fica acima */
        left: 150px!important;
        width: 300px;
        
     
    }
      .navbar {
        background-color: rgb(255, 255, 255) !important;
    }
}
/* Apenas para telas pequenas */
@media (max-width: 991px) and (min-width: 1025px) {
    /* Força o fundo branco no menu colapsado */
    .navbar-collapse {
       /* background-color: #fff !important;*/
        position: absolute; /* para não empurrar a logo */
        top: 100%; /* logo fica acima */
        left: 0;
        width: 100%;
        padding: 10px 15px;
        z-index: 999;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .navbar-nav .dropdown-item:hover {
        background-color: #f0f0f0;
    }

    /* Botão hamburguer sempre visível */
    .navbar-toggler {
        z-index: 1000; /* acima do menu */
    }

    /* Mantém a logo no canto sem ser empurrada */
    .direita {
        position: absolute;
        top: 0;
        right: 15px;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .navbar {
        background-color: rgb(255, 255, 255) !important;
    }
    
   
}



/* Desktop padrão */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* 1025px até 1280px */
     /* .hide-desktop{display:none !important;}
	  .video-fullscreen {height: 80vh!important;}*/
}
@media (min-width: 1280px){
	.hide-desktop{display:none !important;}
	.video-fullscreen {
		margin-bottom: 50px;
		height: 80vh!important;
	}
	.navbar {
        background-color: rgb(255, 255, 255) !important;
    }
}

/* Desktop grande */
@media (min-width: 1281px) and (max-width: 1440px) {
  /* 1281px até 1440px */
    .hide-desktop{display:none !important;}
	.video-fullscreen {height: 80vh!important;}
}

/* Full HD */
@media (min-width: 1441px) and (max-width: 1920px) {
  /* 1441px até 1920px */
  
}

/* Monitores Ultra Wide / 2K */
@media (min-width: 1921px) and (max-width: 2560px) {
  /* 1921px até 2560px */
}

/* 4K */
@media (min-width: 2561px) {
  /* 2561px pra cima */
}



				
				

	               

