*{
	margin:0;
	padding: 0;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

iframe{
	max-width: 100%;
	height: 380px;
}

h1,h2,h3,h4,h5,h6{ font-weight: bold; }
span {color: #b20000;}
.color-white{ color:#fff; }

.breadcrumb { background-color: transparent; }
.breadcrumb li a{ color:#fff; }
.breadcrumb li a:hover, .breadcrumb li a:visited{ color:#fff; }
.breadcrumb > .active {
	color:#d8d3d3;
}

.panel-default > .panel-heading {
	background-color: transparent;
}

body{ font-family: 'Open Sans', sans-serif; }

.banner-home{
	background: url(../img/bg-home.jpg) no-repeat fixed 0 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	height: 608px;	
}
.banner-sobre{
	background: url(../img/bg-sobre.jpg) no-repeat fixed 0 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	height: 608px;	
}
.banner-dicas{
	background: url(../img/bg-dicas.jpg) no-repeat fixed 0 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	height: 608px;	
}
.banner-contato{
	background: url(../img/bg-contato.jpg) no-repeat fixed 0 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;
	height: 608px;	
}
#bg-nav{
	background: rgba(0,0,0,0.5);
	border: 0;
	height: 80px;
}

.titulo{
	margin-top: 200px;
	color:#fff;
}
.titulo h3{
	font-size: 2.6em;
}

.navbar-brand > img{ width: 220px; }

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: #b20000;
}
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-default .navbar-toggle{ border:none; }
.navbar-nav{ margin:0; }

#navbar{
	margin-top: 10px;
	z-index: 1;
	position: relative;
	margin-left: 35%;
	border:none;
}

ul.nav li a{ color:#fff!important; }

.fone-destaque{ 
	margin-top: -45px;
	width: 160px;
    line-height: 1.4em;
    position: relative;
    height: 105px;
    background: transparent;	
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background: none;
}
.fone-destaque span{
	color:#fff;
	font-weight: bold;
}
.fone-destaque strong{
	color: #ff7373;
	font-weight: bold;
	font-size: 1.45em;
}
.msg{
	position: absolute;
	display: block;
	margin-top: 100px;
	margin-left: 7%;
}
.msg h2{
	padding: .8em .8em;
	background: #b20000;
	color:#fff;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: -0.4em;
}
.msg h4{
	padding: .8em .8em;
	background-color: #000;
	color:#fff;
	font-size: 1.2em;
	font-weight: normal;
}

.sobre h2{font-weight: bold;}
.sobre h2 span{color:#b20000;}

section.servicos{
	margin-top:5em; 
	background-color: #2a2a2a;
	padding: 2% 2%;
}
section.servicos h2{
	color:#fff;
	font-size: 1.8em;
	font-weight: bold;
}
section.servicos h2 span{color: #b20000;}
section.servicos .ilustracao{
	padding: 5%;
}
section.servicos .ilustracao figure{max-width: 100%;}
section.servicos .descricao{
	padding: 10%;
}
section.orcamento{
	background-color: #eaeaea;
	padding: 2%;
}
section.orcamento span{
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}

/* FORMULARIO CONTATO */
.dados-form p{
	font-size: 16px;
	font-weight: 500;
}
.dados-form i{
	font-size: 28px;
	color:#b20000;
}

.form-bg input[type="text"], 
.form-bg input[type="email"], 
.form-control, 
.form-bg textarea {
    width: 100%!important;
    padding: 8px 10px!important;
    font-weight: normal;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    color: #333 !important;
    outline: none;
    font-size: 1em;
    margin: 1em 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.form-bg textarea {
	resize:none;
}
.form-control {
    box-shadow:none;
}
.form-control option {
    background: #000;
}
.form-control:hover,.form-control:focus{
    outline:none;
	box-shadow:none;
	border-bottom: 2px solid rgb(218, 202, 224);
}
.form-bg input[type="submit"]:hover {
    background: #ffffff;
    color: #000;
}
.form-bg input[type="submit"] {
    background: rgba(255, 255, 255, 0);
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 3em;
    border: 1px solid #b90000;
    outline: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 40px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.form-bg {
    padding: 3em 2em;
    width: 90%;
    margin: 3em 1em;
    background-color:#eaeaea;
    text-align: center;
}
.form-bg h3 {
    font-size: 2em;
    letter-spacing: 2px;
    margin-bottom: 1em;
	color:#333;
}

/* PAGINA CONFIRMACAO ENVIO */
.obg{ color:#333; }

.obg a{
	color:#b90000;
	text-decoration: none;
	font-size: 1em;
}
.obg a:hover, a:visited{
	font-weight: bold;
}


footer{
	padding:3% 2%;
	background-color: #2a2a2a;
}
footer p{
	margin-top:3%;
	font-size: .9em;
	line-height: 1.6em;
	color:#bbb;
}
footer span.tel{
	font-size: 2.2em;
	color:#fff;
	font-weight: bold;
}
footer h6{
	font-size: 1.1em;
	color:#fff;
	font-weight: bold;
}
footer ul li a{
	color:#bbb;
	line-height: 1.6em;
}
footer ul li a:hover{
	color:#fff;
	text-decoration: none;
}
footer div.box-i{
	width: 40px;
	height: 40px;
	text-align: center;
	background: #f5232e;
}
footer div.box-i i{
	color: #fff;
	font-size: 1.5em;
	line-height: 1.8em;
}
.cor-branco{
	color:#fff;
	font-weight: bold;
}
section.dev{
	padding:1% 1%;
	background-color: #333;
}


/* MEDIA QUERIES */

@media screen and (max-width: 767px){
	.nav > li { border-bottom: 1px solid #ccc; }
	.nav > li:last-child{ border:none; }
	#navbar{
		margin-top: 31px;
		z-index: 1;
		position: relative;
		background-color: rgba(100, 100, 100, 0.72);
		margin-left: -15px;
	}
	.msg{ margin-left: 0; }
	.msg h2 {font-size: 1.2em;}
	.dados-form p{ font-size: 14px;	}
	.dados-form i{
		font-size: 22px;
		color:#b20000;
	}
	iframe{
		max-width: 100%;
		height: 250px;
	}
	.obg h1{ font-size: 1.4em; }
	.obg h3{ font-size: 1em; }
	.obg a{
		display: block;
		background-color: #b90000;
		padding: 2% 1%;
		text-align: center;
		color:#fff;
	}
	footer {
    	padding: 8% 2%;
    	background-color: #2a2a2a;
	}
}