.content_site_full{
    height: max-content;
    min-height: calc(100vh - 40px - 85px);
    width: 100%;
    background-color: rgb(242, 245, 247);
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 40px;
    flex-direction: column;
}
.container_site{
    width: 1216px;
    display: flex;
    gap: 32px;
    transition: margin 300ms;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 5px 0px 0px;
}
.conteudo_site{
    width: calc(100% - 312px);
    min-height: calc(-160px + 100vh);
}
.subconteudo_site{
    width: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.conteudo_aside{
    width: 280px;
    position: fixed;
    height: calc(100vh - 40px - 85px);
}
.item_aside{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 24px;
    width: 100%;
    border-radius: 12px;
    gap: 26px;
    background-repeat: no-repeat;
    background-size: 172px;
    background-position: calc(100% + 61px) center;
    grid-column: span 2;
    border: 1px solid rgba(222, 224, 224, 0.5);
    background-color: rgb(255, 255, 255);
}
.aside_text{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.aside_text span:nth-child(1){
    font-weight: 700;
    font-size: 15px;
    color: rgb(53, 58, 61);
    line-height: 15.62px;
}
.aside_text span:nth-child(2){
    font-weight: 400;
    font-size: 12px;
    color: rgb(104, 112, 117);
    height: 32px;
    line-height: 15.62px;
}
.area_qr_code{ 
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.lista_qr_code{
    gap: 16px;
    flex-direction: column;
    height: max-content;
}
.item_lista_qr{
    display: flex;
    gap: 8px;
    width: 100%;
}
.item_lista_qr span:nth-child(1){
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    background: rgb(205, 237, 211);
    margin-bottom: 10px;
}
.item_lista_qr span:nth-child(2){
    font-weight: 700;
    font-size: 12px;
    color: rgb(53, 58, 61);
    width: 94px;
    line-height: 15.62px;
}
.img_qr_grupo{
    display: flex;
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    position: relative;
}
.img_qr_grupo img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: contain;
    color: transparent;
}
.btn_grupo{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.btn_grupo span{
    font-weight: 400;
    font-size: 12px;
    color: rgb(104, 112, 117);
    height: 16px;
    line-height: 15.62px;
    text-align: center;
}
.btn_grupo a{
    text-decoration: none;
}
.btn_a_grupo{
    width: 100%;
    height: 36px;
    border-radius: 999px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: 700;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(0, 166, 80);
    gap: 10px;
    display: flex;
    cursor: pointer;
}
.conteudo_btn_grupo{
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    color: rgb(255, 255, 255);
    margin-left: 0px;
    gap: 10px;
}

.last_blog_area a{
    text-decoration: none;
    display: flex;
    align-items: center;
}
.item_last_blog{
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #cccccc67;
}
.title_last_blog{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    text-align: left;
    color: rgb(53, 58, 61);
    line-height: 17px;
    height: max-content;
    font-size: 13px;
    overflow-wrap: break-word;
    line-break: strict;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.date_last_blog{
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.last_blog_area{
    height: calc(100vh - 596px);
    overflow-y: auto;
    scrollbar-width: none;
}
.visit_blog{
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.btn_blog_acessar a{
    text-decoration: none;
}
.img_blog_item{
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: #ccc;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.loader {
    width: 20px; /* largura do loader */
    height: 20px; /* altura do loader */
    border: 5px solid #e3e3e3; /* borda externa */
    border-top: 5px solid #3498db; /* cor da borda superior */
    border-radius: 50%; /* transforma o elemento em um círculo */
    animation: spin 1s linear infinite; /* adiciona a animação de rotação */
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg); /* início da rotação */
    }
    100% {
        transform: rotate(360deg); /* fim da rotação (uma volta completa) */
    }
}

.footer_site{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 999999;
}
.bottom_footer{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.container_foot{
    padding: 30px;
    width: 90%;
    margin: auto;
}
.area_closed_foot{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.btn_closed_foot{
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
}
.btn_closed_foot span{
    font-size: 19px;
}
.iten_content_footer{
    width: 300px;
}
.content_footer{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.title_sobre{
    font-weight: 800;
    font-size: 14px;
}
.text_sobre{
    font-size: 13px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.8);
}
.img_lojas_sobre{
    width: 200px;
    margin-top: 10px;
}
.link_sobre{
    text-decoration: none;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    margin-top: 15px;
}
.iten_content_footer a{
    text-decoration: none;
}
.img_safe_footer{
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    width: 150px;
}
.img_safe_footer img{
    max-width: 150px;
}
.area_copyright_sobre{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 90%;
    margin: auto;
    margin-top: 10px;
}
.area_copyright_sobre p{
    margin: 0;
    text-align: center;
    font-size: 12px;
}
.btn_open_footer{
    display: flex;
    width: 200px;
    height: 30px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.01);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn_open_footer p{
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.btn_open_footer p span{
    margin-left: 10px;
}
.mobile_navegue{
    display: block;
}
@media only screen and (max-width: 1216px) {
    .container_site{
        width: calc(100% - 48px);
        display: flex;
        gap: 32px;
        transition: margin 300ms;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin: 5px 0px 0px;
    }
}
@media only screen and (max-width: 1050px) {
    .container_site{
        width: calc(100% - 48px);
        display: flex;
        gap: 32px;
        transition: margin 300ms;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin: 5px 0px 0px;
    }
    .subconteudo_site{
        display: none;
    }
    .conteudo_site{
        width: 100%;
    }
    
}
@media only screen and (max-width: 554px) {
    .container_site{
        width: calc(100% - 20px);
    }
    .mobile_navegue{
        display: none;
    }
}