@import url('https://fonts.googleapis.com/css?family=Khula:800');
.title-home hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 5px solid #16A085;
    width: 100px;
    float: left;
}
.title-home h2{
    font-size:30px;
    color:#0D2231;
    font-weight: bold;
    /*text-shadow: 2px 2px rgba(0, 0, 0, 0.38);*/ 
    /*text-transform: uppercase;*/
    font-family: 'Khula', sans-serif;
    padding-top: 5px;
    text-transform: uppercase
}

@media screen and (max-width: 764px) {
    .title-home hr {
        margin-top: 5px;
        margin-bottom: 15px;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
        border-top: 5px solid #16A085;
        width: 100px;

        float: none;
    }
    .title-home h2{
        font-size:30px;
        color:#0D2231;
        font-weight: bold;
        /*text-shadow: 2px 2px rgba(0, 0, 0, 0.38);*/ 
        /*text-transform: uppercase;*/
        font-family: 'Khula', sans-serif;
        padding-top: 5px;
        text-transform: uppercase;
            text-align: center;
    }
}
.oe1 {
    position: relative;
    width: 100%;
}
.image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 77, 115, 0.7);

}

.oe1:hover .overlay {
    opacity: 1;
}

.text p {
    text-align: center;
    color: white;
    font-size: 16px;
    /*font-weight: 500;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#imagens_fundo{
    padding-bottom: 25px;
}