<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.engloba-banner {width: 100%; float: left; background: url(../img/background-banner.jpg)no-repeat center var(--cinza-banner);}
.engloba-banner .alinha-banner{width: calc(100% - 70px); margin: 0 35px; height: 195px; display: flex; align-items: center; justify-content: flex-start;}
.engloba-banner .alinha-banner p{font: 51px montserrat; font-weight: 600; color: var(--branco);line-height: 45px;}
.engloba-banner .alinha-banner i{width: 12px;height: 60px;background: var(--branco); margin-right: 30px;}

.engloba-title {width: 100%; float: left;margin: 60px 0 70px}
.engloba-title .alinha-title{width: calc(100% - 60px); margin: 0 30px;font: 48.7px montserrat; font-weight: 600; color: var(--preto); line-height: 60px; text-align: center;}

.mapa {height: 300px; float: right; width: calc(50% - 227px); margin-bottom: -300px; position: relative; z-index: 1;border: none;}

@media(max-width:1220px){
    .engloba-banner {height: 130px; background-size: 140%;}
	.engloba-banner .alinha-banner {height: 100%;}
	.engloba-banner .alinha-banner p{font-size: 30px;line-height: initial;}

    .engloba-title{margin: 40px 0}
    .engloba-title .alinha-title{font-size: 40px;}

    .mapa {height: 280px; width: calc(50% - 238px); margin-bottom: -280px;}

}
@media(max-width:1080px){
    .mapa{width: calc(50% - 230px);}
}
@media(max-width:990px){
    main {display: flex; flex-direction: column; width: 100%;}

    .engloba-banner {height: 75px; background: var(--cinza-banner)}
	.engloba-banner .alinha-banner p{font-size: 20px; text-align: center; width: 100%;}
	.engloba-banner .alinha-banner i{display: none;}
    
    .engloba-title{order:3; margin: 30px 0}
    .engloba-title .alinha-title{font-size: 30px;line-height: 36px;}

    .mapa {display: none;}
}

@media(max-width:767px){
    .engloba-banner .alinha-banner {width: 100%; margin: 0px;}
    .engloba-title{order:0;}
    .engloba-title .alinha-title{font-size: 23px; line-height: 26px;}

}
@media (max-width: 600px){
    .engloba-banner{height: 60px;}
	.engloba-banner .alinha-banner p{font-size: 16px;}
}</pre></body></html>