
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Archivo', sans-serif;

}


.tamanhoMax{
    max-width: 1100px;
    margin: auto;
    width: 95%;
}

.blog_content{
    margin-bottom: 3rem;
}

#blog_home{
    width: 100%;
    margin-top: 170px;
}

.blog_home h1{
    text-align: center;
    font-size: 70px;
    color: #2F3542;
   
}

@media(max-width: 767px){
    .blog_home h1{    
        font-size: 40px;     
    } 
}

.grid_home{
    margin-top: 5rem;
}

.grid_home .container .fotos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.grid_home .container .fotos a{
    width: 250px !important;
    height: 250px !important;
    position: relative;
    object-fit: cover !important;
    display: flex;
}

.grid_home .container .fotos a:hover::before{
    content: 'Leia mais...';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
  
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}


.grid_home .container .fotos a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.grid_home .container .row>* {
    width: auto;

}

.grid_home .container .row {
    justify-content: center;
    width: auto;
}

.row-page-blog{
    min-width: 300px;
    width: 100%;
}

.box_gray{
    height: 110px;
    border-radius: 8px;
    width: 100%;
    background: #F9F6F1;
    max-width:1100px;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.botao_procura{
    position: absolute;
    left: 0;
    top: 16px;
}
.botao_procura svg{
    position: absolute;
    left: -7px;
    width: 50px !important;
}
.svg-inline--fa.fa-search{
    height: 20px;
}
.search-form{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.busca .botao_procura input {
    width: 35px;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    position: relative; }
    .busca .botao_procura input:focus-visible {
      outline: none; }
  .busca .botao_procura i {
    position: absolute;
    top: -4px;
    height: 100%;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    font-size: 1.2rem;
    color: #000; }
 .busca input.search-field {
  border: none;
  padding: 14px 15px 14px 40px;
  border-radius: 6px; }
  @media (min-width: 992px) {
 .busca input.search-field {
      width: 810px; } }
  @media (max-width: 991px) {
    .busca input.search-field {
      width: 90%; } }
.busca input.search-field:focus-visible {
    outline: none; }


.descricao{
  width: 80%;

}

.descricao img{
    max-width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    object-fit: cover;
    
}


.descricao p{
    max-width: 100%;
    font-size: 15px;
    color: #2F3542;
    letter-spacing: 1px;
    font-weight: 200;
}

.descricao hr{
    max-width: 400px;
    opacity: .1;
    margin-top: 5px;
}

.descricao em{
      font-weight: 400;
    color: gray;
    font-size: 13px;
}

.descricao h2{
    color: #2F3542;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 2px;
}


.topo{
    display: flex;
    
}

@media(max-width:991px){
    .topo{
    flex-wrap: wrap;
    justify-content: center;
}
.boxes_blogs    {
   margin-bottom: 3rem;   
   justify-content: center;   
}

.grid_home .container .row a .col {
    margin-bottom: 1rem;
}
}

.boxes_blogs    {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
       
}

.bar-sidebar{
    font-size: 14px;
    height: 50px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar h3{
    text-align: center;
    color: #2F3542;
    font-size: 30px;
}
.logo-sidebar{
    text-align: center;
    margin-top: 20px;
}

.tag-bar{
    margin-bottom: 20px;
}

.sidebar p{
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: gray;
}

.tags{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
   align-items: center;
    margin-bottom: 20px;

}



.tag{
    margin-bottom: 10px;
}

.recent-posts{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.posts{
    display: flex;
    justify-content: space-between;
}

.r-post img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}
.l-post h2{
    font-size: 16px;
}

.l-post em{
    font-size: 13px;
    color: gray;
}

.sponsors{
    margin-bottom: 2rem;
    text-align: center;
}
.cat-item {
  background: #F9F6F1;
  padding: 10px;
  text-decoration: none;
  color: #2F3542;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.sponsors img{
    width: 300px;
}

.listaCategorias_sidebar li {
   list-style: none;
  
}

.categoria_lista{
    margin-bottom: 2rem;
}

.listaCategorias_sidebar li  a{
    color: black;
    text-decoration: none;
 }

 hr{
    margin: 0 ;
    opacity: .1;
 }


 .breadcrumbs_cat p a{
    color: black;
    text-decoration: none;
}

.breadcrumbs_cat p{
    font-size: 14px;
    font-weight: 500;
}

a{
    text-decoration: none;

}

.reading{
    padding: 6px 10px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
}

.midias{
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media(max-width: 375px){
    .midias{
        gap: 5px;
    }
}

.midias .social-blog i{
    font-size: 25px;
}

.social-blog{
    background:#F9F6F1;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.social-midia{
    margin-bottom: 20px;
}

.container-single-post{
    margin-top: 175px;
}