#top{
    position: fixed;
    width: 100%;
/*    padding: 1.5% 0;*/
}
.content{
    background-color: #9DCD5E;
    width: 100%;
    padding: 3.5% 5%;
    margin: 0;
}
.content #logo{
    margin-left: 1px;
}

#top #options{
    height: 70px;
}
.main_box{

}
.main_box #mainboul{
    list-style: none;
    padding: 0;
    margin: auto;
    display: table;

}
.main_box #mainboul li{
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #d7d7d7;
    width: 24.5%;
    display: table-cell;
}
.first{
    height: 100%;

    color: white;
    background-color: #9ecd5f;
    border: none !important;
    padding: 0 !important;
}
.first .note_date{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 2px solid white;
}
.first .note_date img{
    margin: -7px 20px 0 40px;
}

.note_cont{
    padding: 20px 40px;
}
.note_cont h1{
    margin-top: 0;
    font-size: 30px;
    font-family: 'varela_roundregular';
}
.note_cont p{
    font-size: 16px;
}

.note_cont2{
    padding: 0px 10px;
    color: #9ecd5f;
}
.note_cont2 h1{
    margin: 10px 30px;
    font-size: 23px;
    font-family: 'varela_roundregular';
}
.note_date2{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #9ecd5f;
}
.note_date2 img{
    margin: -7px 5px 0 40px;
}
.notes .note_cont2{
    padding: 0 5px;
}
.notes .note_cont2 h1{
    margin: 10px 0px;
    font-size: 20px;
}
.notes .note_date img{
    margin: -7px 5px 0 25px;
}
.notes .note_date2 img{
    margin: -4px 5px 0 5px;
}
.notes .note_date2{
    font-size: 12px;
}
.notes .note_cont{
    padding: 25px;
}
.main_box ul li .note_img{
    width: 100%;
    height: auto;
}
.notes{
   padding-top: 205px; 
}
.noticia{
    width: 100%;
    padding-top: 205px;
    color: white;
}
.noticia .warp{
    display: table;
    width: 100%;
    background-color: #79a240;
}
.noticia .note_img{
    width: 100%;
    /*    min-width: 350px;*/
    height: auto;
}
.noticia .right_side{
    display: table-cell;
    color: white;
    width: 72%;
    background-color: #79a240;
    height: 100%;
    vertical-align: top;
    font-family: 'varela_roundregular';
}
.noticia .close_note{
    width: 3%;
    display: table-cell;
    background-color: #79a240;
    vertical-align: top;
    padding: 1%;
}
.noticia .right_side h1{
    font-size: 50px;
    margin: 40px 0 40px 50px;
    font-family: 'varela_roundregular';
}
.note_data3{
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    padding-right: 150px;
    display: inline;
    font-size: 18px;
}
.noticia .right_side img{
    margin: -7px 10px 0 50px;
}
.noticia .bot_side{
    padding: 20px;
    width: 99.999%;
    background-color: #9ecd5f;
}


@media screen and (max-width: 1400px) {
    .main_box ul li{
        width: 32.5%;
    }
}
@media screen and (max-width: 1200px) {
    .noticia .right_side h1{
        font-size: 40px;
        margin: 40px 0 40px 20px;
    }
    .noticia .note_img{
        width: 350px;
    }
    .noticia .right_side img{
    margin: -7px 10px 0 20px;
}
}
@media screen and (max-width: 1000px) {
    .main_box ul li{
        width: 48.5%;
    }
    .noticia .right_side h1{
        font-size: 40px;
    }
}
@media screen and (max-width: 750px) {
    .noticia .note_img{
        float: left;
        height: auto;
        width: 100%;
    }
    
    .noticia .right_side{
        float: left;
        width: 100%;
        line-height: 50px;
        background: #79a23f;
    }
    .noticia .close_note{
        display: none;
    }
    .note_data3{
        padding: 10px 0;
        width: 100%;
        display: block;
    }
    .noticia .right_side img{
        margin: -7px 10px 0px 20px;
    }
    .noticia .right_side h1{
        font-size: 30px;
        margin: 20px 0 20px 20px;
    }
}
@media screen and (max-width: 600px) {
    .main_box #mainboul li{
        width: 100%;
    }
    .noticia{
        padding-top: 72px;
    }
    .main_box #mainboul li .note_img{
        width: 100%;
    }
    .main_box #mainboul li{
        padding: 5px 0;
    }


}

