/*
Theme Name: FuturaGene
Author: MobiUp
Author URI: https://www.mobiup.com.br/
Version: 1.0
*/

@font-face {
    font-family: 'GraublauSans';
	src: url('fonts/graublau-sans.eot'); /* IE9 Compat Modes */
	src: url('fonts/graublau-sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/graublau-sans.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/graublau-sans.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url("fonts/graublau-sans.otf") format("opentype"),
       url('fonts/graublau-sans.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
}

.super-nav-container {
	padding-top: 4px;
	background-color: #fff;
	width: 100%;
	z-index: 1000;
}

@media(min-width:992px) {
	body {
		padding-top: 70px;
	}

	.super-nav-container {
		position: fixed;
		margin-top: -70px;
	}
}

.main-header {
	/*border-top: 5px solid #d2232a;*/
	background-color: #fff;
	min-height: 66px;
}

.main-header .languages {
	width: 84px;
	height: 37px;
	display: block;
	margin: 15px auto 0;
	background: url('images/language.png');
}

.main-video iframe {
	width: 100%;
	height: 90vh;
}

.main-image img {
	width: 100%;
}

.video-bg {
	min-width: 100%;
	max-width: 100%;
}

.slider {
	background: url('images/banner1.png') no-repeat;
	background-size: contain;
	height: 100vh;
	cursor: pointer;
}

.home-more-content {
	margin-top: 50px;
}

.home-more-content .content .img {
	width: 100%;
	height: 350px;
	background-size: cover;
}

/*
.home-more-content .content .img1 { background-image: url('images/content-1.jpg'); }
.home-more-content .content .img2 { background-image: url('images/content-2.jpg'); }
.home-more-content .content .img3 { background-image: url('images/content-3.jpg'); }
*/

.home-more-content .content {
	text-align: center;
	font-family: "GraublauSans";
}

.home-more-content .content h1 {
	font-size: 38px;
	color: #7c9872;
	margin: 5px 0;
	padding: 0;
}

.home-more-content .content .readmore {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background-color: #f3f2ec;
	padding: 10px 50px;
	font-weight: bold;
	display: inline-block;
}

.main-footer {
	height: 62px;
	background-color: #ebeadf;
	margin-top: 50px;
}

.main-footer .copy a { color: #8c8d8f; }

@media(max-width:991px) {
	.main-footer .left-side, .main-footer .right-side {
		text-align: center;
	}
	
	.main-footer span.breakline {
		color: #fff;
		display: block;
		overflow: hidden;
		height: 5px;
	}
	
	.main-footer .right-side { margin-bottom: 20px; }
	
	.home-more-content .content { margin-bottom: 20px; }
}

@media(min-width:992px) {
	.main-footer .right-side {
		text-align: right;
	}
}

.main-footer .left-side {
	margin-top: 20px;
	font-family: "GraublauSans";
	color: #8c8d8f;
	font-size: 14px;
}
.main-footer .left-side a {
	margin-top: 25px;
	color: #8c8d8f;
}

.main-footer .links {
	background: url('images/footer-links.png');
	width: 277px;
	height: 25px;
	display: block;
	margin-top: 20px;
}

.main-footer .copy {
	font-family: "GraublauSans";
	color: #8c8d8f;
	font-size: 14px;
	margin-top: 25px;
}

.main-footer .copy a { color: #8c8d8f; }

.fullscreen-banner img {
	width: 100%;
}

.internal article h1 {
	font-family: "GraublauSans";
	font-size: 48px;
	color: #add25f;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.internal article h2, .internal article h2 a {
	font-family: "GraublauSans";
	font-size: 30px;
	color: #256d37;
	margin-bottom: 20px;
	font-weight: bold;
	text-decoration: none;
}

.internal article p,
.internal article li
{
	font-family: "GraublauSans";
	font-size: 16px;
	color: #6c6d70;
}

.internal article ul { margin-top: 20px; }

.internal article ul.beauty {
	list-style: none;
	padding-left: 0;
}

.internal article ul.beauty li {
	background: url('images/beauty-ul.png') no-repeat left center;
	padding: 4px 0 4px 20px;
}

.internal article strong, .internal article a {
	color: #286c37;
	font-weight: bold;
}

.internal article p a { text-decoration: underline; }

.internal-super article p a { text-decoration: none !important; }

.internal article img.aligncenter {
	display: block;
	margin: 0 auto;
}

.internal article img.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}

.internal article img.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}

.internal article img.max-width {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	display: block;
}

.internal article hr {
	border-color: #246c36;
	margin: 30px 0;
	display: block;
	clear: both;
}

.internal { padding-bottom: 30px; }

.internal .gallery {
	text-align: center;
	border-top: 1px solid #246c36;
	border-bottom: 1px solid #246c36;
	padding: 40px 0;
}

.internal .gallery figure {
	height: 200px;
	background-size: cover;
	background-position: center;
}

.internal .gallery figcaption {
	font-family: "GraublauSans";
	font-size: 16px;
	color: #6c6d70;
	margin-top: 10px;
}

.internal .gallery figcaption b {
	font-size: 18px;
	color: #256d37;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: normal;
}

.search-form input, .cv-form input, .cv-form textarea {
	width: 100%;
	display: block;
	margin: 10px 0;
	background-color: #fdfae3;
	border: 0;
	padding: 5px 10px;
	font-size: 14px;
	font-family: "GraublauSans";
	border: 1px solid #d1d3d4;
}

.cv-form button, .search-form button {
	background-color: #266c36;
	padding: 5px 30px;
	color: #fff;
	font-size: 14px;
	font-family: "GraublauSans";
	border: 0;
}

.cv-form textarea {
	resize: vertical;
	height: 200px;
}

.page-template-page-contact { background-color: #f2f2f2; }

.wmap {
	width: 768px;
	height: 385px;
	background: url('images/map.png');
	margin: 30px auto;
}

.wmap .map-box {
	background: url('images/map-baloon.png') center bottom;
	padding: 20px;
	position: absolute;
}

.wmap .map-box p { font-size: 14px; }

.wmap .map-brazil {
	margin-top: 113px;
    margin-left: 131px;
}

.wmap .map-china {
    margin-top: -9px;
    margin-left: 318px;
}

.wmap .map-israel {
    margin-top: -58px;
    margin-left: 466px;
}

.wmap a.click {
	position: absolute;
	width: 20px;
	height: 20px;
}

.wmap a.click-brazil {
    margin-top: 299px;
    margin-left: 240px;
}

.wmap a.click-china {
	margin-top: 180px;
    margin-left: 424px;
}

.wmap a.click-israel {
    margin-top: 174px;
    margin-left: 606px;
}

@media(max-width:991px) {
	.only-desktop { display: none; }
}

@media(min-width:992px) {
	.only-mobile { display: none; }
}

.contact-form input, textarea, select {
	width: 100%;
	display: block;
	margin: 10px 0;
	background-color: transparent;
	border: 0;
	padding: 5px 10px;
	font-size: 14px;
	font-family: "GraublauSans";
	border: 1px solid #a5bd8f;
}

.contact-form button {
	background-color: #609941;
	padding: 5px 30px;
	color: #fff;
	font-size: 14px;
	font-family: "GraublauSans";
	border: 0;
}

.contact-form textarea {
	resize: vertical;
	height: 200px;
}

.internal-super {
	padding-bottom: 0;
	margin-bottom: -50px;
}

.internal-super .super-banner {
	min-height: 800px;
	background-size: cover;
	background-position: center;
}

.internal-super article h1 {
	color: #256d37;
	letter-spacing: -2px;
	line-height: 40px;
}

.internal-super article h1 em {
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
}

.internal-super article {
	padding: 20% 10%;
}

.internal-super article a {
	display: inline-block;
	background-color: #ecebe0;
	padding: 10px 20px;
	color: #256d37;
	text-decoration: none;
	font-weight: normal !important;
	margin: 10px;
}

.sitemap ul { margin-top: 0 !important; }

.sitemap > li { margin: 10px 0; }

.sitemap a {
	color: #286c37;
	text-transform: uppercase;
}

.sitemap.first-level > li > a { font-weight: bold; }

.sitemap .third-level > li > a { font-style: italic; }

.post-list .post-date, .post-date-single {
	font-family: "GraublauSans";
	color: #add25f;
	font-size: 26px;
}

.post-list .post-date { background: url('images/post-date.png') no-repeat left bottom; }

.event-map {
	width: 100%;
	height: 250px;
	float: left;
}

.event-list p {
	color: #add25f !important;
}

.event-list .pdf-icon, .download-list .pdf-icon {
	width: 33px;
	height: 44px;
	background: url('images/pdf-icon.png');
	display: inline-block;
}

.logos-list figure {
	border: 1px solid #939598;
	text-align: center;
	vertical-align: middle;
	line-height: 200px;
	padding: 20px;
}

.logos-list figure img { max-width: 100%; }
.logos-list figure img { max-height: 200px; }

.logos-list a.download {
	position: absolute;
	width: 94%;
	height: 242px;
}

.logos-list a.download:hover {
	background: url('images/download-icon.png') no-repeat center;
}

.new-slider {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.new-slider-scroll {
	width: 20000em;
	height: 100vh;
}

.new-slider-scroll a {
	width: 100vw;
	height: 100vh;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.new-slider-links {
	text-align: center;
	margin-top: -30px;
	position: absolute;
    width: 100%;
}

.new-slider-links a {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #256c37;
	display: inline-block;	
	margin: 0 10px;
}

.new-slider-links a.active { background-color: #a2c659; }

/* Menu */
.custom-logo-link {
	margin-top: 10px;
	display: block;
}

.custom-logo-link img {
	max-width: 100%;
    height: auto;
}

@media(min-width:992px) {
	.mobile-only { display: none; }
	
	.main-menu .first-level > li:hover .second-level { display: block !important; }

	.main-menu .first-level {
		text-align: center;
	}

	.main-menu .first-level > li {
		display: inline-block;
		text-transform: uppercase;
		text-align: center;
	}

	.main-menu .first-level > li > a {
		display: block;
		padding: 10px 8px 5px;
		color: #256c37;
		text-decoration: none;
		font-family: GraublauSans;
		font-size: 14px;
	}

	.main-menu {
		margin-top: 10px;
		z-index: 2000;
	}

	.main-menu .second-level {
		position: absolute;
		background: rgba(37, 108, 55, 0.7);
		display: none;
		list-style: none;
		padding: 0;
		margin: 0;
		padding-top: 10px;
		padding-right: 10px;
		z-index: 2000;
	}

	.main-menu .second-level li {
		text-align: left;
	}

	.main-menu .second-level li a {
		display: block;
		padding: 5px 10px;
		font-family: GraublauSans;
	}

	.main-menu .second-level a {
		color: #fff;
	}

	.main-menu .third-level {
		position: absolute;
		background: rgba(37, 108, 55, 0.8);
		display: none;
		list-style: none;
		padding: 0;
		margin: 0;
		padding-top: 10px;
		padding-right: 10px;
	}

	.main-menu .third-level li {
		text-align: left;
	}

	.main-menu .third-level li a {
		display: block;
		padding: 5px 10px;
		font-family: GraublauSans;
	}

	.main-menu .third-level a {
		color: #fff;
	}

	.main-menu .second-level > li:hover .third-level { display: block !important; }
	
	.languages-col {
		float: right;		
		padding-top: 18px;
	}
	
	.main-menu .language-item {
		display: none !important;
	}
}

@media(max-width:991px) {
	.desktop-only { display: none; }
	
	.mobile-only .custom-logo-link { display: inline-block; }
	
	.main-menu .menu-content { padding-bottom: 10px; }
	
	.mobile-only .menu-icon-hamb {
		display: block;
		width: 30px;
		height: 20px;
		margin: 17px auto 0;
		background: url('images/menu-mobile.png');
	}
	
	.mobile-only .search-icon {
		display: inline-block;
		margin-top: 20px;
		
	}
	
	.mobile-only .language-firule {
		float: right;
		color: #256c37;
		text-decoration: none;
		padding-left: 11px;
		margin-top: 16px;
		background: url('images/mobile-lang.png') no-repeat left;
		margin-left: 10px;
	}
	
	.main-menu { display: none; }
	
	.main-menu ul {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
		text-transform: uppercase;
	}
	
	.main-menu .first-level {
		text-align: center;
		padding: 20px 0 0;
	}
	
	.main-menu .first-level a {
		color: #256c37;
		text-decoration: none;
		font-family: GraublauSans;
		font-size: 16px;
		display: block;
		padding: 10px 0;
		margin: 2px 0;
		background: rgba(37, 108, 55, 0.1);
	}
	
	.main-menu .first-level > li > a:hover {
		background-color: #006d64;
		color: #fff;
	}
	
	.main-menu .first-level .second-level { display: none; }
	
	.main-menu .first-level li:hover .second-level { display: block !important; }
	
	.main-menu .first-level li:hover .second-level {
		background: rgba(37, 108, 55, 0.8);
		margin-bottom: 10px;
	}
	
	.main-menu .first-level li:hover .second-level a {
		color: #fff;
	}
	
	.languages-col { margin-bottom: 20px; }
	
	.main-menu .language-item {
		background-color: #eee;
	}
}

.pdf-icon-single {
	height: 44px;
	background: url('images/pdf-icon.png') no-repeat left;
	display: block;
    padding-left: 50px;
    padding-top: 16px;
}

.linkedin-icon {
	float: right;
	width: 25px;
	height: 25px;
	background: url('images/linkedin.png');
	overflow: hidden;
	margin-left: 10px;
	background-size: 100%;
    margin-top: -4px;
}

.search-icon {
	width: 15px;
	height: 20px;
	background: url('images/search-icon.png');
	overflow: hidden;
	display: inline-block;
}

.languages-col .flag-icon {
	display: inline-block;	
	width: 20px;
	height: 12px;
	overflow: hidden;
}

a#language-565 { background: url('images/english-icon.png'); }
a#language-566 { background: url('images/portuguese-icon.png'); }
a#language-567 { background: url('images/chinese-icon.png'); }

.btn-back-page {
	padding: 0 !important;
	background-color: transparent !important;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
  
  .internal article h1 {
	  font-size: 30px;
	  padding-bottom: 10px;
  }
  
  .internal article h2, .internal article h2 a {
	  font-size: 24px;
  }
  
  .internal article img.alignright, .internal article img.alignleft {
	  margin: 0 auto 10px;
	  float: initial;
	  display: block;
  }
  
  .internal .gallery figure {
	  margin: 20px auto;
  }
  
  .internal .gallery { padding: 20px 0; }
  
  .internal article iframe {
	  max-width: 100% !important;
	  height: 200px;
  }
}

#langModal .modal-body a {
	display: block;
	color: #000;
	text-align: center;
	padding: 10px 0;
}