.banner {   width: 100%; background: url("../img/assistencia-tecnica/banners/assistencia-tecnica.jpg") center center / cover;  padding: 84px 0;}
.banner .titulo {  font: 800 59.81px var(--font1); color: #fff; margin: 0 2%; display: flex; align-items: center; width: 96%;}

.container-posts {   width: 96%; margin: 40px 2%}
.container-posts .container-posts-engloba {   width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 5%;}
.container-posts .container-posts-engloba .container-posts-a {   width: 30%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 5%;}
.container-posts .container-posts-engloba .container-posts-a img{   width: 100%}
.container-posts .container-posts-engloba .container-posts-a span {   width: 100%; height: 120px; display: flex; align-items: center; justify-content: center;}
.container-posts .container-posts-engloba .container-posts-a span strong {   width: 100%; text-align: center; font: 20px montserrat; color: #343434; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.container-posts .container-posts-engloba .container-posts-a div b { transition: 0.2s;   width: 100px; font: 15px montserrat; color: #fff; background: var(--cor5); height: 50px; display: flex; align-items: center; justify-content: center;}
.container-posts .container-posts-engloba .container-posts-a div b:hover {background: var(--cor4);}
.container-posts .container-posts-engloba .container-posts-a div i {   width: 50px; height: 50px; background: url(../img/footer/send.svg) no-repeat center #ce1715; background-size: 16px;}
.container-posts .container-resultado{   width: 100%; margin: 20px 0 0;}
.container-posts .container-resultado p {   width: 100%; text-align: center; font: 15px montserrat; color: #777; line-height: 24px;}
.container-posts .engloba-paginacao {   width: 100%; margin: 10px 0 0; display: flex; justify-content: center; flex-wrap: wrap;}
.container-posts .engloba-paginacao a {   width: 30px; height: 30px; background: var(--cor5); display: flex; align-items: center; justify-content: center; margin: 5px; color: #fff; font: 14px montserrat;}
.container-posts .engloba-paginacao a.ativo-paginacao {background: var(--cor4) !important;}


@media(max-width: 990px){
    .banner {padding: 30px 0;}
    .banner .titulo{font-size: 28px;line-height: 38px;}
    /* .container-posts .container-posts-engloba .container-posts-a {width: 45%} */
    .container-posts .container-posts-engloba .container-posts-a span strong {font-size: 16px; line-height: 26px;}
}

@media(max-width: 900px){
    .container-posts .container-posts-engloba .container-posts-a {width: 45%}
}

@media(max-width: 600px){
    .container-posts .container-posts-engloba .container-posts-a {width: 100%}
}