*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-family: Arial, sans-serif;
}


body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: #f9f9f9;
	color: #333;
}


.clear{
	clear: both;
}



section.banner{
	overflow:hidden;
	width: 100%;
	height: 980px;
    
	background-color: black;
	background-image: url('../imagens/granito\ branco.png');
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}
@media screen and (max-width: 580px){section.banner{
	overflow:visible;
	width: 100%;
	
	background-image: url('../imagens/granito\ branco.png');
	
	background-repeat: no-repeat;
}
}

@media screen and (max-width: 580px){body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
}


.text-banner{
	padding:100px;
}
.text-banner-single>img{
	padding-left: 100vh;
}

.effect-container {
    display: flex;
    gap: 10px; /* Espaço entre as palavras */
    justify-content: center;
    align-items: center;
    margin-top: 50px; /* Ajuste conforme necessário */
	flex-direction: column;
	margin-top: 300px;
	margin-right: 900px;
}
.effect-container {
    display: flex;
    gap: 10px; /* Espaço entre as palavras */
    justify-content: center;
    align-items: center;
    margin-top: 0; /* Ajuste conforme necessário */
	flex-direction: column;
	padding-top: 300px;
	
}

@media screen and (max-width: 580px){.effect-container {
   padding-left: 180px;
   padding-top: 200px;
  
}}

/* Animação */
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.effect-word {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn 1s ease forwards;
}

/* Animação sequencial */
.effect-word:nth-child(1) {
    animation-delay: 0.2s;
	color: #ea8807;
	font-size:40px ;
}

.effect-word:nth-child(2) {
    animation-delay: 0.4s;
	color: #ea8807;
	font-size:40px ;
    
}

.effect-word:nth-child(3) {
    animation-delay: 0.6s;
	color: #ea8807;
	font-size:40px ;

}

.effect-word:nth-child(4) {
    animation-delay: 0.8s;
	color: #ea8807;
	font-size:40px ;

}


section.pedra-destaque{
	padding:90px 2%;
}

section.pedra-destaque .container{
	/*Vamos deixar o padrão que é 1400px*/
	/*max-width: 1000px;*/
	padding:40px 0;
}


.line-titulo{
	/*Trocamos por 1400 para seguir com o mesmo tamanho do nosso contexto padrão da classe container!*/
	
	margin:0 auto;
	position: relative;
	text-align: center;
}

.ln2{
	position: absolute;
	height: 2.5px;
	width: 100%;
	
	top:20px;
	background:black;
}
.ln2 h2{margin-top: 3px;}

.ln1{
	position: absolute;
	height: 2px;
	width: 100%;
	top:20px;
	background:black;
}


.line-titulo h2{
	position: relative;
	background: #fbf9f9;
	display: inline-block;
	text-align: center;
	font-size: 27px;
	padding:0 20px;
	font-style: italic;
	text-transform: uppercase;
	
}

.vitrine-destaque{
	float:right;
	width: 33.3%;
	text-align: center;
	
	
}

.vitrine-destaque .pedra-img{
	background-position: center;
	background-size: cover;
	width: 100%;
	padding-top: 100%;
	border:6px solid rgb(16, 16, 16);
	border-radius: 8px;
	background-size: 100% 100%;
	height: 200px;
}

.vitrine-destaque h2{
	padding-left: 8px;
	color: black;
	font-style: italic;
	font-size: 20px;
}

.vitrine-destaque p{
	padding-top: 8px;
	padding-left: 8px;
	color: #353535;
	font-size: 15px;
	font-style: italic;
}


.btn1{
	text-align: center;
	display: block;
	line-height: 40px;
	background-color:#08679C;
	text-decoration: none;
	border-bottom: 5px solid #08679C;
	color: white;
	font-size: 16px;
	font-style: italic;
	width: 150px;
	border-radius: 5px;
}

.vitrine-destaque a{
	margin-left: 8px;
	margin-top:10px;

}


.servicos-descricao{
	display: flex;
}

.half1{
	width: 50%;
	text-align: right;
	padding:90px 0;
	background: #242424;
	color: white;
}

.half1-wraper{
	padding-right: 20%;
	text-align: left;
	display: inline-block;
}

.half1-wraper h2{
	font-weight: normal;
	font-style: italic;
	font-size: 32px;
}

.half1-wraper ul{
	display: inline-block;
	margin-top:20px;
}

.half1-wraper li{
	margin-left: 15px;
}

.half1-wraper a{
	margin-left: 40px;
	display: inline-block;
	vertical-align: bottom;
}

.half2{
	width: 50%;
	padding:90px 100px;
	background:#08679C;
	color: white;
}

.half2 h2{
	font-weight: normal;
	font-style: italic;
	font-size: 32px;
}

.half2 .depoimento-single{
	margin-top:19px;
}

.depoimento-single p{
	font-size: 22px;
}

.navigation{
	float: left;
	width: 100%;
	max-width: 700px;
	margin-top:30px;
}

.arrows{
	float: left;
}

.navigation img{
	cursor: pointer;
	margin:0 20px;
}

.nome-depoimento{
	float: right;
	color: #252525;
	font-size: 23px;
}


section.contato{
	padding:80px 2% 0 2%;
}

section.contato form{
	max-width: 600px;
	margin:30px auto;
}

section.contato .input-wraper{
	float: left;
	padding:10px;
	margin-top:7px;
}

section.contato input[type=text]{
	width: 100%;
	border: 1px solid #ccc;
	height: 60px;
	font-size: 16px;
	line-height: 40px;
	padding-left: 15px;
}

section.contato textarea{
	font-size: 16px;
	width: 100%;
	border:1px solid #ccc;
	height: 140px;
	padding:8px;
	resize: none;
}

section.contato form .input-wraper:nth-of-type(5){
	text-align: center;
}

section.contato input[type=submit]{
	border-right: 0;
	border-left: 0;
	border-top: 0;
	cursor: pointer;
	display: inline-block;
}

.w100{
	width: 100%;
}

.w50{
	width: 50%;
}

footer{
	padding:40px 2%;
	background: #252525;
}

footer nav{
	float: left;
}

footer nav ul{
	list-style-type: none;
}

footer nav ul li{
	float: left;
	font-style: italic;
	padding:0 35px;
	font-size: 19px;
}

footer nav ul a{
	color: white;
	text-decoration: none;
}

footer p{
	float: right;
	color: white;
	
	font-style: italic;
}
@media screen and (max-width: 580px){footer p{
	font-size: 15px;
    
}}

@media screen and (max-width: 580px){footer {
	height: 90px;
	padding: 30px;
    
}}
.venda {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px; /* Define uma largura máxima */
}
@media screen and (max-width: 580px){.vitrine-venda {
    display: flex;
    justify-content: center; /* Centraliza o conteúdo no contêiner */
    gap: 10px; /* Adiciona espaçamento de 10px entre os itens */
    flex-wrap: wrap; /* Permite que os itens quebrem linha se necessário */
}
}
.content-venda{
	margin-top:40px;
}

.sidebar{
	float: left;
	width: 30%;
}

.search1{
	width:90%;
}

.search1 h2{
	font-size: 24px;
	color: black;
	font-weight: normal;
}

.search1 .barra-preco{
	width: 100%;
	height: 20px;
	background: white;
	border:1px solid #ccc;
	margin-top:8px;
	border-radius: 20px;
	position: relative;
}

.barra-preco-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 20px;
	border-radius: 20px;
	background:linear-gradient(to bottom,rgb(255,255,255),rgb(200,200,200));
}

.pointer-barra{
	width: 26px;
	height: 26px;
	position: absolute;
	left: calc(30% - 13px);
	top: -3px;
	cursor: pointer;
	border-radius: 8px;
	background:linear-gradient(to bottom,rgb(255,255,255),rgb(180,180,180));
	border:1px solid  #777;
}

.valor-pesquisa{
	margin-top:8px;
}

.valor-pesquisa p{
	color: black;
	font-size: 15px;
}

.valor-pesquisa p:nth-of-type(1){
	float: left;
}

.valor-pesquisa p:nth-of-type(2){
	float: right;
}

.search2{
	margin-top:40px;
}

.search2 h2{
	font-size: 24px;
	color: black;
	font-weight: normal;
}

.form-venda-wraper{
	margin-top:10px;
}

.form-venda-wraper input[type=checkbox]{
	display: none;
}

.form-venda-wraper label{
	width: 20px;
	height: 20px;
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 3px;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}


.circle{
	width: 8px;
	height: 8px;
	display: none;
	border-radius: 4px;
	background: black;
	position: absolute;
	left: 6px;
	top: 6px;
}


.form-venda-wraper input[type=checkbox]:checked + label > .circle{
	display: block;
}

.form-venda-wraper span{
	padding:0 10px;
	display: inline-block;
	vertical-align: top;
}


.vitrine-venda {
    display: block;
   margin: 10px;
   
   
}
	
	



.vitrine-venda .vitrine-destaque{
	margin-top:20px;
	
}

section.venda-single{
	padding:90px 2% 0 2%;

}

section.venda-single .container{
	padding:40px 0 0 0;
	text-align: center;
	max-width: 1280px;
	
}

.info-veiculo{
	display: inline-block;
	width: 60%;
}

.foto-destaque{
	width: 100%;
	padding-top:70%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.descricao-pedra{
	vertical-align: top;
	display: inline-block;
	padding:60px 20px;
	text-align: left;
}

.descricao-pedra p{
	font-size: 17px;
	margin-top:25px;
	max-width: 200px;
}

.descricao-pedra a{
	margin-top:25px;
}

.nav-galeria-parent{
	width: 100%;
	padding:36px;
	position: relative;
}

@media screen and (max-width: 580px){.arrow-left-nav{
background-color: #06e558;
}}



.arrow-right-nav{
	position: absolute;
	right: 8px;
	top: 50%;
	cursor: pointer;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	background-image:url('../imagens/arrow-right.png');
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
}

.info-bread{
	padding:20px 0;
	text-align: left;
}

.info-bread a{
	text-decoration: none;
	color: black;
}

.info-bread a:last-child{
	color: #08679C;
}

.info-bread span{
	padding:0 30px;
}

.nav-galeria{
	overflow: hidden;
	width: 100%;
}

.nav-galeria-wraper{
	width: 200%;
}

.mini-img-wraper{
	float: left;
	padding:9px;
	width:calc(33.3% * (100 / 200));
}

.mini-img{
	width: 100%;
	cursor: pointer;
	padding-top:70%;
	background-position: center;
	background-size: cover;
	background-color:green;
}


@media screen and (max-width: 1100px){

	.half1{
		text-align: center;
	}

	.half1-wraper{
		text-align: left;
		padding-right: 0;
	}

	.half1-wraper a{
		display: block;
		margin-left: 0;
		margin-top:15px;
	}
}

@media screen and (max-width: 900px){


	.nome-depoimento{
	float: left;
	width: 100%;
	margin:20px 20px;
	}
}

@media screen and (max-width: 768px){

	footer nav{
		display: none;
	}

	footer{
		text-align: center;
	}

	footer p{
		float: none;
	}

	.w50{
		width: 100%;
	}

	.nome-depoimento{
	float: right;
	width: auto;
	margin:0px 0px;
	}

	section.servicos-descricao{
		flex-direction: column;
	}


	.half1,.half2{
		padding:80px 4%;
		width: 100%;
	}

	section.banner{
		background-size: cover;
		background-position: 100px center;
		height: 80vh;
	}

	nav.desktop
	{
		display: none;
	}

	nav.mobile{
		display: block;
	}

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

	.search1{
		display: inline-block;
	}

	.search2{
		text-align: left;
		display: inline-block;
	}

	

	.info-pedra{
		width: 100%;
	}

	.descricao-pedra{
		padding:20px 0;
		text-align: center;
	}

	.descricao-pedra a{
		display: inline-block;
	}

	.descricao-pedra p{
		max-width: none;
	}
}



@media screen and (max-width: 580px){
.text-banner{
	padding:30px;
}
	
	
}
@media screen and (max-width: 580px){
	.banner{
		width: 100%;
		
		
	}
	
.text-banner-single{
	width: 240px;
	font-size: 30px;
}


section.pedra-destaque .line-titulo h2{
	font-size: 23px;
}

section.pedra-destaque .container{
	max-width: 1000px;
	padding:40px 0;
	text-align: center;
}

.vitrine-destaque {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   
    width: calc(33.33% - 20px); /* Ajusta a largura para três itens por linha */
    box-sizing: border-box;
}

.vitrine-destaque a{
	display: inline-block;
}

}

@media screen and (max-width: 480px){
	.vitrine-destaque{
		width: 100%;
	}
}

.whatsapp-button {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background-color: #00ff5e90;
    color: rgb(19, 18, 18);
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
    position: fixed;
    bottom: 30px;
    right: 30px;	
}

.whatsapp-button:hover {
    background-color: #06e558;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.whatsapp-button i {
    margin-right: 10px;
}

.fa-whatsapp {
    font-size: 24px;
}
.text-banner {
    font-size: 2em;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-banner-single {
    white-space: nowrap;
   
    border-right: 1.0em  #333;
    width: 0;
    visibility: hidden;
}

.typing {
    visibility: visible;
    animation: typing 1.5s steps(30, end) forwards, blink-caret 1.75s step-end infinite;
}

@keyframes typing {
    from { width: 0; }
    to { width: 19%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    30% { border-color: #0158fb00; }
}

@media screen and (max-width: 580px){
	.text-banner-single{
		padding:30px;
	}
}

/**/


.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header */
header {
	background-color: #333;
	color: #fff;
	padding: 15px 0;
	
	width: 100%;
	top: 0;
	z-index: 1000;
	border-bottom: 3px solid #08679C;
}
header nav.desktop ul li{
	float: left;
	font-size: 23px;
	padding:0 30px;
	font-style: italic;
}
.logo01 img {
	width: 120px;
}

.desktop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    margin-left: 600px;
}
p{ line-height: 1.6;}
.desktop ul li {
	margin-left: 40px;
}

.desktop ul li a {
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.desktop ul li a:hover {
	background-color: #555;
}

/* Mobile Menu */
.menu-hamburguer {
	display: none;
	flex-direction: column;
	cursor: pointer;
}

.menu-icon {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.menu-icon span {
	width: 25px;
	height: 3px;
	background-color: #ffffff;
	margin: 4px 0;
	transition: 0.4s;
}
@media screen and (max-width: 580px){.menu-icon span {
	margin-left: 340px;
}}
#menu-toggle {
	display: none;
}

#menu-toggle:checked + .menu-icon span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
	opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}

#menu-toggle:checked ~ nav.mobile {
	display: flex;
}

nav.mobile {
	display: none;
	flex-direction: column;
	background-color: #333;
	width: 100%;
	text-align: center;
}

nav.mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.mobile ul li {
	margin: 0;
}

nav.mobile ul li a {
	padding: 15px;
	display: block;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #555;
}

nav.mobile ul li a:hover {
	background-color: #555;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.desktop {
		display: none;
	}

	.menu-hamburguer {
		display: flex;
	}
}

@media screen and (max-width: 580px){section.banner{
    
	background-position: 0px center;
	height: 100vh;
}}	

@media screen and (max-width: 580px){.text-banner-single{
	width: 200px;
	font-size: 30px;
	overflow:visible;
}
}
/**/
@media screen and (max-width: 580px){.text-banner-single:nth-of-type(1){
	width: 200px;
	height: 70px;
	line-height: 80px;
	position: relative;
	left: 10px;
	top: 200px;
	color: #ea8807;



}}

@media screen and (max-width: 580px){ .vitrine-venda {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.vitrine-destaque {
	width: 300px; /* Ajuste a largura conforme necessário */
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	text-align: center;

}

.pedra-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px; /* Altura fixa para as imagens */
    border-radius: 8px;
}

.info-pedra {
	margin-top: 10px;
}

.btn1 {
	display: inline-block;
	padding: 10px 20px;
	background-color: #08679C;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.btn1:hover {
	background-color: #05537D;
}}

/*depoimento*/

.half2 {
    width: 100%;
    overflow: hidden;
	text-align: center;
}

.depoimento-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.depoimento-single {
    min-width: 100px;
	height: 300px;
    flex: 0 0 auto;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px;
    border: 1px solid #08679C;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.arrows {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.depoimento-container img {
   height: 300px;
   margin: 10px;
   border-radius: 12px;

	
   
    
}
@media screen and (max-width: 580px){ .depoimento-container img {
	height: 150px;
}}