@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

body {
	font-family: Raleway, Sans-serif;
	font-size: 18px;
	color: #4c4c4c;
}


a {	
	text-decoration: none!important;
}
a.saiba-mais {
	text-transform: uppercase;
	opacity: .8;
	transition: all .3s;
}
a.saiba-mais:hover {
	opacity: 1;
}

h1, h2, h3, h4 {
	font-family: Raleway;
	font-weight: 600;
}
h2 {
	font-size: 34px;
	text-transform: uppercase;
}

form input.form-control,
form textarea.form-control {
	background: rgba(0,0,0,.6);
	color: white;
	border: 1px solid white;
	border-radius: 0;
	resize: none;
}
form button[type=submit] {
	border: none;
	background: none;
	color: white;
}

.btn-home {
	margin-top: -5px;
}

.mt-20 {
	margin-top: 20px;
}
.mt-50 {
	margin-top: 50px;
}

.uppercase {
	text-transform: uppercase;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #969798;
	border-bottom: 2px solid black;
	z-index: 999;
}
#header .logo {
	display: block;
	width: 150px;
	height: 50px;
	margin: 15px auto;
	background: url(../images/q-s-advogados.png) center center no-repeat;
	background-size: contain;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#header #nav {
	margin: 0 auto;
	text-align: center;
}
#header #nav ul {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}
#header #nav ul li {
}
#header #nav ul li a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 1;
	transition: all .3s;
}
#header #nav ul li a:hover {
	opacity: .6;
}


.owl-carousel {
	display: block;
}
#destaque,
.destaque .item {
	position: relative;
	height: 600px;
	background: center top;
	background-size: cover;
}
.destaque .item .content {
	position: relative;
	max-width: 890px;
	padding-top: 100px;
	margin: 0 auto;
}
.destaque .item .content {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: white;
	text-shadow: rgba(0,0,0,.4) 7px 7px 9px;
}
.destaque .down {
	position: absolute;
	left: 50%;
	bottom: 200px;
	font-size: 50px;
	color: white;
	opacity: .3;
	transform: translateX(-50%);
	z-index: 1;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}


#quem-somos {
	position: relative;
	padding: 80px 0;
}
#quem-somos h2 {
	margin: 0 0 80px;
	color: #696969;
}
#quem-somos img {
	max-width: 100%;
}
#quem-somos h3 {
	margin-top: 0;
	font-size: 26px;
	font-weight: 600;
	color: #525252;
}
#quem-somos p {
	font-size: 17px;
	color: #525252;
}


#equipe {
	padding: 80px 0;
	background: #c6c7c8 url(../images/qs-q-s-advogados-equipe-background.gif) center 60px no-repeat;
	background-size: contain;
}
#equipe h2 {
	color: #505050;
	font-size: 34px;
	margin-bottom: 80px;
}
#equipe h3 {
	font-size: 22px;
	font-weight: 700;
	color: #222121;
	margin-bottom: 30px;
}
#equipe p {
	font-size: 17px;
	font-weight: 500;
	color: #303030;
}
#equipe p span.bullet:before {
	content: '>';
	display: inline-block;
	position: relative;
	width: 15px;
	margin: 0 0 0 -15px;
	font-size: 14px;
	vertical-align: top;
}
#equipe p a {
	display: inline-block;
	font-size: 14px;
	color: inherit;
}
#equipe p a .fa {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

#contato {
	padding: 80px 0;
	background: #565656;
}
#contato .container {
	max-width: 830px;
}
#contato h2 {
	color: #FFFFFF;
	font-size: 34px;
	margin-bottom: 35px;
}
#contato p {
	color: #cfcfcf;
}
#contato form {
	margin: 50px auto;
	max-width: 300px;
}
#contato iframe {
	margin: 50px auto 15px;
}
#contato p.social {
	margin: 20px 5px 0;
	font-size: 18px;
}
#contato p.social a {
	display: inline-block;
	width: 34px;
	padding-top: 4px;
	margin: 0 5px;
	line-height: 30px;
	color: white;
	border: 1px solid white;
	opacity: .6;
	transition: all .3s;
}
#contato p.social a:hover {
	opacity: 1;
}

#footer {
	background: #969798;
}
#footer .container-fluid {
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer .logo {}
#footer ul {
	margin: 55px 0;
	padding: 0; 
	list-style: none;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer ul li a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 1;
	transition: all .3s;
}
#footer ul li a:hover {
	opacity: .6;
}
#footer .copy {
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
}

@media (max-width: 767px) {

	#header #nav {
		display: none;
	}
	#destaque,
	.destaque .item {
		height: 450px;
	}
	.destaque .item .content {
		padding: 75px 30px 0;
		font-size: 20px;
	}

	.destaque .down {
		position: absolute;
		bottom: 50px;
	}

	#quem-somos h2 {
		margin: 0 0 40px;
	}
	#quem-somos img {
		margin-bottom: 20px;
	}
	#quem-somos h3 {
		margin-top: 0;
		font-size: 26px;
	}
	#quem-somos p {
		font-size: 17px;
	}

	#equipe {
		background-position: center 40px;
	}
	#equipe .container {
		padding: 0 30px;
	}

	#footer .logo,
	#footer ul {
		display: none;
	}
}
@media (min-width: 768px) {

	#header .logo {
		margin: 65px auto 45px;
		width: 288px;
		height: 95px;
	}
	#header.fixed .logo {
		margin: 35px auto 20px;
		width: 288px;
		height: 60px;	
	}
	#header #nav {
		padding-bottom: 15px;
	}
	#header #nav ul {
		display: inline-block;
		width: auto;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#header #nav ul li {
		display: inline-block;
	}
	#header #nav ul li a {
		margin: 0 20px;
	}

}