
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
}
.container{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
}
.title_section_home{
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.title_no_img{
    font-size: 30px;
    font-weight: 700;
    z-index: 99;
}
.area_img_full{
    width: 90%;
    max-width: 1000px;
    height: 320px;
    position: absolute;
    background-image: url('https://meubanner.com.br/assets/images/popup/pop_9a34f2a62c63fcab2adb5f43fa5ab070.jpeg');
    background-size: cover;
    background-position: top;
    opacity: .3;
    border-radius: 10px;
}
.destaque_blog{
    width: 100%;
    display: flex;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}
.destaque_blog:hover{
    overflow: auto;
}
.item_destaque{
    width: 130px;
    margin-right: 30px;
}
.destaque_blog a{
    color: #3d3d3d;
    text-decoration: none;
}
.img_dest{
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all linear .3s;
}
.item_destaque:hover .img_dest{
    background-size: 220px;
}
.title_dest{
    max-height: 53px;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
}
.title_section_blog{
    margin-top: 20px;
    font-size: 35px;
    font-weight: 800;
}
.area_logo_blog{
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.area_logo_blog img{
    width: 200px;
}
.area_logo_blog p{
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

.area_blog_items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
}
.item_blog{
    width: 280px;
    margin-bottom: 50px;
}
.img_blog{
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
}
.date_blog{
    margin-top: 10px;
    font-weight: 600;
    color: #3d3d3d;
}
.title_item_blog{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.btn_ler{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;

}

.navigation{
    display: flex;
    align-items: center;
}
.navigation a{
    color: #3d3d3d;
    text-decoration: none;
    font-size: 13px;
}
.navigation svg{
    fill: #3d3d3d;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.navigation span{
    font-weight: 700;
    color: #3d3d3d;
    text-decoration: none;
    font-size: 13px;
}

.title_post{
    font-size: 48px;
    text-align: left;
    font-weight: 600;
    color: #3d3d3d;
    margin-top: 20px;
}
.date_post{
    margin-top: 10px;
    font-weight: 400;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eye_click{
    display: flex;
    align-items: center;
    font-weight: 600;
}
.eye_click svg{
    height: 20px;
    fill: #757575;
    margin-right: 10px;
}
.capa_post{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.capa_post img{
    max-height: 300px;
    max-width: 100%;
    border-radius: 10px;
}
.back_capa{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #e1e1e1;
    display: flex;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    position: absolute;
    z-index: -1;
}
.body_content{
    width: 100%;
    margin-top: 20px;
}
.body_content img, .body_content figure{
    max-width: 100%;
}
.progress_bar{
    width: 100%;
    height: 8px;
    background: #ccc;
    position: fixed;
    top: 0;
    z-index: 99;
}
.progress{
    height: 8px;
    background: #3d3d3d;
    width: 0%;
}

.list_product_used{
    width: 90%;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin-top: 20px;
    margin-bottom: 50px;
}
.list_product_used h3{
    color: #757575;
}
.content_products_user{
    display: flex;
    flex-wrap: wrap;
}
.content_products_user a{
    text-decoration: none;
}
.item_used_in_post{
    margin: 10px;
    width: 200px;
    height: 300px;
}
.img_product_used{
    width: 200px;
    height: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.title_product_used{
    width: 190px;
    padding: 5px;
    height: 100px;
    font-size: 12px;
    color: #3d3d3d;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
}
.btn_ver_used{
    width: 200px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    border: 1px solid #757575;
    border-radius: 5px;
}

.line_horizon{
    width: 100%;
    height: .5px;
    background-color: #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}
.area_compartilhar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btns_compartilhar{
    width: 300px;
    height: 40px;
    display: flex;
    align-items: center;
}
.btn_hover{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 150px;
    height: 40px;
    background-color: #fff;
    z-index: 2;

}
.btn_hover p{
    margin: 0;
    margin-right: 10px;
}
.btn_hover svg{
    margin-right: 10px;
}
.btn_hovered{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -150px;
    transition: all linear .2s;
}
.btns_compartilhar:hover .btn_hovered{
    margin-left: 0;
}
.item_hovered{
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}
.item_hovered svg{
    width: 20px;
    height: 20px;
}
.rodape_blog{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #757575;
}
.a_herf_blog{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.img_blog_a{
    width: 310px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 15px;
}
.info_blog_a{
    width: 310px;
    height: 200px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
    border-radius: 15px;
}
.data_a{
    padding: 5px;
    background-color: #3d3d3d;
    color: #fff;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
}
.title_blog_a{
    padding: 10px;
    max-width: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

@media only screen and (max-width: 500px){
    .destaque_blog{
        overflow: auto;
    }
    .container{
        width: 95%;
    }

    .title_section_home{
        width: 100%;
        height: 160px;
    }
    .title_no_img{
        font-size: 20px;
    }
    .area_img_full{
        width: 100%;
        height: 160px;
    }
    .title_section_blog{
        font-size: 20px;
        margin-left: 10px;
    }

    .item_blog{
        width: 140px;
    }
    .img_blog{
        width: 100%;
        height: 80px;
    }
    .title_item_blog{
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
    }
    .btn_ler{
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
    }
    .area_blog_items{
        justify-content: space-around;
    }
    .title_post{
        font-size: 18px;
    }
    
    .capa_post{
        width: 100%;
        height: 200px;
    }
    .capa_post img{
        max-height: 200px;
    }
    .back_capa{
        height: 200px;
    }
    
}
