/* stylelint-disable @stylistic/selector-list-comma-newline-after */

body {
  font-family: 'Open Sans', sans-serif, tahoma, arial;
  font-size: 16px;
}

.barra-topo {
  background: #000;
  height: 30px;
  width: 100%;
}

.logo-topo {
  margin: auto;
  max-width: 300px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logo-topo > img {
  width: 100%;
}

.banner-home-topo {
  width: 100%;
}

.banner-home-topo figure {
  border: #dddddd 1px solid;
  display: table;
  height: auto;
  margin-bottom: 40px;
  padding: 7px;
  width: 100%;
}

.leia-mais {
  background: #216ad8;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 15px;
  text-decoration: none;
}

a:link.leia-mais {
  color: #ffffff;
  text-decoration: none;
}

a:visited.leia-mais {
  color: #ffffff;
  text-decoration: none;
}

a:hover.leia-mais {
  color: #ffff00;
  text-decoration: none;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}


.blog-artigo-titulo {
  font-family: Roboto, sans-serif, tahoma, arial;
  font-size: 42px;
  font-weight: 900;
}

.blog-artigo-image {
  border: #dddddd 1px solid;
  width: 100%;
}

.blog-artigo-image img {
  width: 100%;
}

.blog-post-principal {
  background-color: #e6f0ed;
  margin-bottom: 40px;
  padding: 20px;
}


.blog-post-principal h1 {
  font-family: Roboto, sans-serif, tahoma, arial;
  font-size: 42px;
  font-weight: 900;
}


/*
 * Blog posts destaques
 */

.blog-destaque {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    min-height: 190px; /* altura mínima */
    margin-bottom: 30px;
}

/* Coluna de dados */
.blog-destaque-dados {
    flex: 1; /* ocupa o espaço que sobrar */
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* joga o botão para o fim se necessário */
}

/* Coluna da imagem */
.blog-destaque-figure {
    width: 180px;   /* fixo conforme solicitado */
    flex-shrink: 0; /* impede reduzir abaixo de 180px */
    display: flex;
}

.blog-destaque-image {
    width: 100%;
    height: 100%;
}

.blog-destaque-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* imagem ocupa todo espaço, sem deformar */
    border-radius: 0;  /* já que o container pai controla o arredondamento */
}

.blog-post-data {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: 1rem;
}

.blog-destaque-dados .leia-mais {
    margin-top: auto;
    text-decoration: none;
    color: #0056b3;
    width: 90px;
}

.blog-destaque-dados .leia-mais:hover {
    text-decoration: none;
}

.blog-destaque h3 {
  font-family: Roboto, sans-serif, tahoma, arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}


/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post h2 {
  font-family: Roboto, sans-serif, tahoma, arial;
  font-size: 38px;
  font-weight: 900;
}

.blog-post p {
  text-align: justify;
}

.blog-post-data {
  margin-bottom: 1.25rem;
  color: #727272;
}

.blog-post-image {
  border: #dddddd 1px solid;
  max-height: 400px;
  overflow: hidden;
  width: 100%;
}

.blog-post-image img {
  width: 100%;
}


/*
  Rodapé
  ============================ */


.area-footer {
	background-color: #f8f8f8;
  border-top: #fcfcfc 20px solid;
	display: table;
  margin-top: 60px;
	width: 100%;
	}

	div.area-footer-dados { 
		display: table;
		padding-top: 30px;
		width: 100%;
	}

	figure.footer-dados-logo {
		width: 220px; 
	}

	h3.tit-rodape {
		border-bottom: #0059DE 1px solid;
		color: #033682;
		display: table;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	i.footer-icones {
		color: #0059DE;
		font-size: 18px;
		margin-right: 6px;
	}

	.btn-icones { background: #6A7E9C; }


	div.footer-dados-contatos { font-size: 16px; text-align: left; }
	div.dados-contatos-email { font-size: 14px; }
	div.footer-dados-redes { text-align: center; }

	.col-footer-div { border-left: #cccccc 2px solid; border-right: #cccccc 2px solid; }


	div.area-footer-copy { 
		align-items: center;
		display: table;
		padding: 10px;
		padding-left: 70px;
		padding-right: 70px;
		width: 100%;
		}

		div.dados-footer-copy { font-size: 13px; float: left; }
		div.dados-footer-logo {	float: right; }


.ultimas-foto {
  border: #cccccc 1px solid;
  height: 100px;
  overflow: hidden;
  width: 100px;
}

.ultimas-foto > img {
  height: 100%;
}

.ultimas-data {
  color: #333333;
  font-style: italic;
  font-size: 13px;
}

.buscar-foto {
  border: #cccccc 1px solid;
  height: 100px;
  overflow: hidden;
  width: 150px;
}

.buscar-foto > img {
  height: 100%;
}

.buscar-data {
  color: #333333;
  font-style: italic;
  font-size: 16px;
}

.area-perfil {
  background-color: #fcfcfc;
  border-radius: 10px;
  margin-bottom: 70px;
  padding: 20px;
}

.area-perfil figure {
  height: 100px;
  margin-right: 10px;
  width: 100px;
}