
/* tamanho da imagem encaixar na largura do site */
.wp-block-image img{
    height: 40vh !important;
    object-fit: cover !important;
    object-position: center center !important;
	width: 100vw !important
}
.wp-block-image {
    width: 100vw !important; 
    margin-left: calc(-50vw + 50%) !important;
    overflow: hidden !important;
}

/* ocultar tags */
.tag-links {
    display: none;
}
	
h1.entry-title {
	position: relative;
	z-index: 10;
	margin-top: 200px;
	padding-top: 0;
}
.elementor-16 .elementor-element.elementor-element-283f4d3:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-283f4d3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #0F4C81 !important;
}
