html {
	overflow-x: hidden;
	min-height: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.slick-slide img {
    text-align: center;
    display: inline-block !important;
    max-width: 100px;
}

.slick-slide {
    text-align: center;
}

.texto h2 {
	font-size: 50px;
}

.padprojects {
		padding-left: 100px;
		padding-right: 100px;
	}

.menufix {
	position: absolute;
	z-index: 9999;
	width: 100%;
	top: 0px;
	transition: all .4s ease-in-out;
	padding-left: 54px;
    padding-right: 54px;
	
}
.navbar-default {
	background: none !important;
	border: none !important;
	padding-top: 0px;
	transition: all .4s ease-in-out;
	float: left;
}



.grid {

}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 25%;
	position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
/*	mix-blend-mode: multiply;*/
  background-color: rgba(0,255,255,0.75);
	-webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.footerbg {
	background-color: rgba(0,255,255,1);
	padding: 20px;
	font-family: acumin-pro, sans-serif;
	color:#000037;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 300;
}

.separador {
	font-family: acumin-pro, sans-serif;
	color: #000037;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: bold;
	text-align: left;
	font-size: 30px;
	margin-left: -10px;
}

.grid-item .text {
	color: #000037;
  font-size: 17px;
	font-weight: 600;
	font-family: acumin-pro, sans-serif;
  position: absolute;
  bottom: 40px;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
	opacity: 0;
	transition: .4s ease;
}

.grid-item:hover .overlay {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.grid-item:hover .text {
  opacity: 1;
	left: 20px;
}

.grid-item:hover {
    background-size: 150%;
}

.margintitle {
	margin-bottom: 40px;
}

.titulopagina {
	font-family: acumin-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color:#000037;
}
.titulopaginaprojecto {
	font-family: acumin-pro, sans-serif;
	font-size: 32px;
	font-weight: 600;
	color:#000037;
}

.textopaginaprojecto {
	font-family: acumin-pro, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 20px;
	color:#000037;
}

.text-center {
	text-align: center;
}

.marginimages {
	margin-bottom: 20px;
}



.grid-item .textsmall {
	color: #000037;
  font-size: 12px;
	font-weight: 400;
	font-family: acumin-pro, sans-serif;
  position: absolute;
  bottom: 0%;
  left: 20px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
	opacity: 0;
	transition: .4s ease;
}


.grid-item:hover .textsmall {
  opacity: 1;
	bottom: 20px;
}

.grid-item {
  height: 400px;
  float: left;
  background: #00ffff;
  /*border: 1px solid #00ffff;*/
  /*border-color: hsla(0, 0%, 0%, 0.5);*/
  border-radius: 0px;
}

.grid-item--width2 { width:  50%; }
.grid-item--width3 { width:  60%; }

.grid-item--height2 { height: 400px; }
.grid-item--height3 { height: 800px; }
.grid-item--height4 { height: 600px; }


@media only screen and (max-width: 600px) {
 .grid-item--width2 { width:  100% !important ; }

.width1 { 
	width:  100% !important; }
}

@media only screen and (max-width: 991px) {
 .grid-item--width2 { width: 100% ; }

.width1 { 
	width:  50% ; }
}

/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #D6DE23 !important;
	background: none !important;
}

.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:hover:after, .navbar-default .navbar-nav>.active>a:focus:after {
	transform: scaleX(1);
	transform-origin: 0% 50%;
}*/
.navbar-default .navbar-nav>li>a {
	font-family: acumin-pro, sans-serif !important;

font-weight: 400 !important;
	color: #00ffff !important;
	font-size: 18px !important;
	line-height: normal;
	/*background: linear-gradient(to right, #0081a4 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;*/
	transition: all .5s ease-out;
	padding: 10px 15px !important;
}
#menu-menuprincipal-1 {
	transition: all ease-in-out .6s;
	margin-top: 23px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #00ffff !important;
	background: none !important;
}
.navbar-default .navbar-nav>li>a:after {
	display: block;
	content: '';
	border-bottom: solid 1px #00ffff;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	margin-top: -10px;
}
.navbar-default .navbar-nav>li>a:hover:after {
	transform: scaleX(1);
	transform-origin: 0% 50%;
}

.current_page_item>a:after {
	/*transform: scaleX(1) !important;
	transform-origin: 0% 50% !important;*/
}

.feature.video {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}


.fullheader {
	height: 100vh;
	width: 100%;
}
.inner {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.slick-dots li button:before {
	transition: all .4s ease;
}

.wpcf7-text, .wpcf7-textarea {
	font-family: acumin-pro, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	background-color: #fff !important;
	color: #435363 !important;
	padding: 15px 20px;
	width: 100% !important;
	border: none !important;
}

.wpcf7-list-item-label {
	font-family: acumin-pro, sans-serif !important;
	font-size: 14px !important;
	color:#fff !important;
	line-height: 1.2;
	font-weight: 400 !important;
}

.alignright {
	text-align: right;
}

.btn-link {
	transition: all .4s ease;
}

.wpcf7 .wpcf7-submit {
	background-color: #00c18b !important;
	padding: 5px 20px !important;
	text-align: center !important;
	border-radius: 20px !important;
	font-family: acumin-pro, sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color:#fff !important;
	float: right !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.noteform {
	font-family: acumin-pro, sans-serif !important;
	font-size: 14px !important;
	color:#fff !important;
	line-height: 1.2;
	font-weight: 400 !important;
}

.wpcf7-submit:focus {
	outline: none !important;
	border: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none !important;
	font-family: acumin-pro, sans-serif !important;
	color: #fff !important;
}
span.wpcf7-not-valid-tip {
	font-family: acumin-pro, sans-serif !important;
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

::placeholder {
 font-family: acumin-pro, sans-serif;
 font-size: 18px;
 opacity: 0.8;
 font-weight: normal;
 font-stretch: normal;
 font-style: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #435363;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	outline: none !important;
	border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border: none !important;
	font-family: acumin-pro, sans-serif !important;
	color: red;
}
.boxform {
	margin-bottom: 30px;
}
.dropdown-menu {
	background: #0081a4 !important;
	color: #fff !important;
	font-family: acumin-pro, sans-serif !important;
	border: none !important;
}
.dropdown-menu>li>a {
	font-family: acumin-pro, sans-serif !important;
	display: block;
	padding: 10px 20px !important;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #fff !important;
	white-space: nowrap;
	transition: all .4s ease-in-out;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #0081a4 !important;
	background-color: #fff !important;
}



a:hover {
	text-decoration: none !important;
}
.rowbackground {
	padding: 100px 0px;
}
.dropdown-menu {
}
#menu-menuprincipal {
	float: right !important;
}
.linguadiv {
	background-color: #0081a4;
	display: inline-block;
	padding: 5px 20px;
	position: absolute;
	top: 0px;
	right: 15px;
}
.iconmenu {
	cursor: pointer;
	position: absolute;
	right: 10px;
	display: none;
	top: 40px;
}
.bar1, .bar2, .bar3 {
	width: 40px;
	height: 3px;
	background-color: #00ffff;
	margin: 6px 3px;
	transition: all 0.4s ease;
}

.text-right {
	text-align: right;
}

.change .bar1 {
	/*-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);*/
	opacity: 0;
}
.change .bar2 {
	
}
.change .bar3 {
	/*-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);*/
	opacity: 0;
}
.menucontainer {
	background-color: #000037;
	position: fixed;
	height: 100%;
	min-height: 100vh;
	width: 100%;
	right: 0px;
	padding-top: 150px;
	padding-bottom: 50px;
	z-index: 9999;
	overflow-y: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%);
	transition: all .6s ease-in-out;
}
.hasScrolled {
	background-color: #000037;
	/*background-color: #d6de23;*/
	height: 100px !important;
}
.hasScrolled .navbar-default {
	padding-top: 40px;
}
.hasScrolled .logotopo {
	margin-top: 35px;
	max-width: 180px;
}
.hasScrolled #menu-menuprincipal-1 {
	margin-top: -4px;
}
.fill {
	min-height: 100%;
	height: 85vh;
}
.menuon {
	transform: translateY(0%);
	transition: all .4s ease;
}




.rowflex {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}






.arrow {
  text-align: center;
      position: absolute;
    bottom: 20px;
    z-index: 9;
    left: 50%;
    transform: translateY(-50%);
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-4px);
  }
}

.marginboxes {
	margin-bottom: 30px;
}


#bs-main-navbar {
	/*margin-right: 40px;*/
}
.menudesktop {
	display: inline-block;
	float: right;
}
.icons {
	float: right;
	display: inline-block;
	padding-top: 100px;
	transition: all .5s ease-in-out;
	right: 15px;
    position: absolute;
    top: -15px;
}

.slick-initialized .slick-slide:focus {
    outline: none !important;
	border: none !important;
}

.iconsfooter .icon img {
	width: 40px;
}
.icon {
	float: left;
	margin-right: 15px;
}
.icon img {
	width: 16px;
}
.hasScrolled .icons {
	padding-top: 40px;
}

.logofooter {
	width: 100%;
	max-width: 280px;
}
.footer {
	padding-top: 80px;
}
.lingua {
	font-family: acumin-pro, sans-serif !important;
	color: #fff;
	font-size: 14px;
}
.centerfloat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.verde {
	background-color: #405530;
}
.tags {
	font-family: acumin-pro, sans-serif;
	margin-top: 40px;
	font-size: 15px;
	color: #D2B696;
	display: inline-block;
	margin-right: 45px;
}
.tags:before {
	content: "";
	background-image: url(../images/icon_botao.svg);
	position: absolute;
	width: 11px;
	margin-left: -15px;
	height: 15px;
	background-repeat: no-repeat;
	margin-top: 2px;
}
img {
	max-width: 100%;
}
a {
	color: #3F3F3F;
}
a:hover {
	color: #3F3F3F;
	text-decoration: underline;
}
a:focus {
	outline: none;
	outline-offset: 0;
}

.logotopo {
	max-width: 180px;
	margin-top: 20px;
	transition: all ease-in-out .6s;
	width: 100%;
	margin-left: 10px;
}
.logocontainer:hover .logoaqua {
	cursor: pointer;
	margin-top: 5px;
}
.logocontainer:hover > .descricao {
	opacity: 1;
}
.footer {
	background-color: #000;
}

.rowcol {
	background-color: #000;
	padding: 80px 0px;
}
.rowcol2 {
	background-color: #000;
	padding: 140px 0px;
}

video:focus {
	outline: none;
}


.equalrow {
	display: flex;
	flex-flow: row wrap;
}

.texto a, .textocont a {
	color:rgba(0,255,255,1) !important;
	text-decoration: none !important;
}

.textocontin a {
	color:rgba(0,255,255,1) !important;
	text-decoration: none !important;
}


.textopagina ul {
	list-style: none;
}
.textopagina ul li::before {
	content: "\2022";
	color: #cccc1f;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.menutopo {
	padding-left: 60px;
	margin-bottom: 40px;
}
.menutopo li {
	font-family: acumin-pro, sans-serif !important;
	font-size: 14px;
	list-style: none;
	float: left;
	margin-right: 10px;
}
.menutopo li::after {
	content: "|";
	position: relative;
	margin-left: 10px;
}
.menutopo li:last-child {
	margin-right: 0px;
}
.menutopo li:last-child::after {
	display: none;
}

.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.textoparallax {
	font-family: acumin-pro, sans-serif;
	color: #D2B696;
	font-size: 36px;
	line-height: 1.2;
}
.botaofechar {
	display: none;
	max-width: 100px;
	margin-top: 40px;
	transition: all ease-in-out .4s;
}
.showfechar {
	max-width: 120px !important;
	margin-top: 20px !important;
}
.menuopen {
	/*display: block !important;*/
	transform: translateX(0);
}
.logotopo {
	cursor: pointer;
}


.menuon a:after { 
    transform: scaleX(1) !important;
}


.animsition-overlay-slide {
    position: fixed;
    z-index: 999999 !important;
    width: 100%;
    height: 100%;
    background-color: #00C18B !important;
    mix-blend-mode: multiply;
}

.showheader {
	opacity: 1;
}


figure {
  margin: 0;
  position: relative;
}
figure h1 {
  position: absolute;
  top: 20px;
  left: 20px;
  border-right: 3px solid #fff;
  padding: 5px 10px 5px 5px;
}

video {
  width: 100%;
  max-width: 100%;
}

.stretch {
  
  background: #fff;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  margin-top: 100vh;
	padding-top: 50px;
	padding-bottom: 50px;
}
.stretch h1 {
  padding: 20px;
}

.hero-wrapper {
  position: relative;
  bottom: 0;
  right: 0;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: 1;
  height: 100vh;
}


.rowrel {
	position: relative;
	z-index: 2;
}

.rowtext {
	padding: 100px 0px;
	text-align: center;
	background-color: #000037;
}

.texto {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	color:#00ffff;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;	
}

.textocont {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	color:#00ffff;
	font-size: 17px;
	line-height: 1.4;
	text-align: center;	
}

.textocontin {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	color:#00ffff;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;	
}

.btcont {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
/*
Acumin Pro Bold

font-family: acumin-pro, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro Bold Italic

font-family: acumin-pro, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro Extra Light

font-family: acumin-pro, sans-serif;

font-weight: 200;

font-style: normal;


Acumin Pro Italic

font-family: acumin-pro, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro Extra Light Italic

font-family: acumin-pro, sans-serif;

font-weight: 200;

font-style: italic;


Acumin Pro Regular

font-family: acumin-pro, sans-serif;

font-weight: 400;

font-style: normal;*/

.grid {
  /*background: rgba(0,255,255,1);*/
	background: #fff;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */


.scrollbt {
	font-family: acumin-pro, sans-serif;
  display:inline-block;
  text-decoration:none;
  border: 1px solid #00ffff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
  color:#00ffff;
padding: 16px 0px;
    font-size: 12px;
    text-align: center;
    line-height: 1.1;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 1020px) {
.menudesktop {
	display: none;
}
.navbar-nav>li {
	float: none !important;
	text-align: center !important;
}
.contactbackground {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hasScrolled .logohimo {
	margin-top: 20px !important;
	max-width: 140px !important;
}
.linguadiv {
	top: -141px;
	right: 15px;
}
.iconmenu {
	display: block !important;
	right: 15px !important;
	top: -80px !important;
	z-index: 9999 !important;
}
.hasScrolled .linguadiv {
	top: -100px;
}
.hasScrolled .iconmenu {
	top: -60px !important;
}
}



/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	.menufix {
	padding-left: 15px;
    padding-right: 15px;
}
	
	
	
	.padprojects {
		padding-left: 60px;
		padding-right: 15px;
	}
	
.parallax {
	background-attachment: inherit;
}
}

#soundbt {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-family: acumin-pro, sans-serif;

font-weight: 400;
	color:#fff;
	font-size:11px;
	z-index: 9;
	cursor: pointer;
}

::-moz-selection { /* Code for Firefox */
  color: #000037;
  background: rgba(0,255,255,1);
}

::selection {
  color: #000037;
  background: rgba(0,255,255,1);
}

.nextproject {
	color:#000037;
	font-size:17px;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 400;
}

.nextlink a {
	color:#000037;
	font-size:14px;
	font-family: acumin-pro, sans-serif !important;
	font-weight: 300;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
}
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.logotopo {
    margin-left: 0px !important;
}
	
	    .menufix {
        padding-left: 0px !important;
        padding-right: 15px;
    }
	
	    .padprojects {
        padding-left: 40px !important;
        padding-right: 15px;
    }
	
	.titulopaginaprojecto {
		font-size: 22px !important;
	}
	
	.textocontin {
		font-size: 18px;
    line-height: 1.1 !important;
    padding-top: 2px;
	}
	
	.overlay {
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    width: 100%;
    transition: .5s ease;
    /* mix-blend-mode: multiply; */
    background-color: rgba(0,255,255,0.75);
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}
	
	.grid-item .text {
    bottom: 40px;
    left: 20px !important;
    opacity: 1 !important;
}	
	
	.grid-item .textsmall {
    bottom: 20px;
    opacity: 1 !important;
}
	
	.rowtext {
    padding: 40px 0px;
}
	
	.slick-slide img {
    padding-right: 20px;
}
	
	.margb {
		margin-bottom: 40px;
	}
	
	.nextlink {
		margin-bottom: 40px;
	}
	
	.texto, .textocont {
    font-size: 16px;
}
	
	.hero-wrapper {
    min-height: auto !important;
    height: auto !important;
}
	
	.grid-item--height3 {
    height: 400px;
}
	
	.text-right {
	text-align: left;
}
	
	.texto br {
		display: none;
	}
	
	.titlepage p br {
		display: none;
	}
	
	.bg-container .container {
		top: 36% !important;
	}

	.circlecolcont {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.arrow {
    bottom: 40px;
		left: 45%;
}

	.hasScrolled .logotopo {
    margin-top: 10px;
    max-width: 150px;
}
	
	.hasScrolled .iconmenu {
    top: -35px !important;
}
	
	.hasScrolled {
    /*background-color: rgba(0,193,139,0.80);*/
    background-color: #000037;
    height: 60px !important;
}
	
	.iconmenu {
	display: block !important;
	right: 15px !important;
	top: -40px !important;
	z-index: 9999 !important;
}
	
.hasScrolled .icons {
    padding-top: 20px !important;
}

.icons {
    right: 2px;
    top: -105px;
	padding: 0px !important;
}
	
.logotopo {
	max-width: 200px;
}
.rw-sentence span {
	font-size: 40px;
}
.titlesection {
	font-size: 30px;
}
.textsection {
	font-size: 16px;
}
.subtitlesection strong {
	font-size: 18px;
}
.subtitlesection {
	font-size: 16px;
}
.rowcol2 {
	padding: 60px 0px;
}
.rowcol {
	padding: 60px 0px;
}
#bs-main-navbar {
	margin-right: 0px;
}
.navbar-default {
	padding-top: 0px;
}
}

/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {
}
