@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  -ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;
  font-weight: 400;
  line-height: 1.5em;
}
a {
	text-decoration: none;
	color: unset;
}
.nav-top {
	padding: 20px;
	
}
.nav-center {
	max-width: 1100px;
	margin: auto;
}
.flex- {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-around;
}
.ul-menu li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	color: #333;
}
.top-primary {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
/*	background-color: rgba(218, 165, 32,0.9);*/
	background-color: rgba(218, 165, 32,0.9);
/*	background-color: #f3f0ea;*/
}
.title {
	font-size: 2em;
	position: relative;
	display: inline-block;
	padding: 10px;
	color: white;
	font-weight: 500;
}
.title::after {
	content:'';
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 50%;
	width: 30px;
	height: 1px;
	border-bottom: 1px white solid;
/*	border-right: 1px white solid;*/
	transform: translateY(-50%);
}
.title::before {
	content:'';
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 50%;
	width: 30px;
	height: 1px;
	border-bottom: 1px white solid;
/*	border-left: 1px white solid;*/
}
.subtitle, .text {
	color: white;
}
.nav-margin-top {
	margin-top: 50px;
}
.padding {
	padding: 50px;
}
.item-left {
	width: 60%;
	position: relative;
}
.item-right {
	width: 40%;
	position: relative;
	text-align: justify;
}
.flex-1 {
	display: flex;
	gap: 50px;
	justify-content: space-around;
}
.color {
	color: rgba(218, 165, 32,0.9);
}
.title2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px;
}
.background {
	width: 50%;
	height: 1px;
	background-color: rgba(218, 165, 32,0.9);	
	margin: auto;
}
.background1 {
	width: 50%;
	height: 1px;
	background-color: rgba(218, 165, 32,0.9);	
	margin: auto;
	margin-top: 50px;
}
.nav-second {
	padding: 50px;
	background-color: #f3f0ea;
	margin-top: 50px;
}
.center {
	text-align: center;
}
.flex-2 {
	padding: 50px;
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}
.items- {
	width: calc(33.3% - 50px);
	position: relative;
}
.items-img {
	width: 100%;
	position: relative;
	padding: 10px;
}
.items-img::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid rgba(218, 165, 32,0.9);
	border-left: 1px solid rgba(218, 165, 32,0.9);
	border-top-left-radius: 5px;
}
.items-img::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	border-top: 1px solid rgba(218, 165, 32,0.9);
	border-right: 1px solid rgba(218, 165, 32,0.9);
	border-top-right-radius: 5px;
}
.items-img img {
	width: 100%;
	object-fit: cover;
	height: 400px;
	border-radius:5px;
}
.pos-bottom {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 1px solid rgba(218, 165, 32,0.9);
	border-right: 1px solid rgba(218, 165, 32,0.9);
	border-bottom: 1px solid rgba(218, 165, 32,0.9);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pos-left {
	width: 20px;
	height: 20px;
	position: absolute;
	border-left: 1px solid rgba(218, 165, 32,0.9);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.margin-bottom {
	margin-bottom: 10px;
}
.margin-bottom- {
	margin-bottom: 50px;
}
.pos-right {
	width: 20px;
	height: 20px;
	position: absolute;
	border-right: 1px solid rgba(218, 165, 32,0.9);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.items-relative {
	width: 100%;
	position: relative;
	height: 40px;
}
.lineY {
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	background-color: rgba(218, 165, 32,0.9);
	transform: translateX(-50%);
}
.items-txt {
	padding: 20px;
	background-color: #f3f0ea;
}
.items-title {
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: normal;
}
.items-notitle {
	text-align: justify;
}
.center-block-border {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(218, 165, 32,0.9);
	border-top: 1px solid rgba(218, 165, 32,0.9);
	/*color: rgba(218, 165, 32,0.9);*/
	/*border-bottom: 1px solid rgba(0, 0, 0,0.9);
	border-top: 1px solid rgba(0, 0, 0,0.9);*/
	color: rgba(0, 0, 0,0.9);
	margin: auto;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 50px;
}
.center-block {
	margin-bottom: 50px;
/*	color: rgba(218, 165, 32,0.9);*/
	color: rgba(0, 0, 0,0.9);
	margin-top: 10px;
}
.footer-info {
	margin-top: 15px;
	color: white;
	text-align: center;
}
.footer-socialmedia a {
	display: inline-block;
	padding: 5px;
	color: white;
	margin-top: 15px;
}
.lineX {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	height: 1px;
	background-color: #f3f0ea;
}
.flex-3 {
	display: flex;
	justify-content: space-around;
}
.flex-3-left, .flex-3-right {
	text-align: left;
}
.footer-title {
	color: white;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 15px;
}
.footer-txt {
	color: white;
}
.footer-end {
	margin-top: 25px;
	color: white;
}
.flex-contact {
	display: flex;
	gap: 20px;
}
.flex-contact-left, .flex-contact-right {
	width: 50%;
	position: relative;
}
.right-input {
	margin-bottom: 20px;
}
.input-contact {
	padding: 10px;
	width: calc(100% - 20px);
	border:1px solid #dcdcdc;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.02);
}
.text-contact {
	padding: 10px;
	height: 100px;
	width: calc(100% - 20px);
	border:1px solid #dcdcdc;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.02);
}
.button-contact {
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
	color: white;
	background-color: #333;
	border:none;
}
.data-text {
	font-weight: 500;
	color: darkgreen;
/*	display: none;*/
}
@media (max-width: 800px) {
	.flex-1 {
		flex-wrap: wrap;
	}
	.item-left {
		width: 100%;
	}
	.item-right {
		width: 100%;
	}
	.items- {
		width: calc(100% - 0px);
	}
	.footer-info {
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.flex-3 {
		flex-wrap: wrap;
	}
	.flex-3-left, .flex-3-right {
		padding: 20px;
		width: calc(100% - 40px);
	}
	.title {
		font-size: 1.4em;
		position: relative;
		display: inline-block;
		padding: 10px;
		color: white;
		width: 80%;
		margin: auto;
	}
	.title::after {
		content:'';
		display: inline-block;
		position: absolute;
		right: -30px;
		top: 50%;
		width: 30px;
		height: 1px;
		border-bottom: 1px white solid;
	/*	border-right: 1px white solid;*/
		transform: translateY(-50%);
	}
	.title::before {
		content:'';
		display: inline-block;
		position: absolute;
		left: -30px;
		top: 50%;
		width: 30px;
		height: 1px;
		border-bottom: 1px white solid;
	/*	border-left: 1px white solid;*/
	}
	.flex-contact {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.flex-contact-left, .flex-contact-right {
		width: 100%;
	}
}