@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
    font-weight: 400;
    line-height: 1.3;
}
p{
	color: #474747;
    font-size: 1.1rem;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
  height: auto;
}

@media(min-width: 1200px){
  .container{
    width: 1470px;
  }
}
@media (min-width: 1000px) {

  /* Animations */
  .anime-scroll [data-animate] {
    opacity: 0;
    transition: .5s;
  }

  .anime-scroll [data-animate="left"] {
    transform: translate3d(-50px, 0, 0);
  }

  .anime-scroll [data-animate="right"] {
    transform: translate3d(50px, 0, 0);
  }

  .anime-scroll [data-animate="top"] {
    transform: translate3d(0, -50px, 0);
  }

  .anime-scroll [data-animate="bottom"] {
    transform: translate3d(0, 50px, 0);
  }

  .anime-scroll [data-animate="fade"] {
    opacity: 0;
  }

  .anime-scroll [data-animate="zoom"] {
    transform: scale(.6);
  }

  .anime-scroll [data-animate="zoomIn"] {
    transform: scale(1.3);
    opacity: 0;
    transform-origin: top;
    transition: .7s;
  }

  .anime-scroll [data-animate].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale(1);
  }

  .anime-scroll [data-delay="1"] {
    transition-delay: .1s;
  }

  .anime-scroll [data-delay="2"] {
    transition-delay: .2s;
  }

  .anime-scroll [data-delay="3"] {
    transition-delay: .3s;
  }

  .anime-scroll [data-delay="4"] {
    transition-delay: .4s;
  }

  .anime-scroll [data-delay="5"] {
    transition-delay: .5s;
  }

}

 
 .buscar {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px; 
    margin: 5px 0;
}

.buscar input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
    color: #333;
}

.buscar input::placeholder {
    color: #777;
}

.buscar button {
    width: 40px;
    height: 40px;
    border: none;
    background: #0b2a55;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.buscar button:hover {
    background: #081f3d;
}
/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		

#menu{
  background: linear-gradient(to right, #0b2e66 0%, #195298 100%);
}
#menuprincipal ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

#menuprincipal ul li{ 
display: inline-block; 
	height: auto; 
	position: relative;
}

#menuprincipal ul li a{ 
	font-size: 16px; 
	display: block; 
	height: auto;
  text-transform: uppercase; 
	padding: 0px 15px; 
	line-height: 50px; 
	color: #fff;
  font-weight: 500;
	text-decoration: none; 
} 

#menuprincipal ul li a:hover{ 
	background: #e90506;
	color: #fff;
}  
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; cursor: pointer;}

@media only screen and (max-width: 992px) {
  .pull {cursor: pointer; display: block; margin-top: 5px; padding: 0 35px 0 0; }
  .bgplb{ background-position: right bottom; }
  #menuprincipal ul li{
  width:100%;
display: block;} 
} 
 
@media only screen and (min-width: 992px) { 
	#menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; width: 100%; padding: 5px 0; }
	#menu.nav-fixed ul{ display: block; margin: 0 auto; float: none; text-align: center; }
	#menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none;}
	#menu.nav-fixed ul a{line-height: 40px; color: #fff;} 
	#menu.nav-fixed li ul{text-align: left; display: none; top: 34px;}
	#menu.nav-fixed li ul a{ line-height:20px; }
} 

@media only screen and (max-width: 992px) { 

	#menu{
		position: sticky;
		top: 0;
		z-index: 111; 
	}

	.logo{
		margin: 15px 0;
	}
	.logo img{
		max-width:100%;
		height: auto;
		max-height: 70px;
	}
}

 

.noticia-principal,
.noticia-lateral{
    position:relative;
    overflow:hidden;
    display: block;
    border-radius:6px;
}

.noticia-principal img,
.noticia-lateral img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.noticia-principal{
    height:415px;
}
.noticia-lateral{
    height:195px;
}

.overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:20px;
    background:linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    color:#fff;
}

.overlay h2{
    font-size:22px;
    margin:10px 0 0 0;
}

.overlay h3{
    font-size:16px;
    margin-top:10px;
}

.tagcategory{
    background:#e53935;
    color:#fff;
    padding:4px 10px;
    font-size:12px;
    border-radius:20px;
    font-weight:bold;
}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
.lupa:before{
  position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.lupa:hover:before{
  opacity: 1;
}

.page-header{
  padding: 30px 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #47c22f;
}
  
.page-header h1{
  color: #005022;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0;
  margin: 0 0;
}

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

.list li{
  padding-left: 15px;
  margin-bottom: 5px;
}

.list li:before{
  content: "";
  width: 7px;
  height: 7px;
  float: left;
  margin-top: 8px;
  background: #e3191c;
  margin-left: -15px;
  border-radius:50%;
}

/*@media(min-width: 992px){
   .card-noticia{ 
    background:#fff;
    border-radius: 5px;
    padding:20px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    }
     
}*/

.card-title {
	font-family: "Playfair Display", sans-serif;
    font-weight: 700;
}

.titulo-noticia{
    font-size: 26px;
    font-weight: 700;
	font-family: "Playfair Display", sans-serif;
    color: #000 /*#0b2f67*/;
    margin-bottom:10px;
}
@media(max-width: 768px){
    .titulo-noticia{
        font-size: 22px;
    }
}

.info-noticia{
    font-size:13px;
    color:#777;
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:15px;
}

.fonte{
    background:#e53935;
    color:#fff;
    font-weight:bold;
    padding:3px 6px;
    border-radius:50%;
    font-size:12px;
}

.imagem-noticia{
    position:relative;
}

.imagem-noticia img{
    width:100%;
    border-radius:6px;
}

.categoria{
  margin: 5px 0 -35px 15px;
  position: relative;
  background:#c70b0b;
  float: left;
  color:#fff;
  font-size:14px;
  padding:5px 10px;
  border-radius: 25px;
  font-weight:bold;
}

.resumo-noticia{  
    margin-top:10px;
}

.rodape-noticia{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:25px;
}

.compartilhar{
    font-size:13px;
    color:#666;
}

.icon{
    display:inline-block;
    width:22px;
    height:22px;
    line-height:22px;
    text-align:center;
    border-radius:50%;
    color:#fff;
    font-size:12px;
    margin-left:5px;
}

.facebook{ background:#3b5998; }
.twitter{ background:#000; }
.instagram{ background:#e4405f; }
.whatsapp{ background:#25d366; }

.btn-leia{
    border:1px solid #c70b0b;
    color: #c70b0b;
    padding:6px 12px;
    border-radius:20px; 
    text-decoration:none;
}

.btn-leia:hover{
  text-decoration: none;
    background:#c70b0b;
    color:#fff;
}

.noticias_recentes{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.noticias_recentes h4{
  font-size: 16px;
  color: #484848;
  margin-bottom: 0;
}
.noticias_recentes time{
  color: #c70b0b;
  font-size: 14px;
}

 .pagination{
    margin: 15px 0 35px 0;
 }
 .pagination  span.current{
 	background: #092656;
 	border-color: #092656;
    padding: .5rem .75rem;
    color: #fff;
    margin-left: -1px;
    line-height: 1.25;
 }

 .pagination a.page-link{
 	color: #092656;
 }


 @media(max-width:768px){
  .pagination{
    display: block !important;
  }
  .pagination li{
    display: inline-block;
  }
 }

.tt{
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  color: #184f94;
}

.widget-autor{
  background: #eeeeee;
  padding: 15px;
  border-radius: 15px;
}

.widget-autor h5{
  font-size: 20px;
  color: #184f94;
}

 #form .form-control{
  	min-height: 45px;
 	border:1px solid #ccc;
 }

 #form .btn{
 	background: #d34e03;
 	color: #fff;
 	margin-top: 20px;
 	height: 45px;
 	border: none;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #da560d;
  }

 .captcha{
 	float: left;
 	border:1px solid #ccc;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}

#footer{
	padding: 30px 0 0 0;
	background: linear-gradient(to right, #0b2e66 0%, #195298 100%);
	color: #fff;
  font-size: 14px;
}

#footer address,
#footer p{
  font-size: 14px;
	color: #fff;
}

#footer .btn_s{
	background: #0b2e66;
	border-radius: 50%;
	width: 37px;
	height: 37px;
  border: 1px solid #fff;
	padding: 8px 0 0 0;
}
	#footer .btn_s:hover{
		background: #fff;
	}

	#footer svg{
		fill: #fff;
		width: 20px;
		height: 20px;
	}
  
  #footer .btn_s:hover svg{
    fill: #0b2e66;
  }
	
.rodape{
	margin-top: 15px;
	background: #092656;
	padding: 5px 0;
  font-size: 14px;
}

 .newsletter {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    overflow: hidden; 
    margin-bottom: 15px;
}

.newsletter input[type=email]{
    flex: 1;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    background: transparent;
    outline: none;
    color: #333;
}

.newsletter input::placeholder {
    color: #666;
}

.newsletter input[type=submit] {
    background: #e50914;
    color: #fff;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 40px;
    transition: 0.3s;
}

.newsletter  input[type=submit] :hover {
    background: #c40812;
}
 
@media(max-width: 595px){
 .newsletter input[type=email]{
    width: 50%;
 }
}
 
@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}

 

 
.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; right: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}

 
/* ==========================================================================
   7. COMENTÁRIOS E FORMULÁRIO
   ========================================================================== */

#comments {
    margin-top: 3rem;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#comments h2.comments-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #003366;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

/* Lista de Comentários (ul.comment-list) */
.comment-list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}

.comment {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.comment:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Avatares */
.avatar {
    border-radius: 50%;
    margin-right: 1rem;
    border: 2px solid #f0f2f5;
    background-color: #fff;
}

/* Metadados do Comentário (Autor e Data) */
.comment-meta {
    font-size: 0.9em;
    margin-bottom: 0.5rem;
}

.comment-author {
    font-weight: 600;
    color: #1a1a1a;
}

.comment-metadata a {
    color: #6c757d;
    text-decoration: none;
}

.comment-metadata a:hover {
    color: #0066cc;
}

/* Conteúdo do Comentário */
.comment-content {
    margin-top: 0.5rem;
    font-size: 1em;
}

/* Link de Resposta */
.reply a {
    font-size: 0.9em;
    font-weight: 600;
    color: #dc3545; /* Cor de destaque */
}

/* Comentários Aninhados (Respostas) */
.children {
    list-style: none;
    margin-left: 2rem; /* Recuo para comentários aninhados */
    padding-left: 0;
    margin-top: 1rem;
    border-left: 3px solid #f0f2f5; /* Linha de indicação de aninhamento */
    padding-left: 1rem;
}

/* Formulário de Comentário (comment-respond) */
#respond {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

#reply-title {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

/* Estilizando os campos do formulário (Bootstrap form-control) */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #0066cc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
}

/* Botão de Envio */
.form-submit input[type="submit"] {
    background-color: #003366; /* Azul escuro do menu */
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-submit input[type="submit"]:hover {
    background-color: #004488;
}

.badge a{
    color: #fff;
    font-weight: 500;
}