.header{
    border-bottom: 1px solid #80808029;
}
.logo1{
    display: none;
}
.logo2{
    display: flex;
}
.header-menu .header-link,
.header-menu .servicos-hover:hover .hover a{
    color: var(--azul);
}
.header-menu .agende-btn{
    color: var(--azul);
    border: 1px solid var(--azul);
    background-color: #040f2c1a;
}
main{
   background-color: var(--bg2); 
   padding-top: 180px;
}


/* BLOG */
.blog{
    width: 100%;
}
.blog .conteudo{
    width: 100%;
    flex-direction: column;
    gap: 80px;
}
.blog .textos{
    width: 800px;
    margin: 0 auto;
    gap: 40px;
}
.blog .textos .voltar{
    font-weight: 600;
    color: var(--azul);
    display: flex;
    gap: 20px;
    font-size: 20px;
    font-family: var(--ff-secondary);
    align-items: center;
}
.blog .textos .voltar i{
    font-size: 20px;
    font-weight: 600;
    color: var(--azul);
}
.blog .textos .blog-interna{
    width: 100%;
    gap: 30px;
}
.blog .textos .blog-interna .titulo{
    width: 100%;
    gap: 25px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
}
.blog .textos .blog-interna .titulo h3{
    width: 690px;
    font-size: 48px;
}
.blog .conteudo .blog-interna .titulo span{
    font-size: 14px;
    font-family: var(--ff-secondary);
    color: #434D48;
    font-weight: 600;
}
.blog .galeria{
    width: 95%;
    margin: 0 auto;
    position: relative;
} 
.blog .galeria .galeria-slider{
    width: 100%;
}
.blog .galeria .galeria-slider .slide{
    width: 95%;
    height: 272px;
}
.blog .galeria .galeria-slider .slide img{
    height: 272px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


/* NOTICIAS */
.noticias{
    width: 100%;
}
.noticias .container{
    gap: 50px;
    padding-top: 50px;
    border-top: 1px solid #80808029;
}
.noticias .titulo{
    width: 100%;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.noticias .titulo a{
    display: flex;
    align-items: center;
    font-family: var(--ff-secondary);
    font-weight: 600;
    gap: 15px;
}
.noticias .conteudo{
    width: 100%;
    gap: 49px;
}
.noticias .conteudo .box{
    width: 384px;
    gap: 20px;
    transition: ease .3s;
}
.noticias .conteudo .box:hover{
    scale: 1.05;
    transition: ease .3s;
}
.noticias .conteudo .box .img{
    width: 100%;
}
.noticias .conteudo .box .img img{
	width: 100%;
	border-radius: 20px;
}
.noticias .conteudo .box .text{
    width: 100%;
    padding: 0 20px;
    gap: 20px;
    flex-direction: column;
}
.noticias .conteudo .box .text span{
    font-family: var(--ff-secondary);
    font-size: 14px;
    font-weight: 600;
}
.noticias .conteudo .box .text a{
    font-family: var(--ff-secondary);
    font-weight: 600;
    display: flex;
    gap: 15px;
    align-items: center;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){
    
}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1300px){
    
}

@media screen and (max-width: 1270px){
       
}

@media screen and (max-width: 1100px){
	
}

/* MOBILE */
@media screen and (max-width: 1000px){
    
}	

@media screen and (max-width: 900px){
    .blog .textos{
        width: 95%;
    }
    .blog .textos img{
        max-width: 100%!important;
    }
}

@media screen and (max-width: 600px){
    
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}