<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.engloba-titulo {float: left; width: 100%;}
.engloba-titulo .titulo {margin: 52.5px 35px 26.5px; font: 35.2px montserrat; font-weight: 600; color: var(--preto);line-height: 45px; display: flex; justify-content: space-between; align-items: center;}
.engloba-titulo .titulo .img {object-fit: contain; width: 100px; height: 100px;}

.engloba-marcas {float: left;width: 100%; margin: 0 0 108px;}
.engloba-marcas .conteudo {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start;margin: 0 35px;}
.engloba-marcas .link {font: 15.02px montserrat; line-height: 28.08px; color: #222222; font-weight: 300; position: relative; transition: .2s; display: block;}
.engloba-marcas .link::before {width: 100%; height: 3px; transform: scaleX(0); transform-origin: left; background-color: #222222; content: ''; transition: .4s ease-out; position: absolute; bottom: 0; left: 0;}
/* .engloba-marcas .link:hover {font-weight: 600;} */
.engloba-marcas .link:hover::before {transform: scaleX(1); transform-origin: left}

@media(max-width:1220px){
    .engloba-marcas .conteudo {justify-content: center;}
    .engloba-titulo .titulo {font-size: 35px;}
}
@media(max-width:990px){
    .engloba-titulo .titulo {font-size: 25px; margin: 20px 0 30px; line-height: 35px;}
}

@media(max-width:767px){
}
@media (max-width: 600px){
}</pre></body></html>