body {
    background-color: #000 !important;
}


.min-vh-50{
	min-height: 50vh;
}
.h-50{
	height: 50vh;
}
.open-btn .navbar-toggler-icon{
	/*background-image: url('data:image/svg+xml;utf8,<svg ...><g stroke="red" ... /></g></svg>');*/
	background-image:url("/assets/images/botao-de-menu.png") !important;
	width: 1.1em;
}
.close-btn .navbar-toggler-icon{
	/*background-image: url('data:image/svg+xml;utf8,<svg ...><g stroke="red" ... /></g></svg>');*/

	background-image:url("/assets/images/botao-fechar.png") !important;
	width: 1.1em;
}
.navbar button {
    transform: translateY(-20px);
}

.navbar div.navbar-brand a{
    transform: translateY(20px);
}

.troca-idioma-btn{
	padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.troca-idioma-btn .navbar-toggler-icon {
	/*background-image: url('data:image/svg+xml;utf8,<svg ...><g stroke="red" ... /></g></svg>');*/
	background-image:url("/assets/images/globe-icon.png") !important;
	
}
.troca-idioma-btn.hide-desktop {
  position: fixed;
  right: 0px;
  top: 30px;
  z-index: 99;
}
div#idiomas.collapse:not(.show) {
    flex-basis: 0% !important;
    flex-grow: 0;
    transition: all 1s;
    transition-delay: 1s;
}
#idiomas.show a.nav-link:hover {
    cursor: pointer;
}
.close-btn{
	display: none;
}
@keyframes menu_open{
   0% { width: 0%; }
  100% { width: 40%;}
}
@keyframes menu_close{
  0% { width: 0%; }
  100% { width: 100%; }
}
@keyframes featured_arrow{
  0% { transform: translateY(0); }
  50% {  transform: translateY(10px); }
  0% { transform: translateY(0); }
} 
@keyframes menu_down{
	0% { opacity: 0; transform: translateY(-300px);}
	/* 30% { opacity: .8; transform: translateY(-20px);} */
	100% { opacity: 1; transform: translateY(0px);}
}
@keyframes menu_up{
	0% { opacity: 1; transform: translateY(0px);}
	/* 30% { opacity: .5; transform: translateY(-180px);} */
	100% { opacity: 0; transform: translateY(-300px);}
}
@keyframes hide_parts {
  0% {  transform: scaleX(1); fill:#fff; }
  50% { stroke-width:50px; }
  100% {  transform: scaleX(0); fill: white; stroke-width:0px; }
} 

@keyframes show_parts {
  0% { stroke: white; opacity: 1;  transform: scaleX(0); stroke-width:0px; }
  90% { stroke-width:30px; }
  100% { opacity: 1;  transform: scaleX(1); stroke-width:0px; }
}


#nav-icon4 {
  width: 23px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg)  translateY(-20px);
  -moz-transform: rotate(0deg)  translateY(-20px);
  -o-transform: rotate(0deg)  translateY(-20px);
  transform: rotate(0deg)  translateY(-20px);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/*
.menu_oppened #nav-icon4 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 8px;
}

.menu_oppened #nav-icon4 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu_oppened #nav-icon4 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}
*/
.menu_oppened #nav-icon4 span:nth-child(1) {
  top: 1px;
  width: 0%;
  left: 50%;
}

.menu_oppened #nav-icon4 span:nth-child(2) {
   top: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_oppened #nav-icon4 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_oppened #nav-icon4 span:nth-child(4) {
  top: 1px;
  width: 0%;
  left: 50%;
}



.hide#logo-completo path.cls-1.a1{opacity: 0; transition: opacity .2s linear .06s;}
.hide#logo-completo path.cls-1.b1{opacity: 0; transition: opacity .2s linear .13s;}
.hide#logo-completo path.cls-1.d1{opacity: 0; transition: opacity .2s linear .19s;}
.hide#logo-completo path.cls-1.a2{opacity: 0; transition: opacity .2s linear .26s;}
.hide#logo-completo path.cls-1.l1{opacity: 0; transition: opacity .2s linear .33s;}
.hide#logo-completo path.cls-1.a3{opacity: 0; transition: opacity .2s linear .39s;}

.hide#logo-completo path.cls-1.b2{opacity: 0; transition: opacity .2s linear .1s;}
.hide#logo-completo path.cls-1.r1{opacity: 0; transition: opacity .2s linear .15s;}
.hide#logo-completo path.cls-1.o1{opacity: 0; transition: opacity .2s linear .2s;}
.hide#logo-completo path.cls-1.t1{opacity: 0; transition: opacity .2s linear .25s;}
.hide#logo-completo path.cls-1.r2{opacity: 0; transition: opacity .2s linear .3s;}
.hide#logo-completo path.cls-1.e1{opacity: 0; transition: opacity .2s linear .35s;}
.hide#logo-completo path.cls-1.r3{opacity: 0; transition: opacity .2s linear .4s;}
.hide#logo-completo path.cls-1.s1{opacity: 0; transition: opacity .2s linear .45s;}

.collapse:not(.show) * {
    /*width: 0px !important;*/
} 
.collapsing{
	height: auto !important;
	transition: height .0s !important;
}

.hide#logo-completo {
	transform-origin: center;
}




/*#logo-completo g *{
	transform-origin: center; 
	animation: show_parts ease-out .4s;
    animation-delay: 0s;
    animation-iteration-count: 1;
	stroke:#fff;
}*/
	
.hide#logo-completo g *{
	
	transform-origin: center; 
	animation: hide_parts linear .4s;
    /*! animation-delay: 3s; */
    animation-iteration-count: 1;
/*     animation-fill-mode: forwards; */
}


div.navbar-brand{
    text-align: center;
    width: 100%;
	display: flex;
	justify-content: center;
}
div.navbar-brand a{
	text-align: center;
    max-width: 100%;
	display: flex;
	justify-content: center;
}
.hide#logo-completo{
	opacity:0;
	transition: opacity .3s linear;
	transition-delay: .1s;
}
#logo-simplificado {
	position: absolute;
}
.hide#logo-simplificado {
  opacity:0;
  transition: opacity .1s linear;
  transition-delay: .1s;
}
.logo-main {
    width: auto;
    height: 28px;
}


div#idiomas ul {
    width: fit-content;
    text-align: right;
    display: block;
}
div#idiomas ul li{
	font-size:14px;
	line-height:18px;
	font-family: 'DIN2014-Regular';
	letter-spacing: 0.42px;
}
div#idiomas {
    transform: translateY(-50px);
}

a.featured i {
    animation: featured_arrow linear 4s infinite;
}

.banner.sobre #videobg{
	top: 0;
	bottom: unset !important;
}
#videobg {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	mix-blend-mode: multiply;
}
.lSAction {
	z-index: 9999;
	position: absolute;
}
.filters-section{
	display: none !important;
}
.modal-open .modal {
	z-index: 9999;
}
.banner .bottom h1 {
	white-space: pre-wrap;
}
div.navbar-brand a img {
	max-width: 230px;
}
html {
	overflow-x: hidden;
}
.container, .container-fluid{
	overflow: hidden;
}
:root{
	--orange: #fff;
	--gray: #fff;
};

* :focus {
	border-color: inherit !important;
	background: inherit !important;
	outline: 0;
	box-shadow: inherit !important;
}
.navbar-nav {
    flex-direction: row !important;
	justify-content: center;
}
.navbar-toggler {
	color: rgb(255 255 255 / 55%) !important;
	border: unset !important;
}
.navbar-toggler:focus, .navbar-toggler-icon:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.ekko-lightbox-nav-overlay a {
	opacity: 1 !important;
	text-decoration: none !important;
	color: var(--orange) !important;
}
.ekko-lightbox-nav-overlay a:first-child {
	left: 10px;
	position: fixed;
	top: 50%;
}

.ekko-lightbox-nav-overlay a:last-child {
	right: 10px;
	position: fixed;
	top: 50%;
}
.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem #ffffff00 !important;
}
.accent{
	color: var(--orange) !important;
}
*{
	font-family: 'din2014';
}
.nav-fixed {
	position: fixed !important;
	z-index: 99;
}
.nav-active {
/*	background-color: #0006;
	box-shadow: 0px 0px 18px -5px #000;*/
}
.navbar .nav-link, .navbar .social-icon {
	font-family: 'din2014 light';
	font-size: 18px;
	letter-spacing: 1.8px;
	font-weight: 100;
	color: #FFFFFF !important;
	text-transform: uppercase;
}

.navbar .nav-link:hover, .navbar .social-icon:hover i{
	color: var(--orange) !important;
}
.navbar{
	background: transparent linear-gradient(0deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.banner{
	background: #fff linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
	/*background: #fff linear-gradient(180deg, #000 0% ,#FFFFFF00 35%, #000000 100%) 0% 0% no-repeat padding-box;*/
	background-size: cover !important; 
}
.banner-pages h1{
	font-family: 'DIN2014 demi';
	text-transform: uppercase;
	color:#fff;
}
.banner  h1, .banner a, .banner a:hover{
	font-family: 'DIN2014 light';
	text-transform: uppercase;
	color:#fff;
	text-align: center;
}
.banner h1 b, .banner-pages h1 b{
	font-family: 'DIN2014 bold';
}
.banner .featured span{
	font-family: 'DIN2014';
	letter-spacing: 0.42px;
	font-size: 14px;
}
.banner .bottom a {
    display: grid;
    text-decoration: none;
    font-weight: 300;
    text-align: center;
}
.banner .middle{
	position: absolute;
	bottom: 50vh;
}
.banner .bottom {
    position: absolute;
    bottom: 2vh;
    left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	}
.banner .featured span{
	opacity: 0;
	transform: translateY(30px);
}
/*.banner .featured:hover span{
	opacity: 1;
	transform: translateY(0);
	transition: all .6s ease-in-out;
}*/
.banner .featured span {
    opacity: 1;
    transform: translateY(0);
    transition: all 2s ease-in-out;
}
.btn {
	border-radius: 0 !important;
}

a.featured:hover {
    cursor: pointer;
}
/* ---------------- portfolio  -----------*/
#projetos .heading h2{
	font-size: 34px;
	letter-spacing: 3.1px;
	font-family: 'DIN2014 demi';
	color: #FFF;
	text-align: center;
}
#projetos .heading h3{
	color: #93EDE1;
	font-size: 16px;
/*	text-decoration: line-through;*/
	letter-spacing: 1.28px;
	font-family: 'DIN2014 demi';
	text-align: center;
}
#projetos .item {
    height: 400px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    object-fit: contain;
    background-position: center !important;
    background-size: cover !important;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}
#projetos .bg {
    height: 400px;
    position: absolute;
    z-index: -1;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
	transition: all .4s ease-in-out;
}

#projetos .item .titulo{
	opacity: 0;
	font-size: 0;
	transition: all .4s ease-in-out;
}
#projetos .item:hover .titulo{
	text-decoration: none;
	z-index: 1;
	opacity: 1;
	width: auto;
	font-size: 24px;
}
#projetos .item .titulo {
    font-family: 'DIN2014';
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
#projetos .item:hover .bg {
	opacity: .4;
	height:450px;
}
#projetos .item:hover{
	text-decoration: none;
	transition: all .4s ease-in-out;
}

.btn_see_more a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 -10px 0;
  transition: all .3s ease-in !important;
}
.btn_see_more a:hover {
  color: #91eade;
}

/* -------- fim portfolio ------------*/
/* -------- inicio clientes ----------*/
#clientes .heading h3 {
    color: #93EDE1;
    font-size: 16px;
    letter-spacing: 1.28px;
    font-family: 'DIN2014 demi';
    text-align: center;
    text-transform: uppercase;
}
#clientes{
	background: #fff;
}

#clientes .heading h2{
	color: #000;
	font-size: 40px;
	letter-spacing: 4px;
	font-family: 'DIN2014 demi';
	text-align: center;
}
/* -------- fim clientes ----------*/
/* ---- inicio patrocinadores ----- */
/*.owl-carousel.patrocinadores img{
	height: 55px;
    object-fit: contain;
}*/
.owl-carousel.patrocinadores img {
    height: 30px;
    object-fit: contain;
}
#patrocinadores{
	background: #000;
}
#patrocinadores .heading h2{
	color: #fff;
	font-size: 40px;
	letter-spacing: 4px;
	font-family: 'din2014 demi';
	text-align: center;
}
#patrocinadores .heading h3{
	color: #93EDE1;
	font-size: 16px;
	letter-spacing: 1.28px;
	font-family: 'din2014';
	text-align: center;
}


.owl-carousel.patrocinadores:not(.owl-loaded) {
    text-align: center;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
}
.owl-carousel.patrocinadores:not(.owl-loaded)  div {
    display: block;
    width: fit-content;
    float: left;
    margin: 0 55px;
}
/* ----- fim patrocinadores -----*/
/* servicos
*/
.servicos .heading h3 {
    color: #93EDE1;
    font-size: 16px;
    letter-spacing: 1.28px;
    font-family: 'DIN2014 demi';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}
.servicos .heading h2 {
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 4px;
    font-family: 'din2014 demi';
    text-align: center;
}
.servicos {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: scroll;
    /* background-image: url(/assets/images/camo_degrade.png); */
    background-attachment: fixed;
    background-color: #000;
}
.servicos .row {
    z-index: 1;
}

footer * {
    z-index: 1;
}
.w-100.spacing {
    height: 100px;
}
.servicos .bg_camo_1, .servicos .bg_camo_2, .servicos .bg_camo_3, .servicos .bg_camo_4 {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: bottom center;
	transition: all 1.2s;
}
.servicos .bg_camo {
    background: linear-gradient(0deg, #ffffff00, black);
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: bottom center;
    z-index: 1;
}
.servicos .bg_camo_1{
	background-image: url(/assets/images/camo1.png);
}
.servicos .bg_camo_2{
	background-image: url(/assets/images/camo2.png);
}
.servicos .bg_camo_3{
	background-image: url(/assets/images/camo3.png);
}
.servicos .bg_camo_4{
	background-image: url(/assets/images/camo4.png);
}
.servicos h4 {
    font-family: 'din2014';
    letter-spacing: 2.08px;
    color: #93EDE1;
    font-size: 26px;
    line-height: 34px;
}
.servicos p {
    font-family: 'din2014 light';
    letter-spacing: 0.78px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
}
.servicos h3 {
    font-family: 'din2014 demi';
     letter-spacing: 2.08px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
}
.servicos h4 {
    font-family: 'din2014';
    letter-spacing: 2.08px;
    color: #93EDE1;
    font-size: 26px;
    line-height: 34px;
}
.servicos p {
    font-family: 'din2014 light';
    letter-spacing: 0.78px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
}
.servicos .row {
  width: 100%;
}

img.service_image {
    margin-top: 15px;
    max-width: 45px;
}

/* servicos fim*/
/* pÃ¡gina sobre */
@media (min-width: 1400px){
	.owl-carousel.patrocinadores {
	  margin-top: 20px !important;
	}
	.owl-carousel.patrocinadores img {
	  height: 50px;
	  object-fit: contain;
	}
	#patrocinadores {
	  padding-top: 5em !important;
	}
	#sobre-1.container {
		max-width: 1400px;	
	}
}
#sobre-1 h3{
	color: #ffffff;
	text-align: left;
	font-size:18px;
	line-height:23px;
	font-family: 'din2014';
	letter-spacing: 1.8px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#sobre-1 h3 span{
	font-style: italic;
	color: #93EDE1;
	font-family:'din2014 light';
}
#sobre-1 h4{
	margin-top: 10px;
	color: #fff;
	font-family:'din2014 light';
	text-align: left;
	font-size:13px;
	line-height:16px;
	letter-spacing: 1.3px;
}

.carrousel-team {
  display: flex !important;
}
#sobre-1 p{
	color: #fff;
	font-family:'din2014 light';
	padding: 80px 0;
	text-align: left;
	font-size:18px;
	line-height:28px;
	letter-spacing: 1.35px;
	color: #FFFFFF;
	opacity: 1;
}
#sobre-2{
	padding-bottom: 70px;
}
#sobre-2 .row img {
    max-width: 100%;
/*    max-width: 33.333%;*/
    object-fit: cover;
    padding: 0px;
    height: 380px;
	z-index: -1;
}
#sobre-2 .heading h2 {
    text-align: center;
    font-family: 'din2014 bold';
    font-size: 330px;
    letter-spacing: 0px;
    color: #93EDE1;
    transform: translateY(115px);
}
#sobre-2 p{
	color: #fff;
	text-align: left;
	font-size: 26px; 
	line-height:36px;
	font-family:'din2014 light';
	letter-spacing: 1.95px;
	padding-top:70px;
}
/* pÃ¡gina sobre fim */
/* pÃ¡gina contato*/
.contato{
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*align-content: center;
    justify-content: center;*/
    background: scroll;
    background-image: url(/assets/images/camo_degrade.png);
    background-attachment: fixed;
    background-color: #000;
}


.contato h3 {
    font-family: 'din2014 demi';
     letter-spacing: 2.08px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 33px;
}
.contato h3.accent {
    font-family: 'din2014 demi';
    letter-spacing: 2.08px;
    color: #93EDE1 !important;
    font-size: 26px;
    line-height: 33px;
}
.contato h3 span.accent {
  color: #93EDE1 !important;
}
.contato p {
    font-family: 'din2014 light';
    letter-spacing: 0.78px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
}

.contato h4 {
    font-family: 'din2014';
    letter-spacing: 3.9px;
    color: #93EDE1;
    font-size: 26px;
    line-height: 34px;
}


/*fim contato */


/* footer */


.back-to-home span {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	transition: all .5s;
}
.back-to-home span { 
	margin-right: -4px; 
}
.back-to-home:hover span { 
	margin-right: 0; 
}

.back-to-top span {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	transition: all .5s;
}
.back-to-top span { 
	margin-right: -4px; 
}
footer:not(.ishome) .back-to-top:hover span { 
	margin-right: 0; 
}
.fa-sort-up.rotate-90 {
    rotate: -90deg;
}
div.back-to-home{
    display: inline-block;
    width: 50%;
    float: left;
    text-align: right;
}
div.back-to-top {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
}
.back-to-home i, .back-to-top i {
    font-size: 20px;
}

.back-to-home, .back-to-top {
    max-height: 20px;
    margin-bottom: 15px;
}
.back-to-top i {
    margin: 7px 0px 5px 5px !important;
}
footer {
    margin: 70px 0;
}
.ishome .back-to-top {
    display: block;
    text-align: center !important;
    margin: 0 auto;
    height: 56px;
	width: auto;
}
.ishome .back-to-top span {
    display: block;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    transition: all .5s;
    text-align: center;
}
a.back-to-top, a.back-to-home {
    margin: 0px 4px;
    text-decoration: none;
    min-width: 15px;
    display: inline-block;
}
a.back-to-top:hover,a.back-to-home:hover {
	text-decoration: none;
    cursor: pointer;
}
footer.ishome {
    margin: -100px 0;
    background: transparent;
}

footer.iscontact div.back-to-top,footer.iscontact div.back-to-home {
	display: none;
}
footer.iscontact {
    margin: -60px 0;
}

/* @keyframes footer_go_to_top_down{
	0% {opacity: 1; width:0px; }
	30% { opacity:.5; width:auto;}
	100% { opacity: 0; width:auto;}
}
@keyframes footer_go_to_home_down{
	0% {opacity: 1; width:0px; }
	30% { opacity:.5; width:auto;}
	100% { opacity: 0; width:auto;}
}
a.back-to-top{
	font-size: 12px;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transform: translateY(-25px);
    margin: 0 auto !important;
    width: fit-content;
	font-family: 'din2014';
	height: 15px;
}
a.back-to-home {
	font-size: 12px;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto !important;
    width: fit-content;
	font-family: 'din2014';
	height: 15px;
}
a.back-to-top span{
	width: 0px;
	opacity: 0;
	animation: footer_go_to_top_down .6s ;
}
a.back-to-home span{
	width: 0px;
	opacity: 0;
	animation: footer_go_to_home_down .6s ;
}
a.back-to-top:hover {
    transform: translateY(-40px);
}
a.back-to-home:hover {
    transform: translateX(-40px);
}
a.back-to-top:hover *, a.back-to-home:hover{
    cursor: pointer;
}
a.back-to-top:hover span {
	width: auto;
    transition: all .6s;
    opacity: 1;
    transform: translateY(0px);
}
a.back-to-home:hover span{
	width: auto;
    transition: all .6s;
    opacity: 1;
    transform: translateX(0px);
}  */
footer .social-icon {
    padding: 5px 0;
}
/* footer.ishome {
    max-height: 0px;
    background: transparent;
    margin: -15px 0;
}

footer.ishome .col-md-12 {
    height: 0;
    transform: translateY(-20px);
    position: absolute;
} */

/*[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: unset !important;
}*/
/*footer fim */ 

/* portfolio */
.align-content-centered{
	display: flex;
	align-items: center;
	justify-content: center;
  }
/* body.modal-open > * {
    -webkit-filter: blur(5px);
}
.lightbox > *, .lightbox {
  -webkit-filter:unset !important;
} */
.banner_video
.banner.portfolio-s.active .middle {
    opacity: 0;
    transition: all 1s;
}
.banner.portfolio-s{
    
    width: 100%;
	height: 100vh;
    padding: 0;
   
}
iframe.banner_video {
    object-fit: cover;
    position: absolute;
    overflow: hidden;
    height: 100vh !important;
    z-index: 0;
    background: #000;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.container-fluid.banner.portfolio-s {
    background: transparent;
}
.portfolio-s .cover {
    position: absolute;
    z-index: 1;
    transition: all .5s;
    width: 100vw;
    max-width: unset;
    background-size: cover !important;
}
.portfolio-s .cover.active {
    transition: all .5s;
    opacity: 0;
	z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
	iframe.banner_video {
	  /* height = 100 * (9 / 16) = 56.25 */
	  /*height: 56.25vw;*/
	}
  }
  @media (max-aspect-ratio: 16/9) {
	iframe.banner_video {
	  /* width = 100 / (9 / 16) = 177.777777 */
	  /*width: 177.78vh;*/
	}
  }
.banner.portfolio-s.active {
    transition:1s;
    background: #fff linear-gradient(180deg, #ffffff00 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
.banner.portfolio-s .middle:hover {
    opacity: .7;
    cursor: pointer;
}
.carrousel-studio {
  z-index: -1 !important;
}
.carousel-control {
    width: auto !important;
    height: 40px !important;
}

.carousel-control-prev {
    transform: translateX(-32px);
}

.carousel-control-next {
    transform: translateX(32px);
}

.modal button.btn-close {
    transform: translate(15px,-40px);
}

.carousel .ratio {
    background: none !important;
}
.modal.lightbox {
    background: #0009;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.portfolio-s video{
	background-size: cover !important;
}
.portfolio-s .btn-play{
	max-width: 54px;
}
div#gallery a.item {
  width: 33.3333%;
  float: left;
  height: 400px;
  background-size: cover !important;
  display: block;
  padding: 0;
  overflow: hidden;
  transition: all .5s;
}

.item .bg_port {
  transition: all .5s;
  transform-origin: center;
  width: 100%;
  background-size: cover !important;
  height: 100%;
  background-position: center center !important;
}
.item:hover .bg_port {
  scale: 1.2;
  opacity: .6;
}

.container-fluid.gallery {
    padding: 0 !important;
}
.portfolio-s p {
	color: #fff;
	text-align: left;
	font-family: 'din2014 light';
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.78px;
}






.sobre-h {
	background: url(/assets/images/secao-sobre.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}


.portfolio-h .lslide {
	visibility: hidden;
}
.portfolio-h .lslide.active{
	visibility: visible;
}

.portfolio-h .lSAction a {
	width: 32px;
	float: left;
	position: unset;
}
.portfolio-h .lSSlideOuter .lSPager.lSpg{
	display: none !important;
}
.sobre-p h3{
	font-weight: 300;
}
.sobre-img {
	position: relative;
}
.depoimento img {
	border-radius: 50%;
	object-fit: cover;
}
.depoimento{
	text-align: center;
}
.depoimento h3{
	margin-top: 15px;
	color: #000;
}
.depoimento p{
	padding: 0 15px;
	color: #000;
}

.depoimento audio {
	display: none;
}
.depoimentos-h h2.title, .timeline h2.title{
	color: var(--gray);
	font-weight: 500;
	text-transform: uppercase;
}
.row.audio {
	width: fit-content;
	margin: 0 auto;
}
.row.audio .waveform-c {
	width: 120px;
}
a.play-btn{
	color: var(--orange);
}
a.play-btn:hover{
	color: var(--gray);
}

footer .social hr {
	opacity: 1;
	color: #fff;
}

footer p, footer a{
	color:#fff;
}
footer ul.menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
}
footer ul.menu a:hover, footer .social a:hover {
	color:var(--orange);
}
footer ul li {
	list-style: none;
}

.min-vh-40, .h-40{
	height: 40vh;
	min-height: 40%;
}
.banner-pages{
	background-size: cover !important;
	background-position: center !important;
}

.banner-pages.sobre{
	background: url(/assets/images/quem-somos.jpg);
}
.banner-pages.portfolio{
	background: url(/assets/images/portfolio.jpg);	
}
.banner-pages.contato{
	background: url(/assets/images/contato.jpg);
}
.banner-pages.trabalhe-conosco{
	background: url(/assets/images/trabalhe-conosco.jpg);	
}

.banner-pages .bottom{
	position: absolute;
	bottom: 70px;
}


.timeline .lSAction>a {
	position: unset;
	display: inline-block;
	transform: translate(35px, -30px);
	background-color: #ffffff;
}
.timeline .col-md-10 {
	padding: 0;
}
.timeline  .lSSlideOuter .lSPager.lSpg{
	display: none;
}
.timeline .item {
	margin: 25px 10px;
}
.timeline p {
	color: #fff;
	overflow: hidden;
	transition: all 1s;
	margin-bottom: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.timeline p.text-visible {
	-webkit-line-clamp: 9999;
}
.timeline a{
	color: #fff;
	font-size: 20px;
	padding: 0 ;
	margin-bottom: 1rem;
}
ul#slidertimeline {
	background: #adadad;
	height: inherit !important;
}
.timeline .line{
	height: 3px;
	color: var(--orange);
	opacity: 1;
}


.banner-pages.portfolio-single {
	background-blend-mode: multiply;
	background-color: rgb(0 0 0 / 60%) !important;
	background-position: center !important;
	background-size: cover !important;
}
.portfolio-p .content h3{
	font-weight: 200;
}
#filters button.btn.active, 
#filters button.btn:hover {
	color: var(--orange);
}
#filters button.btn {
	text-transform: uppercase;
	letter-spacing: 2px;
}
a.column{
	display: none;
}
a.column.show{
	display: block;
}
ul#sliderportfoliosingle {
	background: #adadad;
}
.sliderportfoliosingle .lSAction>a {
	transform: translate(0px, -15px) !important;
}
.sliderportfoliosingle .item {
	margin: 25px 0px !important;
}

.pattern-left hr.line, .sobre-p hr.line {
	max-width: 25%;
}
.pattern-left h2.title {
	color: var(--gray);
	text-transform: uppercase;
	letter-spacing: 2px;
}
.portfolio-p .row .content {
	color: #fff;
	text-transform: uppercase;
}

form.row input, form.row textarea {
	border: none;
	border-bottom: 1px solid var(--gray);
	border-radius: 0;
}
.form-control:focus {
	border-color: var(--orange) !important;
	box-shadow: none !important;
}
.btn-primary {
	color: var(--gray) !important;
	background-color: #fff !important;
	border-color: var(--gray) !important;
}
.btn-primary:hover {
	color: var(--orange) !important;
	background-color: #fff !important;
	border-color: var(--orange) !important;
}
hr.spacing{
	opacity: 0;
}

#projetos .page.heading h2::before {
  content: "_____________________________________________________________________";
  letter-spacing: 0px;
  position: absolute;
  transform: translateX(-60%);
  color: #93EDE1;
  margin-top: 20px;
  font-size: 23px;
}

#projetos .page.heading h2::after {
  content: ".";
  color: transparent;
  border-right: 100px solid black;
  position: absolute;
  margin: 15px 0 0 -13px;
  overflow: hidden;
}
.contato p a {
  text-decoration: none;
  color: #fff;
  transition: all .4s ease-out;
}
.contato p a:hover {
  color: #93ede1;
}
.contato p.link {
  line-height: 25px !important;
  margin-bottom: 0.8rem;
  font-size: 23px;
}
@media (min-width: 1721px) {

	.ekko-lightbox-nav-overlay a:first-child {
		left: 30px;

	}

	.ekko-lightbox-nav-overlay a:last-child {
		right: 30px;
	}
	.banner h1{
		font-size: 34px;
		line-height: 43px;
		letter-spacing: 3.4px;
	}
	.banner-pages h1 {
		font-size: 40px;
		line-height: 51px;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.portfolio-h h3{
		font-size: 40px;
		line-height: 51px;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.portfolio-h h2{
		font-size: 65px;
		line-height: 70px;
		font-weight: 500;
		letter-spacing: 3.25px;
		text-transform: uppercase;
	}
	.portfolio-h p{
		font-size: 24px;
		line-height: 26px;
		font-weight: 300;
		letter-spacing: 0.48px;
	}
	.portfolio-h .btn{
		margin:20px 0;
		font-size: 19px;
		line-height: 25px;
		font-weight: 300;
		letter-spacing: 3.5px;
	}
	.sobre-h h2{
		font-weight: 500;
		font-size:74px;
		line-height: 80px;
		letter-spacing: 7.4px;
	}
	.sobre-h .btn{
		font-size: 33px;
		font-weight: 300;
		letter-spacing: 6.6px;
		line-height: 33px;
	}
	.accordion-button{
		font-size: 35px;
	}
	.servicos-h hr.line, .pattern-left hr.line, .sobre-p hr.line{
		transform: translateX(-140px);
	}
	.servicos-h h2.title, .pattern-left h2.title{
		transform: translateX(165px);
		font-size: 50px;
	}

	.depoimento img {
		height: 250px;
		width: 250px;
	}
	.depoimento h3{
		font-size: 42px;
		line-height: 45px;
	}
	.depoimento p{
		font-size: 28px;
		line-height: 32px;
	}

	.depoimentos-h h2.title{
		line-height: 55px;
		font-size:50px;
	}

	.sobre-p p{
		font-size: 36px;
		letter-spacing: 0.7px;
	}

	.portfolio-p .row .content h3 {
		font-weight: 300;
		margin-bottom: 15px;
		font-size: 26px;
	}
	.portfolio-p .row .content h2 {
		font-size: 65px;
		letter-spacing: 4px;
		font-weight: 200;
	}




	footer ul.menu a {
		letter-spacing: 1.6px;
		font-size: 24px;
		line-height: 30px;
	}
	footer a .social-icon {
		font-size: 20px;
		
	}

}
/*@media (min-width: 1281px) and (max-width: 1720px) {*/

	@media (min-width: 1281px) {
		#clientes .owl-item img {
			height: 79px;
			object-fit: contain;
		}
		.collapse:not(.show) {
		    transition: display 1s 1s;
		    display: block !important;
		}
		#idiomas a.nav-link{
			animation: menu_up ease-in .5s;
			animation-delay: 0s;
		    animation-iteration-count: 1;
		    /*animation-fill-mode: forwards;*/
			transform: translateY(0px);
			opacity: 0;
		}
		#navbarScroll.show a.nav-link{
			transform: translateY(-300px);
		}
		#navbarScroll.show .nav-item:nth-child(1) a.nav-link{
			animation: menu_down ease-in .4s;
			animation-delay: 0.1s;
			animation-iteration-count: 1;
		    animation-fill-mode: forwards;
		}
		#navbarScroll.show .nav-item:nth-child(2) a.nav-link{
			animation: menu_down ease-in .4s;
			animation-delay: 0.2s;
			animation-iteration-count: 1;
		    animation-fill-mode: forwards;
		}
		#navbarScroll.show .nav-item:nth-child(3) a.nav-link{
			animation: menu_down ease-in .4s;
			animation-delay: .3s;
			animation-iteration-count: 1;
		    animation-fill-mode: forwards;
		}
		#navbarScroll.show .nav-item:nth-child(4) a.nav-link{
			animation: menu_down ease-in .4s;
			animation-delay: .4s;
			animation-iteration-count: 1;
		    animation-fill-mode: forwards;
		}
		#navbarScroll.show .nav-item:nth-child(5) a.nav-link{
			animation: menu_down ease-in .4s;
			animation-delay: .5s;
			animation-iteration-count: 1;
		    animation-fill-mode: forwards;
		}
		.collapse:not(.show) a.nav-link{
			transition: visibility 1s 1s;
			visibility: hidden;
		}
		#navbarScroll  a.nav-link{
			transform: translateY(0px);
			opacity: 0;
		}
		.nav-item:nth-child(1) a.nav-link{
			animation-iteration-count: 1;
			animation: menu_up ease-in .2s;
			animation-delay: .1s;
		}
		.nav-item:nth-child(2) a.nav-link{
			animation-iteration-count: 1;
			animation: menu_up ease-in .2s;
			animation-delay: .05s;
		}
		.nav-item:nth-child(3) a.nav-link{
			animation-iteration-count: 1;
			animation: menu_up ease-in .2s;
		}
		.nav-item:nth-child(4) a.nav-link{
			animation-iteration-count: 1;
			animation: menu_up ease-in .3s;
		}
		.nav-item:nth-child(5) a.nav-link{
			animation-iteration-count: 1;
			animation: menu_up ease-in .4s;
		}
		.menu_oppened #navbarScroll .navbar-nav .nav-item{
		  text-align: center;
		  padding: 0px 20px !important;
		  transition: border .2s 0.5s;
		}
		.menu_oppened #navbarScroll .navbar-nav .nav-item:nth-child(1){
		  border-left:none !important;
		}

		.menu_oppened #navbarScroll .navbar-nav .nav-item {
		  border-left: 1px solid #fff;
		  margin: 0 !important;
		}
		.menu_oppened #navbarScroll .navbar-nav .nav-item .nav-link{
		  text-align: center;
		  padding:0px;
		  margin: 0 auto;
		}

		#idiomas.show a.nav-link{
			animation: menu_down ease-in .5s;
			/* animation-delay: 0s; */
			animation-iteration-count: 1;
		    animation-fill-mode: forwards;
			transform: translateY(-300px);
			opacity: 0;
		}
		.nav-fixed {
			transition: 0.3s ease-in-out;
			width: 100%;
		}
		.hide-desktop{
			display: none !important;
		}
		div#divisor_servicos{
			background-color: #000;
			height: 100px;
		}
		.ekko-lightbox-nav-overlay a:first-child {
			left: 20px;
		}

		.ekko-lightbox-nav-overlay a:last-child {
			right: 20px;
		}
		.banner h1{
			font-size: 34px;
			line-height: 43px;
			letter-spacing: 3.4px;
		}
		.banner-pages h1 {
			font-size: 40px;
			line-height: 51px;
			letter-spacing: 4px;
			text-transform: uppercase;
		}
		.portfolio-h h3{
			font-size: 40px;
			line-height: 51px;
			letter-spacing: 4px;
			text-transform: uppercase;
		}
		.portfolio-h h2{
			font-size: 55px;
			line-height: 55px;
			font-weight: 500;
			letter-spacing: 3px;
			text-transform: uppercase;
		}
		.portfolio-h p{
			font-size: 20px;
			line-height: 23px;
			font-weight: 300;
			letter-spacing: 0.40px;
		}
		.portfolio-h .btn{
			margin:20px 0;
			font-size: 16px;
			line-height: 22px;
			font-weight: 300;
			letter-spacing: 3.5px;
		}
		.sobre-h h2{
			font-weight: 500;
			font-size:45px;
			line-height: 70px;
			letter-spacing: 6.4px;
		}
		.sobre-h .btn{
			font-size: 25px;
			font-weight: 300;
			letter-spacing: 5.6px;
			line-height: 25px;
		}

		#sobre-2 .owl-nav.disabled {
		  position: relative;
		  display: block !important;
		}
		#sobre-2 .owl-prev , #sobre-2 .owl-next {
		  transform: translateY(-200px);
		  z-index: 9999;
		}
		#sobre-2 .owl-prev  {
		  position: absolute;
		  left: 15px;
		}
		#sobre-2 .owl-next{
		  position: absolute;
		  right: 15px;
		}
		#sobre-2 .owl-prev span, #sobre-2 .owl-next span {
		  color: #fff;
		  font-size: 35px;
		}
		#sobre-2 {
		  padding: 0 0 70px 0 !important;
		}
		#sobre-2 div.owl-carousel {
		  margin-left: 0px;
		  margin-right: 0px;
		}
		.accordion-button{
			font-size: 25px;
		}
		.servicos-h hr.line,.sobre-p hr.line{
			transform: translateX(-145px);
		}
		.servicos-h h2.title,.pattern-left h2.title{
			transform: translateX(145px);
			font-size: 35px;
		}
		.depoimento img {
			height: 150px;
			width: 150px;
		}
		.depoimento h3{
			font-size: 33px;
			line-height: 35px;
		}
		.depoimento p{
			font-size: 18px;
			line-height: 22px;
		}
		.depoimentos-h h2.title, .timeline h2.title{
			line-height: 40px;
			font-size:35px;
		}

		.sobre-p p, .sobre-p li{
			font-size: 24px;
			letter-spacing: 0.5px;
			line-height: 33px;
			font-weight: 300;
		}


		.sobre-p.contato hr.line {
			transform: translateX(-25px);
		}

		.sobre-p h3{
			text-transform: uppercase;
			font-size: 35px;
			line-height: 39px;
		}

		.timeline h3 {
			font-size: 20px;
			letter-spacing: 0.4px;
			margin-top: 15px;
		}
		.timeline img.img-fluid {
			width: 100%;
			height: 320px;
			object-fit: cover;
			object-position: bottom;
		}
		.timeline p{
			font-size: 18px;
		}
		.portfolio-s h3 {
			font-size: 35px;
			text-transform: uppercase;
			color: var(--gray);
			font-weight: 300;
			letter-spacing: 4px;
		}
		.timeline .line{
			max-width: 300px;
			margin-bottom: 20px;
		}
		.timeline h2.title{
			transform: translateX(160px);
			line-height: 25px;
		}
		.portfolio-p  a{
			text-decoration: none;
		}
		.portfolio-p .row .img-item {
			height: 500px;
			object-fit: cover;
			width: 100%;
		}
		.portfolio-p .row .img-item.accent{
			filter: brightness(0.4);
		}
		.portfolio-p .row .content {
			height: 0px;
			transform: translateY(-350px);
		}
		
		.portfolio-p .row .content h3 {
			font-weight: 300;
			margin-bottom: 15px;
			font-size: 26px;
		}
		.portfolio-p .row .content h2 {
			font-size: 65px;
			letter-spacing: 4px;
			font-weight: 200;
		}

		div.sobre-p.contato p {
			color: var(--gray);
			font-size: 20px;
			line-height: 28px;
		}
		footer ul.menu a {
			letter-spacing: 1.2px;
			font-size: 18px;
			line-height: 25px;
		}
		footer a .social-icon {
			font-size: 20px;
		}
		.social-header{
			margin-left: 1.5rem!important;
		}
		.servicos-row{
			max-width: 80%;
		}
		.servicos-row .col-md-6 {
		    margin-bottom: 60px;
		}
		.servicos-row .col-md-6:nth-child(3) ,.servicos-row .col-md-6:nth-child(4) {
		    margin-bottom: 50px;
		}
		.servicos-row .col-md-6:nth-child(2) img.service_image,.servicos-row .col-md-6:nth-child(4) img.service_image{
		    margin-top: 25px;
		}
		.servicos-row .item .left {
		    width: 10%;
		    float: left;
		}

		.servicos-row .item .right {
		    width: 90%;
		    float: left;
		}
		.title-mobile-accent{
			display: none;
		}
		.btn_see_more h2 {
		  font-size: 1.5rem;
		  letter-spacing: 2px;
		}
		.nav-item.mx-2.active a,.nav-item.mx-2:hover a {
		  border-bottom: 1px solid #93EDE1;
		  padding-bottom: 5px !important;
		}

		#sobre-2 div.owl-carousel:before{
		  content:" ";
		  position: absolute;
		  width: 30%;
		  height: 380px;
		  background: linear-gradient(to right,black 0%,black 1%,#fff0);
		  left: 0;
		  top: 0;
		  z-index: 1;
		}
		#sobre-2 div.owl-carousel:after{
		  content:" ";
		  position: absolute;
		  width: 30%;
		  height: 380px;
		  background: linear-gradient(to left,black,black 1%,#fff0);
		  right: 0;
		  top: 0;
		  z-index: 1;
		}

	}
	@media (min-width: 768px) and (max-width: 1280px) {
		.hide-mobile{
			display: none !important;
		}

		.ekko-lightbox-nav-overlay a:first-child {
			left: 0vw;
		}

		.ekko-lightbox-nav-overlay a:last-child {
			right: 0vw;
		}
		.banner .bottom h1{
			font-size: 48px;
			line-height: 56px;
			font-weight: 300;
		}
		.banner-pages h1 {
			font-weight: 300;
			font-size: 54px;
			letter-spacing: 18px;
			text-transform: uppercase;
		}
		.portfolio-h h3{
			font-size: 15px;
			line-height: 15px;
			font-weight: 300;
			letter-spacing: 3.2px;
			text-transform: uppercase;
		}
		.portfolio-h h2{
			font-size: 55px;
			line-height: 55px;
			font-weight: 500;
			letter-spacing: 3px;
			text-transform: uppercase;
		}
		.portfolio-h p{
			font-size: 20px;
			line-height: 23px;
			font-weight: 300;
			letter-spacing: 0.40px;
		}
		.portfolio-h .btn{
			margin:20px 0;
			font-size: 16px;
			line-height: 22px;
			font-weight: 300;
			letter-spacing: 3.5px;
		}
		.sobre-h h2{
			font-weight: 500;
			font-size:45px;
			line-height: 70px;
			letter-spacing: 6.4px;
		}
		.sobre-h .btn{
			font-size: 25px;
			font-weight: 300;
			letter-spacing: 5.6px;
			line-height: 25px;
		}
		.accordion-button{
			font-size: 25px;
		}
		
		.lSAction {
			transform: translate(0px, 25px);
		}
		.lightSlider.lsGrab>* {
			cursor: unset;
		}
		.lSAction > a:hover {
			cursor: pointer;
		}
		.lSAction>a{
			cursor: unset;
		}

		.lSAction {
			position: relative;
		}
		.sliderportfoliosingle .lSAction>a {
			transform: translate(0px, -40px) !important;
		}

		.depoimentos-h .lSAction {
			display: none;
		}

		.portfolio-p .row .content h2 {
			font-size: 44px;
			letter-spacing: 3px;
			font-weight: 200;
			line-height: 44px;
		}
		.portfolio-p .row .content h3 {
			font-weight: 300;
			margin-bottom: 15px;
			font-size: 20px;
		}
		.portfolio-p .row .img-item {
			height: 400px;
		}
		.portfolio-p .row .content {
			height: 0px;
			transform: translateY(-275px);
		}
		.banner .bottom h1{
			font-size: 48px;
			line-height: 56px;
			font-weight: 300;
		}
		.banner-pages h1 {
			font-weight: 300;
			font-size: 54px;
			letter-spacing: 18px;
			text-transform: uppercase;
		}
		.portfolio-h h3{
			font-size: 15px;
			line-height: 15px;
			font-weight: 300;
			letter-spacing: 3.2px;
			text-transform: uppercase;
		}
		.portfolio-h h2{
			font-size: 55px;
			line-height: 55px;
			font-weight: 500;
			letter-spacing: 3px;
			text-transform: uppercase;
		}
		.portfolio-h p{
			font-size: 20px;
			line-height: 23px;
			font-weight: 300;
			letter-spacing: 0.40px;
		}
		.portfolio-h .btn{
			margin:20px 0;
			font-size: 16px;
			line-height: 22px;
			font-weight: 300;
			letter-spacing: 3.5px;
		}
		.sobre-h h2{
			font-weight: 500;
			font-size:45px;
			line-height: 70px;
			letter-spacing: 6.4px;
		}
		.sobre-h .btn{
			font-size: 25px;
			font-weight: 300;
			letter-spacing: 5.6px;
			line-height: 25px;
		}
		.portfolio-s h3 {
			font-size: 35px;
			text-transform: uppercase;
			color: var(--gray);
			font-weight: 300;
			letter-spacing: 4px;
		}
		.timeline h2.title {
			transform: translateX(160px);
			line-height: 25px;
		}
		.sobre-p h3 {
			text-transform: uppercase;
			font-size: 35px;
			line-height: 39px;
		}
		.timeline h2.title {
			transform: translateX(160px);
			line-height: 25px;
		}
		.timeline h3 {
			font-size: 20px;
			letter-spacing: 0.4px;
			margin-top: 15px;
		}
		.timeline p {
			font-size: 16px;
		}
		.timeline img.img-fluid {
			width: 100%;
			height: 300px;
			object-fit: cover;
			object-position: bottom;
		}
		.portfolio-p  a{
			text-decoration: none;
		}
		.portfolio-p .row .img-item {
			object-fit: cover;
			width: 100%;
		}
		.portfolio-p .row .img-item.accent{
			filter: brightness(0.4);
		}

		.portfolio-p .row .content h3 {
			font-weight: 300;
			margin-bottom: 15px;
			font-size: 26px;
		}
		.portfolio-p .row .content h2 {
			font-size: 65px;
			letter-spacing: 4px;
			font-weight: 200;
		}

		div.sobre-p.contato p {
			color: var(--gray);
			font-size: 20px;
			line-height: 28px;
		}
		footer ul.menu a {
			letter-spacing: 1.2px;
			font-size: 18px;
			line-height: 25px;
		}
		footer .social a{
			font-size: 20px;
			margin: 0 10px;
		}
		.social-header{
			margin-left: 1.5rem!important;
		}
		.accordion-button{
			font-size: 25px;
		}
		.depoimento img {
			max-width: 50%;
		}
		.lSAction {
			transform: translate(0px, 25px);
		}
		.lightSlider.lsGrab>* {
			cursor: unset;
		}
		.lSAction > a:hover {
			cursor: pointer;
		}
		.lSAction>a{
			cursor: unset;
		}

		.lSAction {
			position: relative;
		}

		.depoimentos-h .lSAction {
			display: none;
		}

		.portfolio-p .row .content h2 {
			font-size: 36px;
			letter-spacing: 3px;
			font-weight: 200;
			line-height: 44px;
		}
		.portfolio-p .row .content h3 {
			font-weight: 300;
			margin-bottom: 15px;
			font-size: 18px;
		}
		.portfolio-p .row .img-item {
			height: 400px;
		}
		.portfolio-p .row .content {
			height: 0px;
			transform: translateY(-275px);
		}
		.servicos-row{
			max-width: 80%;
		}
		.servicos-row .col-md-6 {
		    margin-bottom: 60px;
		}
		.servicos-row .col-md-6:nth-child(3) ,.servicos-row .col-md-6:nth-child(4) {
		    margin-bottom: 50px;
		}
		.servicos-row .col-md-6:nth-child(2) img.service_image,.servicos-row .col-md-6:nth-child(4) img.service_image{
		    margin-top: 25px;
		}
		.servicos-row .item .left {
		    width: 10%;
		    float: left;
		}

		.servicos-row .item .right {
		    width: 90%;
		    float: left;
		}
		#sobre-2 .row img {
		  max-width: 100%;
		  object-fit: cover;
		  padding: 0px;
		  height: 140px;
		}
		#sobre-2 {
		  padding-left: 0px;
		  padding-right: 0px;
		}
		.title-mobile-accent{
			display: none;
		}
	}
	@media (min-width: 360px) and (max-width: 768px) and (orientation: landscape) {
		#nav-icon4 {
		  left: 40px;
		  -webkit-transform: rotate(0deg)  translateY(-4px);
		  -moz-transform: rotate(0deg)  translateY(-4px);
		  -o-transform: rotate(0deg)  translateY(-4px);
		  transform: rotate(0deg)  translateY(-4px);
		}
		.hide-mobile{
			display: none !important;
		}
		.menu_oppened .navbar-nav.ms-auto.my-2.my-lg-0 {
		  max-width: 100%;
		  display: block;
		}
		.menu_oppened .navbar.navbar-light.nav-fixed {
		  width: 40%;
		  background: #000;
		  height: 100vh;
		  align-content: flex-start;
		}

		.menu_oppened .navbar .container {
		  padding: 0;
		}
		.menu_oppened #navbarScroll .navbar-nav .nav-item {
		  border-bottom: 1px solid #fff;
		  margin: 0 !important;
		  width: fit-content;
		  padding: 0 0 10px 40px;
		}

		.menu_oppened #navbarScroll .navbar-nav .nav-item .nav-link {
		  margin-left: 10px;
		}
		.col-md-4.p-3.item {
		  height: 170px !important;
		}

		body.menu_oppened div:not(.navbar div), body.menu_oppened .troca-idioma-btn.hide-desktop {
		  filter: blur(2px);
		  opacity: .5;
		}

		.hide#logo-simplificado{
		  opacity: 1 !important;
		}
		#logo-completo {
		  opacity: 0 !important;
		}
		#logo-simplificado {
		  opacity: 1 !important;
		  display: block !important;
		}
		#logo-completo{
			 opacity: 0 !important;
		 	 display: none !important;
		}
		.servicos .bg_camo_1, .servicos .bg_camo_2, .servicos .bg_camo_3, .servicos .bg_camo_4 {
			position: absolute;
			width: 100%;
			min-height: 100vh;
			transition: all 1.2s;
			background-repeat: no-repeat;
		}
		.lSAction {
			transform: translate(0px, 25px);
		}
		.d-flex.social-header {
			text-align: right;
			display: block !important;
		}
		ul.navbar-nav {
			text-align: right;
		}
		.portfolio-h h2 {
			font-size: 40px;
			line-height: 45px;
		}
		.banner .bottom {
			bottom: -55px;
		}
		.banner .bottom h1 {
			font-size: 44px;
			line-height: 52px;
		}
		/*.banner .h-100, .banner .min-vh-100 {
			min-height: 150vh !important;
			height: 150vh !important;
		}*/
		.servicos-row{
			max-width: 100%;
		}
		
		.servicos-row .item .left {
		    width: 15%;
		    float: left;
		}

		.servicos-row .item .right {
		    width: 85%;
		    float: left;
		}
		.menu_oppened #navbarScroll .navbar-nav .nav-item.active {
		  border-color: #93EDE1;
		}
	}
	@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
		.servicos p {
		    font-size: 16px;
		    line-height: 24px;
		    padding: 0 40px 0 0;
		}
		.servicos h3 {
		    letter-spacing: 1.75px;
		    font-size: 18px;
		    line-height: 26px;
		}
		.servicos h4 {
		    letter-spacing: 1.75px;
		    font-size: 18px;
		    line-height: 26px;
		}
		div#gallery a.item {
		  width: 50% !important;
		  height: 250px !important;
		}
		.navbar.navbar-light.nav-fixed {
		  width: 100%;
		}
		.hide-mobile{
			display: none !important;
		}
		.lSAction {
			transform: translate(0px, 25px);
		}
		.d-flex.social-header {
			text-align: right;
			display: block !important;
		}
		ul.navbar-nav {
			text-align: right;
		}
		.portfolio-h h2 {
			font-size: 40px;
			line-height: 45px;
		}
		.banner .bottom {
			bottom: -55px;
		}
		.banner .bottom h1 {
			font-size: 44px;
			line-height: 52px;
		}
		/*.banner .h-100, .banner .min-vh-100 {
			min-height: 150vh !important;
			height: 150vh !important;
		}*/
	}
	@media (min-width: 481px) and (max-width: 767px) {
		#nav-icon4 {
		  left: 40px;
		  -webkit-transform: rotate(0deg)  translateY(-4px);
		  -moz-transform: rotate(0deg)  translateY(-4px);
		  -o-transform: rotate(0deg)  translateY(-4px);
		  transform: rotate(0deg)  translateY(-4px);
		}
		.servicos p {
		    font-size: 16px;
		    line-height: 24px;
		    padding: 0 40px 0 0;
		}
		.servicos h3 {
		    letter-spacing: 1.75px;
		    font-size: 18px;
		    line-height: 26px;
		}
		.servicos h4 {
		    letter-spacing: 1.75px;
		    font-size: 18px;
		    line-height: 26px;
		}
		div#gallery a.item {
		  width: 50% !important;
		  height: 250px !important;
		}
		.navbar.navbar-light.nav-fixed {
		  width: 100%;
		}
		.hide-mobile{
			display: none !important;
		}
		div#gallery a.item{
			height: 300px;
		}
		.banner .bottom h1{
			font-size: 48px;
			line-height: 56px;
			font-weight: 300;
		}
		.banner-pages h1 {
			font-weight: 300;
			font-size: 54px;
			letter-spacing: 18px;
			text-transform: uppercase;
		}
		.portfolio-h h3{
			font-size: 15px;
			line-height: 15px;
			font-weight: 300;
			letter-spacing: 3.2px;
			text-transform: uppercase;
		}
		.portfolio-h h2{
			font-size: 55px;
			line-height: 55px;
			font-weight: 500;
			letter-spacing: 3px;
			text-transform: uppercase;
		}
		.portfolio-h p{
			font-size: 20px;
			line-height: 23px;
			font-weight: 300;
			letter-spacing: 0.40px;
		}
		.portfolio-h .btn{
			margin:20px 0;
			font-size: 16px;
			line-height: 22px;
			font-weight: 300;
			letter-spacing: 3.5px;
		}
		.sobre-h h2{
			font-weight: 500;
			font-size:45px;
			line-height: 70px;
			letter-spacing: 6.4px;
		}
		.sobre-h .btn{
			font-size: 25px;
			font-weight: 300;
			letter-spacing: 5.6px;
			line-height: 25px;
		}
		.accordion-button{
			font-size: 25px;
		}
		.servicos-h hr.line,.sobre-p hr.line{
			transform: translateX(-145px);
		}
		.servicos-h h2.title,.pattern-left h2.title{
			transform: translateX(145px);
			font-size: 35px;
		}
		.depoimento img {
			height: 150px;
			width: 150px;
		}
		.depoimento h3{
			font-size: 33px;
			line-height: 35px;
		}
		.depoimento p{
			font-size: 18px;
			line-height: 22px;
		}
		.depoimentos-h h2.title, .timeline h2.title{
			line-height: 40px;
			font-size:35px;
		}

		.sobre-p p, .sobre-p li{
			font-size: 24px;
			letter-spacing: 0.5px;
			line-height: 33px;
			font-weight: 300;
		}


		.sobre-p.contato hr.line {
			transform: translateX(-25px);
		}

		.sobre-p h3{
			text-transform: uppercase;
			font-size: 35px;
			line-height: 39px;
		}

		.timeline h3 {
			font-size: 20px;
			letter-spacing: 0.4px;
			margin-top: 15px;
		}
		.timeline img.img-fluid {
			width: 100%;
			height: 320px;
			object-fit: cover;
			object-position: bottom;
		}
		.timeline p{
			font-size: 18px;
		}
		.portfolio-s h3 {
			font-size: 35px;
			text-transform: uppercase;
			color: var(--gray);
			font-weight: 300;
			letter-spacing: 4px;
		}
		.timeline .line{
			max-width: 300px;
			margin-bottom: 20px;
		}
		.timeline h2.title{
			transform: translateX(160px);
			line-height: 25px;
		}
		.portfolio-p  a{
			text-decoration: none;
		}
		.portfolio-p .row .img-item {
			height: 500px;
			object-fit: cover;
			width: 100%;
		}
		.portfolio-p .row .img-item.accent{
			filter: brightness(0.4);
		}
		.portfolio-p .row .content {
			height: 0px;
			transform: translateY(-250px);
		}
		.portfolio-p .content h3 {
			font-weight: 300;
			font-size: 16px;
		}

		div.sobre-p.contato p {
			color: var(--gray);
			font-size: 20px;
			line-height: 28px;
		}
		footer ul.menu a {
			letter-spacing: 1.2px;
			font-size: 18px;
			line-height: 25px;
		}
		footer .social a{
			font-size: 20px;
			margin: 0 10px;
		}
		.social-header{
			margin-left: 1.5rem!important;
		}

		.lSAction {
			transform: translate(0px, 25px);
		}
		.collapse.show *{
			z-index: 99;
			transition: width 0s 2s;
			transform: translateY(15px);
		}
		#projetos .bg {
	  		height: 100%;
		}
		.servicos-row .owl-dots, .carrousel-team .owl-dots , .carrousel-studio .owl-dots{
		  text-align: center;
		}
		.servicos-row button.owl-dot, .carrousel-team button.owl-dot, .carrousel-studio button.owl-dot{
		  width: 10px;
		  height: 10px;
		  border-radius: 100%;
		  margin: 3px;
		}

		.servicos-row .owl-dots button.owl-dot:nth-child(1), .carrousel-team .owl-dots button.owl-dot:nth-child(1), .carrousel-studio .owl-dots button.owl-dot:nth-child(1){
		  background-color: #f2f2f25e;
		}
		.servicos-row  .owl-dots button.owl-dot:nth-child(2), .carrousel-team .owl-dots button.owl-dot:nth-child(2), .carrousel-studio .owl-dots button.owl-dot:nth-child(2){
		  background-color: #f2f2f2a1;
		}
		.servicos-row  .owl-dots button.owl-dot:nth-child(3), .carrousel-team .owl-dots button.owl-dot:nth-child(3), .carrousel-studio .owl-dots button.owl-dot:nth-child(3){
		  background-color: #f2f2f24f;
		}
		.servicos-row  .owl-dots button.owl-dot:nth-child(4), .carrousel-team .owl-dots button.owl-dot:nth-child(4), .carrousel-studio .owl-dots button.owl-dot:nth-child(4){
		  background-color: #f2f2f238;
		}
		.servicos-row  .owl-dot.active, .carrousel-team .owl-dot.active, .carrousel-studio .owl-dot.active{
		  background: #ffffff !important;
		}
		.servicos-row .owl-nav, .carrousel-team .owl-nav, .carrousel-studio .owl-nav{
		  display: none;
		}
		.servicos p {
		    font-size: 18px;
		    line-height: 24px;
		}
		.servicos-row{
			max-width: 100%;
		}
		
		.servicos-row .item .left {
		    width: 15%;
		    float: left;
		}

		.servicos-row .item .right {
		    width: 85%;
		    float: left;
		}

		.servicos-row .owl-item.active {
		  opacity: 1;
		}
		.servicos-row .owl-item {
		  opacity: .6;
		}
		#sobre-2 .row img {
		  max-width: 100%;
		  object-fit: cover;
		  padding: 0px;
		  height: 140px;
		}
		#sobre-2 {
		  padding-left: 0px;
		  padding-right: 0px;
		}
		#sobre-1 h3 span {
		  min-height: 25px;
		  display: block;
		}
		#sobre-2 p {
		  padding: 70px 15px 0 15px;
		}
		.title-mobile-accent{
			text-align: center;
			font-family: 'din2014 bold';
			font-size: 330px;
			letter-spacing: 0px;
			color: #93EDE1;
		}
		.col-md-12.social-nav {
			position: absolute;
			bottom: 15vh;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		.banner .middle {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%) !important;
		  width: 90%;
		  height: fit-content;
		}
		.menu_oppened #navbarScroll .navbar-nav .nav-item.active {
		  border-color: #93EDE1;
		}
		#projetos .page.heading h2::after {
  			border-right: 40px solid black;
  		}
  		.portfolio-s p {
		  padding: 0 40px;
		  font-size: 18px;
		  line-height: 28px;
		}
		.container-fluid.banner.portfolio-s, .portfolio-s .cover,iframe.banner_video {
		  min-height: 40vh !important;
		  height: 40% !important;
		  background-position: center center !important;;
		}
		.portfolio-s.banner h1 {
		  font-size: 19px;
		}
		.portfolio-s .btn-play {
		  max-width: 30px;
		}
		/*#sobre-2 div.owl-carousel:before{
		  content:" ";
		  position: absolute;
		  width: 30%;
		  height: 100vh;
		  background: linear-gradient(to right,black,#fff0);
		  left: 0;
		  top: 0;
		  z-index: 1;
		}
		#sobre-2 div.owl-carousel:after{
		  content:" ";
		  position: absolute;
		  width: 30%;
		  height: 100vh;
		  background: linear-gradient(to left,black,#fff0);
		  right: 0;
		  top: 0;
		  z-index: 1;
		}*/
	}

	/* mobile */
	@media (min-width: 320px) and (max-width: 600px) and (orientation: portrait) {
		#nav-icon4 {
		  left: 40px;
		  -webkit-transform: rotate(0deg)  translateY(-4px);
		  -moz-transform: rotate(0deg)  translateY(-4px);
		  -o-transform: rotate(0deg)  translateY(-4px);
		  transform: rotate(0deg)  translateY(-4px);
		}
		div.navbar-brand a{
			display: block;
		}

		.servicos p {
		    font-size: 12px;
		    letter-spacing: 0.4px;
		    line-height: 16px;
		    padding: 0 40px 0 0;
		    min-height: 115px;
		}
		.servicos h3 {
		    letter-spacing: 0.9px;
		    font-size: 12px;
		    line-height: 14px;
		}
		.servicos h4 {
		    letter-spacing: 0.9px;
		    font-size: 12px;
		    line-height: 14px;
		}
		div#gallery a.item {
		  width: 100% !important;
		  height: 200px !important;
		}

		.navbar.navbar-light.nav-fixed {
		  width: 100%;
		}
		.hide-mobile{
			display: none !important;
		}
		.menu_oppened .navbar-nav.ms-auto.my-2.my-lg-0 {
		  max-width: 100%;
		  display: block;
		}
		.menu_oppened .navbar.navbar-light.nav-fixed {
		  width: 40%;
		  background: #000;
		  height: 100vh;
		  align-content: flex-start;
		}

		.navbar .container {
		  padding: 42px 0;
		}
		

		.menu_oppened #navbarScroll .navbar-nav .nav-item .nav-link {
		  margin-left: 10px;
		}
		.menu_oppened #navbarScroll .navbar-nav .nav-item {
		  border-bottom: 1px solid #fff;
		  margin: 0 !important;
		  width: fit-content;
		  padding: 0 0 10px 40px;
		}
		.menu_closed .navbar-brand.hide-desktop {
		  z-index: 9999;
		}
		.navbar-brand.hide-desktop {
		  position: fixed;
		  top: 32px;
		  width: fit-content;
		  left: calc(50% - 17px);
		}
		.col-md-4.p-3.item {
		  height: 170px !important;
		}

		body.menu_oppened div:not(.navbar div) {
		  filter: blur(2px);
		  opacity: .5;
		}

		.hide#logo-simplificado{
		  opacity: 1 !important;
		}
		#logo-completo {
		  opacity: 0 !important;
		}
		/*.banner .bottom {
		
			left: calc(50vw - 63px);
		}*/
		.collapse:not(.show) * {
			z-index: -1;
			
		}
		.collapse.show *{
			z-index: 99;
			transition: width 0s 2s;
			transform: translateY(15px);
		}
		#sobre-2 .heading h2 {
			font-size: 60px;
			transform: translateY(40px);
		}
		.servicos-row .item .left {
			width: 20%;
			float: left;
		}
		
		.servicos-row .item .right {
			width: 80%;
			float: left;
		}
		.offset-1 ,.offset-2,.offset-3, .offset-4, .offset-4, .offset-6{
			margin-left: 0 !important;
		}
		.logo-main {
/*			max-width: 75% !important;*/
		}
		.navbar-brand {
		  min-height: 48px;
		}
		.owl-carousel.patrocinadores .owl-stage-outer.owl-height {
			margin: 20px 0 !important;
			width: 100% !important;
		}
		
		.owl-carousel.patrocinadores:not(.owl-loaded) {
			display: block;
		}
		.lSAction {
			transform: translate(0px, 15px) !important;
		}
		.sliderportfoliosingle .lSAction>a {
			transform: translate(25px, -30px) !important;
		}
		.banner-pages h1 {
			font-weight: 300;
			font-size: 35px;
			letter-spacing: 9px;
			text-align: left;
			text-transform: uppercase;
		}
		.banner .bottom h1{
			font-size: 48px;
			line-height: 56px;
			font-weight: 300;
		}
		.banner.sobre {
		  	position: relative;
			text-align: center;
			background: #000;
			background-size: auto;
			min-height: 20vh;
			max-height: 30vh;
		}
		.banner.sobre .bottom{
			left:unset !important;
			text-align: center;
			width: 100%;
			left:0;
			right:0;
			margin-left:auto;
			margin-right:auto;
		}
		.banner.sobre .bottom h1{
			line-height: 56px;
			font-weight: 300;
			color: #93EDE1;
			white-space: nowrap;
			font-size: 56px;
			font-family: 'DIN2014 bold';
		}
		.portfolio-h h3{
			font-size: 15px;
			line-height: 15px;
			font-weight: 300;
			letter-spacing: 3.2px;
			text-transform: uppercase;
		}
		.portfolio-h h2{
			font-size: 45px;
			line-height: 55px;
			font-weight: 500;
			letter-spacing: 3px;
			text-transform: uppercase;
		}
		.portfolio-h p{
			font-size: 20px;
			line-height: 23px;
			font-weight: 300;
			letter-spacing: 0.40px;
		}
		.portfolio-h .btn{
			margin:20px 0;
			font-size: 16px;
			line-height: 22px;
			font-weight: 300;
			letter-spacing: 3.5px;
		}
		.sobre-h h2 {
			font-weight: 500;
			font-size: 33px;
			line-height: 45px;
			letter-spacing: 4px;
		}
		.sobre-h .btn{
			font-size: 25px;
			font-weight: 300;
			letter-spacing: 5.6px;
			line-height: 25px;
		}
		.accordion-button{
			font-size: 25px;
		}
		.servicos-h hr.line,.sobre-p hr.line{
			transform: translateX(-145px);
		}
		.servicos-h h2.title,.pattern-left h2.title{
			transform: translateX(45px);
			font-size: 35px;
		}
		.depoimento img {
			height: 150px;
			width: 150px;
		}
		.depoimento h3{
			font-size: 33px;
			line-height: 35px;
		}
		.depoimento p{
			font-size: 18px;
			line-height: 22px;
		}
		.depoimentos-h h2.title, .timeline h2.title{
			line-height: 40px;
			font-size:35px;
		}

		.sobre-p p, .sobre-p li{
			font-size: 18px;
			letter-spacing: 0.3px;
			line-height: 23px;
			font-weight: 300;
		}


		.sobre-p.contato hr.line {
			transform: translateX(-25px);
		}

		.sobre-p h3{
			text-transform: uppercase;
			font-size: 35px;
			line-height: 39px;
		}

		.timeline h3 {
			font-size: 20px;
			letter-spacing: 0.4px;
			margin-top: 15px;
		}
		.timeline img.img-fluid {
			width: 100%;
			height: 320px;
			object-fit: cover;
			object-position: bottom;
		}
		.timeline p{
			font-size: 18px;
		}
		.timeline .lSAction>a {
			transform: translate(35px, -38px);
		}
		.portfolio-s h3 {
			font-size: 35px;
			text-transform: uppercase;
			color: var(--gray);
			font-weight: 300;
			letter-spacing: 4px;
		}
		.timeline .line{
			max-width: 315px;
			margin-bottom: 20px;
			transform: translateX(-30px);
		}
		.timeline h2.title{
			/*transform: translateX(160px);*/
			line-height: 25px;
		}
		.portfolio-p  a{
			text-decoration: none;
		}
		.portfolio-p .row .img-item {
			height: 500px;
			object-fit: cover;
			width: 100%;
		}
		.portfolio-p .content h3 {
			font-weight: 300;
			font-size: 20px;
			margin: 0 30px;
		}
		.portfolio-p .row .content h2 {
			font-size: 50px;
			letter-spacing: 4px;
			font-weight: 200;
		}

		.portfolio-p .row .img-item.accent{
			filter: brightness(0.4);
		}
		.portfolio-p .row .content {
			height: 0px;
			transform: translateY(-360px);
		}

		.portfolio-p .content h3 {
			font-weight: 300;
			font-size: 1.5em;
		}
		.portfolio-p img.img-item.accent {
			display: block;
		}

		.portfolio-p img.img-item {
			display: none;
		}
		.banner-pages .bottom {
			width: min-content;
		}

		div.sobre-p.contato p {
			color: var(--gray);
			font-size: 20px;
			line-height: 28px;
		}
		footer ul.menu a {
			letter-spacing: 1.2px;
			font-size: 18px;
			line-height: 25px;
		}
		footer .social a{
			font-size: 20px;
			margin: 0 10px;
		}
		.social-header{
			margin-left: 0rem!important;
		}
		footer ul.menu .mx-2, ul.menu {
			margin: 0 !important;
			padding: 0;
		}

		footer .col-md-3{
			margin: 10px 0 !important;
		}
		footer p{
			margin-bottom: 0 ;
		}
		#filters button.btn {
			margin: -5px;
		}

		#projetos .bg {
		  height: 100%;
		}

		.servicos-row .owl-dots, .carrousel-team .owl-dots, .carrousel-studio .owl-dots{
		  text-align: center;
		}
		.servicos-row button.owl-dot, .carrousel-team button.owl-dot, .carrousel-studio button.owl-dot{
		  width: 10px;
		  height: 10px;
		  border-radius: 100%;
		  margin: 3px;
		}

		.servicos-row .owl-dots button.owl-dot:nth-child(1), .carrousel-team .owl-dots button.owl-dot:nth-child(1), .carrousel-studio .owl-dots button.owl-dot:nth-child(1){
		  background-color: #f2f2f25e;
		}
		.servicos-row  .owl-dots button.owl-dot:nth-child(2), .carrousel-team .owl-dots button.owl-dot:nth-child(2), .carrousel-studio .owl-dots button.owl-dot:nth-child(2){
		  background-color: #f2f2f2a1;
		}
		.servicos-row  .owl-dots button.owl-dot:nth-child(3), .carrousel-team .owl-dots button.owl-dot:nth-child(3), .carrousel-studio .owl-dots button.owl-dot:nth-child(3){
		  background-color: #f2f2f24f;
		}
		.servicos-row  .owl-dots button.owl-dot:nth-child(4), .carrousel-team .owl-dots button.owl-dot:nth-child(4), .carrousel-studio .owl-dots button.owl-dot:nth-child(4){
		  background-color: #f2f2f238;
		}
		.servicos-row  .owl-dot.active, .carrousel-team .owl-dot.active, .carrousel-studio .owl-dot.active{
		  background: #ffffff !important;
		}
		.servicos-row .owl-nav, .carrousel-team .owl-nav, .carrousel-studio .owl-nav{
		  display: none;
		}
		.servicos-row{
			max-width: 100%;
		}
		
		.servicos-row .item .left {
		    width: 15%;
		    float: left;
		}

		.servicos-row .item .right {
		    width: 85%;
		    float: left;
		}

		.servicos-row .owl-item.active {
		  opacity: 1;
		}
		.servicos-row .owl-item {
		  opacity: .6;
		}
		#sobre-2 .row img {
		  max-width: 100%;
		  object-fit: cover;
		  padding: 0px;
		  height: 140px;
		}
		#sobre-2 {
		  padding-left: 0px;
		  padding-right: 0px;
		}
		#sobre-1 h3 span {
		  min-height: 25px;
		  display: block;
		}
		/*#sobre-1 p {
		  padding: 0px 40px 0 40px;
		  font-size: 16px;
		  line-height: 23px;
		  letter-spacing: 0.78px;
		  margin-bottom: 4rem;
		}*/
		#sobre-1 p {
		  padding: 0px 30px 0 30px;
		  font-size: 14px;
		  line-height: 16px;
		  letter-spacing: 0.48px;
		  margin-bottom: 3rem;
		}
		#sobre-2 p {
		  padding: 40px 30px 0 30px;
		  font-size: 14px;
		  line-height: 16px;
		  letter-spacing: 0.48px;
		  margin-bottom: 0rem;
		 /* padding: 70px 40px 0 40px;
		  font-size: 16px;
		  line-height: 23px;
		  letter-spacing: 0.78px*/;
		}
		.title-mobile-accent{
			text-align: center;
			font-family: 'din2014 bold';
			font-size: 330px;
			letter-spacing: 0px;
			color: #93EDE1;
		}
		.col-md-12.social-nav {
			position: absolute;
			bottom: 15vh;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		.banner .middle {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%) !important;
		  width: 90%;
		  height: fit-content;
		}
		.menu_oppened #navbarScroll .navbar-nav .nav-item.active {
		  border-color: #93EDE1;
		}
		#sobre-2 div.owl-carousel:before{
		  content:" ";
		  position: absolute;
		  width: 30%;
		  height: 100vh;
		  background: linear-gradient(to right,black,#fff0);
		  left: 0;
		  top: 0;
		  z-index: 1;
		}
		#sobre-2 div.owl-carousel:after{
		  content:" ";
		  position: absolute;
		  width: 30%;
		  height: 100vh;
		  background: linear-gradient(to left,black,#fff0);
		  right: 0;
		  top: 0;
		  z-index: 1;
		}
		#projetos .page.heading h2::after {
		  border-right: 95px solid black;
		  transform: translateY(15px);
		  padding: 3px;
		}
		#projetos .page.heading h2::before {
		  content: "____________________________________________";
		  margin-top: 10px	;
		}
  		.portfolio-s p {
		  padding: 0 40px;
		  font-size: 12px;
		  line-height: 23px;
		}
		.container-fluid.my-5.py-5.portfolio-s {
		  padding: 1rem !important;
		}
		.container-fluid.banner.portfolio-s, .portfolio-s .cover,iframe.banner_video {
		  min-height: 40vh !important;
		  height: 40% !important;
		  background-position: center center !important;;
		}
		.portfolio-s.banner h1 {
		  font-size: 13px;
		  letter-spacing: 1.30px;
		}
		.portfolio-s .btn-play {
		  max-width: 30px;
		}
		.banner.sobre .bottom h1 {
		  font-size: 38px;
		}
		.banner.sobre .container.min-vh-50, .banner.sobre .h-50 {
		  height: 20vh !important;
		  min-height: 20vh;
		}
		#sobre-1 .owl-carousel.carrousel-team {
		  padding: 0 0 0 50px;
		}
		#sobre-1 .owl-carousel.carrousel-team .owl-dots {
		  margin-left: -25px;
		}
		.owl-carousel.clientes .owl-item img{
		  height: 38px;
		  object-fit: contain;
		  object-position: center;
		}
		
		.contato h3 {
		  font-family: 'din2014 bold';
		  letter-spacing: 1.50px;
		  font-size: 15px;
		  line-height: 23px;
		  font-weight: 700;
		}
		.contato h3 span.accent {
		  color: #93EDE1 !important;
		}
		#clientes.py-5 {
		  padding-top: 2rem !important;
		  padding-bottom: 2rem !important;
		}
		.contato p {
		  font-family: 'din2014 light';
		  letter-spacing: 0.78px;
		  color: #FFFFFF;
		  font-size: 17px;
		  line-height: 22px;
		  margin-bottom: 0;
		}
		.contato p.link {
		  line-height: 24px !important;
		  margin-bottom: 0rem;
		  font-size: 17px;
		}
		.page-contact .container-fluid.contato {
		  padding: 0 40px;
		}
		.container-fluid.contato .row.align-items-center {
		  align-items: normal !important;
		  padding: 150px 0 0 0;
		}
		.contato {
	  		background-size: cover;
		}
		
		.page-projects #projetos .row.heading.page h2 {
/*		  font-size: 19px !important;*/
		  margin-left: 25px;
		}
		.page-projects #projetos.py-5 {
		  padding-top: 0px !important;
		}
		#divisor_servicos {
		  margin: -60px 0;
		}
		.page-home .banner h1 {
		  font-size: 18px;
		  line-height: 26px;
		  letter-spacing: 1.2px;
		}
		.troca-idioma-btn.hide-desktop {
		  right: 15px;
		  top: 34px;
		}
		#clientes .heading h2, #patrocinadores .heading h2, .servicos .heading h2,.page-projects #projetos .row.heading.page h2{
			font-size: 17px;
		 	letter-spacing: 1.7px;
		}

		#projetos .heading h2 {
		  font-size: 17px;
		  letter-spacing: 1.7px;
	  	}
	  	#projetos .heading h3,#patrocinadores .heading h3,.servicos .heading h3{
	  		font-size: 10px;
		  	letter-spacing: .8px;
	  	}
	  	.banner .featured span{
	  		letter-spacing: 1.1px;
			font-size: 12px;
	  	}
	  	#projetos .item:hover .titulo{
	  		font-size: 15px;
	  		letter-spacing: 1.4px;
	  	}
	  	.btn_see_more h2{
	  		font-size: 10px;
	  		letter-spacing: .9px;
	  	}
	  	.servicos {
	  		min-height: 50vh;
		}

		.owl-carousel.patrocinadores img {
		    height: 38px;
		    object-fit: contain;
		    max-width: 80% !important;
		    margin: 0 auto;
		}
		.owl-carousel.patrocinadores .owl-item {
		  margin: 0 5px !important;
		  text-align: center;
		}
		#patrocinadores .row.mt-4{
			margin-top:0rem !important;
		}
		#patrocinadores .row.mt-4 .col-md-12 {
		  padding: 0 !important;
		  z-index: 9999;
		}
		#projetos .item .titulo {
		  font-size: 15px;
		  letter-spacing: 1.4px;
		}  
		#idiomas a {
		  font-size: 12px;
		  line-height: 14px;
		}

		.servicos .bg_camo, .servicos .bg_camo_1, .servicos .bg_camo_2, .servicos .bg_camo_3, .servicos .bg_camo_4{
			min-height: 60vh !important;
		}
		footer.ishome {
		  margin: -50px 0;
		  background: transparent;
		}
		#sobre-1 h3 {
		  font-size: 15px;
		  white-space: nowrap;
		}
		#projetos .item:hover .bg{
			height: 250px;
		}
		#videobg{
			height: 100vh;
		}

		.page-home #projetos .row.py-5 {
		  padding-top: 0 !important;
		}

	}


