* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
	
}
.init-hidden {
	opacity: 0;
	transition: opacity 0.7s linear;
}

.init-hidden-off {
	opacity: 1;
}

body {
	background-color: #e7e7e7;
	max-width: 1600px ;
	margin: auto;
	padding: 0;
	box-shadow: 0 4px 10px 2px rgba(150, 20, 105, 0.2);
}


nav {
	
	background-color:  #f26331;
	display: flex;
	align-items: center;
	font-size: 1rem;
	width: 100%;
	max-width: 1600px;
	height: 55px;



}

nav a {
	display: flex;
	text-decoration: none;
	color: white ;
	padding-left: 20px;
	/*font-family: 'Redressed', cursive;*/
	font-size: 30px;
}

.logo {
	height: 55px;
	text-align: center;
}
.logo a {
	display: block;
	padding-top: 5px;
	padding-bottom: 0px;
}

.logo p {
	padding-right: 18px;
	font-size: 14px;
	display: block;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: -11px auto;
}
nav ul {
	display: flex;
	align-items: center;
	list-style: none;
	max-width: 400px;
	margin-left: auto;
	padding-right: 20px;
	

}

nav p{
	color: white;
}
nav ul li {
	padding: 10px;
	text-align: center;
	position: relative;
	width: 100%;
}

nav ul li a {
	display: inline-flex;
	padding: 5px;
	width: 100%;
	text-decoration: none;
	color: white ;
	
	font-size: 18px;
}

/* Navbar menu link with inline icon and text*/
nav ul li a i {
  margin-top: auto;
  margin-bottom: auto;
}

header {
	display: flex;
}

.slide {
	max-width: 600px;
	max-height: 400px;
	margin: 20px auto;
	display: grid;
	border-radius: 5px;
	box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);

}

.slide img {
	max-width: 100%;
	max-height: 400px;
	display: block;
}

.slideItems {
	position: relative;
	grid-area: 1/1;
	border-radius: 5px;
	overflow: hidden;

}

.slideItems > * {
	position: absolute;
	opacity: 0;
	top: 0px;
	pointer-events: none;
}

.slideItems > .active {
	opacity: 1;	
	pointer-events: initial;
	position: relative;
}

.menuSlide {
	grid-area: 1/1;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr ;
}

.menuSlide button {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0;
}

.slideCount {
	display: flex;
	grid-column: 1/3;

}



.slideCount > span {
	flex: 1;
	display: block;
	height: 3px;
	background: rgba(0, 0, 0, 0.3);
	
	margin: 5px;
	border-radius: 3px;
	overflow: hidden;
}


.slideCount > span.active::after {
	content: '';
	display: block;
	height: inherit;
	background: #20b380;
	opacity: 70%;
	border-radius: 3px;
	transform: translateX(-100%);
	animation: thumb 5s forwards linear;
}

@keyframes thumb {
	to {
		transform: initial;
	}
}

.rufino {
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rufino p {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-align: center;
	overflow: hidden;
	padding: 0.2rem;
}

.manutencao {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	text-align: center;
	overflow: hidden;
	padding: 0.2rem;
}
.enter {
	display: none;
	font-size: 1px;
}
.typedText {
	font-weight: normal;
	color: #f26331 ;
}
.cursor {
	display: inline-block;
	width: 2px;
	background-color: #000;
	margin-left: 0.1rem;
	animation: blink 1s infinite;
}

.cursor.typing {
	animation: none;
}

@keyframes blink {
	0% {background-color: #000;}
	50% {background-color: transparent;}
	100% {background-color: #000;}
}
#sobre a {
	text-decoration: none;
}
#sobre {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.timeline {
    background-color: lightgray;
	min-height: 40vh;
	padding: 80px 4px;
}

.timeline2 {
	min-height: 40vh;
	padding: 5px 4px;
}

.timelineItems {
	max-width: 1000px;
	
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.timelineItems::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #f26331;
	left: calc(50% - 1px);
}

.timelineItem {
	
	margin-bottom: 40px;
	width: 100%;
	position: relative;

}
.timelineItem:last-child {
	margin-bottom: 0;
}
.timelineItem:nth-child(odd){
	padding-right: calc(50% + 30px);
	text-align: right;
}
.timelineItem:nth-child(even){
	padding-left : calc(50% + 30px);
	text-align: left;
}
.timelineDot {
	height: 15px;
	width: 15px;
	background-color: #20b380;
	position: absolute;
	left: calc(50% - 8px);
	border-radius: 50%;
	
}

.timelineContent {
	background-color: darkgray;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #20b380 ;
}
.timelineContentOpacity {
	background-color: hsla(120,100%,50%,0.6);
	box-shadow: 2px 2px 5px green ;
}

.timelineContent.enfase p {
	font-weight: 900;
	font-size: 16px;
	line-height: 22px;
	text-align: justify
}

.timelineContent p {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: justify
}

#servicos {
	height: 100%;
	align-items: center;
	padding-top: 20px;
}

#servicos h1 {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-align: center;
	overflow: hidden;
	padding: 0.2rem;
}
.corretor {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.corretor h3 {
	color: #03541a;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	text-align: center;
	overflow: hidden;
	padding: 0.2rem;
}

.imgImoveis {
	width: 100%;
	max-width: 1065px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.imovelBox {
	width: 350px;
	height: 241px;
}

.imovelBox img {
	width: 350px;
	min-width: 250px;
	height: 241px;
	object-fit: cover;
	object-position: center ;

}

.corretor span {
	margin-bottom: 20px;
	font-size: 1.2rem;
	font-weight: 500;
	
	text-align: center;
	overflow: hidden;
	padding: 0.2rem;
	text-shadow: 1px 2px 2px darkgray;
}

.corretor p {
	
	font-size: 1rem;
	font-weight: 400;
	
	text-align: center;
	overflow: hidden;
	padding: 0.5rem;
	
}

.textoImovel {
	padding-bottom: 30px;
}

.rural h3 {
	color: #03541a;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	text-align: center;
	overflow: hidden;
	padding: 0.2rem;
	padding-top: 20px;
}


.parallax {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-position: 50% 50% !important;
	background-repeat: no-repeat;
	background-attachment: fixed !important;
	-webkit-background-attachment: fixed !important;
	-moz-background-attachment: fixed !important;
	-o-background-attachment: fixed !important;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.parallax h3 {
	font-size: 60px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px black;
	text-align: center;
	align-items: center;
	padding: 90px;
}
.parallax h4 {
	font-size: 20px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px black;
	text-align: center;
	align-items: center;
	padding: 40px;
}


.parallax2 {
	background-image:url('../img/produtor_rural.jpg');

}

.parallax1 {
	background-image:url('../img/homem_negocio.jpg');

}


.contato {
	background: linear-gradient(45deg, #f26331 50%, #ed5e29 50%);
	position: relative;
	
	padding: 40px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contato .contatoTop {
	max-width: 800px;
	text-align: center;
	padding-bottom: 20px;
}

.contato .contatoTop h2 {
	font-size: 36px;
	font-weight: 500;
	color: white;
	text-shadow: 1px 1px 2px black;
}

.contato .contatoTop p {
	font-size: 20px;
	font-weight: 400;
	color: white;
}
.container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px;
}

.container .meuContato {
	width: 50%;
	display: flex;
	flex-direction: column;
	margin-right: 80px;
}

.container .meuContato .contatoBox {
	position: relative;
	padding: 20px 0;
	display: flex;
}

.contatoBox {
	flex-direction: column;
}

.container .meuContato .contatoBox .contatoTexto {
	display: flex;
	margin: 12px;
	font-size: 16px;
	color: white;
	flex-direction: column;
	font-weight: 400;
}

.contatoIcon {
	
	width: 20px;
	height: 20px;
	padding-left: 15px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 25px;
	
}

.whats2 {
	margin-top: 10px;
	color: #fff;

}
.container .meuContato .contatoBox .contatoTexto h3 {
	font-weight: 500;
	color: #03541a;
	text-shadow: 1px 1px 1px black;
	letter-spacing: 1px;
}



.container .meuContato .contatoBox .contatoTexto  a {
	text-decoration: none;

	color: white;
	text-shadow: black 1px 2px 1px;

}

.contatoForm {
	width: 50%;
	padding: 40px;
	background: white;
	font-weight: 500;
}

.contatoForm h2 {
	font-size: 25px;
	color: #333;

}
.contatoForm .inputBox {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.contatoForm .inputBox input, .contatoForm .inputBox textarea {
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	border: none;
	border-bottom: 2px solid black;
	
	outline: none;
	resize: none;
}

.contatoForm .inputBox span {
	position: absolute;
	left: 0;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	transition: 0.5s;
	color: #666;
	
}

.contatoForm .inputBox input:focus ~ span, 
.contatoForm .inputBox textarea:focus ~ span, 
.contatoForm .inputBox input:valid ~ span, 
.contatoForm .inputBox textarea:valid ~ span {
	color: #ed5e29;
	font-size: 12px;
	transform: translateY(-20px);
}

.contatoForm .inputBox input[type="submit"]{
	width: 100px;
	background: #20b380;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
}

footer {
	display: flex;
	align-items: center;
	background-color: #20b380;
	height: 50px;
	text-align: center;
	color: white;
	font-family: 'Roboto', sans-serif;
	max-width: 100% ;


}

footer p {
	padding: 15px;
	margin: auto;
	width: 80%;
}

footer a {
	padding: 15px;
	margin-right: auto;
	max-width: 50px;
	text-decoration: none;
}

footer .paraTopo {
	padding: 9px;
	border: 2px solid white;
	border-radius: 50%;
	border-color: white;
	margin-left: 15px;
}


.whatsapp {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 1px 1px 2px #888;
	z-index: 1000;
}


/*font-family: 'Montserrat', sans-serif;
font-family: 'Patrick Hand', cursive;
font-family: 'Poppins', sans-serif;
font-family: 'Redressed', cursive;
font-family: 'Roboto', sans-serif;*/