/* NAVBAR FIXED BOTTOM */ 
.navbar.fixed-top{
    width: 100%;
    background-color: var(--navbar-background);
}
.navbar.fixed-top .container .content{
    width: 100%;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
.navbar.fixed-top .container .content .start{
    text-align: start;
}
.navbar.navbar.fixed-top .container .start a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
}
.navbar.navbar.fixed-top .container .start a i.fa-search{
    font-size: 18px;
    margin: 0px;
}
.navbar.fixed-top .container .content .center{
    text-align: center;
}
.navbar.fixed-top .container .content .end{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}
.navbar.fixed-top .navbar-brand img{
    max-width: 150px;
    max-height: 50px; 
}
.navbar.navbar.fixed-top .container .end a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
}
.navbar.navbar.fixed-top .container .end a i.fa-whatsapp{
    font-size: 22px;
    margin: 0px;
}

/* NAVBAR FIXED BOTTOM */
.navbar.fixed-bottom{ 
    width: 100%;
    background-color: var(--navbar-background);
}    
.navbar.fixed-bottom .content{
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 50px;
    text-align: center;
}
.navbar.fixed-bottom .content .item{
    text-decoration: none;
    color: var(--navbar-text-color);
    width: 100%;
}
.navbar.fixed-bottom .content .item:hover{
    color: var(--navbar-text-hover-color);
    transition: 0.5s;
}
.navbar.fixed-bottom .content .item .icon{
    font-size: 20px;

}
.navbar.fixed-bottom .content .item .title{
    font-size: 13px;
    margin-top: -2px;
    font-weight: 500;
}
.navbar.fixed-top-padding-bottom{
    padding-top: 70px;
}
.navbar.fixed-top-padding-top{
    padding-top: 70px;
}

/* SWIPER CATEGORIAS HOME */

.swiper_categorias_home{
    height: 100%;
    width: 100%;
}
.swiper_categorias_home .swiper-slide{
    text-decoration: none;
}
.swiper_categorias_home a.card{
    height: 100px; 
    display: flex;
    align-items: center;
    background-color: var(--categorias-home-background);
    color: var(--categorias-home-color);
    border: 3px solid var(--categorias-home-border);
    border-radius: 10px;
}
.swiper_categorias_home a.card:hover{
    background-color: var(--categorias-home-hover-background);
    color: var(--categorias-home-hover-color);
    border: 3px solid var(--categorias-home-hover-border);
    transition: 0.5s;
}
.swiper_categorias_home .card i{
    display: block;
    padding-top: 30px;
    font-size: 20px;
    padding-bottom: 3px;
}
.swiper_categorias_home .card small{
    font-size: 12px;
    white-space: break-spaces;
    width: 90%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

/* CATEGORIAS PAGE */
.categorias_page h5{
    padding-bottom: 10px;
}
.categorias_page .list-group-item{
    background-color: var(--lista-categorias-background);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 19px;
    border: none;
    border-bottom: 1px solid var(--lista-categorias-borda);
}
.categorias_page .list-group-item span{
    color: var(--lista-categorias-color);
    transition: 0.5s;
}
.categorias_page .list-group-item:hover{
    background-color: var(--lista-categorias-hover-backgrond);
    transition: 0.5s;
}
.categorias_page .list-group-item:hover span{
    color: var(--lista-categorias-hover-color);
    transition: 0.5s;
}
.categorias_page .list-group-item .badge{
    background-color: var(--lista-categorias-badge-background);
    color: var(--lista-categorias-badge-color);
}

/* CARD POST*/
.card-post{
    background-color: var(--card-post-background);
    text-decoration: none;
    color: var(--card-post-color);
    margin-bottom: 15px;
}
.card-post:hover{
    background-color: var(--card-post-hover-background);
    color: var(--card-post-hover-color);
    transition: 0.5s;
}
.card-post h4,
.card-post h6{
    color: var(--card-post-color); 
}
.card-post:hover h4,
.card-post:hover h6{
    color: var(--card-post-hover-color); 
    transition: 0.5s;
}
 
/* HOME POSTAGENS RECENTES*/
.home_post_recentes{
    padding-top: 20px;
}
.home_post_recentes h5{
    padding-bottom: 10px;
}
.home_post_recentes .card .card-body{
    display: flex;
}
.home_post_recentes .card .card-body .first img{
    max-width: 180px;
    border-radius: 6px;
}
.home_post_recentes .card .card-body  .second{
    padding-left: 15px;
    padding-top: 30px;  
}

/* HOME POST POR CATEGORIA */
.home_post_por_categoria{
    padding-top: 20px;
}
.home_post_por_categoria h5{
    padding-bottom: 15px;
    padding-top: 10px;
}
.home_post_por_categoria h5:first-child{
    padding-bottom: 10px;
    padding-top: 0px;
}
.home_post_por_categoria .card .card-body{
    display: flex;
    align-items: center;
}
.home_post_por_categoria .card .card-body .first img{
    max-width: 60px;
    border-radius: 6px;
}
.home_post_por_categoria .card .card-body  .second{
    padding-left: 15px;
}
.home_post_por_categoria .card .card-body  .second h6{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* LISTAR POSTS PAGE */
.post_listar{
    padding-top: 20px;
}
.post_listar h5{
    padding-bottom: 10px;
}
.post_listar .card .card-body{
    display: flex;
}
.post_listar .card .card-body .first img{
    max-width: 180px;
    border-radius: 6px;
}
.post_listar .card .card-body  .second{
    padding-left: 15px;
    padding-top: 30px;  
}
.post_listar .navegacao{
    padding-top: 10px;
    padding-bottom: 10px;
} 

/* LISTAR POST POR BUSCA PAGE */
.post_buscar{
    padding-top: 20px;
}
.post_buscar h5{
    margin-bottom: 0px;
}
.post_buscar small{
    padding-top: 2px;
    padding-bottom: 10px;
    display: block;
}
.post_buscar .card .card-body{
    display: flex;
}
.post_buscar .card .card-body .first img{
    max-width: 180px;
    border-radius: 6px;
}
.post_buscar .card .card-body  .second{
    padding-left: 15px;
    padding-top: 30px;  
}
.post_buscar .navegacao{
    padding-top: 10px;
    padding-bottom: 10px;
} 
.page-post-buscar .home_post_por_categoria h5:first-child{
    margin-bottom: 23px;
}    

/* INPUT BUSCAR BLOG */
.form-public-blog-busca{
    display: none;
}
.form-public-blog-busca.active{
    display: block;
}

/* POST SINGLE */
.post_single{
    padding-top: 20px;
}
.post_single h1{
    text-align: center;
}
.post_single .post_single_img{
    display: block;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 100%;
}
.post_single .post_conteudo{
    width: 100%;
    text-align: center;
}
.post_single .post_conteudo img{
    max-width: 100% !important;
    height: auto !important;
    margin: auto !important;
} 