@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(home.css);

/* GLOBAIS */

a {
}

a:link, a:visited {
	text-decoration: none;
	color:#666;
}

a:hover {
	text-decoration: none;
	color:#666;
}

a:active {
	text-decoration: none;
	color:#666;
}

body {
	margin: 0px;
	background-color: #f8f8f8;
	font-family: 'Lato', sans-serif;
	color: #333;
}

.container.main{position: relative;max-width: 1124px;}

.margin-bottom-50 {
	margin-bottom: 50px;
}

h1 {
	font-size: 1.5em;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}

h1 > strong {
	font-weight: 700;
}

p{font-size: 16px}

.carousel {
	margin-bottom: 20px;
}

.divisor-horizontal-conteudo {
	position: relative;
	width: 100%;
	height: 2px;
	background: rgba(221, 221, 221, 0.6);
	border-bottom: solid 1px #ffffff;
	margin: 10px 0 20px 0px;
}

.row-flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}

.column-flex {
  align-items: stretch;
  align-self: stretch;
}

/* ESTRUTURA */

#topo {
	position: relative;
	width: 100%;
	height: 98px;
	background-image: url(../img/layout/barra-topo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}

#logo-west {
	position: absolute;
	top: -15px;
	left: 24px;
	width: 250px;
	height: 186px;
	background-image: url(../img/layout/logo-west.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

#logo-west.logo-west-responsive {display: none}

.navbar {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

.navbar-inverse .navbar-collapse{
	position: relative;
}

.navbar-nav {
	padding: 32px 0 16px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.06);
}

.navbar-nav>li>a {
	font-size: 15px;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}

#sombra-esquerda {
	position: absolute;
	width: 30px;
	height: 590px;
	background: url(../img/layout/sombreado-esquerdo.png) no-repeat 0 0;
	left: -25px;
}
#sombra-direita {
	position: absolute;
	width: 31px;
	height: 590px;
	background: url(../img/layout/sombreado-direito.png) no-repeat 0 0;
	right: -25px;
}

.title-custom,
.title-custom-home {
	text-transform: uppercase;
	color: #545454;
	font-weight: 300;
	line-height: 1.3em;
	position: relative;
}

.title-custom:after {
	content: "";
	display: table;
	width: 80px;
	height: 3px;
	background-color: #F1C000;
	position: absolute;
	bottom: 0;
}

.title-custom strong{color: #2f2f2f;}

.carousel-indicators {display: none;}

.footer{position: fixed;text-align: center;padding: 0 0 20px;width: 100%;bottom: 0;background-color: #f8f8f8;}

.img-inner-empresa{float: left;}

/* Margins */
.mt-0 { margin-top: 0; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mr-0 { margin-right: 0; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.mr-60 { margin-right: 60px; }
.mr-70 { margin-right: 70px; }
.mr-80 { margin-right: 80px; }
.mr-90 { margin-right: 90px; }
.mr-100 { margin-right: 100px; }
.mb-0 { margin-bottom: 0; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.ml-0 { margin-left: 0; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.ml-50 { margin-left: 50px; }
.ml-60 { margin-left: 60px; }
.ml-70 { margin-left: 70px; }
.ml-80 { margin-left: 80px; }
.ml-90 { margin-left: 90px; }
.ml-100 { margin-left: 100px; }

/* Paddings */
.pt-0 { padding-top: 0; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }
.pr-0 { padding-right: 0; }
.pr-10 { padding-right: 10px; }
.pr-20 { padding-right: 20px; }
.pr-30 { padding-right: 30px; }
.pr-40 { padding-right: 40px; }
.pr-50 { padding-right: 50px; }
.pr-60 { padding-right: 60px; }
.pr-70 { padding-right: 70px; }
.pr-80 { padding-right: 80px; }
.pr-90 { padding-right: 90px; }
.pr-100 { padding-right: 100px; }
.pb-0 { padding-bottom: 0; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pl-0 { padding-left: 0; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-40 { padding-left: 40px; }
.pl-50 { padding-left: 50px; }
.pl-60 { padding-left: 60px; }
.pl-70 { padding-left: 70px; }
.pl-80 { padding-left: 80px; }
.pl-90 { padding-left: 90px; }
.pl-100 { padding-left: 100px; }

@media only screen and (max-width: 767px) {

	#logo-west {display: none}
	#logo-west.logo-west-responsive {
		display: block;
		width: 156px;
		height: 116px;
		background-size: 156px auto;
		z-index: 10;
		top: 0;
	}

	.navbar-toggle {
		margin-top: 40px;
		margin-bottom: 25px;
		border: none;
		border-radius: 0;
	}

	.navbar-inverse .navbar-collapse {
		border-color: transparent;
		background-color: #2f2f2f;
	}

	.navbar-nav {
		padding-top: 16px;
	}

	.title-custom {
		text-align: center;
	}

	.form-group {
		
	}

	.btn {
		display: block;
		width: 100%;
	}

	.box {
		text-align: center;
		padding-right: 20px;
		padding-left: 20px;
	}

	.box .imagem {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}

	#sombra-direita,#sombra-esquerda{display: none;}

	.text-center-responsive {text-align: center;}

	.title-custom:after {
		left: 50%;
    transform: translateX(-50%);
	}

	.pull-left{float: none !important;}

	.col-md-6.col-sm-6{width: 100%}

	/* Margins */
	.mt-res-0 { margin-top: 0; }
	.mt-res-10 { margin-top: 10px; }
	.mt-res-20 { margin-top: 20px; }
	.mt-res-30 { margin-top: 30px; }
	.mt-res-40 { margin-top: 40px; }
	.mt-res-50 { margin-top: 50px; }
	.mt-res-60 { margin-top: 60px; }
	.mt-res-70 { margin-top: 70px; }
	.mt-res-80 { margin-top: 80px; }
	.mt-res-90 { margin-top: 90px; }
	.mt-res-100 { margin-top: 100px; }
	.mr-res-0 { margin-right: 0; }
	.mr-res-10 { margin-right: 10px; }
	.mr-res-20 { margin-right: 20px; }
	.mr-res-30 { margin-right: 30px; }
	.mr-res-40 { margin-right: 40px; }
	.mr-res-50 { margin-right: 50px; }
	.mr-res-60 { margin-right: 60px; }
	.mr-res-70 { margin-right: 70px; }
	.mr-res-80 { margin-right: 80px; }
	.mr-res-90 { margin-right: 90px; }
	.mr-res-100 { margin-right: 100px; }
	.mb-res-0 { margin-bottom: 0; }
	.mb-res-10 { margin-bottom: 10px; }
	.mb-res-20 { margin-bottom: 20px; }
	.mb-res-30 { margin-bottom: 30px; }
	.mb-res-40 { margin-bottom: 40px; }
	.mb-res-50 { margin-bottom: 50px; }
	.mb-res-60 { margin-bottom: 60px; }
	.mb-res-70 { margin-bottom: 70px; }
	.mb-res-80 { margin-bottom: 80px; }
	.mb-res-90 { margin-bottom: 90px; }
	.mb-res-100 { margin-bottom: 100px; }
	.ml-res-0 { margin-left: 0; }
	.ml-res-10 { margin-left: 10px; }
	.ml-res-20 { margin-left: 20px; }
	.ml-res-30 { margin-left: 30px; }
	.ml-res-40 { margin-left: 40px; }
	.ml-res-50 { margin-left: 50px; }
	.ml-res-60 { margin-left: 60px; }
	.ml-res-70 { margin-left: 70px; }
	.ml-res-80 { margin-left: 80px; }
	.ml-res-90 { margin-left: 90px; }
	.ml-res-100 { margin-left: 100px; }

	/* Paddings */
	.pt-res-0 { padding-top: 0; }
	.pt-res-10 { padding-top: 10px; }
	.pt-res-20 { padding-top: 20px; }
	.pt-res-30 { padding-top: 30px; }
	.pt-res-40 { padding-top: 40px; }
	.pt-res-50 { padding-top: 50px; }
	.pt-res-60 { padding-top: 60px; }
	.pt-res-70 { padding-top: 70px; }
	.pt-res-80 { padding-top: 80px; }
	.pt-res-90 { padding-top: 90px; }
	.pt-res-100 { padding-top: 100px; }
	.pr-res-0 { padding-right: 0; }
	.pr-res-10 { padding-right: 10px; }
	.pr-res-20 { padding-right: 20px; }
	.pr-res-30 { padding-right: 30px; }
	.pr-res-40 { padding-right: 40px; }
	.pr-res-50 { padding-right: 50px; }
	.pr-res-60 { padding-right: 60px; }
	.pr-res-70 { padding-right: 70px; }
	.pr-res-80 { padding-right: 80px; }
	.pr-res-90 { padding-right: 90px; }
	.pr-res-100 { padding-right: 100px; }
	.pb-res-0 { padding-bottom: 0; }
	.pb-res-10 { padding-bottom: 10px; }
	.pb-res-20 { padding-bottom: 20px; }
	.pb-res-30 { padding-bottom: 30px; }
	.pb-res-40 { padding-bottom: 40px; }
	.pb-res-50 { padding-bottom: 50px; }
	.pb-res-60 { padding-bottom: 60px; }
	.pb-res-70 { padding-bottom: 70px; }
	.pb-res-80 { padding-bottom: 80px; }
	.pb-res-90 { padding-bottom: 90px; }
	.pb-res-100 { padding-bottom: 100px; }
	.pl-res-0 { padding-left: 0; }
	.pl-res-10 { padding-left: 10px; }
	.pl-res-20 { padding-left: 20px; }
	.pl-res-30 { padding-left: 30px; }
	.pl-res-40 { padding-left: 40px; }
	.pl-res-50 { padding-left: 50px; }
	.pl-res-60 { padding-left: 60px; }
	.pl-res-70 { padding-left: 70px; }
	.pl-res-80 { padding-left: 80px; }
	.pl-res-90 { padding-left: 90px; }
	.pl-res-100 { padding-left: 100px; }
}
