/*********** HOME 01 ************/

.home01{
	background-image: url(../img/DSC00413.jpg);
	width: 100%;
	height: 80%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.home01-wrapper01{
	padding-top: 140px;
	padding-bottom: 40px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(75,90,111,0.95), rgba(219,202,191,0.8));
}

.home01 .container{
	width: 100%;
	height: 100%;
	position: relative;
}

.home01-wrapper02{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 100%;
	text-align: center;
}

.home01 h1{
	text-transform: uppercase;
	color: var(--cor04);
	font-size: 30px;
	text-shadow: 1px 1px 5px rgba(1,1,1,0.5);
}

.home01 h1 span{
	color: white;
	font-size: 50px;
	font-weight: 800;
}

.home01 img{
	width: 200px;
	filter: var(--filter_color03);
}

.home01 a, .home05 a{
	display: inline-block;
	text-decoration: none;
	color: white;
	font-size: 20px;
	border-radius: 8px;
	padding: 20px 40px;
	margin-top: 40px;
	background-color: var(--cor04);
}

.home01 a:hover{
	background-color: green;
}

.home01-link, .home05-link{
	display: flex;
	align-items: center;
}

.home01 a img, .home05 a img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	filter: var(--filter_cor_branca);
}

.home01 a span, .home05 a span{
	color: white;
	display: inline-block;
	margin-left: 10px;
}


/*********** HOME 02 ************/

.home02{
	padding: 80px 0;
	text-align: center;
}

.home02 h2{
	font-size: 34px;
	color: var(--cor03);
}

.home02 h3{
	font-size: 24px;
	text-transform: capitalize;
	color: var(--cor03);
}

.home02 h4{
	font-size: 22px;
	margin-top: 20px;
	font-weight: normal;
}

.home02 p{
	margin-top: 20px;
	text-align: left;
}

.home02-conteudo{
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}

.home02-single{
	display: flex;
	width: 50%;
	padding: 20px 40px 20px 0;
	align-items: center;
	border-right: 4px solid var(--cor02);
}

.home02-single:nth-child(even){
	padding: 20px 0 20px 40px;
	border-right: none;
}

.home02-single-img{
	width: 60px;
	height: 60px;
}

.home02-single-texto{
	margin-left:40px;
	width: calc(100% - 80px);
}

.home02-single-texto-left{
	margin-right:40px;
	width: calc(100% - 120px);
}

.home02-single-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: var(--filter_cor_01);
}


/*********** HOME 03 ************/

.home03{
	display: flex;
}

.home03-left, .home03-right{
	width: 50%;
}

.home03-left{
	background-image: url(../img/DSC00372.JPG);
	background-size: cover;
	background-position: center;
}

.home03-right{
	background-color: var(--cor03);
	text-align: center;
}

.home03-left-wrapper, .home03-right-wrapper{
	padding: 80px 60px;
	width: 100%;
	max-width: 720px;
	height: 100%;
}

.home03-right p{
	font-size: 16px;
	color: white;
	text-align: left;	
	margin-top: 30px;
}

.home03-right img{
	width: 240px;
}


/*********** HOME 04 ************/

.home04{
	padding: 80px 0;
	text-align: center;
	background-color: var(--cor02);
	position: relative;
}

.home04-wrapper{
	background-image: url(../img/pattern01.svg);
	background-size: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.06;
	filter: var(--filter_cor_02);
}

.home04 .container{
	position: relative;
}

.home04 h2{
	font-size: 34px;
	color: var(--cor03);
}

.home04 h3{
	margin-top: 20px;
	color: var(--cor02);
}

.home04 p{
	margin-top: 20px;
	color: white;
	text-align: left;
}

.home04-conteudo{
	margin-top: 50px;
	display: flex;
}

.home04-single{
	background-color: var(--cor03);
	width: calc(33.33% - 40px);
	margin: 0 20px;
	padding: 3%;
	border-radius: 20px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.home04-single img{
	width: 60px;
	height: 60px;
	object-fit: contain;
	filter: var(--filter_cor_03);
}


/*********** HOME 05 ************/

.home05{
	background-image: url(../img/background02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.home05-wrapper01{
	padding: 40px 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(44,51,61,0.6), rgba(135,113,99,0.6));
}

.home05 .container{
	width: 100%;
	height: 100%;
	position: relative;
}

.home05-wrapper02{
	position: relative;
	left: 50%;
	transform: translate(-50%, 55%);
	display: inline-block;
	background-color: white;
	padding: 40px;
	border-radius: 20px;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
}

.home05-left{
	width: 40%;
}

.home05 form{
	width: calc(60% - 30px);
	margin-left: 30px;
}

.home05 h3{
	color: var(--cor05);
	font-weight: 600;
	font-size: 20px;
}

.home05 h2{
	color: var(--cor03);
	text-transform: uppercase;
	font-size: 34px;
}

.home05 p{
	margin-top: 20px;
}

.home05 a{
	font-size: 16px;
	border-radius: 20px;
	padding: 10px 20px;
	margin-top: 20px;
	background-color: green;
}

.home05 a:hover{
	background-color: darkgreen;
}

.home05 input{
	width: 100%;
	padding: 14px;
	border: 1px solid var(--cor02);
	margin-bottom: 16px;
}

.home05 input[name=nome]{
	width: calc(50% - 11px);
}

.home05 input[name=telefone]{
	width: calc(50% - 11px);
	margin-left: 16px;
}

.home05 textarea{
	width: 100%;
	padding: 14px;
	border: 1px solid var(--cor02);
	height: 200px;
	resize: none;
	margin-bottom: 16px;
}

.home05 input[type=submit]{
	margin-bottom: 0;
	background-color: var(--cor02);
	font-size: 16px;
	font-weight: bold;
	color: var(--cor03);
	text-transform: uppercase;
	cursor: pointer;
}

.home05 input[type=submit]:hover{
	background-color: var(--cor05);
	color: white;
}

.form-enviado-sucesso, .form-enviado-erro{
	position: fixed;
	z-index: 11;
	width: 100%;
	font-weight: bold;
	color: white;
	padding: 20px 0;
	overflow: hidden;
	display: none;
}

.form-enviado-sucesso{
	background-color: green;
}

.form-enviado-erro{
	background-color: red;
}

.form-enviado-sucesso p, .form-enviado-erro p{
	color: white;
}

.form-enviado-sucesso img, .form-enviado-erro img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	filter: var(--filter_cor_branca);
	cursor: pointer;	
}

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

	/*********** HOME 01 ************/

	.home01 h1{
		font-size: 20px;
	}

	.home01-wrapper02{
		padding: 0 20px;
	}

	.home01 a{
		font-size: 16px;
		padding: 10px 20px;
		margin-top: 40px;
		background-color: var(--cor04);
	}

	/*********** HOME 02 ************/

	.home02{
		padding: 40px 0;
		text-align: center;
	}

	.home02 h2{
		font-size: 20px;
	}

	.home02 h3{
		font-size: 18px;
	}

	.home02 h4{
		font-size: 16px;
	}

	.home02 p{
		margin-top: 10px;
		font-size: 14px;
	}

	.home02-single{
		width: 100%;
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.home02-single:nth-child(even){
		padding: 14px 0;
		border-left: none;
		flex-direction: column-reverse;
	}

	.home02-single-img{
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
	}

	.home02-single-texto, .home02-single-texto-left{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.home02-single-img img{
		width: 40px;
		height: 100%;
		object-fit: contain;
	}


	/*********** HOME 03 ************/

	.home03{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.home03-left, .home03-right{
		width: 100%;
	}

	.home03-right-wrapper{
		padding: 30px 20px;
	}

	.home03-left-wrapper{
		padding: 120px 20px;
	}

	.home03-right img{
		width: 160px;
		margin-top: -8px;
	}

	.home03-right p{
		font-size: 16px;
		margin-top: 10px;
	}


	/*********** HOME 04 ************/

	.home04{
		padding: 40px 0;
	}

	.home04 h2{
		font-size: 20px;
	}

	.home04-conteudo{
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.home04-single{
		background-color: var(--cor03);
		width: 100%;
		margin: 0 0 20px 0;
		padding: 5%;
		border-radius: 10px;
	}

	.home04-single img{
		width: 40px;
		height: 40px;
	}

	.home04 h3{
		margin-top: 10px;
		font-size: 16px;
	}

	.home04 p{
		margin-top: 10px;
		font-size: 14px;
	}


	/*********** HOME 05 ************/

	.home05{
		background-size: 400%;
	}

	.home05-wrapper02{
		padding: 20px;
		border-radius: 10px;
		flex-wrap: wrap;
		transform: translate(-50%, 20%);
	}

	.home05-left{
		width: 100%;
		margin-bottom: 30px;
	}

	.home05 form{
		width: 100%;
		margin-left: 0;
	}

	.home05 h3{
		font-size: 16px;
	}

	.home05 h2{
		font-size: 26px;
	}

	.home05 p{
		margin-top: 10px;
		font-size: 14px;
	}

	.home05 a{
		font-size: 14px;
		margin-top: 10px;
		width: 100%;
	}

	.home05-link{
		justify-content: center;
	}

	.home05 input[name=nome]{
		width: 100%;
	}

	.home05 input[name=telefone]{
		width: 100%;
		margin-left: 0;
	}

	.home05 textarea{
		height: 100px;
	}

}
