/* #Tipografia
================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;}
blockquote p {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.demo-page .intro-theme a span {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.category-module .article-title {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.mostread .info-wrap a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.model-detail .pagenav-model .forward-inner,
.model-detail .pagenav-model .previous-inner {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.logo {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.acm-hero.style-5 .slide-bg .swiper-slide span,
.acm-hero.style-5 .slide-bg .swiper-slide a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
a.link-primary {
  color: #88d3c6;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.counter {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.module-title {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
#slide-contact .panel .panel-heading .accordion-toggle {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.headright .mod-languages {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.8;
}
.projetos h2.article-title {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.view-models-wrap .article-title {
    font-weight: 700;
}
.article-title, .article-header h1 {
    font-weight: 700;
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 30px;
}
/*Languages*/
.headright .mod-languages .btn.dropdown-toggle {
    background: #ffffff;
    border-radius: 30px;
	border: 1px solid #333;
    line-height: 28px;
    padding: 0px;
    width: 32px;
    height: 32px;
}
.headright .mod-languages img {
    margin-right: 0px;
}
.headright .mod-languages .dropdown-menu {
    min-width: 32px;
	height: 32px;
    margin-top: 20px;
	border: 1px solid #333;
	background: #ffffff;
    border-radius: 30px;
}
.mod-languages .dropdown-menu li > a {
    padding: 0px;
	line-height: 28px;
}
.headright .mod-languages .dropdown-menu li a {
    text-align: center;
}

/* #Equipa hidden
================================================== */
.equipa .module-title-wrap {
    margin-bottom: 40px;
    text-align: left;
}
.equipa .cta-position {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #a9d6ce;
}
.equipa .cta-intro {
    font-size: 15px;
    color: #fff;
    margin: 20px auto 20px;
}
.equipa .lead {
    color: #ffffff;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.equipa a.button-link {
    color: #ffffff;
}
.text-left .module-title-wrap {
	text-align: left;
	}




/* #Galeria projetos mansory (class page=monsory)
================================================== */
.monsory .view-mansory .isotope-layout .items-row {
    padding-left: 4px;
    padding-right: 4px;
	padding-bottom: 4px;
}
.monsory .view-mansory .isotope-layout .items-row.grid-sizer {
    padding-bottom: 0px;
}
.monsory .isotope-layout .items-row .item, .leading {
    border-bottom: none;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
.monsory .isotope-layout .pull-left.item-image, .pull-right.item-image {
    margin-bottom: 0px;
}

/* #Galeria projetos hover
================================================== */
.view-models-wrap .item-image {
    margin-bottom: 0px;
}
.items-row .item,
.leading {
  padding-bottom: 0px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .items-row .item,
  .leading {
    margin-bottom: 32px;
  }
}
.view-models-wrap .item {
  padding-bottom: 0px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .view-models-wrap .item {
    padding-bottom: 0px;
    margin-bottom: 32px;
  }
}
#item-container .image-wrap {
  transition: 350ms all;
  transform: scale(1);
  z-index: 1; 
}
#item-container .image-wrap:hover {
    transform: scale(1.1);
    z-index: 2;
	border: 4px solid #ffffff;
}
#item-container .image-wrap:hover .intro-wrap {
      opacity: 1; 
	    
}
#item-container .intro-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2rem;
    color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    align-items: flex-end;
	-webkit-align-items: flex-end;
    opacity: 0;
    transition: 350ms all;
}
#item-container .intro-wrap:before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.9;
}
#item-container .article-header {
	position: absolute;
}
.items-row .item .article-title, .leading .article-title {
    margin-bottom: 22px;
}
#item-container .intro-wrap h2.article-title a {
    color: #fff;
}
#item-container .intro-wrap h2.article-title a:hover {
    color: #49c5b6;
}
#item-container .intro-wrap .model-location {
    color: #49c5b6;
}
.link-projeto {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
}

/* #projetos 1 ou 2 colunas
================================================== */
.model-detail .model-gallery .item {
  width: 50%;
}
@media (max-width: 991px) {
  .model-detail .model-gallery .item {
    width: 100%;
  }
}
.model-detail .model-gallery .item.uma-coluna {
  width: 100%;
}
@media (max-width: 991px) {
  .model-detail .model-gallery .item.uma-coluna {
    width: 100%;
  }
}
/* #Preloader
================================================== */
.preloader {
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 100%;
	text-align: center;
	background: #ff4500;
	z-index: 1000;
}

.preloader .spinner {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
}

.preloader .spinner .double-bounce2 {
	background: rgba(255, 255, 255, 1);
	height: 0;
	-webkit-animation: loading 2s infinite ease-in-out;
	animation: loading 8s infinite ease-in-out;
}
/* off canvas menu*/
#t3-off-canvas {
   
}
.off-canvas-toggle .patty {
	width: 26px;
}
.off-canvas-toggle .patty::before, .off-canvas-toggle .patty::after {
	width: 26px;
}
.off-canvas-toggle .patty {
	background-color: #000000;
}
.off-canvas-toggle .patty::before, .off-canvas-toggle .patty::after {
	background: #000000;
}
.off-canvas-toggle {
	width: auto;
	height: 96px;
}
.t3-off-canvas {
  background:#021120;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas {
  z-index: 999;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: url(../images/pattern.png);
  background-repeat:no-repeat;
  background-position: center top, center bottom;
  background: url(../images/pattern.png) center center no-repeat;
  background-color:#49c5b6 !important;
  border: 22px solid rgb(255, 255, 255);
}
.off-canvas-effect-4.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.t3-section-module.center-h .acm-features.style-2 .features-item {
	position:absolute;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);	
	
}
.t3-off-canvas .t3-off-canvas-body {
	position:relative;
	text-align:center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 12px 12px;
	width: 270px;
	margin: 0 auto;
}
.t3-off-canvas .t3-off-canvas-header {
	background: transparent !important;
	height: 48px;
}
.t3-off-canvas .close {
	background: transparent;
	margin: 0;
	height: 78px;
	line-height: 78px;
	width: 78px;
}
.close {
	font-size: 32px;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}
#t3-off-canvas .t3-off-canvas-header {
    background: #222222;
    color: #ffffff;
    padding: 15px 15px 0 15px;
    height: 50px;
}
#t3-off-canvas .close {
	background: none !important;
	color: #000;
	font-weight: normal;
	margin: 0;
	height: 40px;
	line-height: 38px;
	position: relative;
	top: 0;
	right: 0;
	width: 40px;
	opacity: 1 !important;; 
	filter: alpha(opacity=100 !important;);
	border-radius: 50%;
	border: 1px solid #fff;
}
#t3-off-canvas .t3-off-canvas-body .nav > li > a, #t3-off-canvas .t3-off-canvas-body .nav > li > span {
	border-top: none;
	border-bottom: none;
}
#t3-off-canvas .t3-off-canvas-body .nav > li > a, #t3-off-canvas .t3-off-canvas-body .nav > li > span {
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	text-transform: inherit !important;
}
#t3-off-canvas .t3-off-canvas-body .nav > li.active > a, #t3-off-canvas .t3-off-canvas-body .nav > li.active > span {
	background: transparent;
	color: #000000;
}
#t3-off-canvas .t3-off-canvas-body .nav > li > a:hover, #t3-off-canvas .t3-off-canvas-body .nav > li > span:hover, #t3-off-canvas .t3-off-canvas-body .nav > li > a:focus, #t3-off-canvas .t3-off-canvas-body .nav > li > span:focus, #t3-off-canvas .t3-off-canvas-body .nav > li > a:active, #t3-off-canvas .t3-off-canvas-body .nav > li > span:active {
	background: transparent;
	color: #a6ddd3;
}
/* fim off canvas menu*/
/*hero intro*/
.acm-hero.style-5 .slide-bg .swiper-slide img {
    width: 300px;
}
.dark-light .intro .swiper-slide + .swiper-slide {
	background-color: #eab09e;
}
.dark-light .intro .swiper-slide {
    background-color: #49c5b6;
}
.intro .acm-hero .hero-item {
    margin: 0 auto;
    max-width: 810px;
}
.acm-hero .hero-item h4 {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	letter-spacing: 0.2rem;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 48px;
}
.acm-hero .slide-bg .slide-wrapper .hero-item {
    position: relative;
    z-index: 100;
	left: 50%;
}
.acm-hero .slide-bg:after {
background-color: rgba(0, 0, 0, 0.1);
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
/*portfolio artigos*/
.model-detail .pagenav-model .forward-inner,
.model-detail .pagenav-model .previous-inner {
  padding: 40px 24px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .model-detail .pagenav-model .forward-inner,
  .model-detail .pagenav-model .previous-inner {
    padding: 30px 24px;
  }
}
@media (max-width: 767px) {
  .model-detail .pagenav-model .forward-inner,
  .model-detail .pagenav-model .previous-inner {
    padding: 24px 24px;
  }
 }
.detail-image-cover:after {
    background: #000000;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.item-page.view-model.model-cover h1.article-title a {
    border-bottom: none;
    color: #ffffff;
    text-decoration: none;
}
/*menu*/
.intro-blau .navbar-default .navbar-nav > li > a, 
.intro-blau .navbar-default .navbar-nav > li > span {
    color: #ffffff;
}
.intro-blau .navbar-default .navbar-nav > li > span:hover {
    color: #49c5b6;
}
.navbar-default .navbar-nav > li > span {
    color: #000000;
}
.intro-blau .navbar-default .navbar-nav > .active > a {
    color: #49c5b6;
    background-color: transparent;
}
.intro-blau .navbar-default .navbar-nav > li > a:hover {
    color: #49c5b6;
    transition: 0.3s;
}
.intro-blau .navbar-default .navbar-nav > li.active > a:after, .navbar-default .navbar-nav > li.active > .separator:after {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #49c5b6;
	transition: 0.3s;
}
.navbar-default .navbar-nav > .active > a {
    color: #49c5b6;
    background-color: transparent;
}
.navbar-default .navbar-nav > li.active > a:before, .navbar-default .navbar-nav > li.active > span:before {
	display: none !important;
}
.navbar-default .navbar-nav > li.active > a:after, 
.navbar-default .navbar-nav > li.active > .separator:after {
    content: "...";
    color: #000000;
    display: block;
    left: 0;
    letter-spacing: 2px;
    margin-top: -12px;
    position: absolute;
    right: 0;
    text-align: center;
	transition: 0.3s;
}
/*features intro*/
.background-light {
	background-color: #f8f8f6;
}
.acm-features {
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
}
.text-white .acm-features.style-1 .features-item h4,
.text-white .acm-features.style-1 .features-item p {
	color: #ffffff;
}
rh {
    background: #242cd6;
    margin: 30px auto;
    height: 30px;
    width: 2px;
    border: none;
}
/*modal*/
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a {
	/* background: rgba(0, 0, 0, 0.1); */
	border: 0;
	color: #ffffff;
	padding: 12px !important;
	border-radius: 50%;
	border: 1px solid #fff;
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay a:hover {
	background: rgba(0, 0, 0, 0.4);
}
.ekko-lightbox .modal-body .ekko-lightbox-nav-overlay {
	padding: 0 20px;
}
.ekko-lightbox .modal-header .close {
    border-radius: 50%;
}
/*outros*/
.t3-section-wrap .module-title {
    padding: 48px 0 88px 0;
}
.model-detail .model-info-wrap .model-info ul li span {
    font-weight: 600;
}
.slogan-footer {
	color: #000000;
    font-size: 12px;
	letter-spacing: 0.2px;
	font-style: italic;
	font-weight: 400;
}
.intro-blau .slogan-footer {
    color: #ffffff;
}
.copyright {
	color: #000000;
    font-size: 9px;
}
.intro-blau .copyright {
	color: #ffffff;
}
.intro-blau .copyright a {
	color: #ffffff;
}
.social-list li {
    font-size: 16px;
}
.intro-blau .social-list li a {
	color: #ffffff;
}
.intro-blau .social-list li a:hover {
	color: #40c5ce;
}
.text-center {
	text-align: center;
}
.acm-cta.text-black .cta-heading {
    color: #000000;
} 
.line1 {
    width: 36px;
    height: 1px;
    margin: 18px auto;
    float: none;
    clear: none;
    background-color: #fff;
}
.one-screen div.t3-wrapper {
	border-left: 22px solid #ffffff;
	border-right: 22px solid #ffffff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
.t3-header .logo {
	padding-left: 0px;
	padding-right: 0px;
}
.t3-header .headright {
	padding-left: 0px;
	padding-right: 0px;
}
.headright > div {
    float: right;
}
.logo-image img {
    height: 60px;
}
.t3-masthead + .t3-mainbody {
    padding-bottom: 0;
}
.acm-features.style-1 .features-item {
    border-bottom: none;
}
.cta {
    padding-top: 30px;
}
.cta .btn.btn-block {
    padding: 72px 36px;
    font-size: 20px;
    font-weight: 500;
    white-space: normal;
}
@media (max-width: 767px) {
  .cta .btn.btn-block {
    font-size: 16px;
    padding: 18px 36px;
  }
}
.cta .btn.btn-block .icon {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cta .btn.btn-block .icon {
    display: none;
  }
}
.btn-cta {
    color: #ffffff;
    background-color: #49c5b6;
    border-color: #49c5b6;
}
/*footer contact*/
.footer-contact .cta-heading a {
	color: #ffffff;
	text-decoration: none;
}
.footer-contact .cta-heading a:hover {
	color: #49c5b6;
}
/*botões*/
.btn{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #49c5b6;
    border-color: #49c5b6;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.contact-launcher-wrapper {
	width: 350px;
	height: auto;
	margin: 14px auto 30px auto;
	line-height: 1.5;
	text-align: center;
}
a.button-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: left;
    cursor: pointer;
    padding: 0;
}
a.button-link:hover {
	text-decoration:underline;
}
.ion-ios-arrow-round-forward{
	font-size: 16px;
	margin-left: 3px;
}
/* ==========================================================================
  #Button
========================================================================== */
.btn-blau,
.btn-blau:before,
.btn-blau:after {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Border Style */

.btn-blau {
  min-width: 150px;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  opacity: 1;
}
.acm-cta.style-light .btn-blau {
  border: 1px solid #000000;
  color: #000000;
}
.btn-blau:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #49c5b6;
  opacity: 1;
  cursor: pointer;
}
.btn-blau:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 50%;
  background-color: transparent;
  border-right: 1px solid #49c5b6;
  top: 50%;
  bottom: 50%;
  left: 0;
}
.acm-cta.style-light .btn-blau:before {
  border-right: 1px solid #49c5b6;
}
.btn-blau:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 1px;
  background-color: #49c5b6;
  left: auto;
  top: 50%;
  right: -10px;
}
.acm-cta.style-light .btn-blau:after {
  background-color: #49c5b6;
}
.btn-blau:hover:before {
  top: 10px;
  bottom: 10px;
}
.btn-blau:hover:after {
  left: 15px;
  right: 15px;
  width: auto;
}
/*titulos modulos*/
.sub-heading {
    color: #222222;
    font-size: 36px;
    font-family: "Prata", Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 1.6;
}
/* icon mouse*/
.model-detail .icon-bottom {
  background: url('../images/ico/mouse.png');
  bottom: 64px;
  cursor: pointer;
  left: 50%;
  margin-left: -13.5px;
  height: 38px;
  position: absolute;
  width: 27px;
}
/* barras laterais*/
.one-screen .bottom_line,
.one-screen .top_line
 {
	background: #ffffff;
}

.bottom_line {
	position: fixed;
	bottom:0px;
	left: 0px;
	width: 100%;
	height: 22px;
	background: linear-gradient(90deg, #49c5b6 50%, #35a698 50%);
	z-index: 9999;
}
.top_line {
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 22px;
	background: linear-gradient(90deg, #49c5b6 50%, #35a698 50%);
	z-index: 9999;
}

/* social*/
.side-left-panel-text {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 31;
	width: 50px;
	height: 100vh;
}
.side-right-panel-text {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 31;
	width: 50px;
	height: 100vh;
}
.div-social-buttons {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
}
.side-left-panel-text .div-social-buttons ul,
.side-right-panel-text .div-social-buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-left-panel-text .div-social-buttons ul li,
.side-right-panel-text .div-social-buttons ul li{
    font-size: 18px;
    text-transform: uppercase;
}
/* ------ masthead --------*/
.ja-masthead-description{
	margin-top: 30px;
	font-size: 30px;
}
.email .ja-masthead-description{
	font-size: 90px;
	font-weight: bold;
	margin-top: 0;
}
/* ------ page contacts --------*/
.contact .contact-links ul li a {
    border-radius: 50%;
}
.plain-style .contact-information > .inner {
    text-align: center;
}
.contact .dl-horizontal > dt {
    text-align: center;
    margin: 0 auto;

}
.contact-form-wrap{
	text-align: center;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
	display: block;
	width: 100%;
	height: 56px;
	padding: 16px 15px;
	font-size: 15px;
	line-height: 1.6;
	color: #5f5f5f;
	background-color: #ffffff;
	background-image: none;
	border-bottom: 1px solid #5f5f5f;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form #jform_contact_message {
	height: 100px;
}
#jform_contact_message.form-control {
	display: block;
	width: 100%;
	height: 56px;
	padding: 16px 15px;
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	background-color: #ffffff;
	background-image: none;
	border-bottom: 1px solid #5f5f5f;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 5px 5px;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.view-models-wrap .item {
    border-bottom: 1px solid #ffffff;
}
a:hover, a:focus {
    border-bottom: none;
	transition: 0.3s;
}

#t3-off-canvas .t3-off-canvas-body a:hover,
#t3-off-canvas .t3-off-canvas-body a:focus {
  color: #b30010;
  text-decoration: none;
  outline: none;
}

/* ------ últimos artigos corousel --------*/
.latest-project {
  overflow: hidden;
}
.latest-project .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.latest-project .intro-image {
  position: relative;
}
.latest-project .intro-image:before {
  background: linear-gradient(135deg, #91b7b1, #49c5b6);
  border-radius: 3px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.latest-project .intro-image img {
  border-radius: 3px;
}
.latest-project .intro-image span {
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  letter-spacing: -1px;
  padding: 0 24px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.latest-project .intro-image:hover {
  cursor: grab;
}
.latest-project .intro-image:hover:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.latest-project .intro-image:hover span {
  cursor: pointer;
  color: #ffffff;
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ------ teams --------*/
.acm-teams {
  position: relative;
}
.acm-teams::before {
  background: #f1f5f7;
  border-radius: 0 4px 4px 0;
  bottom: -144px;
  content: "";
  position: absolute;
  top: -144px;
  margin-right: -180px;
  left: 0;
  right: 50%;
}
@media (max-width: 991px) {
  .acm-teams::before {
    display: none;
  }
}
.acm-teams .teams-description {
  padding-right: 108px;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .acm-teams .teams-description {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .acm-teams .teams-description {
    margin-bottom: 36px;
  }
}
.acm-teams .teams-description .module-title-wrap {
  margin-bottom: 36px;
  text-align: left;
}
.acm-teams .member-wrap > .row {
  margin-bottom: -18px;
  margin-top: -18px;
}
.acm-teams .member-wrap > .row > div {
  padding-bottom: 18px;
  padding-top: 18px;
}
.acm-teams .social-list {
  flex-direction: column;
  position: absolute;
  right: -12px;
  top: 9px;
  transform: translateY(20px);
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
  opacity: 0;
  filter: alpha(opacity=0);
}
.acm-teams .social-list li {
  margin-right: 0;
  margin-bottom: 3px;
}
.acm-teams .social-list li .fa {
  background: #4bd173;
}
.acm-teams .social-list li .fa-twitter {
  background: #55acee;
}
.acm-teams .social-list li .fa-facebook {
  background: #3b5999;
}
.acm-teams .social-list li .fa-instagram {
  background: #e4405f;
}
.acm-teams .social-list li .fa-google-plus {
  background: #dd4b39;
}
.acm-teams .social-list li .fa-linkedin {
  background: #0077B5;
}
.acm-teams .member-item {
  background: #4bd173;
  border-radius: 4px;
  position: relative;
  transform: translate(0);
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.acm-teams .member-item img {
  width: 100%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-teams .member-item .member-info {
  bottom: 0;
  position: absolute;
  left: 0;
  padding: 24px;
  width: 100%;
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
  opacity: 0;
  filter: alpha(opacity=0);
}
.acm-teams .member-item .member-info h3 {
  color: #ffffff;
  margin: 0;
}
.acm-teams .member-item .member-info p {
  color: #ffffff;
  margin: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-teams .member-item:hover {
  transform: translateY(-18px);
}
.acm-teams .member-item:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.acm-teams .member-item:hover .member-info {
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-teams .member-item:hover .social-list {
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-teams .action > .btn {
  margin-bottom: 9px;
  margin-right: 18px;
}
/* #Progress back to top
================================================== */
.progress-wrap {
	position: fixed;
	top: 50%;
	right: 50px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	mix-blend-mode: difference;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'Ionicons';
	content: '\f3d8';
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	mix-blend-mode: difference;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'Ionicons';
	content: '\f3d8';
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	opacity: 0;
	color: #49c5b6;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #ffffff;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	mix-blend-mode: difference;
}


/* #Page Cursor
================================================== */
/*t3-wrapper {
    cursor: none;
}*/
.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.cursor{
	background-color: #a9d6ce;
	height: 6px;
	width: 6px;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 1px solid #a9d6ce;
}
.cursor2.hover{
	background: rgba(255,255,255,0.1);
}
/*mouse scroll down*/
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 0;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 1;
	top: 50%;
	}
	75% {
	opacity: 0;
	top: 70%;
	}
	100% {
	opacity: 0;
	top: 80%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 0;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 1;
	top: 50%;
	}
	75% {
	opacity: 0;
	top: 70%;
	}
	100% {
	opacity: 0;
	top: 80%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 0;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 1;
	top: 50%;
	}
	75% {
	opacity: 0;
	top: 70%;
	}
	100% {
	opacity: 0;
	top: 80%;
	}
}
.model-detail .scroll-btn {
	position: absolute;
	display: block;
	width: 35px;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 23px;
	bottom: 64px;
	cursor: pointer;
	left: 50%;
	margin-left: -17.5px;
}
.model-detail .scroll-btn > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

/* #Media
================================================== */
@media (max-width: 1804px) {
	.cta-container{
	display: inherit;
	}
}
@media (max-width: 1300px) {
	.email .ja-masthead-description{
	font-size: 100px;
	}
}
@media (min-width: 1280px){
	.hidden-long {
    display: none !important;
	}
}
@media (max-width: 1199px){
	.hidden-small {
    display: none !important;
	}
}
@media (max-width: 1024px){

}
@media (max-width: 991px) {  
  .email .ja-masthead-description{
	font-size: 50px;
  }
}
@media (max-width: 960px) {
	.clients-wrap .row{
		display: inline;
	}
}
@media (max-width: 860px){

}
@media (max-width: 768px) {
	.email .ja-masthead-description{
	font-size: 70px;
	}
	.progress-wrap{
		display: none;
	}
}
@media (max-width: 767px) {
	.cursor,
	.cursor2,
	.cursor3{
		display: none;
	}
	.email .ja-masthead-description{
	font-size: 30px;
	}
    .model-detail .pagenav-model .previous-inner {
    border-top: 1px solid #e8e8e8;
    }
	.model-detail .pagenav-model {
    border-top: none;
    }
}
@media (max-width: 600px){
.acm-cta .cta-heading {
    font-size: 22px !important;
}
}
@media (max-width: 414px){

}
@media (max-width: 360px){

}
/* #Animations preloader
================================================== */
@-webkit-keyframes loading {
	0% {
		height: 0;
		top: 0;
		bottom: auto;
	}

	50% {
		height: 100%;
		top: 0;
		bottom: auto;
	}

	51% {
		height: 100%;
		top: 0;
		bottom: auto;
	}

	52% {
		height: 100%;
		top: auto;
		bottom: 0;
	}

	100% {
		height: 0;
		top: auto;
		bottom: 0;
	}

}

@keyframes loading {
	0% {
		height: 0;
		top: 0;
		bottom: auto;
	}

	50% {
		height: 100%;
		top: 0;
		bottom: auto;
	}

	51% {
		height: 100%;
		top: 0;
		bottom: auto;
	}

	52% {
		height: 100%;
		top: auto;
		bottom: 0;
	}

	100% {
		height: 0;
		top: auto;
		bottom: 0;
	}

}

