@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */
 
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{     max-width: 100%;
    height: auto;}

a, a:hover, a:active{ outline:0px !important}

/* Webfont: Lato-Heavy */@font-face {
    font-family: 'LatoWebHeavy';
    src: url('../fonts/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Medium */@font-face {
    font-family: 'LatoWebMedium';
    src: url('../fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Primary Styles
---------------------------------*/
h2{
	font-size:34px;
	color:#222222;
	font-family: 'LatoWebMedium';
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
}
h3{
	font-family: 'LatoWebMedium';
	color:#222222;
	font-size:20px;
	margin:0 0 15px 0;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'LatoWebMedium';
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
}

/* Header Styles
---------------------------------*/
.header{
	text-align:center;
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:280px 0;
}

.header h1{
	font-family: 'LatoWebMedium';
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'LatoWebMedium';
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#7cc576;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'LatoWebMedium';
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#7cc576 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #7cc576;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
    position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav a{
    display:inline-block;
	color:#ffffff;
    font-family: 'LatoWebMedium';
	text-decoration: none;
	line-height:20px;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#000000;
	font-family: 'LatoWebMedium';
	text-decoration: none;
	line-height:20px;
	margin:18px 25px;
    padding: 10px 5px 10px 5px;
}

.main-nav li a:hover{
    color: #0080BB !important     
}
.main-nav li a:focus {
    border: 2px dotted #0080BB; 
}
a.active {
  border-bottom: 2px solid #ecf0f1;
}
 
.small-logo{ 
    float: left;
}
.main-section{
	padding:0px 0 50px;
}

/* empresa
---------------------------------*/
@media screen and (max-width:568px) {
	.banner{
		margin-top: 33px;
		width: 100%;
		overflow: hidden;
		height: 170px;
	}
	.slide{
		margin-right: auto;
		margin-left: auto;
		margin-top: -5px;
		background: #ffffff;
		width: 100%;
		overflow: hidden;
		height: 180px;
	}
	
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
	.banner{
		margin-top: 33px;
		width: 100%;
		overflow: hidden;
		height: 170px;
	}
	.slide{
		margin-right: auto;
		margin-left: auto;
		margin-top: -5px;
		background: #ffffff;
		width: 100%;
		overflow: hidden;
		height: 180px;
	}
	
}
@media screen and (min-width:769px) {
	.banner{
		background: #0080BB;
		margin-top: 100px;
		width: 100%;
		overflow: hidden;
		height: 400px;
	}
	.slide{
		margin-right: auto;
		margin-left: auto;
		margin-top: -5px;
		background: #ffffff;
		width: 1140px;
		overflow: hidden;
		height: 410px;
	}
}
@media screen and (max-width: 1024px) and (orientation: landscape){			
	.banner{
		background: #0080BB;
		margin-top: 23px;
		width: 100%;
		overflow: hidden;
		height: 240px;
	}
	.slide{
		margin-right: auto;
		margin-left: auto;
		margin-top: -5px;
		background: #ffffff;
		width: 100%;
		overflow: hidden;
		height: 250px;
	}

}
@media screen and (max-width:568px) {
	.separador_empresa_titulo{
		margin-top: 25px;
		color: black;
		font-size: 14px;
		text-align: center;
		width: 100%;
		margin-bottom: -25px;
		font-family: "LatoWebMedium";
	}
	.separador_empresa{
		background: transparent;
		margin-top: 30px;
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.imagens_empresa{
		margin-right: auto;
		margin-left: auto;
		background: #ffffff;
		width: 100% ;
		overflow: hidden;
		height: auto;
	}
	.imagens_empresa_div{
		float: left;
		background: #ffffff;
		width: 32%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin-left: 1.8%;
	}
	.imagens_empresa_div:first-child{
		margin-left: 0px;
	}
	.imagens_empresa_div img{
		background: #ffffff;
		width: 100%;
		overflow: hidden;
		height: auto;
	}
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
	.separador_empresa_titulo{
		margin-top: 25px;
		color: black;
		font-size: 14px;
		text-align: center;
		width: 100%;
		margin-bottom: -25px;
		font-family: "LatoWebMedium";
	}
	.separador_empresa{
		background: transparent;
		margin-top: 30px;
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.imagens_empresa{
		margin-right: auto;
		margin-left: auto;
		background: #ffffff;
		width: 100% ;
		overflow: hidden;
		height: auto;
	}
	.imagens_empresa_div{
		float: left;
		background: #ffffff;
		width: 32%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin-left: 1%;
	}
	.imagens_empresa_div:first-child{
		margin-left: 0px;
	}
	.imagens_empresa_div img{
		background: #ffffff;
		width: 100%;
		overflow: hidden;
		height: auto;
	}
}

@media screen and (min-width:769px) {
	.separador_empresa_titulo{
		margin-top: 25px;
		color: black;
		font-size: 14px;
		text-align: center;
		width: 100%;
		margin-bottom: -25px;
		font-family: "LatoWebMedium";
	}
	.separador_empresa{
		background: #D4D4D4;
		margin-top: 30px;
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.imagens_empresa{
		margin-right: auto;
		margin-left: auto;
		background: #ffffff;
		width: 1140px;
		overflow: hidden;
		height: auto;
	}
	.imagens_empresa_div{
		float: left;
		background: #ffffff;
		width: 33.1%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}
	.imagens_empresa_div img{
		background: #ffffff;
		width: 100%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}
	.imagens_empresa img:first-child{
		margin-left: 5px;
	}
}
@media screen and (max-width: 1024px) and (orientation: landscape){		
	.separador_empresa_titulo{
		margin-top: 25px;
		color: black;
		font-size: 14px;
		text-align: center;
		width: 100%;
		margin-bottom: -25px;
		font-family: "LatoWebMedium";
	}
	.separador_empresa{
		background: #D4D4D4;
		margin-top: 30px;
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.imagens_empresa{
		margin-right: auto;
		margin-left: auto;
		background: #ffffff;
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	.imagens_empresa_div{
		float: left;
		background: #ffffff;
		width: 32.4%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}
	.imagens_empresa_div img{
		background: #ffffff;
		width: 100%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}
	.imagens_empresa img:first-child{
		margin-left: 5px;
	}

}
.titulos{
	color: black;
	font-size: 30px;
	text-align: center;
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	font-family: "LatoWebHeavy";
}
.titulos1{
	color: black;
	font-size: 30px;
	text-align: center;
	width: 200px;
	height: 50px;
	border-bottom: 1px dotted #838383;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	font-family: "LatoWebHeavy";
}
@media screen and (max-width:768px) {
	.texto_web3{
		color: #838383;
		font-size: 12px;
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-bottom: 20px;
		margin-right: auto;
	}	
}
@media screen and (min-width:769px) {
	.texto_web3{
		color: #838383;
		font-size: 14px;
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-bottom: 20px;
		margin-right: auto;
	}	
}
/* Serviços
---------------------------------*/

.service-list{
	min-height: 230px;
	padding:0px 0px 0px 0;
	font-size:14px;
	margin-bottom:0px;
	text-align: left;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'LatoWebMedium';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;
}
.main-section.alabaster{
	background:#fafafa;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'LatoWebMedium';
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background: #0080BB;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	height:380px;
	width:270px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background: #0080BB;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}


/* Marcas
---------------------------------*/
.scroll_marcas{
	width: 100%;
}
.separador_marcas{
	width: 100%;
	height: 150px;
	background: #0080BB;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 0px 0;
	padding-left:0;
}
.contact-info-box h3{
	text-align: left;
	font-size: 15px;
	font-weight:400;
	float:left;
	width:190px;
	margin-right:12px;
	line-height:15px;
	color: #000000;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	text-align: left;
	line-height:28px;
	display:block;
	overflow:hidden;
	color: #949494;
}
.twitter a:hover {
	background: #55acee;
    color:#000000;
}
.facebook a:hover {
	background: #3b5998;
    color:#000000;
}
.pinterest a:hover {
	background: #0c9be8;
    color:#000000;
}
.gplus a:hover {
	background: #dd4b39;
    color:#000000;
}
.dribbble a:hover {
	background: #0c9be8;
}

.input-text{
	padding:2px 10px;
	border:1px solid #ccc;
	width:100%;
	height:25px;
	display:block;
	margin-bottom: 15px;
	border-radius:4px;
	font-size:15px;
	color:#949494;
	font-family: 'Open Sans', sans-serif;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #0080BB;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:120px;
	resize:none;
	overflow:auto;
}
.input-btn{
	float: left;
	width:100px;
	height:30px;
	background: #0080BB;
	border: 1px solid #0080BB;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'LatoWebMedium';
	font-weight:400;
	margin-bottom: 20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	line-height: 1.75rem;
}

.input-btn:hover{
	background: #fff;
	color: #0080BB;
}

/* Footer
---------------------------------*/

@media screen and (max-width:768px) {
	.loja{
		margin-top: 10px;
		color:#ffffff;
		font-size:11px;
		font-family: 'LatoWebMedium';
		margin-left: 5%;
		width: 89%;
	}
	.loja a{
		text-decoration: none;
		color:#ffffff;
		font-size:13px;
		font-family: 'LatoWebMedium';
	}
	.loja p{
		line-height: 15px;
	}
	.horario{
		margin-top: 40px;
		color:#ffffff;
		font-size:11px;
		font-family: 'LatoWebMedium';
		margin-left: 5%;
		width: 89%;;
	}
	.horario a{
		text-decoration: none;
		color:#ffffff;
		font-size:13px;
		font-family: 'LatoWebMedium';
	}
	.horario p{
		line-height: 15px;
	}
	.newsletter{
		margin-top: 40px;
		color:#ffffff;
		font-size:11px;
		font-family: 'LatoWebMedium';
		margin-left: 5%;
		width: 89%;
	}
	.newsletter a{
		text-decoration: none;
		color:#ffffff;
		font-size:13px;
		font-family: 'LatoWebMedium';
	}
	.newsletter p{
		line-height: 15px;
	}

	.newsle{
		float: left;
		padding:0px 2px;
		border:1px solid #ccc;
		width:200px;
		height:20px;
		display:block;
		border-radius:4px;
		font-size:12px;
		color:#949494;
		font-family: 'LatoWebMedium';
		margin:10px 0 15px 0;
		transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
	}
	.newsle:focus {
		border: 1px solid #0080BB;
		outline:0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	}
	.input-btn-news{
		margin-top: 10px;
		margin-left: 10px;
		float:left;
		width:auto;
		height:20px;
		background:#0080BB;
		border-radius:4px;
		color:#ffffff;
		font-size:12px;
		text-transform:uppercase;
		font-family: 'LatoWebMedium';
		font-weight:400;
		border:0px;
		transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
	}

	.input-btn-news:hover{
		background: #111;
		color: #fff;
	}
}

@media screen and (min-width:769px) {
	.loja{
		margin-top: 10px;
		color:#ffffff;
		font-size:13px;
		font-family: 'LatoWebMedium';
		float: left;
		width: 400px;
	}
	.loja a{
		text-decoration: none;
		color:#ffffff;
		font-size:15px;
		font-family: 'LatoWebMedium';
	}
	.loja p{
		line-height: 15px;
	}
	.horario{
		margin-top: 10px;
		color:#ffffff;
		font-size:13px;
		font-family: 'LatoWebMedium';
		float: left;
		width: 470px;
	}
	.horario a{
		text-decoration: none;
		color:#ffffff;
		font-size:15px;
		font-family: 'LatoWebMedium';
	}
	.horario p{
		line-height: 15px;
	}
	.newsletter{

		margin-top: 10px;
		color:#ffffff;
		font-size:13px;
		font-family: 'LatoWebMedium';
		float: left;
		width: 270px;
	}
	.newsletter a{
		text-decoration: none;
		color:#ffffff;
		font-size:15px;
		font-family: 'LatoWebMedium';
	}
	.newsletter p{
		line-height: 15px;
	}

	.newsle{
		float: left;
		padding:0px 2px;
		border:1px solid #ccc;
		width:200px;
		height:20px;
		display:block;
		border-radius:4px;
		font-size:12px;
		color:#949494;
		font-family: 'LatoWebMedium';
		margin:10px 0 15px 0;
		transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
	}
	.newsle:focus {
		border: 1px solid #0080BB;
		outline:0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	}
	.input-btn-news{
		margin-top: 10px;
		margin-left: 10px;
		float:left;
		width:auto;
		height:20px;
		background:#0080BB;
		border-radius:4px;
		color:#ffffff;
		font-size:12px;
		text-transform:uppercase;
		font-family: 'LatoWebMedium';
		font-weight:400;
		border:0px;
		transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
	}

	.input-btn-news:hover{
		background: #111;
		color: #fff;
	}

	.navbar-nav li a {
		font-family: 'LatoWebMedium';
		text-decoration: none;
		line-height: 20px;
		margin: 5px 10px;
		margin-top: 5px;
		padding: 5px 5px 5px 5px;
	}
}

a:focus {
	color: unset !important;
}

.footer{
	background:#949494;
	padding: 15px 0 30px;
    float: left;
    width: 100%;
}
.copyright{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-family: 'LatoWebMedium';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #7cc576 !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

/* Marcas
---------------------------------*/

.logo-footer {
	margin-left: .5rem;
	margin-right: .5rem;
}

.text-footer {
	color: #808080 !important;
	padding-left: .5rem;
	padding-right: .5rem;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

.link-footer {
	color: #808080 !important;
	padding-left: .5rem;
	padding-right: .5rem;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	align-self: center;
}

.link-footer:hover {
	color: #808080 !important;
	text-decoration: underline !important;
}

.texto-rede-fixa {
	position: absolute;
	bottom: 25px;
	font-size: 10px;
	/*margin-top: -14px;*/
	/*white-space: nowrap;*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.padding-texto-rede {
	padding-bottom: 8px;
}

.btn-app {
	float: left;
	cursor: pointer;

	height: unset;
	width: unset;
	padding: 1px 30px;
	margin: 0px;

	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'LatoWebMedium';
	font-weight: 400;
	border: 0px;
	margin-bottom: 20px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	text-decoration: none !important;
	border: 1px solid #0080BB;
	line-height: 1.75rem;
}

.btn-app:focus{
	background: #ffffff;
	color: #0080BB;
	border: 1px solid #0080BB;
}

.btn-app:focus {
	color: #006ca1 !important;
	border: 1px solid #006ca1;
}

li.active > a {
	color: #0080BB !important;
}

.page-scroll {
	border-top: 1px solid #0085cc00;
	border-bottom: 1px solid #0085cc00;
	color: #000000;

	transition: all 0.15s ease;
}

.page-scroll:hover {
	color: #006da4 !important;
	/*border-bottom: 1px solid #0085cc88;*/
}

.btn-navbar {
	border-bottom: none !important;
	white-space: nowrap;
}

.btn-navbar:focus {
	color: #fff !important;
	border-bottom: none !important;
}

.btn-anydesk {
	background: #0080BB;
	color: #ffffff;
}

.btn-anydesk:hover {
	background: #ffffff;
	color: #0080BB;
}

.btn-teamviewer {
	background: #0080BB;
	color: #ffffff;
}

.btn-teamviewer:hover {
	background: #ffffff;
	color: #0080BB;
}

.btn-ammyy {
	background: #0080BB;
	color: #ffffff;
}

.btn-ammyy:hover {
	background: #ffffff;
	color: #0080BB;
}

@media (min-width: 992px){
	.navbar-nav li a {
		margin: 10px 0px 10px 24px;
	}
}

.logo, logo1 {
	transition: all 0.2s ease !important;
}
.logo1 {
	width: unset !important;
}

.navbar-toggle {
	margin-top: 10px;
}



@media (min-width: 769px){
	.logo {
		margin: 0px 50px 0 0 !important;
	}

	.logo1 {
		max-height: 49px;
	}

	.navbar-collapse {
		display: flex !important;
	}

	.navbar {
		display: flex;
		align-items: center;
		transition: all 0.2s ease !important;
	}

	.navbar li {
		display: flex;
		align-items: center;
	}

	.container1 {
		display: flex;
		justify-content: space-between;
	}

	.navbar-collapse.collapse {
		display: flex !important;
		align-items: center;
	}

	.navbar-nav {
		display: flex;
	}
}

.separador_suporte {
	width: 100%;
	background: #0080BB;
	padding-top: 45px;
	padding-bottom: 40px;
	margin-bottom: 60px;
	margin-top: 40px;
}

@media (max-width: 768px){
	.logo {
		height: 94px;
	}
	.separador_suporte {
		margin-bottom: 20px;
	}
	.navbar-nav li a {
		min-width: 130px;
	}
}

.container1 {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.texto-branco {
	color: #fff;
}


.text-app {
	color: #999;
	font-size: 14px;
	text-align: center;
	line-height: 1.1rem;
	margin-bottom: 15px;
}