.faixa { height: 190px; transform: translate(0, -50%); margin-bottom: -95px; position: relative; z-index: 2; } 
.faixa::after { content: ""; height: 95px; background: #2f2f2f; position: absolute; right: 0; bottom: 0; width: 30%; } 
.faixa-peca { width: 500px; background: #bfbfbf } 
.faixa-whats { background: #2f2f2f; position: relative; z-index: 3; } 
.faixa-whats i { height: 28px; width: 28px; } 
.faixa-whats p { margin: 0 45px 0 10px } 
.faixa-whats-btn { width: 260px; background: #72c126; border-radius: 23px; padding: 15px 0; outline: 0 } 
.faixa-whats:hover p, .faixa-whats:hover span { color: #a80000 } 
.faixa-whats:hover .faixa-whats-btn { background: #a80000 } 

.text-qualquer { padding: 80px 0; } 

.veiculos { height: 275px; background: linear-gradient(#4f4f4f, #a2a2a2); position: relative; } 
.veiculos::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 0; transform: translate(-50%, -40%) rotate(45deg); height: 30px; width: 30px; background: #860a0a } 
.veiculo { height: 165px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; flex: 1 } 
.veiculo-bar { height: 100%; width: 3px; background: #2f2f2f } 
.veiculo-nome { text-align: center; font: 15px montserrat-regular; line-height: 20px; } 

.curitiba { background: url(../img/background.jpg) no-repeat center top; height: 544px; } 
.curitiba-conteudo { padding-left: 65px; } 
.curitiba-text { margin: 40px 0; } 
.curitiba-whats { background: url(../img/curitiba-whats.png) no-repeat center; height: 56px; width: 312px; } 
.curitiba-whats p { margin-right: 20px; } 
.curitiba-whats:hover p,.curitiba-whats:hover span { color: #a80000 } 
.icone-localizacao { height: 57px; width: 46px; } 

.pq { padding: 70px 0 110px; } 

.servicos { background: #2f2f2f } 
.servicos-titulo { background: #a80000; border-radius: 66px; padding: 43px 0; transform: translate(0, -50%); } 
.guincho-titulo { margin: 30px 0 50px; line-height: 25px; } 
.guicho-imagem{height: 80px}

.galeria { margin-bottom: 50px; } 
.fancybox-navigation .fancybox-button div { background: #a80000 !important; } 
@media (min-width: 990px){
 .fancybox-navigation .fancybox-button { height: 130px !important; width: 100px !important; } 
 .fancybox-navigation .fancybox-button--arrow_right { right: calc(50% - 440px) !important; } 
 .fancybox-navigation .fancybox-button--arrow_left { left: calc(50% - 440px) !important; } 
 .galeria-foto { width: 385px !important; margin: 0 7.5px; } 
 }

@media(max-width: 1300px){
 .faixa-whats { padding-left: 20px; } 
 .faixa-whats i {height: 25px;width: 25px;}
 .faixa-whats p { margin: 0 20px 0 10px; font-size: 19px; } 
 .faixa-whats-btn { width: 50%; padding: 15px 10px; font-size: 11px; } 
 .pq-imagem { width: 70%; } 

 .galeria { width: 800px; } 
 }
 

@media(max-width: 990px){
 .faixa { height: auto; transform: translate(0, 0); margin: 0; background: #2f2f2f } 
 .faixa::after { display: none; } 
 .faixa-peca { width: 100%; background: transparent } 
 .faixa-peca p { text-align: center; font-size: 20px; margin: 25px 0; line-height: 25px; } 
 .faixa-whats { width: 100%; padding: 0;} 
 .faixa-whats p { margin: 0 0 0 5px; } 
 .faixa-whats-btn { width: auto; padding: 15px; margin: 10px 0 25px } 

 .text-qualquer { padding: 25px 0; font: 20px montserrat-extrabold; text-transform: uppercase; line-height: 25px; color: #a80000; background: #fff } 

 .veiculos { height: auto; background: #fff } 
 .veiculos::before { display: none; } 
 .veiculo { height: auto; margin-bottom: 25px; } 
 .veiculo-nome { margin-bottom: 10px; color: #000 } 
 .veiculo-nome b { font-family: montserrat-medium; color: #000 } 
 .veicul-bar { display: none; } 

 .curitiba { background: #2f2f2f; height: auto; } 
 .curitiba-conteudo { width: 100%; padding: 25px 0; align-items: center } 
 .curitiba-whats{max-width: 100%; background-size: contain}
 .curitiba-text { text-align: center; font-size: 20px; line-height: 25px; margin: 25px 0; width: 100%; } 
 .curitiba-text span { color: #fff } 
 .curitiba-text br { display: none; } 

 .pq { background: #2f2f2f; padding: 0 0 25px 0 } 
 .pq-titulo { font-size: 20px; line-height: 25px; width: 100%; text-align: center; margin-bottom: 25px; } 
 .pq-titulo span { color: #fff } 
 .pq-titulo br { display: none; } 

 .servicos{background: #fff}
 .servicos-titulo { background: transparent; border-radius: 0; padding: 25px 0 0; transform: translate(0, 0); font-size: 20px; line-height: 25px; color: #000} 
 .guincho { margin: 25px 0 } 
 .guincho-titulo { margin: 10px 0 0; font-size: 15px; width: 100%; line-height: 18px; color: #000} 
 .guincho-titulo span{color: #000}

 .galeria { width: 100%; max-width: 800px; margin-bottom: 25px; } 
 }