.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/**
home css
 */
.home-top-news {
    padding-bottom: 30px;
}

/* .home-top-news h5 a {
    font-size: 16px;
    font-weight: bold;
    color: #ff810c;
} */

/* .card.home-top-news {
    padding-right: 0;
    padding-left: 0;
    margin: 0 1.66% 24px;
    max-width: 30%;
    border: 0px;
} */

.card.home-top-news .card-body {
    padding: 0px;
}

/* .card.home-top-news:after {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: linear-gradient(-45deg, transparent 28px, #fff 0);
} */

/* .header-h5 h5 {
    border-bottom: 1px solid #ff810c;
    text-transform: uppercase;
    background: #ff810c;
    display: inline-block;
    color: #fff;
    padding: 8px 18px;
} */

.header-h5, .header-h3 {
    border-bottom: 2px solid #ff810c;
    margin-bottom: 18px;
    position: relative;
}

.header-h5 h5:after, .header-h3 h3:after, .media.nome-news:hover:before, .media.nome-news:before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 40px;
    background: linear-gradient(-45deg, transparent 28px, #fff 0);
}
.media.nome-news:hover:before
.media.nome-news:before {
    top: -2px;
    left: -2px;
}
ul.news-nemu li {
    list-style: none;
    float: left;
    padding: 0px 18px;
}

ul.news-nemu {
    float: right;
}

div.news-menu {
    border-bottom: 2px solid #ff810c;
    display: flow-root;
    margin-bottom: 18px;
}
.orange-color {
    color: #ff810c;
}
.media.nome-news a, .header-color {
    color: #3c3c3c;
}
.d-background {
    background: #3c3c3c;
    padding: 3px 18px;
    font-size: 1.8em;
    color: #fff;
}
/* .media.nome-news:hover {
    -webkit-box-shadow: 0px 0px 0px 2px #ff810c inset;
    -moz-box-shadow: 0px 0px 0px 2px #ff810c inset;
    box-shadow: 0px 0px 0px 2px #ff810c inset;
} */
/* .media.nome-news {
    border: 2px solid #ffffff;
    position: relative;
    padding: 12px 0px;
} */
.media.nome-news:before, .media.nome-news:hover:before {
    width: 42px;
}
/*.media.nome-news:hover {*/
/*    -webkit-transform: scale(1.25, 1.25);*/
/*    transform: scale(1.25, 1.25);*/
/*}*/
/*.media.nome-news:before {*/
/*    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);*/
/*    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);*/
/*}*/



/* Blocks - Maik */


.wp-block-image figcaption {
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}


.wp-block-gallery.has-nested-images figcaption {
    text-align: left;
	font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.wp-block-quote {
    border-left: 5px solid #eaeaea;
    padding-left: 15px;
}

.wp-block-quote cite {
    font-size: 14px;
    line-height: 22px;
}

.wp-block-buttons {
	margin-bottom:20px;
}