
		
*{
	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;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.gallery-button {
    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;
}

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

/* Gallery */
.gallery {
    display: none;
    padding: 20px 0;
}

.gallery .container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-item {
    flex: 1 1 calc(33.333% - 30px);
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.gallery-item:hover {
    transform: scale(1.05);
}
.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;
}



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!*/
	max-width: 1400px;
	margin:0 auto;
	position: relative;
	text-align: center;
}



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


.line-titulo h2{
	position: relative;
	background: #ddd;
	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: left;
	
	
}

.vitrine-destaque .pedra-img{
	width: 100%;
	padding-top: 100%;
	border:8px solid rgb(16, 16, 16);
	background-size: 100% 100%;
}

.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;
}

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

}


.servicos-descricao{
	display: flex;
}


.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-size: 19px;
	font-style: italic;
}


section.venda{
	padding:90px 2%;
	min-height: 90%;
}

.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{
	align-items: center;
	float: none;
	width: 90%;
	margin-left: 90px;
}

.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{
	margin: 60px;
}
.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;
}

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



.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;
	}

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

	.search1{
		display: inline-block;
	}

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

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

	.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: 18px;
}

.text-banner .text-banner-single:nth-of-type(4){
	width: 270px;
}

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

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

.vitrine-destaque{
	display: inline-block;
	float: none;
	width: 80%;
	text-align: center;
	margin-top:20px;
}

.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-starte
}

.text-banner-single {
    white-space: nowrap;
    overflow: hidden;
    border-right: 0.1em solid #333;
    width: 0;
    visibility: hidden;
}
.material-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;

}

.material {
    width: calc(33.333% - 20px);
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.material img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 580px){.material img {
	width: px1000;
	

}}
@media screen and (max-width: 580px){.material {
	width:auto;
	

}}
.material p {
    padding: 15px;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.material:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.hero {
    background-image: url('imagens/are\ externa.jpeg');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 0px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
    z-index: 1;
}

.hero h1 {
    font-size: 3em;
    margin: 0;
}

.hero p {
    font-size: 1.5em;
}
.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;
	}
}




@media screen and (max-width: 580px){section.banner{

	background-position: 10px center;
	height: 100vh;
}}	

@media screen and (max-width: 580px){.text-banner-single{
	width: 200px;
	font-size: 30px;
	overflow:visible;
}
}
/* 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: 70px;
}

.desktop ul li a {
	color: #fff;
	text-decoration: none;
	
	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;
	}
}
/**/



.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
@media screen and (max-width: 580px){footer p{
	font-size: 15px;
    
}}

@media screen and (max-width: 580px){footer {
	height: 90px;
	padding: 30px;
    
}}

