/*********************************************************/
/*	STYLE CSS										 	 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
html, body {width:100%; height:100%; font-family: var(--font_p)}
/*********************************************************/
:root {
	--laranja: #FF7300;
}

.esquerda {width: 47%; float: left;}
.direita {width: 47%; float: right;}

.aparecer {display: none !important;}

.bgcover {background-repeat: no-repeat; background-size: cover; background-position: center center;}
.bg100  {background-repeat: no-repeat; background-size: 100%; background-position: center center;}

.botao-laranja-b {border: 2px solid var(--laranja); padding: 5px 20px; border-radius: 50px; color: var(--laranja); cursor: pointer; font-family: var(--font_p) text-transform: uppercase; font-weight: 600; display: inline-block;}
.botao-laranja-b:hover {color: #fff; background-color: var(--laranja); text-decoration: none !important;}

.botao-laranja {background-color: var(--laranja); padding: 5px 40px; border-radius: 50px; color: #fff; cursor: pointer; font-family: var(--font_p) text-transform: uppercase; font-weight: 600; font-size: 1.4em;}
.botao-laranja:hover {background-color: #333; text-decoration: none !important;}

.botao-whats {padding: 10px 40px; border-radius: 10px; background-color: #00B834; color: #fff; font-weight: 600; cursor: pointer;}
.botao-whats:hover {background-color: var(--laranja);}

.banner-interno {width: 100%; display: table;}
.banner-interno h1 {width: 100%; padding: 10px 0; background-color: var(--laranja); color: #fff; text-transform: uppercase; font-size: 2em; text-align: center;}
/*********************************************************/
/*	TOPO & RODAPE										 */
/*********************************************************/
header {width: 100%; display: table; padding: 10px 0;}
header .logo {width: 20%; height: 80px; float: left;}
/*header .menu {float: left; margin-left: 5%; padding-top: 30px;}*/
header .meumenu {float: left; margin-left: 5%; padding-top: 30px; }
header .stihl {width: 12%; float: right; height: 60px; background-image: url(../images/stihl.png); margin-top: 10px;}
.topo-lojas {width: 14%; float: right; margin-top: 0;}
.topo-lojas-select {width: 100%; height: 38px; border: 1px solid #E2E4E8; border-radius: 8px; background-color: #fff; padding: 0 10px; font-family: var(--font_p); font-size: 0.82em; color: #333; cursor: pointer;}
.topo-lojas-select:focus {outline: none; border-color: var(--laranja); box-shadow: 0 0 0 3px rgba(255, 115, 0, 0.12);}

footer {width: 100%; display: table; padding-top: 40px; background-color: #F8F5F6;}
footer .dados {width: 40%; float: left;}
footer .dados li {width: 100%; font-size: 0.9em; font-weight: 500; display: table; text-align: left;}
footer .dados i { padding-right: 20px; font-size: 1.4em; float: left; height: 30px;}

footer .categorias {width: 30%; float: left;}
footer .categorias li {width: 50%; float: left; padding: 0 10px 10px 0; font-size: 1em;}

footer .quadro  {width: 30%; text-align: center; float: right;}
footer .logos li {width: 48%; display: inline-block; height: 60px;}
footer .logo1 {background-image: url(../images/logo.png);}
footer .logo2 {background-image: url(../images/stihl.png);}

footer .social li {color: var(--laranja); font-size: 2em; display: inline-block; padding: 0 10px;}
footer .social li:hover {color: #333;}

.footer-new {background-color: #F8F5F6;}
.footer-container {padding: 10px 0 30px 0;}
.footer-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 10px 0 30px 0;}
.footer-col h3 {font-size: 1.1em; text-transform: uppercase; padding-bottom: 14px; border-bottom: 2px solid rgba(0,0,0,0.08); margin-bottom: 14px;}
.footer-list li {display: flex; align-items: flex-start; gap: 12px; padding: 6px 0; font-size: 0.95em; font-weight: 500;}
.footer-list i {color: var(--laranja); font-size: 1.2em; margin-top: 2px;}
.footer-links {columns: 2; column-gap: 18px;}
.footer-links li {break-inside: avoid; padding: 5px 0;}
.footer-links a {color: #333; font-size: 0.95em;}
.footer-links a:hover {color: var(--laranja); text-decoration: none !important;}
.footer-bottom {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 14px 0 0 0;}
.footer-brand img {max-width: 240px; width: 100%; height: auto; display: block;}
.footer-social {display: flex; gap: 14px; align-items: center; justify-content: center; padding: 0; margin: 0;}
.footer-social li {list-style: none;}
.footer-social a {color: var(--laranja); font-size: 2em; display: inline-flex; align-items: center; justify-content: center;}
.footer-social a:hover {color: #333;}

@media (max-width: 950px) {
	.footer-grid {grid-template-columns: 1fr; gap: 18px;}
	.footer-links {columns: 1;}
	.footer-brand img {max-width: 220px;}
}

.fim {width: 100%; display: table; text-align: center; padding: 10px 0; background-color: #333;}
.fim p {color: #fff; font-size: 0.9em; font-weight: 400;}
.fim a {color: #fff;}
.fim a:hover {color: var(--laranja);}
/*********************************************************/
.tela-1 {width: 100%; padding: 80px 0; text-align: center;}
.tela-1 h1 {color: #FF7300; text-transform: uppercase; font-size: 2em; padding-bottom: 40px; }

.tela-1 p {color: #333; font-weight: 300; line-height: 30px; text-align: center; font-size: 1.1em;}

.tela-1 .quadro {width: 80%; margin: auto; }
.tela-1 .imagem {width: 90%; height: 350px; margin: 0 auto 25px auto;}
.tela-1 .texto {width: 100%; position: relative; height: 220px; text-align: center;}
.tela-1 .botao-laranja-b {position: absolute; bottom: 0; display: inline-block; left: 50%; transform: translate(-50%, -50%); width: 40%;}
/*********************************************************/
.tela-2 {width: 100%; padding: 60px 0; background-color: #F7F7F7; text-align: center;}
.tela-2 h1 {font-size: 1.6em; text-transform: uppercase; padding-bottom: 40px;}
.tela-2 h2 {font-size: 1.2em; font-weight: 300;}
.tela-2 a:hover {text-decoration: none !important; color: var(--laranja);}

.tela-2 .quadro {width: 75%; margin: auto;}
.tela-2 .centro {width: 90%; margin: auto;}
.tela-2 .imagem {width: 100%; height: 340px; margin-bottom: 30px;}
/*********************************************************/
.tela-3 {width: 100%; padding: 80px 0 20px 0; text-align: center;}
.tela-3 h1 {font-size: 1.6em; text-transform: uppercase; padding-bottom: 40px;}
.tela-3 h2 {color: #fff; padding: 10px; border-radius: 10px; background-color: var(--laranja); text-transform: uppercase; cursor: pointer; font-size: 1.2em; position: absolute; bottom: 10px; left: 50%; transform: translate(-50%, -50%); width: 90%; box-shadow: 3px 1.6px 2.2px rgba(0, 0, 0, 0.031),	7.3px 3.9px 5.3px rgba(0, 0, 0, 0.044), 13.8px 7.3px 10px rgba(0, 0, 0, 0.055), 24.6px 13px 17.9px rgba(0, 0, 0, 0.066),	46px 24.2px 33.4px rgba(0, 0, 0, 0.079), 110px 58px 80px rgba(0, 0, 0, 0.11) ;}
.tela-3 h2:hover {background-color: #333;}
.tela-3 a {color: #fff;}
.tela-3 a:hover {text-decoration: none !important;}
.tela-3 .quadro {width: 99%; margin: auto; height: 550px; position: relative; overflow: hidden; box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16); transition: transform 0.35s ease, box-shadow 0.35s ease;}
.tela-3 .quadro::before {content: ""; position: absolute; inset: 0; background-image: inherit; background-repeat: no-repeat; background-size: cover; background-position: center center; transition: transform 0.5s ease, filter 0.5s ease;}
.tela-3 .quadro::after {content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08)); transition: background 0.35s ease;}
.tela-3 .quadro:hover {transform: translateY(-6px); box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);}
.tela-3 .quadro:hover::before {transform: scale(1.08); filter: brightness(1.05);}
.tela-3 .quadro:hover::after {background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.03));}
.tela-3 .quadro h2 {z-index: 2;}
/*********************************************************/
.tela-4 {width: 100%; padding: 60px 0; text-align: center; display: table;}
.tela-4 h1 {font-size: 1.6em; text-transform: uppercase; padding-bottom: 40px;}
.tela-4 .esquerda {width: 50%;}
/*********************************************************/
.tela-5 {width: 100%; padding-bottom: 80px; text-align: center;}
.tela-5 h1 {font-size: 1.6em; text-transform: uppercase; padding-bottom: 40px;}
.tela-5 h2 {font-size: 1.1em; font-weight: 700; padding-bottom: 30px;}

.tela-5 .quadro {width: 60%; margin: auto; padding: 40px; border: 2px solid #E2E4E8; border-radius: 10px; text-align: left;}
/*********************************************************/
.tela-6 {width: 100%; display: table; padding: 60px 0; background-image: url(../images/bgcontato.png); text-align: center;}
.tela-6 h1 {color: var(--laranja); text-transform: uppercase; font-size: 2em; padding-bottom: 40px;}
.tela-6 .logo {width: 260px; height: 100px; margin: 0 auto 40px auto;}

.tela-6 .dados {display: flex; flex-direction: column; gap: 12px;}
.tela-6 .dados li {width: 100%; font-size: 1.02em; font-weight: 500; padding: 14px 16px; display: flex; align-items: flex-start; gap: 14px; text-align: left; background-color: rgba(255,255,255,0.82); border: 1px solid #E6E8EB; border-radius: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);}
.tela-6 .dados i {color: var(--laranja); font-size: 1.2em; width: 22px; text-align: center; flex: 0 0 22px; margin-top: 2px;}

.tela-6 h3 {color: var(--laranja); text-transform: uppercase; padding-bottom: 40px; text-align: left;}
.tela-6 .ctn {width: 100%; padding: 30px; border: 1px solid #ECF0F3; margin-bottom: 40px; text-align: left;}
/*********************************************************/
.formulario {border: 2px solid #E2E4E8; background-color: #fff; padding: 40px; border-radius: 10px; text-align: center;}
.formulario h2 {font-size: 1.6em; text-transform: uppercase; padding-bottom: 40px;}
.formulario span {color: var(--laranja); font-size: 0.9em; font-style: italic;}
.formulario .input {width: 100%; padding: 15px; background-color: #F3F1F4; font-family: var(--font_p) border-radius: 10px;}
.formulario .inputtext {width: 100%; height: 160px; resize: none; padding: 15px; background-color: #F3F1F4; font-family: var(--font_p) border-radius: 10px;}
/*********************************************************/
.mapa iframe {width: 100%;; height: 400px;}
/*********************************************************/
.servicos {width: 100%; display: table; position: relative; padding: 40px 0;}
.servicos h1 {color: #FF7300; text-transform: uppercase; font-size: 2em; padding-bottom: 40px; text-align: center;}
.servicos p {line-height: 30px;}

.servicos .imagem-1 {width: 45%; position: absolute; left: 0; top: 100px; height: 650px;}
.servicos .imagem-2 {width: 45%; position: absolute; right: 0; top: 100px; height: 650px;}

.servicos-a {width: 100%; display: table; position: relative; padding: 160px 0 40px 0; text-align: center;}
.servicos-a p {text-align: justify; columns: 2; column-gap: 40px; line-height: 30px;}
.servicos-a h1 {color: #FF7300; text-transform: uppercase; font-size: 2em; padding-bottom: 40px; text-align: center;}

.servicos-a .imagem-3 {width: 50%; height: 280px; float: left; border-radius: 20px;}
.servicos-a .imagem-4 {width: 23%; height: 280px; float: left; border-radius: 20px; margin: 0 1%;}
.servicos-a .imagem-5 {width: 23%; height: 280px; float: left; border-radius: 20px; margin: 0 1%;}
/*********************************************************/
.sobre {width: 100%; display: table; padding: 60px 0; background-image: url(../images/bgcontato.png); margin-bottom: 40px; }
.sobre h1 {color: #FF7300; text-transform: uppercase; font-size: 1.6em; padding-bottom: 10px; text-align: center; border-bottom: 5px solid var(--laranja); margin-bottom: 40px;}
.sobre p {line-height: 35px;}
.sobre .esquerda {width: 40%;}
.sobre .direita {width: 55%;}
.sobre .quadro {width: 100%; padding: 40px 60px; background-color: #fff; border-radius: 10px; box-shadow: 3px 1.6px 2.2px rgba(0, 0, 0, 0.031),	7.3px 3.9px 5.3px rgba(0, 0, 0, 0.044), 13.8px 7.3px 10px rgba(0, 0, 0, 0.055), 24.6px 13px 17.9px rgba(0, 0, 0, 0.066),	46px 24.2px 33.4px rgba(0, 0, 0, 0.079), 110px 58px 80px rgba(0, 0, 0, 0.11) ;}
/*********************************************************/
.tela-7 {width: 100%; display: table; padding: 60px 0;}
.tela-7 .logos {width: 80%; text-align: center; margin: auto;}
.tela-7 .logos li {width: 45%; padding: 0 2.5%; float: left;}
.tela-7 .texto {width: 80%; margin: auto; display: table;}
.tela-7 .icone {width: 10%; float: left; padding-top: 40px;}
.tela-7 .txt {width: 85%; float: right;}
/*********************************************************/
.tela-8 {width: 100%; display: table; padding: 60px 0; background-color: #F5f5f5;}
.tela-8 .titulo-e {width: 40%; float: left; }
.tela-8 .titulo-d {width: 40%; float: right; }
.tela-8 .texto-e {width: 55%; float: left; padding-top: 20px;}
.tela-8 .texto-d {width: 55%; float: right; padding-top: 20px;}

.tela-8 .titulo-e h3 {border-right: 5px solid var(--laranja); padding: 0 40px 0 100px; color: var(--laranja); font-size: 5em; text-transform: uppercase;}
.tela-8 .titulo-d h3 {border-left: 5px solid var(--laranja); padding: 0 100px 0 40px; color: var(--laranja); font-size: 5em; text-transform: uppercase; text-align: right;}

.tela-8 .icon1 {background-image: url(../images/missãp.png); background-repeat: no-repeat; background-position: left center; background-size: 15%;}
.tela-8 .icon2 {background-image: url(../images/visão.png); background-repeat: no-repeat; background-position: right center; background-size: 15%;}
.tela-8 .icon3 {background-image: url(../images/valores.png); background-repeat: no-repeat; background-position: left center; background-size: 15%;}
/*********************************************************/
.tela-9 {width: 100%; display: table; padding: 60px 0; text-align: center;}
.tela-9 h3 {padding: 20px 0 0 80px; text-transform: uppercase; background-image: url(../images/loja.png); background-repeat: no-repeat; background-position: left; height: 45px; background-size: 15%; display: inline-block;}

.tela-9 .quadro-g {width: 54%; height: 450px; float: left; border-radius: 10px; margin-bottom: 10px;}
.tela-9 .quadro-m {width: 45%; height: 220px; float: right; margin-bottom: 10px; border-radius: 10px;}
.tela-9 .quadro-p {width: 18%; height: 140px; float: left; margin: 10px 1%; border-radius: 10px;}
/*********************************************************/
.produtos {width: 100%; display: table; padding: 60px 0;}
.produtos h2 {font-size: 1.2em; padding-bottom: 5px; border-bottom: 2px solid #ccc; margin-bottom: 20px; text-transform: uppercase; font-weight: 400;}
.produtos h3 {font-size: 0.9em; padding: 5px 0;text-transform: uppercase;}
.produtos a:hover {color: var(--laranja);}

.lateral {width: 20%; float: left; border-radius: 10px; background-color: #E2E4E7; padding: 20px; transition: width 0.3s ease; overflow: hidden; margin-bottom: 40px;}
.lateral li {padding: 5px; width: 100%;}
.lateral li:hover {background-color: #ccc; border-radius: 5px;}

.exibir-btn {display: none; border: 0; width: 100%; background-color: var(--laranja); color: #fff; padding: 10px; border-radius: 10px; font-weight: 700; cursor: pointer; text-transform: uppercase;}

.filtros-btn, .fechar-btn {display: none; border: 0; width: 100%; background-color: var(--laranja); color: #fff; padding: 10px; border-radius: 10px; margin-bottom: 20px; font-weight: 700; cursor: pointer; text-transform: uppercase;}

.produtos .centro {width: 76%; float: right;}
.produtos .quadro {width: 30%; float: left; min-height: 340px; margin: 0 1.5% 40px 1.5%; padding: 10px; border: 1px solid #fff;}
.produtos .quadro:hover {border: 1px solid #dfdfdf; border-radius: 10px;}
.produtos .imagem {width: 100%; height: 240px;}
/*********************************************************/
.detalhes {width: 100%; padding: 60px 0; border-top: 2px solid #e2e4e7;}
.detalhes h1 {text-align: center; color: var(--laranja); text-transform: uppercase; font-size: 2em;}
.detalhes h2 {font-size: 1.1em; padding-bottom: 5px;text-transform: uppercase;}
.detalhes .subimg {width: 90%; margin: auto; height: 120px;}
.detalhes .centro {text-align: center; font-size: 1.4em; text-transform: uppercase; padding-bottom: 30px; font-weight: 500;}
/*********************************************************/
.cidade-overlay {position: fixed; inset: 0; background: rgba(0, 0, 0, 0.75); display: flex; align-items: center; justify-content: center; padding: 24px; z-index: 9999;}
.cidade-modal {width: min(720px, 100%); background-color: #fff; border-radius: 16px; padding: 32px; text-align: center; box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);}
.cidade-modal h2 {font-size: 1.6em; text-transform: uppercase; padding-bottom: 10px;}
.cidade-modal p {color: #333; opacity: 0.8; padding-bottom: 24px;}
.cidade-list {display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;}
.cidade-list > .cidade-item {flex: 0 1 calc((100% - 28px) / 3);}
.cidade-item {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 20px 16px; border: 1px solid #E2E4E8; border-radius: 12px; color: #333; background-color: #fff; text-align: center; transition: border-color 0.2s ease, transform 0.2s ease;}
.cidade-item:hover {border-color: var(--laranja); transform: translateY(-2px); text-decoration: none !important;}
.cidade-logo {width: 170px; height: 60px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex: 0 0 auto;}
.cidade-logo img {max-width: 100%; max-height: 100%; object-fit: contain;}
.cidade-nome {font-weight: 700; line-height: 1.2;}
.cidade-dados {font-size: 0.9em; opacity: 0.8; line-height: 1.2; padding-top: 4px;}

@media (max-width: 800px) {
	.cidade-list > .cidade-item {flex-basis: calc((100% - 14px) / 2);}
}

@media (max-width: 520px) {
	.cidade-list > .cidade-item {flex-basis: 100%;}
}
