/* styles */
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Gotham Pro', 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: 135px;
}
/*offer*/

.header{
    box-shadow: 0 0 30px 0 #000;
}
.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{
    box-shadow: 0 0 30px 0 #000;
}
.footer a{
    display: block;
}
.footer img{
    display: block;
}


.main_content{
    padding: 50px 20px;
}
.news_categoria{
    margin-bottom: 20px;
}
.news_categoria span{
    background-color: #045020;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 6px;
}
.news_title{
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 30px;
}
.news_share{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: default;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0980392157);
    padding: 0 10px;
    position: relative;
    width: 134px;
    height: 28px;
    cursor: pointer;
    font-size: 20px;
}
.news_share b{
    margin-right: 6px;
}
.news_author{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    margin-bottom: 40px;
}
.news_author .name{
    font-weight: 700;
    color: #045020;
}
.news_author .date{
    font-weight: 700;
    color: #A5AABA;
}

.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 {

}
.comments h2 {
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.comments__item {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 1em;
    font-size: 16px;
    margin-bottom: 50px;
}
.comments__ava img {
    border-radius: 2px;
    width: 100%;
    max-width: 50px;
}
.comments__content {
    overflow: hidden;
}
.comments__content img {
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}
.comments__title {
    line-height: 1em;
    margin-bottom: 10px;
}
.comment-date {
}
.comments__text {
    line-height: 1.4em;
}
.comments__text a {
    color:#00009f;
    text-decoration: underline;
}
.comments__text a:hover,
.comments__text a:active {
    text-decoration: none;
}
.comments__item {
    display: block;
}
.comments__ava {
    float: left;
    width: 50px;
    margin-right: 13px;
}




.botbtn {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background: #eef1fc;
    color:#6680ff !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}
.botbtn:hover,
.botbtn:active {
    background: #6680ff;
    color:#eef1fc !important;
}




.cpu{
    padding: 20px 0;
    text-align: center;
    background: #222;
    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;
}

