/**
 *
 * Folha de estilos customizada
 *
 * Autor: Infinito Web Sites
 * URL do Autor: http://www.infinitowebsites.com.br
 *
**/

/*******************************************************
 * CORPO, FONTES & GERAL
*******************************************************/

body {
	background: #FFFFFF;
	font-weight: 300;
	color: #333;
  overflow-x: hidden;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

img { max-width: 100%; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
a, .btn, .form-control, label {
	font-weight: 300;
}

h1 { 
	font-size: 48px;
	margin: 40px 0 0;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-size: 22px;
  font-weight: bold;
	color: #444444;
	font-family: 'Raleway', sans-serif;
}

h3 {
	font-size: 20px;
  font-weight: bold;
	color: #444444;
	font-family: 'Raleway', sans-serif;
}

span {
	font-size: 14px;
	color: #444444;
}

hr {
	border-top: 1px solid #DDDDDD;
	margin: 15px 0 50px;
}

a {	
	color: #878787;
	border: none;
}

a, a:hover,
a *, a:hover * {
	transition: 0.3s;
	opacity: 1;
	cursor: pointer;
	text-decoration: none;
	border: none;
}

a:hover, a:hover * {	opacity: 0.7; }

/*******************************************************
 * BOTÕES E FORMS
*******************************************************/

#form-contato {  max-width: 500px; }
.form-inner { margin-bottom: 10px; }

.form-group {	margin: 5px 0; }

.form-control {
  	border-radius: 0;
  	padding: 20px 10px;
  	font-size: 20px;
  	border: none;
    box-shadow: none;
  	border-bottom: 1px solid #BBBBBB;
}

.btn { border-radius: 0; }

.btn.btn-default {
  background-color: transparent;
  border-color: #FFF;
  border-radius: 0;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
}

.btn.btn-danger {
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
}

input[type="file"] {
    display: block;
    border: 0;
    font-size: 13px;
}

/*******************************************************
 * CLASSES COMUNS
*******************************************************/

p.lead { font-size: 28px; }

.well {
    border-radius: 0;
    border: 0;
    background: #FDDFDF;
}

.panel.panel-default {
    border-radius: 0;
    margin-bottom: 15px;
}

.panel-default>.panel-heading {
    background-color: #FF4643;
    border: 0;
    color: #FFF;
    text-transform: uppercase;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    position: relative;
    margin-left: 20px;
}

.panel-title::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: -20px;
    top: 2px;
}

/*******************************************************
 * SPRITES CSS
*******************************************************/

.icon { background-image: url('../img/sprites.png'); background-repeat: no-repeat; display: inline-block; }
.icon:hover { text-decoration: none; }

.icon-contato-preto { background-position: 0 0;  width: 50px; height: 47px; }
.icon-contato-branco { background-position: 0 -55px;  width: 50px; height: 48px; }
.icon-localizacao { background-position: -11px -120px;  width: 29px; height: 40px; }

/*******************************************************
 * CABECALHO
*******************************************************/

#cabecalho {
    position: relative;
    height: 500px;
    background-color: #FFF;
    background-image: url( '../img/detalhe-triangulos.png'), url( '../img/headers/1.jpg' );
    background-position: center right, center;
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.header-inner {
    background-color: #FC4541;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    box-shadow: 0 1px 1px #555;
    top: 0;
    z-index: 999;
    box-shadow: ;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.header-left {
    background: #FFF;
    margin: -10px 0 -30px;
    padding: 15px 0;
    position: relative;
    box-shadow: 0 1px 1px #555;
}

.header-left::before {
    content: "";
    width: 300%;
    height: 100%;
    background: #FFF;
    left: -300%;
    top: 0;
    position: absolute;
    box-shadow: 0 1px 0px #555;
}

.header-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: -103px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 111px 103px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

#main-menu { margin-top: 23px; }
#main-menu .nav li a {	
  color: #FFF;
 	font-style: normal;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0;
  padding: 0px 15px;
}

#main-menu .nav li.active a {
  color: #FFF;
  font-weight: bold;
  background: transparent;
}

.logo {	padding: 10px; }

/*******************************************************
 * RODAPÉ
*******************************************************/

#footer {
    margin-top: 50px;
    background: #FAFAFA url( '../img/detalhe-triangulos.png' ) no-repeat center right;
    border-top: 2px solid #DDD;
    padding-top: 50px;    
}

#footer #footer-inner {
    background-color: transparent;
    color: #FFF;    
    overflow: hidden;
}

#footer #footer-inner small {
  	color: #FFFFFF;
  	font-size: 11px;
    vertical-align: super;
}

#footer-inner .row > .col-md-8 { background: #FF4643; }

.footer-inner-bkg {
    background: #FF4643;
    padding: 20px 0;
}

.footer-inner-bkg::before {
    width: 100%;
    left: -100%;
    background: #FF4643;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}

.footer-inner-bkg::after {
    content: "";
    position: absolute;
    top: 0;
    right: -250px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 250px 0 0 250px;
    border-color: transparent transparent transparent #ff4643;
}

#footer h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

#footer a { color: #FFF; }

.footer-inner-bkg p, .footer-inner-bkg address,
.footer-inner-bkg .media-heading { font-size: 14px; }

/*******************************************************
 * PÁGINAS
*******************************************************/

.page-header {
    padding-bottom: 20px;
    margin: -90px 0 50px;
    border-bottom: 4px solid #FFC5C5;
    background: transparent;
}

.page-title {
    display: inline-block;
    background: #FFF;
    z-index: 2;
    position: relative;
    padding: 20px 0 20px;
}

.page-title::before {
    content: "";
    position: absolute;
    width:200%;
    height: 100%;
    background: #FFF;
    left: -200%;
    top: 0;
}

.page-title::after {
    content: "";
    position: absolute;
    right: -90px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 0 0 90px;
    border-color: transparent transparent transparent #FFF;
}

.page-title h2 {
    margin: 0;
    font-size: 42px;
    font-weight: bold;
}

/* Home */

.home > article { position: relative; }

#home-slider .slide-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

#home-slider .carousel-caption { padding-bottom: 50px; }
#home-slider .carousel-indicators { bottom: 30px; }


.home-highlights { margin: -30px 0 50px; }

.home-item {
    background: #FFF;
    padding: 20px;
    font-size: 14px;
    box-shadow: 0 1px 1px #999;
    height: 480px;
}

.col-md-4:last-child .home-item { padding: 0; }
.col-md-4:first-child .home-item {
    background: #FF4643;
    color: #FFF;
}

.col-md-4:first-child .home-item h2 { color: #FFF; }

.home-item h2 {
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 20px;
}



/*servicos*/
.servico {
    background: #EEEEEE;
    text-align: center;
    height: 285px;
    margin: 0 -12px 5px;
    padding: 50px 10px 20px;
}

.icon-holder {
    height: 120px;
    margin: 15px 0 30px;
}

.servico p { font-weight: bold; }

/* portfolio */

.cliente {
    float: left;
    margin: 10px;
}

/* contato */

.media { margin-bottom: 50px; }
.media-heading { margin-bottom: 20px; }
.media .pull-left {
    width: 60px;
    text-align: center;
    margin-left: -10px;
}


/*******************************************************
 * AJUSTES RESPONSIVOS
*******************************************************/
