html,
body {
	font-family: 'Roboto', sans-serif;
    height: 100%;
    color: #fff;
    background-color: #000;
    background-size: 100% auto;
	background-repeat: no-repeat;
	font-size: 18px;
}

html {
	overflow-y: scroll;
}

body {
	padding: 0 !important;
}

a {
	color: #B1B8BB;
}

a:hover, a:focus, a:visited {
	text-decoration: none;
	color: #fff;
}

a img, a:hover img, a:focus img, a:visited img {
	border: none;
}

:focus {
	outline: 0;
}

.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.contact-submit {
	font-size: 48px;
}

.contact-submit i {
	cursor: pointer;
}

.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.notransitions {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

.full-height-container {
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 100%;
}

.vertical-center-container {
	min-height: 100%;
	display: flex;
	align-items: center;
	background-color: transparent;
	margin: 0;
}

/* Bootstrap Overwrites */

/* Menu */

#menu-top {
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	z-index: 10;
}

#menu-right {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
}

.round-btn {
	color: #7f898e;
	display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
	border: 2px solid #7f898e;
	border-radius: 50%;
}

.menu-container {
	position: absolute;
	z-index: 11;
}

#menu-top-left {
	top: 0;
	left: 0;
}

#menu-content {
	top: 0;
	left: 141px;
	right: 60px;
	padding-top: 5px;
	line-height: 30px;
}

#menu-open {
	position: fixed;
	text-align: center;
	top: 15px;
	right: 0;
	width: 60px;
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
	cursor: pointer;
}

#menu-social {
	position: fixed;
	text-align: center;
	bottom: 15px;
	right: 0;
	width: 60px;
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
	cursor: pointer;
}

#menu-social > .round-btn {
	margin-top: 5px;
}

#menu-top-right {
	background: url('/images/menu-100-bg.png') repeat-x;
	top: 0;
	left: 141px;
	right: 0;
	height: 100px;
}

#menu-right-left {
	background-color: #00131D;
	width: 60px;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
}

#menu-right-right {
	background-color: rgba(126,131,144,0.9);
	width: 200px;
	right: -200px;
	top: 0;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
	z-index: 12;
}

#menu-right-left.pop {
	right: 200px;
}

#menu-right-right.pop {
	right: 0;
}

#menu-top-right.pop {
	right: 260px;
}

#menu-open.pop {
	right: 200px;
}

#menu-social.pop {
	right: 200px;
}

#show-name, .area-list {
	float: left;
}

#breadcrumbs {
	font-size: 12px;
	color: #7E898E;
}

#show-name {
	cursor:pointer;
	text-transform: uppercase;
	margin-right: 10px;
}

#show-name a {
	color: #fff;
}

#area-list a {
	color: #B1B8BB;
	text-transform: uppercase;
}

#area-list span {
	margin-right: 5px;
}

.area-list-right {
	margin: 15px;
}

#area-list-options {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}

#area-list-options.pop {
	left: -200px;
	right: 200px;
}

#area-list-items {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 200px;
	right: 0;
	width: 200px;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}

#area-list-items-close {
	cursor: pointer;
}

#area-list-items.pop {
	left: 0;
}

.area-list-item {
	display: none;
}

.area-select {
	cursor: pointer;
}

#area-list-right-top span, #area-list-right-top a {
	text-transform: uppercase;
	color: #D8DBDD;
}

.area-list-right a, .area-list-right a:hover, .area-list-right a:focus {
	color: #D8DBDD;
}

#area-list-right-top span.active, #area-list-right-top a.active, .area-list-item a.active {
	color: #fff;
}

@media (min-width: 768px) {
	#area-list {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	#menu-top {
		top: 0 !important;
	}
	
	#menu-top-right {
		background: url('/images/menu-60-bg.jpg') repeat-x;
		top: 0;
		left: 98px;
		height: 60px;
	}
	
	#menu-right-left {
		display: none;
	}
	
	#menu-right-right {
		top: 60px;
	}
	
	#menu-content {
		background: url('/images/menu-100-bg.png') repeat-x;
		top: 60px;
		left: 0;
		padding-top: 0;
		right: 0;
	}
	
	#menu-social {
		text-align: left;
		top: 0;
		right: 0;
		padding-top: 15px;
		left: 98px;
		height: 60px;
		width: auto;
		z-index: 12;
		margin-left: 5px;
	}
	
	#menu-open {
		top: 0;
		padding-top: 7px;
		height: 60px;
		z-index: 13;
	}
	
	#menu-social > .round-btn {
		margin-top: 0;
		margin-right: 0;
		vertical-align: top;
	}
	
	#menu-right-left.pop {
		right: auto;
	}
	
	#menu-right-right.pop, #menu-open.pop, #menu-content.pop, #menu-social.pop {
		right: 0;
	}

	#breadcrumbs, #area-list {
		display: none;
	}
}

/* Frontpage */

#site-index {
	background: url('/images/img2_wide.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

#main-contents-container {
	height: 100%;
	position: relative;
}

.main-contents-area-container {
	color: #fff;
	padding-top: 250px;
	padding-bottom: 95px;
	position: relative;
}

.main-contents-area-title {
	text-transform: uppercase;
	font-size: 35px;
}

.main-contents-area-subtitle {
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 30px;	
}

.main-contents-area-content {
	padding-top: 25px;
}

.main-side-container {
	margin-top: 25px;
	padding: 25px 0;
	opacity: 0.7;
	border-top: 2px solid rgba(255, 255, 255, 0.7);
	border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    background-color:rgba(0,0,0,0.8);
}

.main-side-container a {
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

.navigation-arrow-fixed {
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}

.navigation-arrow {
	margin-top: 50px;
}

.navigation-arrow p {
	text-transform: uppercase;	
}

.navigation-arrow a, .navigation-arrow a:hover  {
	color: #00131D;
}

.navigation-arrow a span {
	font-size: 20px;
	background-color: #fff;
	border-radius: 50%;
	padding: 25px;
}

#main-top-container {
	display: table;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.8em;
}

.novidadesUl {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 500px;
    border: 1px solid rgba(255,255,255,0.2);
}

.novidadesUl > li {

}

.novidadesUl > li:not(:first-child) {
	padding: 10px 20px 0 20px;
	background-color: rgba(0,18,29,0.8);
}

.novidadesUl > li:first-child {
	text-align: center;
    padding: 10px 0;
    background-color: rgba(255,255,255,0.3);
    cursor: pointer;
    position: relative;
}

.verTodosButton {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  	-moz-transform:    translateY(-50%);
  	-ms-transform:     translateY(-50%);
  	-o-transform:      translateY(-50%);
}

.verTodosButton > a {
	font-size: 16px;
  	color: #00131d;
  	font-family: 'Roboto', sans-serif;
}

.novidadesUl > li:last-child {
	border-bottom: none;
}

.novidadesUl > li > a {

}

.novidadesUl > li:not(:first-child) > a {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.novidadesUl > li:last-child > a {
	border-bottom: none;
}

.novidadesUl > li > a > p {
	font-size: 16px;
	color: #FFF;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
}

.novidadesUl > li > a > .novidadeImg {
	width: 60px;
	height: 40px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

/*.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}*/

.vertical-center-row {
	position: absolute;
	left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    transform: translateY(-50%);
}

#main-center-text {
	display: block;
    margin: 0 auto;
	opacity: 0.7;
	height: 120px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	line-height: 110px;
	background-color: #0d1f29;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.7);
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#right-menu-icon {
	float: left;
}

#destaqueBanner {
	display: none;
	height: 200px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#destaqueBanner > a {
	display: block;
	width: 100%;
	height: 100%;
}

.destaqueTitle {
	font-size: 80px;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}

.destaqueSubtitle {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-weight: 400;
	text-align: center;
}

.closeDestaque {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 767px) {
	.main-side-container {
		padding: 0;
		text-align: center;
	}
	
	.main-side-container > a {
		margin: 15px 0 0 0 !important;
		display: block;
	}
	
	#main-top-left {
		border-bottom: none;
		padding: 0;
		padding-bottom: 15px;
	}
	
	#main-top-right {
		margin: 0;
	    padding-bottom: 15px;
	    padding-top: 5px;
	    border-top: none;
	    margin-top: 15px;
	}
	
	.main-top-separator {
		display: none;
	}
	
	.navigation-arrow-fixed {
		position:inherit;
	}
	
	#show-name {
		margin: 15px 0 15px 15px;
	}
	
	#show-name-plus {
		display: inline-block !important;
	}
	
	#area-list {
		margin-bottom: 15px;
	}
	
	#show-name, #area-list {
		float: none;
		margin-left: 15px;
	}
}

/* Show */

.parallax-content {
	overflow-y: auto;
	overflow-x: hidden;
}

#show-footer {
	font-size: 12px;
}

#show-index {
	height: 100%;
}

.show-area-gallery-separator img {
	max-width: 100%;
	height: 1px;
}

.show-area-container {
	position: relative;
	min-height: 100vh;
	padding-top: 125px;
}

.show-description-title {
	text-transform: uppercase;
	font-size: 48px;
}

.show-description-subtitle {

	font-weight: lighter;
	font-size: 16px;	
}

.show-description-content {
	padding-top: 25px;
}

.show-area-title {
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 36px;	
}

.show-area-subtitle {
	font-weight: lighter;
	margin-bottom: 25px;
}

.gallery-image {
	padding: 10px;
	max-height: 400px;
}

.gallery-video {
	padding: 10px;
	max-height: 200px;
}

.slick-slider {
	padding-top: 25px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
	left: calc(50% - 45px);
}

.slick-next {
	left: calc(50% + 0px);
}

.main-dropdown {
	background-color: #00131D;
	display: none;
	padding-bottom: 10px;
}

.main-dropdown li {
	padding-top: 10px;
}

.main-dropdown-list {
	margin: 0;
	height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.main-dropdown-list::-webkit-scrollbar {
    width: 12px;
}

.main-dropdown-list::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.5); 
}

.main-dropdown-list::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2); 
    height: 10px;
}

@media (max-width: 767px) {
	.breadcrumbs {
		display: none;
	}
	
	#show-top-menu {
		background: url("/images/menu-100-bg.png") repeat-x; 
	}
	
	#show-top-menu ul {
		display: none;
		margin-left: 25px;
		margin-bottom:	0;
	}
	
	#show-top-menu ul li {
		display: block;
	} 
	
	.show-top-menu-bg {
		display: none;
	}
	
	#show-top-menu {
		top: 60px;
	}
}

@media (min-width: 768px) {
	.main-dropdown {
		text-align: left;
		position: absolute;
		top: 94px;
		left: 15px;
		right: 15px;
	}
}

/* Modal */
.modal-open .modal {
	overflow-x: visible;
	overflow-y: visible;
	overflow: visible;
	padding-right: 0 !important;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}

.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}

.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 70%;
}

#newsletter_wrapper{
	position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    display: none;
    z-index:999;
}

#newsletter_form_wrapper{
	background: rgba(0,0,0,0.8);
    padding: 30px;
    position: relative
}

#close_newsletter{
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right:30px;
	top:20px;
}

#close_newsletter:hover{
	color:white;
}

#newsletter_error{
    font-size: 14px;
    color: red!important;
    padding-top: 10px;
    display: none;
}

#newsletter_success{
    font-size: 14px;
    padding-top: 10px;
    color: green!important;
    font-weight: bold;
}

#newsletter_success span{
	display: none;
}

#newsletter_success img{
	display: none;
}

.thumnail_wrapper{
	margin-bottom:10px;
	cursor: pointer;
	min-height: 129px;
	position: relative;
}

.lupa{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.4);
}

.lupa img{
	width: 60px!important;
    height: 60px!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;

}

.thumnail_wrapper img{
	width:100%;
}

#contact-traparent-bg{
	background: rgba(0,0,0,0.8);
}

#langs-container{
	margin-bottom: 30px;
	line-height: 27px!important;
	font-size: 12px;
}

@media (max-width: 767px) {
	.modal-dialog {
	  width: 70%;
	}


	#area-list-right-top span, #area-list-right-top a{
		font-size: 18px;
	}

	.area-list-right a, .area-list-right a:hover, .area-list-right a:focus{
		font-size: 18px;
	}

	#nova-barra-topo{
		display: none;
	}
}

.slick-next::before {
	background-image: url(../image/slick-next.png);
	background-repeat: no-repeat;
	background-size:20px;
	color:transparent!important;
}

.slick-prev::before {
	background-image: url(../image/slick-prev.png);
	background-repeat: no-repeat;
	background-size:20px;
	color:transparent!important;
}

.slick-prev, .slick-next{
	margin-top: 5px;
	width: 20px!important;
    height: 20px!important;
}

#case_studies_list .li a{
	text-decoration: underline;
}

#nova-barra-topo{
	position: relative;
	height: 65px;
	width: 100%;
}

.barra-topo-logo{
	position:absolute;
	left: 0;
	top: 0;
	max-width: 300px;
}

.barra-top-bg{
	position: absolute;
	top: 0;
	left: 300px;
	right: 0;
	height: 65px;
	background: url(../images/bg.png);
}

.lb-details{
	display: none!important;
}

.kriacao{
	position: absolute;
	right: 70px;
	bottom: 0;
}

#languages-wrrapper{
	margin-top: 40px;
}

#lang-divider{
	background-color: rgba(255,255,255,0.5);
	max-width: 70px;
	height: 1px;
}

#languages{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	
}

#languages li{
	display: inline;
}

#languages li a{
	font-size: 16px;
	font-weight: 300;
}

@media (max-width: 768px) {
	.kriacao{
		right: 15px;
	}
}

/* NOVIDADES e VIDEOS */

#show-destaques, #show-videos {
	background-color: #0090cf;
}

.destaques_ul, .videos_ul {
	padding: 0;
	margin: 0;
}

.destaques_ul > li, .videos_ul > li {
	display: inline-block;
	width: calc(33.33% - 34px);
	vertical-align: top;
}

.destaques_ul > li:nth-child(3n+2), .videos_ul > li:nth-child(3n+2) {
	margin-left: 15px;
	margin-right: 15px;
}

.destaqueBox {
	display: block;
	width: 100%;
	border: 10px solid #FFF;
	margin-bottom: 30px;
}

.destaqueImage {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 240px;
}

.videos_ul .destaqueImage {
	overflow: hidden;
}

.destaqueImage iframe {
	border: none;;
}

.linkBtn {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform:    translate(-50%,-50%);
    -ms-transform:     translate(-50%,-50%);
    -o-transform:      translate(-50%,-50%);
    transform:         translate(-50%,-50%);
}

.destaqueText {
	padding: 20px 10px 10px;
	background-color: #00131d;
}

.destaqueText_title {
	color: #FFF;
	font-size: 24px;
}

.videos_ul .destaqueText_title {
	text-transform: uppercase;
}

.destaqueText_text {
	color: #FFF;
	font-size: 14px;
}

.size54 { font-size: 54px; }
.size36 { font-size: 36px; }
.size24 { font-size: 24px; }
.size20 { font-size: 20px; }

@media (max-width: 1199px) {
	.destaques_ul > li, .videos_ul > li {
		width: calc(50% - 34px);
	}
	.destaques_ul > li:nth-child(3n+2), .videos_ul > li:nth-child(3n+2) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.destaques_ul > li:nth-child(odd), .videos_ul > li:nth-child(odd) {
		margin-right: 15px;
	}

	.destaques_ul > li:nth-child(even), .videos_ul > li:nth-child(even) {
		margin-left: 15px;
	}

	.size54 { font-size: 48px; }
	.size36 { font-size: 30px; }
	.size24 { font-size: 20px; }
	.size20 { font-size: 18px; }
}

@media (max-width: 768px) {

	.destaques_ul > li:nth-child(odd), .videos_ul > li:nth-child(odd), .destaques_ul > li:nth-child(even), .videos_ul > li:nth-child(even) {
		margin: 0;
	}
	
	.destaques_ul > li, .videos_ul > li {
		width: 100%;
		display: block;
		margin: 0;
		margin-bottom: 30px;
	}

	.size54 { font-size: 40px; }
	.size36 { font-size: 26px; }
	.size24 { font-size: 18px; }
	.size20 { font-size: 16px; }
}


/************************************/
/* MODAL BOX TEMP */
/************************************/


#politicaPrivacidade .modal-header {
    color: #FFF;
    text-align: center;
    position: relative;
    display: block;
}

#politicaPrivacidade .modal-title {
    width: 100%;
}

#politicaPrivacidade .modal-header .close {
    margin-left: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #FFF;
    opacity: 1;
    font-size: 32px;
}

#politicaPrivacidade .btn-secondary {
    background-color: #FFF;
    color: #333;
}

#politicaPrivacidade .modal-subtitle {
    padding-top:10px; 
}

#politicaPrivacidade .modal-body {
    color: #FFF;
}

#politicaPrivacidade .modal-body p {
    margin-bottom: 10px;
}

#politicaPrivacidade .modal-body .question {
    font-weight: 700;
}

#politicaPrivacidade {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-backdrop.in {
    opacity: 0.9;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}




