@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Signika:wght@400;700;900&display=swap');
* {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Signika', sans-serif;*/
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: unset;
}
textarea:focus, input:focus {
box-shadow: 0 0 0 0;
outline: 0;
}
.nav_top {
	padding: 25px;
	text-align: center;
}
.nav_center {
	display: flex;
	position: relative;
/*	height: calc(100vh - 200px);*/
}
.nav_center_left {
	width: calc(70% - 100px);
	padding: 50px;
	background-image: url('../img/fundo_.jpg');
	background-size: cover;	
}
.nav_title {
	font-size: 3.5em;
	color:white;
	font-weight: bold;
	padding-left: 30px;
	border-left: 15px solid #FFFF2B;
}
.nav_subtitle {
	font-size: 1.3em;
	color: white;
	margin-top: 20px;
}
.nav_txt {
	display: inline-block;
	margin-top: 15px;
	padding: 20px;
	text-transform: uppercase;
	background-color: #FFFF2B;
	font-weight: bold;
	color: #1f1a17;
}
.nav_center_right {
	width: calc(30% - 100px);
	padding: 50px;
	background-color: #FFFF2B;
/*	background-image: url('../img/image.png');*/
}
.nav_h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
	color: #1f1a17;
}
.input {
	width: calc(100% - 20px);
	padding: 10px;
	border:none;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 1em;
}
.textarea {
	width: calc(100% - 20px);
	padding: 10px;
	border:none;
	margin-bottom: 10px;
	display: inline-block;
	height: 100px;
	font-size: 1em;
}
.bt_send {
	padding: 10px;
	background-color: #1f1a17;
	color: white;
	border:none;
	font-size: 1em;
	width: calc(100% - 0px);
}
.nav_service {
	background-color: #FFFF2B;
	padding: 50px;
/*	background-image: url('../img/image.png');*/
}
.nav_service_title {
	text-align: center;
	color: #1f1a17;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 30px;
}
.nav_service_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav_service_block {
	margin: 20px;
	width: calc(33.3% - 40px);
	font-size: 1.2em;
	color: #1f1a17;
	text-align: center;
}
.nav_reason {
	display: flex;
	justify-content: center;
}
.nav_reason_left {
	width: 30%;
	background-image: url("../img/fundo_1.jpg");
	background-size: cover;
}
.nav_reason_center {
	width: calc(40% - 100px);
	padding: 50px;
}
.nav_reason_right {
	width: 30%;
}
.nav_reason_title {
	font-size: 2.8em;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;	
	position: relative;
}
.nav_reason_title:after {
 position: absolute;
 display: block;
 bottom: 0px;
 border-bottom: 5px solid #FFFF2B;
 width: 50px;
 content: '';
}
.nav_reason_txt p {
	margin-bottom: 15px;
	color: #333;
}
.nav_reason_right {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_reason_right div {
	display: inline-block;
	padding: 10px;
	background-color: #FFFF2B;
	color: #1f1a17;
	font-size: 1.3em;
}
.nav_years {
	padding: 50px;
	background-color: #000;
	text-align: center;
	color: white;
}
.nav_time {
	font-size: 4em;
	font-weight: bold;
}
.nav_bottom {
	display: flex;
	align-items: center;
	border-bottom:10px solid #FFFF2B;
}
.nav_bottom_left {
	padding: 50px;
	width: calc(50% - 100px);
	background-color: #FFFF2B;
}
.nav_bottom_title {
	font-size: 2.8em;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;	
	position: relative;
	color:#1f1a17;
}
.nav_bottom_title:after {
 position: absolute;
 display: block;
 bottom: 0px;
 border-bottom: 5px solid #1f1a17;
 width: 50px;
 content: '';
}
.nav_bottom_flex {
	display: flex;
	gap:15px;
}
.input_, .input__ {
	padding: 15px;
	border:none;
	width: calc(100% - 30px);
	margin-bottom: 15px;
	font-size: 1em;
}
.input__ {
	height: 100px;
}
.send_ {
	text-align: right;
}
.bt_send_ {
	padding: 10px 15px 10px 15px;
	background-color: transparent;
	border: 3px solid #1f1a17;
	color: #1f1a17;
	font-weight: bold;
	font-size: 1em;
}
.nav_bottom_right {
	padding: 50px;	
}
.nav_bottom_svg {
	margin-bottom: 20px;
}
.nav_bottom_svg svg {
	vertical-align: middle;
	color: #1f1a17;
	margin-right: 20px;
}
.hide, .hide_ {
	margin-top: 15px;
	font-weight: bold;
	display: none;
}

@media screen and (max-width: 800px) {
	.nav_center {
		flex-wrap: wrap;
	}
	.nav_center_left {
		width: calc(100% - 60px);
		padding: 30px;
	}
	.nav_center_right {
		width: calc(100% - 60px);
		padding: 30px;
	}
	.nav_title {
		font-size: 1.5em;
	}
	.nav_service_block {
		margin: 20px;
		width: calc(100% - 40px);
	}
	.nav_reason {
		flex-wrap: wrap;
	}
	.nav_reason_left {
		width: 100%;
		height: 150px;
	}
	.nav_reason_center {
		width: calc(100% - 60px);
		padding: 30px;
	}
	.nav_reason_title {
		font-size: 1.8em;
	}
	.nav_reason_right {
		width: 100%;
		margin-bottom: 25px;
	}
	.nav_bottom {
		flex-wrap: wrap;
	}
	.nav_bottom_left {
		padding: 30px;
		width: calc(100% - 60px);
	}
	.nav_bottom_right {
		padding: 30px;	
	}
}
@media screen and (max-width: 400px) {
	.nav_top img {
		width: 100%;
	}
	.nav_bottom_flex {
		flex-wrap: wrap;
	}
	.input_ {
		display: block;
	}
}
