body {
	font-family: 'Avenir';

	/*background-color: #313866;*/
	background: rgb(49,56,102);
	background: linear-gradient(180deg, rgba(49,56,102,1) 25%, rgba(20,25,45,1) 100%);
	color: #fff;
	font-size: 9pt;
	line-height: 16pt;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

h4 {
	font-size: .9rem;
	line-height: 1rem;
}

::selection {
	background-color: #fff;
	color: #0E1141;
}

a,
a:link,
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	background-color: #fff;
	color: #0E1141;
	cursor: pointer;
}

.banner-nav {
	position: fixed;
	top: 0;
	z-index: 999;
	color: #0E1141 !important;
	font-size: 1.3rem;
	background-color: rgba(255, 255, 255, .6);
	padding: 20px;
}

.banner-nav.prev {
	left: 0;
}

.banner-nav.next {
	right: 0;
}

#site-wrapper {
	height: 100vh;
	/*padding: 0 45px;*/
	margin: 0 15px 0 30px;
}

#first-slide {
	position: relative;
	/*top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
	margin-right: 0;
	/*z-index: 100;*/
	background-color: #313866;
	background-size: cover;
	background-position: center;
}

#first-slide #border {
	position: absolute;
	height: 100vh;
	width: 100vw;
	background-image: url('../images/border.png');
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}

#first-slide #content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100vw;
	margin: auto;
	transform: translateY(-50%);
}

#first-slide #content h6 {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 10pt;
	font-weight: 300;
	margin-bottom: 25px;
}

#first-slide #content img#logo {
	height: 80px;
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}

#mobile-top-banner {
	padding: 30px 0;
	display: none;
}

#content-wrapper {
	padding: 30px 30px;
}

#overlay-contact,
#overlay-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110%;
	height: 40vh;
	padding: 20px 60px;
	background-color: rgba(0,0,0, .3);
}

#banner-wrapper {
	padding: 0;
}

.banner-item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.banner-item .overlay,
#first-slide .overlay {
	width: 100%;
	height: 100%;
	background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(123,132,218,1) 0%, rgba(13,18,92,1) 100%);
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
}

#first-slide .overlay {
	opacity: .4;
}

.banner-item .banner-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40vh;
	padding: 30px 60px;
	background-color: rgba(0,0,0, .3);
}

.banner-item h6 {
	position: relative;
	font-family: "Naste";
	font-size: 2.4rem;
	color: #fff;
	margin-bottom: -10px;
}

.banner-item h1 {
	position: relative;
	font-family: "Naste";
	font-size: 5.5rem;
	color: #fff;
}

.banner-item h6::before,
.banner-item h1::after {
	position: absolute;
	content: "";
	left: -20px;
	width: 30%;
	height: 5px;
	background-color: #c8ab75;
}

.banner-item h6::before {
	top: -10px;
}

.banner-item h1::after {
	bottom: 0;
}

.banner-item .line {
	width: 60%;
	height: 3px;
	background-color: #A5ABFF;
	position: absolute;
	left: 0;
	bottom: 10%;
}

#logo {
	width: 60%;
}

#text-wrapper {
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 40px 0 40px 0;
	text-align: justify;
}

.text-item {
	height: auto;
}

.image-container img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.product-list {
	padding-left: 0;
	list-style: none;
}

.product-list li {
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 1%;
	background-size: 8px;

	padding-left: 5%;
}

#company-info {
	font-family: "Arial Rounded";
	position: relative;
	/*border-left: 3px solid #c8ab75;
	border-right: 3px solid #c8ab75;*/
	padding: 10px 0;
	margin-bottom: 10px;
}

#company-info .overlay {
	position: absolute;
	width: calc(100% + 60px);
	height: calc(100% + 20px);
	top: -10px;
	left: -32px;
	background-color: rgba(0, 0, 0, .2);
	z-index: -100;
}

#company-info::before,
#company-info::after {
	position: absolute;
	content: " ";
	background-color: #c8ab75;
	width: 30%;
	height: 3px;
}

#company-info::before {
	top: -5%;
	left: 35%;
}

#company-info::after {
	right: 35%;
	bottom: -5%;
}

#company-info ul#contact {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

#company-info ul#contact li {
	margin-bottom: 5px;
	padding-left: 10%;
	font-size: .8rem;
	line-height: 1.2rem;
}

#company-info ul#contact li#address {
	background-image: url('../images/address.png?1');
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 2%;
	background-size: 15px;
}

#company-info ul#contact li#telephone {
	background-image: url('../images/telephone.png?1');
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 2%;
	background-size: 15px;
}

#company-info ul#contact li#whatsapp {
	background-image: url('../images/whatsapp.png?1');
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: 2%;
	background-size: 15px;
}

#footer-link {
	padding: 10px 10px 0px 10px;
	text-align: center;
	position: relative;
}

#footer-link .overlay {
	position: absolute;
	width: calc(100% + 60px);
	height: calc(100% + 10px);
	top: 0;
	left: -30px;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}

#footer-link .col-lg-6 {
	/*border-left: 2px solid #c9ab75;
	border-right: 2px solid #c9ab75;*/
}

#footer-link .col-lg-6 h6 {
	font-family: "AvantGardeDemi", serif;
	text-transform: none;
	margin-bottom: 0;
	color: #c8ab75;
	font-size: 1rem;
}

#footer-link .col-lg-6 p {
	margin-bottom: 0;
	font-size: .8rem;
}

#footer-link .col-lg-6 a {
	padding: 3px 10px;
	background-color: #604b29;
	color: #fff;
	font-size: .6rem;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	#first-slide {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-right: 0;
		z-index: 100;
	}

	#first-slide #border,
	#first-slide #content {
		width: 105vw;
	}

	#first-slide #content h6 {
		font-size: .8rem;
		letter-spacing: 4;
		margin-bottom: 18px;
	}

	#first-slide #content img#logo {
		height: 40px;
	}

	#first-slide #border {
		background-image: url('../images/border-top.png');
	}

	#mobile-top-banner {
		display: block;
	}

	#content-wrapper #logo {
		display: none;
	}

	#text-wrapper {
		margin-top: 0;
	}

	#text-wrapper {
		height: auto;
	}

	#banner-wrapper {
		height: 90vw;
	}

	.banner-item .banner-text {
		height: auto;
		padding: 20px 30px;
	}

	.banner-item h6 {
		font-size: 1.2rem;
	}

	.banner-item h1 {
		font-size: 2.8rem;
	}

	.banner-item h1::after {
		bottom: -10px;
	}


	.banner-item .line {
		height: 2px;
	}

	#site-wrapper {
		height: auto;
	}

	.banner-nav {
		font-size: 1rem;
		padding: 10px 12px;
	}
}