/* NOTICIAS */

.new {
    margin: 0 0 50px 0;
}
.content .title-news{
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
    background: #f41a2c;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 2px 10px;
    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
}
.content .title-news a{
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}
.content .title-news h1{
    width: 88%;
    font-size: 18px;
    line-height: 140%;
    margin: 10px 0;
}
.content .title-news .date{
  float: right;
  margin-top: -28px;
}

.content .text-news{
    margin-top: 20px;
    overflow: hidden;
}
.content .text-news p{
    /*margin-bottom: 15px;*/
}
.content .text-news strong{
    font-weight: bold;
}
.content .new .text-news  img{
    float: right;
    margin: 0 0 5px 10px;
    width: 35%;
}

.content .footer-news{
    margin:10px 0 10px 0;
}

.content .footer-news .socials{

}
.content .footer-news .btn-more{
    float: right;
    text-decoration: none;
    color: #f41a2c;
    font-weight: bold;
}
.content .footer-news .btn-more:hover{
    color: #7f7f7f;
}

/*
----------------------------------------------------------------------
ACTIVIDADES
----------------------------------------------------------------------
*/

.form-inscricao{
    margin-top: 20px;
    width:60%;
}
.content .subtitle-news h1{
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
    font-size: 14px;
    background: #f41a2c;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 2px 10px;
    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
}
.campos-inscricao{
    margin-top: 20px;
}
.campos{
    width: 97%;
}
.campos-inscricao .button{
    margin-bottom: 20px;
}
.content .footer-news .btn-more{
    float: right;
    text-decoration: none;
    color: #f41a2c;
    font-weight: bold;
}

div.model-pagination {
    text-align:center;
    padding:7px;
    font-size:12px;
    background-color: transparent;
    margin-bottom: 20px;
}

div.model-pagination a {
    padding:8px 10px 8px 10px;
    margin:2px;
    border-bottom:3px solid #999;
    text-decoration:none;
    color:#999;
}

div.model-pagination a:hover, div.model-pagination a:active {
    border-bottom:3px solid #db3c3c;
    color:#01532D;
    background:#999;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
}

div.model-pagination span.pages {
    padding:8px 10px 8px 10px;
    margin:2px;
    border-bottom:3px solid #999;
    text-decoration:none;
    color:#21759B;
}

div.model-pagination span,div.model-pagination span.current {
    padding:8px 10px 8px 10px;
    margin:2px;
    border-bottom:3px solid #db3c3c;
    font-weight:bold;
}

/*
----------------------------------------------------------------------
HOME
----------------------------------------------------------------------
*/

p + p { margin-top: 0.5em; }

.text-home {font-size: 12px;}

.imageshome{width: 100%;margin-top: 20px;}

.image1 {width: 66%;float: left;}

.mini-images{width: 32.5%;float:right;}
