@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400&display=swap');
@font-face {
    font-family: 'nerislight';
    src: url('../fonts/Neris-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nerissemibold';
    src: url('../fonts/Neris-SemiBold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'nerislight', sans-serif;
	font-size:14px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	color: #666;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background: #09F;
}

::selection {
  color: #fff;
  background: #09F;
}

*, *:before, *:after {
  box-sizing: border-box;
}

p {
	font-size:14px;
	line-height:20px;
	color:#555;
}

a, a:hover, a:focus {
	text-decoration:none;
}
a, a:focus {
	color:#0056b3;
}
a:hover, a:active {
	color:#0f2b4e;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
	font-weight:normal;
}
.owl-height{ min-height:300px;
	background:url(../img/loader.gif) center center no-repeat;
}
video {
	width: 100%;
	height: auto;
}

.video_wrap{position:relative;}
.video_wrap .video_info{position:absolute;right:25px; top:25px; z-index:5;}
.video_wrap .video_play{
	position:absolute;
	z-index:5;
	width:50px;
	height:50px; 
	left: 50%;
	top: 50%;
  	transform: translate(-50%, -50%);

	vertical-align:central;
	display: flex;
	justify-content: center;
}
.video_wrap .video_play a{
	color: white;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius:50%;
	text-align:center;
	width:50px;
	height:50px;
	font-size: 50px;
	opacity: 0.7;
	/*display: none;*/
}
#play_btn_1, #play_btn_2{display:none}
.video_wrap h4{
	font-family: 'nerissemibold';
	font-size:10px;
	letter-spacing:1.5px;
	text-align:right;
	color: white;
	mix-blend-mode: difference;
	opacity:0.7;
}
.video_wrap .video_info a{
	font-family: 'nerissemibold';
	font-size:10px;
	letter-spacing:1.5px;
	background:rgba(255,255,255,0.3);
	color:#000;
	text-align:right;
	padding:4px 12px;
	float:right;
	border:2px solid #000;
	cursor:pointer;
}

.gold{color:#a39661;}
.light_gold{color:#e5d8a4;}
.green{color:#00563f;}

.gold_bg{ background:#a39661}
.green_bg{ background:#00563f;}

#language {
	padding:10px 0 8px 0;
}

#language a {
	font-size:12px;
	color:#FFF;
}
#language a:first-child {
    border-right: 1px solid #CCC;
    padding-right: 4px;
    margin-right: 4px;
}
#language .actual {
    color: #ccc;
    cursor: default;
}

#logo{
	max-width:270px;
	min-width: 160px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
}
.top_bar{
}

.social{
	margin-left:0;
	padding-left:0;
}

.social a{
	color:#00563f;
	font-size:20px;
	padding-left:2px;
	transition: 0.65s;
}
.social a:hover{
	color:#a39661;
}

.bg_lines{
	background-image: url(../img/bg_1.svg), url( ../img/bg_2.svg);
	background-repeat: no-repeat;
	background-position: left center, right center;
}


.bg_lines_L, .bg_lines_R{
	height:100%;
	width:105px;
	position:absolute;
	top:0;
	z-index:0;
	background-size:contain;
}
.bg_lines_L{
	background-image: url(../img/bg_1.svg);
	background-repeat: no-repeat;
	background-position: left center;
	left:0;
}
.bg_lines_R{
	background-image: url( ../img/bg_2.svg);
	background-repeat: no-repeat;
	background-position: right center;
	right:0;
}
.search-block{
	padding:80px 0 150px 0;
	background:#FFF;
}
.search-block h1{
	color:#00563f;
	font-size:32px;
}
.search-block p{
	color:#00563f;
}

ol li, ol li a{
	font-size:16px;
	color:#a39661;
	padding:10px 5px;
}

ol li a:hover{
	font-size:16px;
	color:#00563f;
}

.contact-block, .contact-send{
	padding:80px 0 150px 0;
	background:#FFF;
}
.contact-block h1{
	color:#00563f;
	font-size:32px;
	padding-left:30px;
}
.contact-block p{
	color:#00563f;
}

.contact-send h1{
	color:#00563f;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.contact-send p{
	color:#00563f;
	display: block;
	margin: 5px;
}
.contact-send i{
	color:#a39661;
	font-size:80px;
	margin-bottom: 30px;;
}

.contact-form{
	color:#FFF;
	background:#00563F;
	padding:50px 30px 20px 30px;
	margin-right:15px;
	margin-left: 15px;
}

.form-control {
    color: #00563f !important;
    border: 1px solid #fff;
    border-radius: 0;
}

input[type="button"]:focus{
	outline:none !important
}

.form-alert{
	color:#c2cfc9;
	font-size:12px;
}

.search-box{
	max-width:175px;
}
.input-search{
	border:1px solid #CCC;
	border-radius:0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #a39661;
    border: 1px solid #a39661;
    border-radius: 0;
}

.input-group-prepend {
    margin-right: 3px;
}
.input-group-sm>.form-control{
	border-radius:0
}
.input-group-sm>.form-control:hover{
	box-shadow: none;
}
.input-group>.input-group-prepend>.input-group-text {
    border-radius: 0;
}


.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.2em + 0.4rem + 2px);
}
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.15rem 0.3rem;
}
input:focus, textarea:focus {
    outline: none !important;
    border:1px solid #e5d8a4 !important;
    box-shadow: none;
  }

.i-search{ margin-top:-2px; cursor: pointer;}

.btn-icon {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #a5b2bf;
    padding: 5px 15px 4px 15px;
    margin-left: 5px;
    font-size: 18px;
    color: #0f2b4e;
    line-height: 18px;
    border-radius: 2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.envelope:hover {
	color:#0056b3;
}
.whatsapp:hover {
	color:#009688;
}


.page-link {
	color: #0056b3;
}

/* menu ►*/
.menu {
	margin-top:20px;
	border-bottom:1px solid #00563F;
	margin-bottom:16px;
}
.menu li.arrow:after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
	position:absolute;
	right:10px;
	top:14px;
	opacity:0.5;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
  z-index:99;
}

.menu li ul {
  border:1px solid white;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.24);
  padding:0px;
  background:#FFF;
}

.menu > ul > li {
	padding:0 10px 0 10px;
	position:relative
}
.menu > ul > li:after {
content: '|';
  position: absolute;
  top:0;
  right:0;
}
.menu > ul > li:last-child:after {
  content: '';
}
.menu > ul > li:last-child {}
.menu > ul > li > a{
		
}
.menu > ul > li > a:hover{}
.menu ul li {
  display: block;
  position: relative;
  float: left;
}

/* This hides the dropdowns */
.menu li ul {
	display: none;
	opacity:0;
	/*min-width:200px;*/
	padding:10px 0px 10px 0px;
	  border-top:3px solid #00B5B6;
}

.menu ul li a {
	color:#00563F;
	font-size:14px;
	font-weight:600;
	display: block;
	padding: 0px 5px 20px 5px;
	text-decoration: none;
	white-space: nowrap;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu ul li a:hover {
	background: none;
	color:#a39661;
}

.menu ul li ul li a {
	color:#006;
	font-size:14px;
	padding:8px 25px;
}




/* Display the dropdown */
.menu li:hover > ul {
	display: block;
	opacity:1;
	position: absolute;
}

.menu li:hover li { float: none; }

.menu li:hover > a {}

/*hover color for submenus*/
.menu li:hover li a:hover { color:#00B5B6}
.menu  li ul li { border-top: 0; padding-right:5px }

/* Displays second level dropdowns to the right of the first level dropdown */
.menu ul ul ul {
  left: 100%;
  top: -3px;
}

.menu ul:before, .menu ul:after {
  content: " ";
  display: table;
}
.menu ul:after { clear: both; }

/*line animation ►*/
/*
.menu > ul > li > a:after {
    content: ""; 
    display: block;
    width: 0%;
	height:3px;
	margin-top:10px;
	background:#00B5B6;
    transition: .5s;
}
.menu > ul > li > a:hover:after {
    width: 100%;
	background:#638b18;
}
*/
/*line animation ◄*/

/* menu ◄*/

#done{
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	border-radius:15px;
	background: rgba(255,255,255,0.8);
	text-align:center;
	vertical-align:middle;
	z-index:99;
}
#done span{
	z-index:999;
	text-align:center;
	margin:0 auto;
	opacity:1;
}

#done span i{
	color:#00B5B6;
	font-size:70px;
}

.rounded-top {
    border-top-left-radius: 1.2rem!important;
    border-top-right-radius: 1.2rem!important;
}
.rounded-bottom {
    border-bottom-right-radius: 1.2rem!important;
    border-bottom-left-radius: 1.2rem!important;
}

.big-shadow{
box-shadow: 0px 3px 16px 0px rgb(134 143 160 / 25%);
    -webkit-box-shadow: 0px 3px 16px 0px rgb(134 143 160 / 25%);
    -moz-box-shadow: 0px 3px 16px 0px rgba(134,143,160,0.25);

}

/* FOOTER >*/
footer {
	color:#fff;
	background:#00563F;
	margin-top:10px;
	padding:20px 10px 15px 10px;
}

footer a{
	color:#002857;
	font-weight:600;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
footer a:hover{
	color:#000;
}
footer ul li{
	padding:5px 0;

}
.footer-line{
	border-top:2px solid #fff;
}
/* FOOTER <*/

.btn{
	border-radius: 0;
	padding: .375rem 1.25rem;
}
.btn-white{
	color:#fff;
	background:#a39661;
	box-shadow: none;
	letter-spacing:3px;
}
.btn-white:hover{
	color:#00563F;
	background: #c5bc99;
	box-shadow: none;
}

.btn-white-bg{
	color:#435772;
	background:#FFF;
	padding: .275rem 1rem;
	box-shadow: none;
}
.slideshow{position:relative}

.item-lines {
    color: #fff;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background-image:url(../img/home_lines.svg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size: contain;
}

.item-text{
	margin-top:120px;
}

.item-lines h1{
	font-family: 'nerissemibold', sans-serif;
	font-size:33px;
	color:#FFF;
	letter-spacing:5px;
	font-weight:normal;
}

.spacing {
	opacity: 0;
	animation: animate 4s ease-out forwards;
	animation-delay: 0s;
}
  
@keyframes animate {
	0% {
		letter-spacing: 5px;
		opacity: 0;
	}  
	100% {
		letter-spacing: 12px;
		opacity: 1;
	}
}

.custom_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .9);
	opacity: 1;
}


.item img {
	position: relative;
	width: 100%;
}

label{
	font-size:12px;
}

@media (max-width: 480px) {  
	#asonahores {
		max-width: 70px;
		margin-right: 10px;
		margin-top: -36px;
	}
}

@media (max-width: 575px) {  
	.process-page h3 {
		font-size: 22px;
		font-weight: 700;
		color: #0f2b4e;
		padding-top:15px;
	}
	.col-date{
		flex: 0 0 13.333333% !important;
    	max-width: 13.333333% !important;
	}
	.bg_lines_L, .bg_lines_R {
		display:none;
	}
	
}


@media (max-width: 1200px) {  
	.we-offer .we_image .we_image_text span{
		font-size:20px;
	} 
}
@media (max-width: 991px) {  
	.solution_text{ min-height:auto;}
	.top_bar{
		display:none;
	}
	#logo{
		padding-top:30px;
		margin-bottom:50px;
	}
}
@media (min-width: 992px) {  
	.solution_text{ min-height:500px;}
}

@media (max-width: 768px) {

.contact-block h1 {
    color: #00563f;
    font-size: 22px;
    padding-left: 0px;
	text-align:center;
	margin-bottom:20px
}
.contact_info{
	text-align:center;
	width:100%;
}

.contact-form {
    padding: 20px 20px 20px 20px;
    margin-right: 0;
    margin-left: 0;
	margin-bottom:30px;
}
.contact-block, .contact-send {
    padding: 0px 0 50px 0;
    background: #FFF;
}
	
.item-text{
	margin-top:30px;
}

.item-lines h1{
	font-family: 'nerissemibold', sans-serif;
	font-size:14px;
	color:#FFF;
	letter-spacing:2px;
	font-weight:normal;
}
	
@keyframes animate {
	0% {
		letter-spacing: 2px;
		opacity: 0;
	}  
	100% {
		letter-spacing: 6px;
		opacity: 1;
	}
}
	
.btn {
	font-size:14px;
}

.footer-line {
    border-left: 0;
     padding-left: 0px;
	 text-align:center;
}

}
@media only screen and (max-width: 992px) {

	.first {
		order: 2;
	}
	.second {
		order: 4;
	}
	.third {
		order: 1;
	}
	.fourth {
		order: 3;
	}
}
@media only screen and (min-width: 1350px) {
	.bg_lines_L, .bg_lines_R {
		height: 100%;
		width: 150px;
		position: absolute;
		top: 0;
		z-index: 2;
	}
}
@media only screen and (min-width: 1470px) {
	.bg_lines_L, .bg_lines_R {
		height: 100%;
		width: 200px;
		position: absolute;
		top: 0;
		z-index: 2;
	}
}

/* mobile menu*/
.nav-overlay { 
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}
.nav-overlay-content {
	position: relative;
	top: 0;
	width: 85%;
	text-align: center;
	margin-top: 0px;
	background:#00563f url(../img/bg_1.svg) left center no-repeat;
	height:100%;
	padding-top:100px;
}
#nav a {
	padding:15px;
	color: aliceblue;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
	display: block;
	transition: 0.3s;
	letter-spacing:1px;
	white-space: nowrap;
}

#nav a:hover, #nav a:focus {
	color: #a39661;
}

a.closebtn {
	color:#a39661;
	position: absolute;
	top: 36px;
	right: 20px;
}

a.openbtn {
	position: absolute;
	top: 36px;
	right: 20px;
	z-index:99;
	color:#00563f;
}
a.openbtn,  a.closebtn{
	font-size:33px;
}

.level-1 > a::after {
 display: block;
  content: '';
  width: 150px;
  height: 1px;
  /*background:#a39661;*/
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left:-75px;
}

.level-2:not(:last-child):after {

}

li.level-2 a:focus, li.level-2 a:active {
	background:#eff2f2;
}

#nav a {
position: relative;  
}


@media screen and (max-height: 450px) {
	#nav a {
	  font-size: 16px;
	}
	.nav-overlay .closebtn {
		top: 36px;
	}
}

#nav .show-subnav {
  display: block;
}
#nav li > ul {
  display: none;
  background:#373a5b;
  /*border-bottom:1px solid #769a9c;*/
  padding:0;
}

#nav li > ul > li > a{
		border-bottom:0;
		padding:15px;
		font-size:14px;
}
#nav ul {
	list-style:none;
}
#nav > ul {
	margin-top:30px;
	text-transform: uppercase;
	padding-left:0;
}
.clicked{ /*background:#FFF*/}

[class^="i-"], [class*=" i-"] {
	vertical-align: baseline
}



.lds-ripple {
	display: inline-block;
	width: 80px;
	height: 80px;
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	border-radius:15px;
	background: rgba(255,255,255,0.7);
	text-align:center;
	vertical-align:middle;
	z-index:99;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #00B5B6;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.owl-dots{

}

.owl-theme .owl-dots .owl-dot.active span {
    background: #00563f;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #a39661;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #E6E7E8;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
	border:1px solid #fff;
	outline: 1px solid #a39661;
}

.out .owl-prev, .custom_prev {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 150px;
    display: block !important;
    border: 0px solid black;
}
.out .owl-next, .custom_next {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
    display: block !important;
    border: 0px solid black;
}
.out .owl-prev i, .out .owl-next i {
    font-size: 30px;
    line-height: 32px;
    color: #00563f;
}
.owl-prev, .owl-next {
	z-index:999;
}
.owl-carousel {
    z-index: 1;
}
.custom_prev,.custom_next{ z-index:3;background:none;}

.custom_prev,.custom_next{
	font-size: 30px;
    line-height: 32px;
    color: #00563f;
	background:none;
}
.custom_prev i,.custom_next i{
	font-size: 30px;
    line-height: 32px;
    color: #00563f;
	background:none;
}

.custom_nav_s{
	position:relative;
	margin-top:-33px
}
.custom_nav_s button{
	padding:0;
	background:none !important;
	outline:none !important;
	border:0 !important;
	position:absolute;
}

.custom_prev_s, .custom_next_s {
    height: 25px;
    width: 25px;
    display: block !important;
}
.custom_prev_s i, .custom_next_s i {
	color:#E6E7E8;
	background:#00563F;
	border-radius:50%;
	vertical-align:middle;
	text-align:center;
	padding:0;
	width:24px;
	height:24px;
}
.custom_prev_s i {
	padding: 5px 6.5px 5px 3.5px;
		transition: 0.65s;

}
.custom_next_s i {
	padding: 5px 3.5px 5px 6.5px;
		transition: 0.65s;
}
.custom_prev_s i:hover, .custom_next_s i:hover {
	background:#a39661;
	color:#fff;
}

.custom_prev_s{
	margin-right:0px;
	right:80px;
	top:-1px;
	z-index:4;
}

.custom_next_s {
	margin-left:0px;
	left:80px;
	top:-1px;
	z-index:4;
}
.owl-carousel .owl-stage-outer {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
	.out .owl-prev, .custom_prev {
		height: 50px;
		width: 50px;
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		left: -15px;
		display: block !important;
		border: 0px solid black;
	}
	.out .owl-next, .custom_next {
		height: 50px;
		width: 50px;
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		right: -15px;
		display: block !important;
		border: 0px solid black;
	}
	.owl-carousel{ /*margin-left:30px; margin-right:30px;*/}
	.owl-wrapper{ margin-left:25px; margin-right:25px;}
}