h1, h1 strong {
font-weight: 600;
letter-spacing: 2px;
}
.cont-menu-entradas ul{
list-style: none;
margin-top: 1rem !important;
}
.img-post.mb-3 {
height: 400px;
overflow: hidden;
background-color: #e9e9e9;
display: flex;
align-items: center;
justify-content: center;
}
.img-post.mb-3 img {
/*min-height: 100%;*/
height: auto;
/*min-width: 100%;*/
width: 100%;
object-fit: cover;
object-position: center;
}
.caption-banner:not(.wp-block) {
background-color: transparent;
}
.wp-post-image {
max-height: 500px;
max-width: 1296px;
object-fit: contain;
background: #e9e9e9;
}
.wp-block-embed iframe {
max-width: 100%;
height: 318px;
}