/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
 		background: #fff;
 		color: #404040;
		font-family: 'Titillium Web', sans-serif;
		font-weight: 300;
		font-size:16px;
		line-height:1.5;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 50px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
/* end h2 */

/* start about team service portfolio contact */
#empresa, #equipamentos, #contato
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
#servicos, #portfolio{
	padding:50px 0;
}
#servicos .container p.disponibilidade{
	font-size:12px;
}
section#portfolio{
	background:#404040;
	color:#ffffff;
}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header {
    min-height: 20px;
    padding-top: 10px;
    font-size: 14px;
    /* padding-bottom: 10px; */
    background: #404040;
    color: #ffffff;
}
header .fa
	{
		color: #f58e31;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #fff;
	}
header a:hover{
	color:#f58e31;
}
header .social-icon
	{
		text-align: right;
	}

header .social-icon li{
	display:inline;
}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}

header i.fa{margin-right:5px;}
header i.fa.fa-angle-right{margin-right:0;}	
header i.fa.base{ 
	margin-left:12px;
	padding-left:12px;
	border-left:solid 1px #6b6b6b;
}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 115px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: 400;
    	font-size: 18px;
		color:#404040;
		/*height: 70px;
		line-height: 40px;*/
	}
.navbar-default .navbar-nav li a:hover {
    color: #f58e31;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a.current { 
	color: #f58e31; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
	border-bottom: solid 1px #ececec;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}

.navbar-collapse{
    border-color: #e7e7e7;
    background: #fff;
    margin-top: 6px;
}
/* end navigation */

/* start home */
#home
	{
		/*background: url('../images/home-bg.jpg') no-repeat;
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 116px;*/
		/*min-height: 650px;*/
	}
#home h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/*CSS CARROSSEL*/


/* start about */
#empresa .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#empresa .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#empresa .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
	
#empresa p span{ font-weight:bold;}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#servicos .col-md-4
	{
		/*padding: 40px;*/
		margin-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
#servicos .col-md-4 img:hover
	{
		opacity:0.7;
	}
#servicos .active
	{
		background: #505050;
		padding: 40px;
	}
#servicos .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#servicos h4
	{
		color: #404040;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
	
#servicos .portfolio-thumb img.max-130{
	max-width:130px;
	margin:0 auto;
}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		
		background: rgba(173,47,9, 0.7);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .desc-imagem{
	position:absolute;
	bottom:15px;
	line-height:1.3;
	font-size:18px;
	left:20px;
}
#portfolio .portfolio-thumb .desc-imagem span{ font-size:14px;}
#portfolio .portfolio-thumb:hover>div.desc-imagem{display:none;}

#portfolio .portfolio-thumb .portfolio-overlay div {

    height: 100%;
    padding: 15px;
    border: solid 3px #fff;
}
.portfolio-overlay div p {
    margin: 0 0;
    padding: 0 0;
    line-height: 1.3;
}
.portfolio-overlay div p.manutencao{
	margin-top:20px;
}
.portfolio-overlay div p.manutencao span{
	font-weight:600;
}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: 600;
        margim-bottom: 10px;
	    font-size: 26px;
	
	}
#portfolio .portfolio-thumb .portfolio-overlay h4 span
	{
		font-weight: 600;
		padding-bottom: 10px;
		font-size:28px;
		
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 1;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #404040;
		color:#ffffff;
		padding: 50px 0;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #696969;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 40px;
	}
#contact input[type="submit"]
	{
		background: #575757;
		font-weight: 400;
		font-size:16px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		/*border-bottom: 1px solid #505050;*/
	    margin-bottom: 18px;
	    padding-bottom: 15px;
		margin-top: 30px;
		/*padding-top: 30px;*/
	}
#contact address a{
	color:#fff;
}
#contact address a:hover{
	color: #f58e31;
}

#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		/*border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;*/
		color:#676868;
		margin:0 5px 0;
	}
	
#contact address .fa.fa-angle-left{
	margin:0 5px 0 0;
}

#contact address .fa.fa-angle-right{
	margin:0 0 0 5px;
}

#contact address .fa.fa-envelope-o, #contact address .fa.fa-angle-right, #contact address .fa.fa-whatsapp{
	border-left:solid 1px #a3a3a3;
	margin-left:10px;
	padding-left:10px;
}


.endereco h4{
	float:left;
	margin:0 0;
	padding:0 0;
    line-height: 50px;
}
.endereco2 h4{
	float:right;
	margin:0 0;
	padding:0 0;
    line-height: 50px;
}
.endereco2 a{
	float:right;
}
.endereco a.fa, .endereco2 a.fa{
	color:#676868;
	font-size:50px;
	margin:0 20px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.endereco a.fa:hover, .endereco2 a.fa:hover{
	text-decoration:none;
    color: #f58e31;
	
}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
	font-weight: 400;
    font-size: 13px;
	}

#copyright p a{color:#404040;}
#copyright p a:hover, #copyright p.rodape-fernando a:hover{
	color:#f58e31;
}
#copyright p i.fa{
	color:#f58e31;
	margin:0 5px 0 12px;
	border-left:solid 1px #404040;
	padding-left:12px;
}
	
#copyright p.rodape-fernando, #copyright p.rodape-fernando a{
	color:#5e5e5e;
}
	
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		/*display: inline-block;*/
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #f58e31;
		border-color: transparent;
	}
/* end social icon */
.nopadding{padding:0 0;}
@media (min-width: 768px){
.navbar-right {
    margin-top: 65px;
}
img.imgmobile{display:none !important;}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: rgba(173,47,9, 0.7);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

}
/* end 360 media quires */

@media only screen and (max-width: 1199px) and (min-width: 768px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 5px;
	}
	.portfolio-overlay div p {
    margin: 0 0;
    padding: 0 0;
    line-height: 1;
    font-size: 11px;
}
#portfolio .portfolio-thumb .portfolio-overlay h4 {
    font-weight: 600;
    margim:3px 0;
    font-size: 17px;
}
.portfolio-overlay div p.manutencao {
    margin-top: 10px;
}
.min-height230{ min-height:235px;}
}


/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
	/* min-height: 300px; */
    padding-top: 20px;
    /* padding-bottom: 60px; */
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
		height: 70px;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	.navbar-default .navbar-brand {
    width: 180px;
	height: auto !important;
}
.navbar-brand>img {
    display: block;
    width: 100%;
	max-width:300px;
}

img.imgdesktop{display:none !important;}
.endereco h4, .endereco2 h4{
 font-size:14px;
}
.endereco a.fa, .endereco2 a.fa{
	text-align:center;
	margin: 0px 40px;
}
#servicos h4 {
    font-size: 16px;
 }
 .min-height230 {
    min-height: 265px;
}
h2{font-size:30px;}
header ul.social-icon{ width:100%; text-align:center; }
	header li span{ font-weight:400; font-size:14px;}
}
/* end 768 media quires */
@media only screen and (max-width: 990px) and (min-width: 768px) {

.navbar-default .navbar-nav li a {
    font-weight: 400;
    font-size: 14px;
    color: #404040;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    width: 240px !important;
}
.navbar-right {
    margin-top: 45px;
}
.navbar-brand img {
    width: 100%;
}
.navbar-collapse {
    margin-top: 0px;
}
header {
    font-size: 11px;
}
}
/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			/*min-height: 200px; */
    padding-top: 10px;
    padding-bottom: 10px;
		}
	#home h1
		{
			font-size: 32px;
		}
#empresa, #equipamentos, #contato {
    padding-top: 10px;
    padding-bottom: 30px;
}
h2 {
     padding-bottom: 20px;
}
#servicos, #portfolio {
    padding: 10px 0;
}

}
/* end 360 media quires */
/*Margens extras*/
@media only screen and ( min-width: 694px ) {
	
	br.non{display:none;}
	br.non3{display:none;}
}
@media only screen and ( max-width: 693px ) {
	p.topo{font-size:14px; text-align:center;}
	.fa.fa-angle-right.base	{border-left:none;}
	header ul.social-icon{ width:100%; text-align:center; }
	header li span{ font-weight:400; font-size:12px;}
	#copyright p{font-size:0.7em; text-align:center;}
	#copyright p i.fa{border-left:none; margin:0 4px 0 0; padding:0;}
	#contact address .fa.fa-envelope-o, #contact address .fa.fa-angle-right, #contact address .fa.fa-whatsapp {
     margin: 0 0;
	 border-left:none;
	 padding:0 0;
}
}
@media only screen and ( max-width: 560px ) {
	.endereco2 h4, .endereco h4 {
    float: none;
    text-align: center;
}
	.endereco a.fa, .endereco2 a.fa{
		margin:0 0;
		float:none;
	}
	.endereco, .endereco2{
		text-align:center;
	}
}


@media only screen and ( min-width: 386px ) {
	br.non2{display:none;}
}
@media only screen and ( max-width: 470px ) {
	p.topo{font-size:12px; text-align:center;}
	.fa.fa-envelope-o.base{border-left:none;}
	#portfolio .portfolio-thumb .portfolio-overlay{
		font-size:0.8em;}
		
}
.mtop30{ margin-top: 30px;}
