.responsive-iframe-container {
    position: relative;
    width: 100%; /* O iframe ocupará toda a largura disponível */
    padding-top: 56.25%; /* Altura proporcional para vídeos 16:9 */
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Largura ajusta automaticamente */
    height: 100%; /* Altura ajusta automaticamente */
    border: none; /* Remove bordas */
}

/* Exemplo de botão acessível */
button:focus, a:focus {
  outline: 2px solid #007bff; /* Adiciona um contorno azul quando o elemento está focado */
}

.button {
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}

.button:hover {
  background-color: #0056b3;
}





.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px; /* Espaço entre as opções */
}

.radio-option {
    display: flex;
    align-items: flex-start; /* Alinha o botão de rádio ao topo do texto */
    gap: 8px; /* Espaço entre o botão e o texto */
}

.radio-option input[type="radio"] {
    margin-top: 4px; /* Ajuste fino para melhor alinhamento vertical */
}

.radio-option label {
    line-height: 1.4; /* Facilita a leitura de textos longos */
}


.corpo{
    min-height: 500px;
}
.menuHome{
	background-color: #c0c8cd;
	height: 80px;
	font-size: 20px;
	color: black;
}
.text-rigth{
	text-align: right;
}
.red{
	color: red;
}
.icon {
  /*background-image: url(icon.svg);*/
}
.icon:hover{
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.copyright{
	background-color: #c0c8cd;
	height: 80px;
	font-size: 14px;
	color: black;
}

.card-footer{
	 background-color: white;
}
.textSite{
	font-size: 1.2em;
	text-align: justify;
}
.textSitecenter{
	font-size: 1.2em;
	text-align: center;
}
.badge{
	   border-radius: 4px 4px 0px 0px;
	   background-color: #004A7E;
	   padding:10px;
	   font-size: 41px;	   
	   color: #ffffff;
	   width: 100%;
	}
	.mes{
	background-color: #FFC107;
	color: #004A7E;
	font-size:16px;	
	margin-top:-3px;	
	display: block;
	width: auto;
	text-align: center;
	height: 24px;
	font-weight: bold;
}
.tituloGaleria{
		text-align: left;
	    font-size: 16px;	  
	    font-weight: bold;	    
	}
	.saibaMais{
		text-align: left;
	    font-size: 16px;	  
	    font-weight: bold;	  
	    color: #004A7E!important;  
	}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    width: 50px;
   
}

.error{
	color:red;
}

.logoCel{
	width: 150px;
	height: 57px;
}

.video1{ 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 100000;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}


/* Style the video: 100% width and height to cover the entire window */
.myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 100000;
  background-color: black;
}
#botao{
	position: fixed;
	right:3%;
	top:3%;
	z-index: 100001;
	color: white;
	

}
#botao1{
	position: fixed;
	right:3%;
	top:3%;
	z-index: 1;
	color: white;
	

}
#botao:hover{
	cursor: pointer;
}


/* Add some content at the bottom of the video/page */




.fotoSecretarioNome{	
	width:100%;
	max-width:500px;
	height: 430px;	
	text-align: center;		
	margin-bottom: 30px;    
	float: left;
	margin-bottom: 30px;
}
.fotoSecretario{	
	width:auto;
	max-width:225px;
	height: 264px;	
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	background-color:rgb(245, 245, 245);
	border-radius: 5px; 
}
.fotoSecretariaNome{	
	width:auto;
	max-width:515px;	
	text-align: center;	
	float: left;	
	margin-bottom: 20px;	
}
.fotoSecretaria{	
	width:auto;
	max-width:515px;
	height: auto;	
	overflow: hidden;
	text-align: center;
	padding-right: 20px;
}
.legenda{		
	font-size: 18px;	
	word-wrap:break-word;
    width: 100%;	
}
.legendaS{		
	font-size: 16px;	
	font-weight: bold;
}

.fotoDirertorNome{
	width:100%;
	max-width:500px;
	height: 400px;	
	text-align: center;		
	margin-bottom: 30px;    
	float: left;
}
.fotoDiretor{	
	width:auto;
	max-width:340px;
	height: auto;	
	max-height: 264px;
	overflow: hidden;
	margin: 0 auto;
	/*width: 50%;*/
} 
.legendaP1{
	margin-top:5px;	
	line-height: 1px;
}
.modal{
	height: auto;
	margin: 0px;
	padding: 10px !important;	
	
}
.social-icon{
	width: 100px;
	justify-content: space-between;
}

.social-icon svg {
	background: #008fbe;
	border-radius: 10%;
	width: 30px;
}


.close-modal{
	position:static !important;
    width: 50px !important;
	height: 50px !important;
	margin-left: 88% !important;
	margin-top:2% !important;
	z-index: 100000000000000000000000000000000000000 !important;
	
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.85) !important;
    text-align: center;
    z-index:100000 !important;
    
}
.link{
	color: #808080;
	font-weight: bold;
}
.carousel-indicators {
  position: absolute;
  right: 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: 13%;
  list-style: none;  
  margin-top: 580px;  
}
li{		
	padding-right:5px;
	
}
.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: #ff0000;
  
  /*background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;*/
}
#carouselExampleIndicators1{
	margin-top: -30px;
}
.artigo{
	font-size: 120%;
}
.imgNoticiaP{
	height:180px;
	width: 260px;
	max-height:180px;
	overflow:hidden;	
}
.noticiasL{	
	margin-bottom: -15px; 
}
.imgNoticiaG{
	
	height:426px;
	max-height:426px;
	overflow:hidden;
	
}
.imgTributacao{
	
	width:500px;
	height: 630px;
	
	
}
.imgNoticiaP_Outras{
	height:150px;
	width:300px;
	
	
}
.tituloSubChamadaP_Outras{
	height: 50px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;		
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;		
}
.tituloSubChamadaTxt{
	height:55px;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;		
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	    
}



.icon{
	/*color: #C82333;	    */
}
.icon :hover {
	/*color: #004A7E;*/
}
.tituloChamada{		
	height:45px;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;		
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;	
    margin-bottom: -1px;
	
}
.tituloSubChamada{
	font-size: 130%;
	color:#565656;
	font-style: normal;
	font-weight: normal;
}
.tituloSubChamadaP{
	margin-top:5px;
	height:55px;
	color:#004A7E;
	font-size: 120%;
	font-style: normal;
	
	width: 80%;
	margin-left: 13px;
	overflow: hidden;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;	
    line-height:95%;
   
}
.tituloSubChamadaP2{
	height:53px;
	color:#004A7E;
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	width: 80%;
	margin-left: 13px;
	overflow: hidden;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
    line-height:95%;
   
}
.tituloSubChamadaP1{
	height:53px;
	color:#004A7E;
	font-size: 115%;
	font-style: normal;
	font-weight: bolder;
	width: 91%;
	margin-left: 13px;
	overflow: hidden;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
   
}
.textP{
	font-size: 80%;
	text-align: justify;
}
.textPp{
	font-size: 60%;
	text-align: justify;
}
.text{
	font-size: 120%;
	text-align: justify;
}
.carousel-item-principal {
	max-width: 750px;
}
.materia{
	font-size: 150%;
}
.pad{
	margin-top: -24px;
}
.thumb{
	width: 150px;
}
.fotoChamada{
	padding:5px;
	background-color: white;
	margin-top:5px;
	margin-bottom: 5px;	
	text-align: center;
}
.fotoChamadaT{	
	width: 100%;
	max-height: 80px;
	overflow: hidden;
}
.noticiaChamada{	
	margin-top:5px;
	margin-bottom: 5px;
	height: 80;	
	padding-left: 0px;
	
}
.btnPesq{
	
	padding-left:10px;
	padding-right:10px;
	background-color: #808080;
	color: white;
	height: 38px;
	
}
.btnPesq :hover{
	color:#ffffff;
	cursor: pointer;
}
.alinhaPesq{		
	padding: 7px;
	padding-left:10px;
	padding-right:10px;
	background-color: #808080;
	color: white;
	z-index: 4;	
	margin-right: -5px;
}
.alinhar{
	  display: flex;     
      justify-content: space-between;
      width:100%;  
      position: relative;    
}
.alinhar01{			
	width:100%;
	z-index: 1;		
}
.alinhar02{	
	z-index: 3;	
}
.Legenda0{	
	font-size: 20px;	
	margin-left: 10px;	
	height:45px;
	overflow: hidden;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;	
	
}
.ql-editor{
	font-size: 20px;
}

.tituloLegenda0{	
	font-size: 22px;	
	margin-left: 10px;		
	color: #004A7E;
	font-weight: bolder;
}
.active .page-link{
	background-color:  #004A7E!important;
	color: white;
	
}
.btnLeiaMais{
	background-color: #004A7E;
	color: white;
	border: 0px solid #dee2e6;
	padding:10px;
	margin-top:16px;
	border-radius: 4px 4px 4px 4px;
	font-size: 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.hidden{
	visibility: hidden;
	margin-top: -60px;
}
.linhaP{
	border:none;
    border-top:2px dotted #004A7E;
    color:#fff;
    background-color:#fff;
    height:1px;
    width:50%;
}
.menu{
	background-color: #004A7E;
	height: 40px;
	color: white;
	display:block;
	padding-top: 5px;
}
.menu1{
	display:block;
	text-align: right;	
	width: auto;
}
.nav-link1 {
   display: block;
   color: #FFFFFF;
    width: 20px;
    margin-left: 0px;
    
}
.ultimasN{	
	height: 200px;
	overflow: hidden;
	
}

.nav-link1:hover, .nav-link1:focus {
  text-decoration: none;
  color: #ffffff;
}
.link-menu{
	display:inline;
	padding-left: 12px;
	font-size: 13px;
	
}
#preloader {
    position:fixed;    
    top:0;
    left:0;
    right:0;
    bottom:0;
   /* background-color: black;*/
    background: rgba(0, 0, 0, 0.35);
   /* background-color:#F27620;  cor do background que vai ocupar o body */
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}
#fade-container {
    position: absolute;
    left: 50%;
    right: 0px;
    bottom: 0px;
    top: 50%;
    background: #ccc;
}

/* ini: Preloader */
 

.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   
}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}
 
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}
/* 	plugfield estação meteorológia */

.ibox {
    color: #1a5c61;   
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox-content {
    border: none;
    border-radius: 10px;
    background: #f1f5f6;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    height:380px;
   
}
.label-40	 {
    font-size: 40px;
    font-weight: bolder;
}
.painel {
    min-height: 250px
}

.col-xs-2 {
    width: 16.66666667%;
}
.temp-icon {
    width: 40px;
    height: 40px;
    vertical-align: top;
}

.f-min-label{
	 font-size: 20px;	
	
}
.f-max-label{
	 font-size: 20px;
	
}
.textM{
	padding-top: 30px;
	text-align: center;
	font-size: 20px;	
	width: 200px;
	font-family: inherit;
}

.t-label{
	font-size: 25px;
    font-weight: bolder;
    font-family: monospace;
}
.temp-icon {
    width: 40px;
    height: 40px;
    vertical-align: top;
    margin-top: 2px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.uv-ico img {
    height: 100px;
}
.f-label{
	text-align: left;
}
div {
    display: block;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
     -webkit-animation-duration: 1s; 
     animation-duration: 1s; 
     -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
}
.deltat-green {
    position: absolute;
    margin-top: 6px;
    margin-left: 85px;
 
}
.deltat-yellow {
    position: absolute;
    margin-top: 30px;
    margin-left: 85px;
}
.deltat-red {
    position: absolute;
    margin-top: 53px;
    margin-left: 85px;
}
.deltat-yellow-red {
    position: absolute;
    margin-top: 6px;
    margin-left: 395px;
}
.deltat-humi {
    transform: rotate(270deg);
    position: absolute;
    margin-top: 284px;
    margin-left: -50px;
}
.deltat-temp {
    position: absolute;
    margin-top: 490px;
    margin-left: 222px;
}
.img-deltat-pin {
    height: 30px;
    width: 30px;
    position: absolute;
}
.img-deltat {
    width: 600px;
    margin-left: 20px;
   
}
.m {
    margin: 15px;
}
.tab{
	font-size: 100%;
	font-weight: 600;
}
/* end: Preloader */
/*css global tabela*/
        .full_table_list{width: 100%;border-collapse: collapse;text-align: center;}
         
        /*colocando bordas nas linhas*/
        .full_table_list tr{border:1px black solid;}
         
        /*Definido cor das linhas pares*/
        .full_table_list tr:nth-child(even) {background: #FFF}
         
        /*Definindo cor das Linhas impáres*/
        .full_table_list tr:nth-child(odd) {background: #EEE}   
        
        
        
        
        
        
        .full_table_list2{width: 100%;border-collapse: collapse;text-align: center;}
         
        /*colocando bordas nas linhas*/
        .full_table_list2 tr{border:1px #c0c0c0 solid;}
         
        /*Definido cor das linhas pares*/
        .full_table_list2 tr:nth-child(even) {background: #FFF}
         
        /*Definindo cor das Linhas impáres*/
        .full_table_list2 tr:nth-child(odd) {background: #FFF} 
  @media only screen and (max-width: 479px) {
    
  }    
          
  @media only screen and (min-width: 1200px) {
	   .imgNoticiaI{
				height:280px;
				max-height:280px;
				width: 250px;
				overflow:hidden;				
			}
			
   }	
 @media only screen and (max-width: 1199px) {
  		    .card-text{
					font-size: 10px;
			}
  			.tituloChamada{		
				height:28px;				
			    margin-bottom: -1px;	
			    font-size: 150%;			
			}
  			.tituloSubChamadaTxt{
				height:38px;	
				padding-left: 10px;
				padding-right: 10px;			   
			}
  			.tituloSubChamadaP{
  			    font-size: 150%;
  			}
  			.imgNoticiaI{
				height:100%;
				
				overflow:hidden;
				
			}
			
			.active{
				font-weight: bold;
			}
			.toggle-trigger{
				font-size: 100%!important;;
			}
			.imgNoticiaP{
				height:100%;
				width: 80%;
				max-height:100%;
				overflow:hidden;	
			}
			.fotoChamadaT{
			    height:100%;
				width: 80%;
				max-height:100%;
				overflow:hidden;
			}
			.linhaP{
			  margin-top:  40px;
			  width: 100%;
			}
			.text-xl{
			   font-size: 20px!important;
			}
			.materia{
			     font-size: 20px!important;
			     text-align: justify;
			}
			/*.fotoSecretarioNome{
				width:125px;
				height: 360px;	
				text-align: center;	
				float: left;
				margin-right: 20px;	
				margin-bottom: 30px;
			}
			.fotoSecretario{	
				width:125px;
				height: 164px;	
				overflow: hidden;
				text-align: left;
            }*/
            
            .legenda{
                    word-wrap:break-word;
                    width: 100%; 
                    font-size: 14px!important;
                  
            }
            .fotoSecretaria{		
				padding-right: 0px;
			}
			
			.link-menu .iconCel{
				font-size: 18px;
			}
			.t-label{
				font-size: 15px;			   
			}
			.label-40{
				 font-size: 20px;   
			}
			
			.textM{
			   width: 100%;
			}
			.f-label{
			    text-align: center;
			}
			.ibox-content {   
			     height:100%;
			    
			}
			
			
			
			.img-deltat {
			    width: 290px;
			    margin-left: -30px;
			   
			}
			.deltat-green {				    
				    margin-top: 0px;
				    margin-left: 5px;
				    font-size: 12px;
			}
			.deltat-yellow {
			     margin-top: 11px;
				 margin-left: 5px;
				 font-size: 12px;
			}
			.deltat-red {
			     margin-top: 23px;
				 margin-left: 5px;
				 font-size: 12px;
			}
			.deltat-yellow-red {			   
			    margin-top: 10px;
			    margin-left: 120px;
			     font-size: 12px;
			}
			.deltat-temp {			   
			    margin-top: 250px;
			    margin-left: 50px;
			    font-size: 12px;
			}
			.deltat-humi {			  
			    margin-top: 140px;
			    margin-left: -75px;
			    font-size: 12px;
			}
			.img-deltat-pin {
			    height: 20px;
			    width: 20px;			    
			}
			.text-tools{
				font-size: 12px;
			}
			
			.link-menu{				
				padding-left: 20px;
				font-size: 12px;
				
			}
			.nav-link{
			  padding-right: 5px;
			}
			
	}       
 @media (min-width: 576px)  {
         
    .imgNoticiaI{
	   
	}
 }
 @media (min-width: 768px)  {
 
    .imgNoticiaI{
	    	
	}
 }
 @media (min-width: 992px)  {}
 @media (min-width: 1200px) {}
 #fade-container {
    position: absolute;
    left: 50%;
    right: 0px;
    bottom: 0px;
    top: 50%;
    background: #ccc;
}

/* ini: Preloader */
 

.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   
}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}
 
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}
/* end: Preloader */

.loading {
    display: none;
    margin-top: 10px;
    font-weight: bold;
    color: #008493;
    font-size: 16px;
}

.loading span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    background-color: #008493;
    border-radius: 50%;
    animation: bounce 1s infinite alternate;
}

.loading span:nth-child(2) { animation-delay: 0.2s; }
.loading span:nth-child(3) { animation-delay: 0.4s; }

@keyframes bounce {
    0% { transform: translateY(0); opacity: 0.5; }
    50% { transform: translateY(-8px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.5; }
}



 
