body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
}
h1 {
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	color: #666;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #0dad8d;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	height: 3px;
	width: 60px;
	text-align: center;
	position: relative;
	background: #0dad8d;
	border: 0;
	margin: 10px auto 30px;
}
/* Navigation */
#menu {
	padding: 35px;
	transition: all 0.8s;
}
#menu.navbar-default {
	/* background-color: rgba(246, 246, 246, 0.8); */
	border-bottom: 1px solid rgba(246, 246, 246, 0.8);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}
#menu a.navbar-brand i.fa {
	color: rgba(255,255,255,0.7);
	margin-right: 3px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav > li > a.abrir-chamado {
	background-color: #0dad8d;
	text-transform: uppercase;
	color: #eeeeee;
	font-size: 0.8em;
	letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
	color: #0dad8d;
}

#menu.navbar-default .navbar-nav > li > a.abrir-chamado:hover {
	background-color: rgb(10, 120, 98);
	color: #eee;
}

.on {
	background-color: #f6f6f6 !important;
	border-bottom: 1px solid #f6f6f6 !important;
	/*padding: 0 !important;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0dad8d !important;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a.abrir-chamado, .navbar-default .navbar-nav > .active > a.abrir-chamado:hover, .navbar-default .navbar-nav > .active > a.abrir-chamado:focus {
	color: #eee !important;
}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0dad8d;
	border-color: #0dad8d;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
  background: url(../img/empilhadeira1.png) no-repeat center;
  background-size: cover;
  color: #cfcfcf;
  overflow: hidden;
  position: relative;
}

/* Overlay de baixo para cima */
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}




header p {
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	margin: 0;
}

.intro-text {
	bottom: 100px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 3;
}

.intro-text h1 {
	color: #fff;
	font-size: 45px;
	padding: 20px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.btn-default {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.8);
	margin: 0 8px;
	padding: 12px 24px;
	font-size: 16px;
	transition: all 0.5s;
	border-radius: 4px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #fff;
	color: #0dad8d;
	border-color: #fff;
}
/* Services Section */
#services-section {
	padding: 120px 0;
	background-color: #fff;
}
#services-section h4 {
	font-weight: 700;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #0dbf9b;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 120px 0;
	background-color: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #aaa;
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
}
ol.type li a.active {
	color: #0dad8d;
	border: 1px solid #0dad8d;
}
ol.type li a:hover {
	color: #0dad8d;
	border: 1px solid #0dad8d;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 170px;
	overflow: hidden;
	position: relative;
}

/*Produto*/

.produto-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
	margin: 10px;
}

.produto-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.produto-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.produto-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.produto-card:hover .produto-img img {
    transform: scale(1.05);
}

.produto-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.produto-titulo {
    text-align: center;
    color: #2F2E2E;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
    min-height: 40px; /* evita quebra desigual */
}

.rodape-locacao {
    text-align: center;
}

.abrir-locacao {
    display: inline-block;
    padding: 8px 18px;
    border: 2px solid #006524;
    border-radius: 30px;
    color: #006524;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.abrir-locacao:hover {
    background: #006524;
    color: #ffffff;
}


.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 17% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #ffffff;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	/*height: 30px;
	width: 30px;
	border: 1px solid #F5AB35;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #F5AB35;*/
}


/* Team Section */
#team-section {
	padding: 100px 0;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2 {
	margin-bottom: 30px;
}
img.img-circle.team-img {
	width: 150px;
	height: 150px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #fff;
	font-size: medium;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
/* Achivements Section */
#achievements {
	padding: 80px 0;
	background-color: #0dbf9b;
}
.achievement-box {
	text-align: center;
	margin: 20px 0;
}
.achievement-box h4 {
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
.achievement-box span.count {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	display: block;
}
/* Contact Section */
#contact-section {
	padding: 120px 0 60px 0;
	/* background-color: #f6f6f6; */
}
#abrir-chamado-section {
	background-color: #f6f6f6;
}
#abrir-chamado-section .container {
	display: none;
	padding: 120px 15px 60px 15px;
}

#abrir-chamado-section .container .section-title {
	position: relative;
}

}
#abrir-orcamento-section {
	background-color: #f6f6f6;
}
#abrir-orcamento-section .container {
	display: none;
	padding: 120px 15px 60px 15px;
}

#abrir-orcamento-section .container .section-title {
	position: relative;
}

.fechar-orcamento {
	background-color: #0dad8d;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	margin-right: -15px;
	padding: 15px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}

.fechar-orcamento:hover {
	background-color: rgb(10, 120, 98);
}

.fechar-chamado {
	background-color: #0dad8d;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	margin-right: -15px;
	padding: 15px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}

.fechar-chamado:hover {
	background-color: rgb(10, 120, 98);
}

#contact-section h3,
#abrir-chamado-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form,
#abrir-chamado-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #0dad8d;
	font-size: 16px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control,
#abrir-chamado-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus,
#abrir-chamado-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn,
#abrir-chamado-section .btn, #abrir-orcamento-section .btn {
	background: transparent;
	border: 2px solid #12dbb2;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #0dbf9b;
}
#contact-section .btn:hover, #contact-section .btn:focus,
#abrir-chamado-section .btn:hover, #abrir-chamado-section .btn:focus, #abrir-orcamento-section .btn:hover, #abrir-orcamento-section .btn:focus {
	background: #0dbf9b;
	border: 2px solid #0dbf9b;
	color: #fff;
}
#contact-section .text-danger,
#abrir-chamado-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Social Section */

#social-section {
    background: linear-gradient(135deg, #006524 0%, #0a7a32 60%, #004d1c 100%);
    padding: 55px 0;
}

.eco-icons {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.eco-icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.eco-icons li:hover {
    transform: translateY(-6px);
}

.eco-icons img {
    height: 55px;
    width: auto;
    display: block;
    opacity: 0.95;
    transition: 0.3s ease;
}

.eco-icons li:hover img {
    opacity: 1;
}

@media (max-width: 768px) {

    #social-section {
        padding: 40px 20px;
    }

    .eco-icons {
        gap: 30px;
    }

    .eco-icons img {
        height: 45px;
    }
}



/* Footer */

#footer {
    background: #222222;
    color: #cccccc;
    padding: 70px 0 30px 0;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

.footer-logo {
    height: 55px;
    margin-bottom: 20px;
}

.footer-col h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 17px;
    position: relative;
}

/* Linha verde abaixo do título */
.footer-col h4::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #006524;
    display: block;
    margin-top: 8px;
}

.footer-col p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    font-size: 13px;
    color: #aaaaaa;
}

.footer-bottom a {
    color: #ffffff;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	/* background-color: rgba(0, 0, 0, 0.7); */
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}

#bg-modal {
	background-color: rgba(0, 0, 0, 0.9);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#video {
	bottom: 10%;
	display: none;
	height: 70%;
	left: 15%;
	position: fixed;
	right: 15%;
	top: 20%;
	width: 70%;
	z-index: 99991;
}

#video span {
	cursor: pointer;
	color: #0dad8d;
	position: absolute;
	right: 10px;
	top: -30px;
}

#video iframe {
	display: block;
}

.bt-video {
	cursor: pointer;
	display: block;
}

.bt-video i.fa {
	display: block;
}

.icone-institucional {
	display: block;
	margin: 0 auto;
	width: 200px;
}

video {
	display: block;
	height: 100%;
	position: relative;
	min-width: 100%;
	z-index: 1;
}

.g-recaptcha div {
	display: block;
	margin: 0 auto;
}

/*About section*/
.about-section {
  background: #f4f6f5;
  padding: 100px 0;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #006524;
  margin-bottom: 15px;
}

.divider {
  width: 60px;
  height: 4px;
  background: #006524;
  margin: 0 auto 25px auto;
  border-radius: 2px;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.about-location {
  align-items: center;
}

.map-wrapper,
.location-card {
	min-height: 250px;
}



/* MAPA */
.map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.map-wrapper img {
  width: 100%;
  display: block;
}

/* CARD LOCALIZAÇÃO */
.location-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.location-card h4 {
  color: #006524;
  margin-bottom: 15px;
  font-weight: 600;
}

.location-card p {
  color: #555;
  line-height: 1.7;
}

/* Funfact */

.hero-section {
  position: relative;
  overflow: visible;
	color: #ccc;
}

/* Estrutura principal */
.hero-wrapper {
  display: flex;
  min-height: 500px;
  position: relative;
}

/* Lado imagem */
.hero-image {
  width: 50%;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Lado conteúdo */
.hero-content {
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

.hero-content h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: black;
}

.content-inner p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 15px;
  color: #545454;
}

.hero-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.hero-list li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  color: #545454;
}

.hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00ff88;
  font-weight: bold;
}
/* Botão */
.btn-cta {
  background: #111;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
  width: fit-content;
}

.btn-cta:hover {
  background: #000;
  transform: translateY(-2px);
}

/* Números sobrepostos */
.hero-numbers {
  position: absolute;
  left: 50%;
  bottom: -100px; /* aumenta a flutuação */
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
  z-index: 10; /* garante que fique acima */
}

.number-box {
  background: #004d1c;
  color: white;
  padding: 30px 50px;
  text-align: center;
  border-radius: 8px;
}

.number-box span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #00ff88;
}

.number-box p {
  margin-top: 8px;
  font-size: 14px;
}

/* estado inicial */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

/* quando aparece */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Responsivo */
@media (max-width: 992px) {

	.hero-section {
		padding-bottom: 60px;
	}

  .hero-wrapper {
    flex-direction: column;
    min-height: auto;
  }

  .hero-image {
    width: 100%;
    height: 300px; /* controla altura da imagem */
    clip-path: none;
  }

  .hero-image img {
    height: 100%;
  }

  .hero-content {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    align-items: center;
  }

  .hero-content h2 {
    font-size: 22px;
  }

  .btn-cta {
    width: 100%;
    text-align: center;
  }

  /* CARDS */
  .hero-numbers {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .number-box {
    width: 100%;
    padding: 25px;
  }

  .number-box span {
    font-size: 28px;
  }

}

/*Localção*/
.locacao-section {
    background: #ffffff;
    padding: 60px 0; /* reduzi para menos “respiro exagerado” */
}

/* Títulos */
.section-title {
    margin-bottom: 35px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 12px;
    color: #222;
}

.section-title h3 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    color: #222;
}

.section-title .subtitle {
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* Diferenciais */
.diferenciais {
    margin-top: 30px;
}

.diferencial-item {
    background: #fafafa;
    padding: 30px 20px;
    border-radius: 8px;
    transition: 0.3s ease;
    height: 100%;
	min-height: 300px;
}

.diferencial-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.diferencial-item i {
    font-size: 30px;
    color: #006524 ;
    margin-bottom: 15px;
}

.diferencial-item h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
}

.diferencial-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin: 0;
}

/*Vendas*/

#vendas-section {
    background: #f6f6f6;
    padding: 80px 0;
}

/* Topo */
.vendas-topo {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

/* Colunas reais */
.vendas-texto {
    flex: 1;
    max-width: 520px;
}

.vendas-imagem {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

/* Título */
.vendas-texto h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

/* Linha destaque */
.linha-destaque {
    width: 60px;
    height: 3px;
    background: #006524;
    margin-bottom: 20px;
}

/* Texto */
.vendas-texto p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

/* Imagem */
.vendas-imagem img {
    width: 100%;
    max-width: 480px;   /* controla tamanho real */
    border-radius: 12px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
	object-fit: cover;
}

/* Responsivo */
@media (max-width: 980px) {
    .vendas-topo {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .vendas-texto {
        max-width: 100%;
    }

    

	.linha-destaque {
		margin: 20px auto;
	}
}


.representante-oficial {
  padding: 55px 20px;
  border-radius: 12px;
}

.representante-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #555;
}

.logo-hangcha {
  margin: 20px 0;
}

.representante-sub {
  color: #666;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}


/* Formulário */
#vendasForm {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
	display: flex;
	flex-direction: column;
}

#vendasForm .form-control {
    height: 48px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: none;
    transition: 0.3s ease;
}

#vendasForm .form-control:focus {
    border-color: #006524;
    box-shadow: 0 0 0 2px rgba(0,101,36,0.1);
}

/* Botão */
.btn-vendas {
    background: #006524;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 6px;
    border: none;
    transition: 0.3s ease;
	margin: 20px auto;
	max-width: 60%;
}

@media (max-width: 991px) {
	.btn-vendas {
		max-width: inherit;
	}
}

.btn-vendas:hover {
    background: #004d1c;
	color: white;
    transform: translateY(-2px);
}

/* Logo */

.hangcha-logo img {
    width: 220px;
    transition: 0.3s ease;
}

.hangcha-logo img:hover {
    transform: scale(1.05);
}

/*Modal vendas*/
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 800px;
  width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(30px);
  transition: 0.3s ease;
}

.modal-overlay.active .modal-box {
  transform: translateY(0);
}

.modal-title {
  margin-bottom: 25px;
  font-weight: 600;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

/*Contato*/

#contact-section {
    padding: 80px 0;
}

.contact-subtitle {
    color: #666;
    margin-top: 10px;
}

.contact-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.contact-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
    gap: 18px;
    width: 320px;
    min-height: 140px; /* força altura uniforme */
    transition: 0.3s ease;
	justify-content: center;
}

.contact-item:hover {
    transform: translateY(-6px);
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(0,101,36,0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    font-size: 22px;
    color: #006524;
}

.contact-content {
	display: flex;
	flex-direction: column;
}

.contact-icon h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
}

.contact-content p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.contact-content a {
    color: #006524;
    font-weight: 500;
    text-decoration: none;
}

.contact-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .contact-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .contact-item {
        width: 100%;
        max-width: 420px;
        padding: 25px;
        min-height: auto;
    }

}


