 .banner-contato { float: left; width: 100%; height: 327px; background: url(../img/banner-contato.jpg) no-repeat center top; position: relative; } 
 .background-contato { float: left; width: 100%; height: 598px; margin: 0 0 10px; background: url(../img/background-contato.jpg) no-repeat center top } 
 .banner-curitiba { width: 100%; height: 100px; background: rgba(0,0,0,.3); position: absolute; bottom: 0; left: 0; } 
 .banner-curitiba p { float: right; font: 30px montserrat-bold; color: #fff; line-height: 100px; } 
 .banner-curitiba p b { color: #f39a00; } 
 .blue-strip-background { text-align: right; padding-right: 0; padding-left: 0; width: 100%; } 
 .footer-titulo { color: #000; font: 25px montserrat-regular; } 
 .footer-titulo span { font: 25px montserrat-extrabold; color: #2c2c42; } 
 .text-localizacao { color: #000; } 
 .text-telefone a { color: #000; } 
 .text-telefone a b { color: #2b293e; } 
 .background-footer { display: none } 
 .footer-icone-telefone { background: url(../img/contato/footer-icone-telefone.png) no-repeat center } 
 .footer-icone-email { background: url(../img/contato/footer-icone-email.png) no-repeat center } 
 .footer-icone-localizacao { background: url(../img/contato/footer-icone-localizacao.png) no-repeat center } 
 .formulario { margin-right: 0; } 
 .mob { display: none } 

 @media(max-width: 1220px){
 .banner-curitiba { display: none; } 
 .blue-strip-background { text-align: center; } 
 }

 @media(max-width: 990px){
 .desk { display: none } 
 .mob { display: block } 
 .banner-curitiba { height: auto; } 
 .banner-curitiba p { float: none; font-size: 20px; line-height: 1; text-align: center; width: 100%; padding: 20px 0; } 
 .blue-strip-background { text-align: center; } 

 .banner-contato { height: 168px; background: url(../img/banner-contato.jpg) no-repeat center top; background-size: 990px; } 
 .background-contato { height: auto; background: #f7f7f7; } 
 .footer-titulo { font: 22px montserrat-regular; line-height: 23px; } 
 .footer-titulo span { font: 22px montserrat-extrabold; } 
 }