.noticiasback{
    padding-bottom: 30px;
}

.title-news-home{
    padding-bottom: 5px;
    padding-top: 5px;
}
.title-news-home i{
    font-size: 40px;
}
.title-news-home h1{
    font-size: 30px;
    color: #286090;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto', sans-serif;

}
.borde-bottom-title{
    border-bottom: 2px solid #6e6c6c;
    height: 4px;
}
.page-home-news-texte {
    margin-bottom: 20px;
}
.page-home-news-texte h3 {
    font-size: 20px;
    color: #286090;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.noticias-date a {
    color: #4A6E4E;
    font-weight: bold;
    text-transform: uppercase;
}
.page-home-news-texte img{
    width: 100%;
}
.page-home-news-texte p{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    text-align: justify;
    color: #6e6c6c;
}
.page-home-news-texte button{
    color: #286090;
    font-weight: bold;
    padding-left:20px;
    border-radius: 0px;
    padding-right: 20px;
    border: 1px solid #286090;
    background-color: transparent;

}
@media screen and (max-width: 764px) {
    .page-home-news-texte img{
        max-width: 100%
    }
    .noticias-date img{
        max-width: 100%;
    }
    .noticias-date h4{
        color: #4A6E4E;
    }
    .text-icon-noticias{
        float: right
    }
}
.noticias-date img{
    max-width: 80%;
}

.noticias-date h3{
    color: #4A6E4E;
    font-weight: bold;
    text-transform: uppercase;
}
.noticias-date h5{
    color: #4A6E4E;
    text-transform: uppercase;
}
.noticias-text p{
    font-size: 20px;
}
.noticias-date i{
    color: #4A6E4E;
}
.text-icon-noticias{
    font-size: 20px;
    color: #4A6E4E;
}
.text-icon-noticias i{
    font-size: 25px;
}
.blog-thumnail img{ 
    max-width: 100%;
}
.single-blog-item {
    border: 1px solid #dfdede;
    box-shadow: 2px 5px 10px #dfdede;
    margin: 15px auto;
    padding: 5px;
    position: relative;
    height: 391px;
}

.zoomefeito{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
}
.zoomefeito:hover{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
    box-shadow: 0 5px 3px rgba(31, 31, 31, 0.7)
}
.blog-content {
    padding: 15px;
}
.blog-content h4 {
    color: #03a7dd;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Francois One', sans-serif;
}
.single-blog-item button{
    border-radius: 0px;
    font-family: 'Francois One', sans-serif;
    color: white;
    transition: all 200ms ease-in;

    box-shadow: 0 5px 2px rgba(31, 31, 31, 0.7);
    background-color: #03a7dd;
    border-color: #03a7dd;
    /*text-shadow: 2px 2px  rgba(31, 31, 31, 0.7);*/
}
.single-blog-item button:hover{
    border-color: #727272;
    background-color: #727272;
    color: white;
    transition: all 200ms ease-in;

    box-shadow: 0 8px 5px rgba(31, 31, 31, 0.7)
}


.blog-content a{
    text-decoration: none;

}
.blog-content a:hover{
    color: #777;

}
.blog-content h4 a{
    color:#777;
}
.blog-content p{
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3333;
}
.blog-date {
    position: absolute;
    background: rgba(51,122,183, 0.8);
    top: 35px;
    left: 5px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 700;
    font-family: 'Hammersmith One', sans-serif;
    box-shadow: 0 5px 3px rgba(31, 31, 31, 0.7);
}
.more-btn {
    background: #337ab7;
    border-radius: 2px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 30px auto auto auto;
    text-align: center;
    width: 110px;
    color: #f1f1f1;
}


