#acontece {
    margin-bottom: 30px;
}

.tile.foto-sobreposta {
    height: 334px;
    position: relative;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tile.foto-sobreposta .tile-content {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.tile.foto-sobreposta img {
    height: 334px!important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px!important;
    position: absolute;
    top: 0;
    z-index: -2;
}

.tile.foto-sobreposta p {
    padding: 0 20px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.563rem!important;
}

.tile .tile-subtitle {
    font-weight: 700;
    margin-bottom: 0!important;
    text-transform: uppercase;
}

.tile .tile-subtitle a {
    color: #fff;
}

.tile .tile-subtitle a:hover {
    text-decoration: underline;
}

.tile.foto-sobreposta h2 {
    padding: 0 100px 20px 20px;
    margin: 0!important;
}

.tile h2 {
    font-size: 1.75rem;
    line-height: 2.188rem;
}

.tile h2 a {
    color: #fff;
}

.tile .tile-subtitle:before {
    content: " ";
    width: 40px;
    height: 4px;
    background: #06acff;
    display: block;
    text-indent: -3000px;
}

.tile.foto-sobreposta>div:before {
    height: 334px;
}

.tile.foto-sobreposta>div:before {
    background-color: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background-image: -o-linear-gradient(transparent,#000);
    background-image: linear-gradient(transparent,#000);
    content: ".";
    display: block;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: .8;
    z-index: -1;
    text-indent: -3000px;
}

.visualClear {
    clear: both;
}