#box_home_noticias .col-md-3 div{
    background-color: #0D2231  ;
    border:1px solid #fff;
    padding: 0px 20px 10px 20px;;
    height: 244px;
    display:inline-block;
    position:relative;
    cursor:pointer;
    cursor:pointer;  z-index:0;
    position: relative;
    -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);   
}
@media (min-width: 800px) {
    .responsive_img img{
        max-width: 100%;
    }
}
@media (max-width: 764px) {
    #box_home_noticias .col-md-3{
        margin-bottom: 20px
    }
    #box_home_noticias .col-md-3 div{
        margin-left: 30px;
        margin-right: 30px;
    }
}
@media (min-width: 765px) {
    #main{
        padding-top: 85px
    }
    .noticias-date{
        padding-top: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #F6F5F5;
    }
    .noticias-date:hover{
        background-color: #F6F5F5;
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        box-shadow: 0 2px 4px rgba(31, 31, 31, 0.7);
    }
    .responsive_img img{
        max-width: 100%;
    }
}
#box_home_noticias i{
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin-top: 30px;
}
#box_home_noticias  p{
    /*    border-top:7px solid #fff;
        border-bottom:7px solid #fff;*/
    font-size: 22.3px;    
    /*margin-top: -70px;*/
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-top: 10%;
    text-align: center; 
    font-family: 'Vibrocentric', sans-serif;
}
#box_home_noticias .col-md-3{
    z-index: 2;
    -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); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#box_home_noticias .col-md-3:hover
{
    z-index: 999;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 764px) {
    .noticias-text a{
        color: #0D2231;
        text-decoration: none;
        font-size: 20px;
    } 
   .noticias-teste{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.noticias-text a{
    color: #0D2231;
    text-decoration: none;
}
.noticias-text a:hover{
    color: #0D2231;
    text-decoration: none;
}
.border-p {
    text-align: justify;
    padding-top: 10px;
    padding-bottom:  10px;
    padding-left:  10px;
    padding-right:  10px;
    border-radius: 5px;
}
.border-p button{
    float: right;
    color: #fff;
    border-radius: 0px;
    background-color: #16a085;
    border-color: #16a085;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.38);
    -webkit-transition: -webkit-box-shadow 0.15s ease-out;
    -moz-transition: -moz-box-shadow 0.15s ease-out;
    -o-transition: -o-box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
}
.table thead{
    background-color: #16A085;
    color: white;
    font-weight: bold;
}
.table thead th{
    border:1px solid #16A085;
}
.noticias-teste{
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, #f9f9f9 0%, #f2f2f2 100%);*/
    /*background-image: radial-gradient(ellipse farthest-corner at center top, #f9f9f9 0%, #f2f2f2 100%);*/

}
.newstexto-teste img{
    padding-top: 5px;
    z-index: 2;
    -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); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
}
.newstexto-teste img:hover {
    z-index: 999;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.newstexto-teste{
    border: 1px solid #d8d6d6;
    padding-bottom: 10px;
    height: 422px;
    margin-bottom: 20px;

}
.newstexto-teste hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 4px solid #16A085;
    width: 120px;
}
.newstexto-teste h4{
    text-align: center;
    color:#0D2231;
    font-weight: bold;
    font-family: 'Khula', sans-serif;
}

.newstexto-teste p{
    text-align: center;
    font-size: 15px;
}
.newstexto-teste button{
    color: white;
    border-radius: 0px;
    background-color: #16A085;
    font-family: 'Khula', sans-serif;
    height: 35px;
    border-color:  #16A085;
    font-size: 12px;
}
.newstexto-teste button:hover{
    color: white;
    border-radius: 0px;
    background-color: #16A085;
    font-family: 'Khula', sans-serif;
    height: 35px;
    border-color:  #16A085;

}
.newstexto-teste button:focus::before{
    color: white;
    border-radius: 0px;
    background-color: #16A085;
    font-family: 'Khula', sans-serif;
    height: 40px;
    border-color:  #16A085;

}











.news button{
    color: #16A085;
    border-radius: 0px;
    background-color: #F0F0F0;
    font-family: 'Khula', sans-serif;
    height: 35px;
    border-color:  #16A085;
    font-size: 12px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    -webkit-transition: -webkit-box-shadow 0.15s ease-out;
    -moz-transition: -moz-box-shadow 0.15s ease-out;
    -o-transition: -o-box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4.5px 14px;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.news button:hover{
    color: white;
    border-radius: 0px;
    background-color: #16A085;
    font-family: 'Khula', sans-serif;
    height: 35px;
    border-color:  #16A085;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.38);
    -webkit-transition: -webkit-box-shadow 0.15s ease-out;
    -moz-transition: -moz-box-shadow 0.15s ease-out;
    -o-transition: -o-box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;

}
.news button:focus::before{
    color: white;
    border-radius: 0px;
    background-color: #16A085;
    font-family: 'Khula', sans-serif;
    height: 40px;
    border-color:  #16A085;

}