.page-template-cases-de-videos h1 {
    font-size: 2.063rem;
    color: #000000;
}

.page-template-cases-de-videos .box-video-case h2, .page-template-cases-de-videos .box-video-case p {
    font-size: 0.8751rem;
    font-family: "Roboto Slab",serif;
}

.page-template-cases-de-videos .box-video-case h2 {    
    color: #000000;
    font-weight: bold;
}

.page-template-cases-de-videos .box-video-case p {
    color: #8E8E8E;
}

.page-template-cases-de-videos .box-video-case img {
    border-radius: 10px;
}

.page-template-cases-de-videos .box-video-case {
    cursor: pointer;
}

#modalCaseVideo .modal-dialog {
    max-width: 90%;
    height: 90%;
}

#modalCaseVideo .modal-content {
    height: 90%;
    background-color: #000000;
}

#modalCaseVideo .modal-body {
    padding: 2px;
}

.box-video-case:hover {
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* Tradução */
.links-idiomas {
    background: rgba(255,255,255,0.6);
}
html:lang(pt-BR) .en-US {
	display: none !important;
}
html:lang(en-US) .pt-BR {
	display: none !important;
}
html:lang(en-US) .en-US {
	display: block !important;
}
html:lang(pt-BR) .pt-BR {
	display: block !important;
}
html:lang(pt-BR) .en-US-ib {
	display: none !important;
}
html:lang(en-US) .pt-BR-ib {
	display: none !important;
}
html:lang(en-US) .en-US-ib {
	display: inline-block !important;
}
html:lang(pt-BR) .pt-BR-ib {
	display: inline-block !important;
}
.post-type-archive-cases img.img-fluid.wp-post-image {
    width: 98%;
}
.icon-filtro {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding-top: 5px;
    background: url(../img/icon-filter.png) no-repeat center 3px;
}