/* styles */
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
    color: #000;
    background: #f1f1f1;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
section {
    padding: 40px 0;
}
section, footer {
    width: 100%;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}




/*fix*/
body.fix{
    padding-top: 137px;
}
/*offer*/

.header{
}
.header a{
    display: block;
}
.header img{
    display: block;
}

.header .mini{
    display: none;
}
.fix .header{
    position: fixed;
    width: 480px;
    top: 0;
    left: 50%;
    margin-left: -240px;
    z-index: 9999;
}
.fix .mini{
    display: block;
}
.fix .full{
    display: none;
}


.footer{
}
.footer a{
    display: block;
}
.footer img{
    display: block;
}


.main_content{
    padding: 40px 20px;
}
.main_content a{
    color: #1e8737;
    text-decoration: none;
    font-weight: 700;
}
.news_categoria{
    margin-bottom: 20px;
}
.news_categoria span{
    color: #1eaf37;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    display: inline-block;
    border-radius: 6px;
}
.news_title{
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 30px;
}


.social_block{
    padding-top: 30px;
    border-top: 3px #333 solid;
    margin-bottom: 40px;
}
.social_block .name{
    margin-bottom: 10px;
}
.social_block .name a{
    color: #1e8737;
    font-weight: 700;
    text-decoration: none;
}
.social_block img{
    display: block;
}
.social_block .date{
    color: #aaa;
    font-size: 14px;
}


.main_content>p{
    margin-bottom: 20px;
    font-size: 18px;
}
.main_content>figure,
.main_content>img{
    display: block;
    margin-bottom: 20px;
}




.tag_container{
    margin: 40px 0;
}
.tag__list{
    display: flex;
    flex-wrap: wrap;
}
.tag__list>li{
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.tag__list>li>a{
    display: block;
    background-color: #045020;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 16px;
    text-decoration: none;
}





#comments {
    margin-bottom: 30px;
}
#comments h2 {background: #000;padding: 15px;color:#FFF;font-size: 18px;font-weight: normal;margin:0;}
#comments h2 small {font-size: 18px;color:#444;vertical-align: top;}
#comments .item {position: relative;text-align: left;padding: 10px 10px 10px 0;margin: 10px 0;min-height: 40px;border-bottom: 1px solid #e5e5e5;}
#comments .item .info {
  padding-left: 60px;
  /* background: url(../i_files/default-avatar.gif) no-repeat 0 0; */
}
#comments .item .info .comment-date {
  font-size: 14px;
}
#comments .item > img{position:absolute;}
#comments .item .name{font-size: 16px;font-style: italic;font-weight: bold;color:#666;}
#comments .item .date{font-size: 15px;color:#acacac;}
#comments .item .info p{display: block;font-size: 15px;line-height:1.3em;margin-top: 4px;}
#comments .item .info img {width:100%;max-width: 320px;display: block;}

#comments .item>img{
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
}



.alert{
    padding-top: 20px;
    border-top: 2px solid #1eaf37;
    color: #1eaf37;
}
.alert2{
    border: 3px solid #1e8737;
    padding: 10px;
}




.botbtn {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background: #eef1fc;
    color:#7cbf88 !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}
.botbtn:hover,
.botbtn:active {
    background: #7cbf88;
    color:#eef1fc !important;
}




.cpu{
    padding: 10px 0 30px;
    text-align: center;
    background: #000;
    color: #fff;
}
.cpu img{
    display: block;
    margin: 0 auto 10px;
}
.cpu a{
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    line-height: 1.1em;
    text-decoration: none;
}
.cpu a:hover{
    text-decoration: underline;
}

