/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2026 | 07:32:08 */
.blog-image .dce-featured-image img {
	height:100vh;
	width:100%;
	object-fit:cover;
}

.dce-posts-container.dce-skin-carousel .dce-post-item {
	background-color:transparent!important;
}

.dce-content  .wp-block-image {
	padding-top:3em;
	padding-bottom:3em;
	width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}


@media (max-width: 481px) {
  .dce-content .wp-block-image img {
	height:auto!important;
	object-fit:contain;
}
}


.button-articles a {
	border-bottom: 2px solid black;
    border-radius: 0px;
    padding: 0.5em 0em;
}
.button-articles a::after {
    content: "\f054"!important;
    font-family: "Font Awesome 5 Free"!important;
    margin-left: 30px;
    font-size: 14px;
}


.dce-content p a {
    color: #CB9E58;
    text-decoration: underline;
    font-weight: 500;
}

.image-urbana img {
    height: 640px;
    object-fit: cover;
}

