.chrono_credits {
	display:none;
}
.module .subtitle {
	font-weight:600!important;
}
.noticia {
	margin-bottom: 10px;
    border-bottom: 1px solid #e8e7e7;
	min-height:90px!important;
}

#content.internas div.light-image-horz {
	width: 350px;
}

main div.container .module h3 {
	margin-bottom: 0px!important;
}

@media only screen and (max-width : 480px) {
	 
	 header #logo img {display:none;}
        
    }
	
#content.internas .content-header-options-1 .btns-social-like {
    padding-top: 0px!important;
	padding-left:10px;
}

#content.internas div.light-image-vert {
    max-width: 350px!important;
}

.selectwidthauto{ 
    width:100%!important;
}

.moduloalturamenor{
	padding-bottom:0px!important;
}

.artigo-direita{
	border-radius:6px;
	margin-left:15px;
	width:350px;
	float:right;
}

.artigo-esquerda{
	border-radius:6px;
	margin-right:15px;
	width:350px;
	float:left;
}
.portal:hover{
	opacity: 0.7;
}
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 18px;
  font-weight: 500;      
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-align: left;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #3a72bc;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #3a72bc;
  border-color: #3a72bc;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* Style all font awesome icons 
.fa {
  padding: 15px;
  font-size: 20px!important;
  width: 15px;
  text-align: center;
  text-decoration: none;
}*/

/* Add a hover effect if you want */
.fa:hover {
  color:white;
  opacity:0.8;
}
/* Set a specific color for each brand */

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

/* Menu Novo GOV.BR */
main #navigation nav li {
    padding: 5px 10px 5px 10px!important;
}
.nav-header {
    padding: 5px 0px 5px 0px!important;
    font-size: .85em!important;
    color: #2c66ce!important;
}
.numeros {
  margin-top: 20px;
}

.row {
    margin-left: 2px;
}


.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video-item {
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  background-color: #fff;
  padding: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.video-container {
  position: relative;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* slider Título */

.custom-title {
    font-size: 12px; /* Define o tamanho da fonte como 12px */
    text-align: left; /* Alinha o texto à esquerda */
    margin: 0; /* Remove margens padrão, se necessário */
}

.conteudo-oculto {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out; /* Transição suave */
}

.botao-leia-mais {
    background-color: #007bff; /* Cor do botão */
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.botao-leia-mais:hover {
    background-color: #0056b3;
}