/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', verdana, arial, sans-serif;
    color: #4d4d4d;
    background: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0;
	padding: 0;
	
}

p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.6em;
}

a:link; a:hover, a:visited, a:active {
	margin:0;
	border:0;
	padding:0;
	color: #333;
	text-decoration: none;
	outline: 0;
}

.navbar {
    padding: 10px 0;
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 70px;
  padding: 0px 15px;
  font-size: 18px;

}

.navbar-brand h1{
  color: #fff;
  font-size: 20px;
  line-height: 70px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
	margin: 20px 0;
}

.navbar-custom, .top-nav-collapse, .nav.navbar-nav {
    background: #1e1e21;
}

.navbar-custom ul.nav li a {
	font-size: 16px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	text-align: right;
	font-weight: 500;	
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #1e1e21;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
	color: #f0a53b;
    color: rgba(255,255,255,0.0);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
	color: #f0a53b;
    background-color: rgba(255,255,255,0.0);
}

.navbar-toggle {
    padding: 9px 6px;
    font-size: 24px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
	color: #f0a53b;
}

.container-absolute {
	position: absolute; 
	right: 0;  
	left: 0;
	z-index: 1000;	
}

.container h2 {
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 50px 0;
}

@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}




/* ========================================= */

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.margintop-0{margin-bottom:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- Geral
============================ */

.interna {
	height: 110px;
    position: relative;
	background: #1e1e21;
}

/* ===========================
--- Intro
============================ */

.intro {
	width: 100%;
	height: 100%;
	position:relative;	
	background: #393848 url(../img/bg3.jpg) no-repeat top center;
}

.intro {
	padding:20% 0;
}

.intro .slogan {
	text-align: center;
}
.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #f0a53b;
	text-shadow: none;
	font-size: 48px;
	line-height: 72px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
}

.intro .slogan h4 {
	font-size: 22px;
	color: #fff;
}
.intro .scroolling {
	text-align: center;
}
.intro .scroolling a {
	width: 200px;
	font-size: 16px;
	font-weight: 600;
	margin-left: -100px;
	margin-top: 60px;
	color: #fff;
	line-height: 46px !important;
	text-align: center;
	position: absolute;
	border: 2px solid #fff;
	border-radius: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.intro .scroolling a:hover {
	color: #fff;
}

/* ===========================
--- Sobre
============================ */

.sobre {
	padding: 140px 0 0 0;
    position: relative;
	background: #fff;
}
.sobre h2 {
	color: #f0a53b;
	font-weight: 700;
}

/* ===========================
--- Video
============================ */

.video {
	padding: 100px 0 140px 0;
    position: relative;
	background: #fff;
}
.video h3 {
	color: #333333;
	font-weight: 700;
	margin-bottom:  40px;
}

/* ===========================
--- Servicos
============================ */

.servicos {
	padding: 140px 0 140px 0;
    position: relative;
	background: url(../img/bg-servicos.jpg) no-repeat;
	background-size: cover;
}
.servicos h2 {
	font-weight: 700;
	color: #f0a53b;
}
.servicos h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 20px 0 10px 0;
}
.servicos ul {
	height: 80px;
	background: url(../img/dot1.png);
	padding: 10px 0;
}
.servicos ul li {
	list-style: none;
	line-height: 18px;
	padding: 5px 0;
	color: #fff;
}

/* ===========================
--- Portfolio
============================ */

.portfolio {
	padding: 140px 0 0 0;
	background: #fff;
}
.portfolio h2 {
	color: #1e1e21;
}
.portfolio h3 {
	color: #1e1e21;
}


.maisprojetos {
	margin-top: 40px;	
}
.maisprojetos h3 {
	font-size: 32px;
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
	background: url(../img/traco.png) top no-repeat;
}

/* ===========================
--- Contato
============================ */

.contato {
	padding: 140px 0 120px 0;
    position: relative;
	color: #fff;
	background: #1e1e21;
}
.contato h2 {
	font-weight: 700;
	color: #f0a53b;
}
.contato h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
}


/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 0 0 30px 0 ;
	background: #101010;
	
}

footer p {
	color: #f8f8f8;
}


/* ===========================
--- Elementos
============================ */

.fright {
	float: right;	
}

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-mais {
	display: block;
	text-transform: uppercase;
	background: url(../images/icone-mais.png) no-repeat;
	padding-left: 36px;
	line-height: 28px;
}
.btn-mais:hover {
	color: #95181f;
	background: url(../images/icone-mais-hover.png) no-repeat;
}

.btn-mais-center {
	width: 260px;
	height: 28px;
	display: block;
	text-transform: uppercase;	
	margin: 0 auto;
	line-height: 28px;
}
.btn-mais-center a {
	font-size: 16px;
	display: block;
	text-align: center;
	padding-left: 36px;
	line-height: 28px;
	background: url(../images/botao-mais-traco.png) no-repeat;
}
.btn-mais-center a:hover {
	color: #95181f;
	text-decoration: none;	
	background: url(../images/botao-mais-traco-hover.png) no-repeat;
}


.btn-circle {
    width: 80px;
    height: 70px;
    font-size: 40px;
    color: #333333;
	background: #1e1e21;
	border-radius: 0 0 40px 40px;
}

.btn-circle.btn-dark {
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.redessociais img { width:48px; margin: 0 10px 0 0;}
.redessociais img:hover { opacity: 0.7}

/* Formulários */

	.form-contato {
		margin: 0 0 30px 0;	
	}

	.form-contato fieldset label {
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 36px;
		font-family: 'Open Sans', verdana, arial, sans-serif;
		font-weight: 500;
	}
	.form-contato fieldset label input {
		width: 100%;
		border: 0px;
		border-radius: 8px;
		padding: 4px 16px;
		font-size: 18px;
		margin: 2px 0px 6px 0px;
		color: #fff;
		background: #333333;
	}
	.form-contato input.botao {
		font-family: 'Open Sans', verdana, arial, sans-serif;
		font-weight: 600;
		font-size: 16px;
		border: 0px;
		border-radius: 8px;
		line-height: 42px;
		padding: 0 30px;		
		color: #1e1e21;
		background: #f0a53b;
		margin-top: 10px;
		cursor: pointer;
	}
	.form-contato fieldset label textarea {
		width: 100%;
		height: 120px;
		font-family: 'Open Sans', verdana, arial, sans-serif;
		font-weight: 500;
		font-size: 16px;
		padding: 12px;
		border: 0px;
		border-radius: 8px;
		margin: 2px 0px 6px 0px;
		color: #fff;
		background: #333333;
	}
	



/* Media queries */
	

@media(min-width:767px) {
	

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 10px 0;
        background-color: #1e1e21;
    }
	


}
@media (max-width:1200px) {		

		
}

@media (max-width:1000px) {	
	
	.navbar-brand img {
 		height: 36px;
	}	
	
	.servicos ul {
	margin: 0 0 30px 0;
	}
	
	.atendimentoinfo {
		margin: 50px 0 0 0;
		text-align: center;
	}
	
	
}

@media (max-width:768px) {	
.intro {
	height: 80%;
	min-height: 500px;
	background-size: cover;
}
.intro {
	padding:40% 0;
}

.intro .slogan {
	text-align: center;
	padding: 30px;
}
.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 20px;
}

.intro .slogan h4 {
	font-size: 20px;
	color: #fff;
}
.intro .scroolling {
	text-align: center;
}
.intro .scroolling a {
	margin-top: 40px;

}

	
}

@media (max-width:480px) {	
	
	.navbar-brand img {
 		height: 42px;
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}	
	
	.servicos h3 {
		letter-spacing: 0;
		font-size: 15px;
		
	}
	.servicos img {
		width: 120px;
	}
		
}

@media (max-width:320px) {
	.intro {
		min-height: 450px;
	}
	
	.intro .scroolling {
		display: none;
	}

	.navbar-brand img {
 		height: 36px;
	}
	
	
}