body,p,h1,h2,h3,h4,h5,h6,ul,li,form,label,input,textarea,button,img,address {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font: 14px 'Open Sans', sans-serif;
}

* {
	box-sizing: border-box;
}

html, body {overflow-x: hidden;}

a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.container {
	position: relative;
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}

/* --- header */
#header {
	background: #222;
	width: 100%;
	height: 117px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 90;
}
#header .container {
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
}
#header .logo {
	background: url(../img/sakaguti.png) no-repeat;
	background-size: contain;
	position: relative;
	width: 180px;
	height: 55px;
	font-size: 0;
	text-indent: -9999px;
	align-self: center;
}
#header .logo a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#menu {
	display: flex;
	list-style: none;
}
#menu li {
	margin: 0 0 0 32px;
	font-size: 12px;
	line-height: 117px;
	text-transform: uppercase;
}
#menu a {
	color: white;
	padding: 6px;
}
#menu .active {
	border-bottom: 2px solid #b7a680;
}
a.menu {display: none;}

/* --- content */
#content {
	background: white;
	margin: 117px 0 0;
}

/* --- home */
#home {
	background: url(../img/sakaguti.jpg) no-repeat center 0;
	height: 782px;
}
#home p {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	width: 400px;
	color: white;
	font-size: 15px;
	line-height: 150%;
}
#home p strong {
	padding-bottom: 15px;
	display: block;
	font-size: 55px;
	font-weight: 300;
	line-height: 100%;
}

/* --- sobre */
#sobre {
	background: #f4f8fb;
	padding: 125px 0 150px;
}
#sobre .container {
	padding: 0 60px;
}
#sobre h2 {
	position: relative;
	color: #2b303b;
	font-size: 38px;
	font-weight: 300;
}
#sobre h2:before {
	background: #c5b38a;
	width: 45px;
	height: 3px;
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
}
#sobre .text {
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#sobre .text p {
	width: 50%;
	color: #696f7c;
	font-size: 14px;
	padding-top: 21px;
	line-height: 150%;
}
#sobre .text p:nth-child(1),
#sobre .text p:nth-child(2) {padding-right: 65px;}
#sobre .text p:nth-child(3),
#sobre .text p:nth-child(4),
#sobre .text p:nth-child(5) {padding-left: 65px;}

/* --- advogados */
#advogados {
	background: url(../img/bg-advogados.jpg) no-repeat center 0;
	height: 796px;
	padding-top: 244px;
}
#advogados .item {
	color: white;
}
#advogados .item h3 {
	background: #b7a680;
	width: 460px;
	height: 270px;
	padding: 70px 60px 0;
	font-size: 21px;
	line-height: 100%;
	text-transform: uppercase;
}
#advogados .item h3 strong {
	display: block;
	font-size: 60px;
	font-weight: 300;
	line-height: 100%;
}
#advogados .item p {
	background: #b7a680;
	padding: 80px 340px 0 60px;
	height: 282px;
	font-size: 18px;
	line-height: 150%;
}
#advogados .owl-nav {
	position: absolute;
	width: 112px;
	height: 52px;
	right: 60px;
	bottom: 115px;
}
#advogados .owl-nav button span {
	background: url(../img/ico-nav.png) no-repeat;
	width: 52px;
	height: 52px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	line-height: 52px;
	position: absolute;
	left: 0;
	top: 0;
}
#advogados .owl-nav .owl-next span {
	background-position: right 0;
	left: auto;
	right: 0;
}
#advogados .owl-nav .disabled span {opacity: .4; cursor: default;}

/* --- atuacao */
#atuacao {
	background: #373534;
}
#atuacao h4 {
	position: relative;
	background: white;
	padding: 190px 60px 0;
	height: 374px;
	color: #373534;
	font-size: 60px;
	font-weight: 300;
	line-height: 100%;
	text-transform: uppercase;
}
#atuacao h4:before {
	background: white;
	position: absolute;
	right: 100%;
	top: 0;
	width: 370px;
	height: 100%;
	content: '';
}
#atuacao h4:after {
	background: url(../img/bg-atuacao.jpg) no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	width: 1092px;
	height: 100%;
	content: '';
	margin-left: -132px;
}
#atuacao .areas {
	display: flex;
	flex-wrap: wrap;
	padding: 75px 0;
}
#atuacao .areas ul {
	list-style: none;
	width: 100%;
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#atuacao .areas ul li {
	width: 30%;
	font-size: 26px;
	line-height: 250%;
}
#atuacao .areas ul li a {
	padding: 0 0 0 28px;
	display: block;
	color: white;
	position: relative;
	transition: color .25s;
}
#atuacao .areas ul li a:before {
	background: url(../img/ico-bullet.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}
#atuacao .areas ul li a:hover {
	color: #b7a680;
}
/*
#atuacao .box {
	width: 50%;
	color: white;
	padding: 0 0 0 60px;
}
#atuacao .box h5 {
	background-repeat: no-repeat;
	font-size: 32px;
	line-height: 90px;
	padding-left: 120px;
}
#atuacao .box:first-child h5 {background-image: url(../img/ico-criminal.png);}
#atuacao .box:last-child h5 {background-image: url(../img/ico-empresarial.png);}

#atuacao .box p {
	font-size: 18px;
	line-height: 150%;
	padding-left: 120px;
}
#atuacao .box ul {
	padding-left: 140px;
	padding-bottom: 25px;
}
#atuacao .box ul li {
	font-size: 18px;
	line-height: 150%;
}
*/

::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#e9e4d9;border-radius:0px}
::-webkit-scrollbar-thumb{background:#b7a680;border-radius:0px}

.popup {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	display: none;
}
.popup .close {
	background: url(../img/ico-close.png) no-repeat;
	width: 56px;
	height: 56px;
	position: absolute;
	right: 0;
	top: -56px;
	font-size: 0;
	text-indent: -9999px;
}
.popup .box {
	background: white;
	width: 820px;
	height: 700px;
	max-height: 90vh;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.popup .box .pop {
	display: none;
}
.popup .box .pop#atuacao1 {
	/*display: block;*/
}
.popup .box .pop .prev,
.popup .box .pop .next {
	background: url(../img/ico-nav.png) no-repeat;
	position: absolute;
	top: 19px;
	width: 52px;
	height: 52px;
}
.popup .box .pop .prev {background-position: left center; right: 79px;}
.popup .box .pop .next {background-position: right center; right: 19px;}

.popup .box .pop#atuacao1 .prev,
.popup .box .pop#atuacao6 .next {opacity: .4; cursor: default;}

.popup .box .pop h5 {
	background: #b7a680;
	color: white;
	font-size: 30px;
	line-height: 90px;
	padding: 0 60px;
}
.popup .box .pop .scroll {
	position: absolute;
	top: 97px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	overflow: auto;
	padding: 50px 53px;
}
.popup .box .pop p {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 25px;
}
.popup .box .pop ul {
	list-style: none;
}
.popup .box .pop ul li {
	font-size: 16px;
	line-height: 150%;
}

/* --- contato */
#contato {
	padding: 150px 0;
}
#contato .container {
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
}
#contato .info {
	width: 300px;
	color: #373534;
}
#contato .info h6 {
	font-size: 60px;
	font-weight: 300;
	line-height: 100%;
	text-transform: uppercase;
}
#contato .info p,
#contato .info address {
	background-position: 0 35px;
	background-repeat: no-repeat;
	padding: 30px 0 0 50px;
	line-height: 200%;
}
#contato .info p {background-image: url(../img/ico-phone.png);}
#contato .info address {background-image: url(../img/ico-local.png);}

#contato .info p a {
	color: #373534;
	border-bottom: 1px dotted #373534;
}
#contato .info p a:hover {
	border-bottom-style: solid;
}
#contato .info p strong,
#contato .info address strong {
	display: block;
	text-transform: uppercase;
}
#contato .form {
	width: 490px;
}
#contato .form form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	padding-bottom: 70px;
}
#contato .form .form-group {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 60px;
	margin: 10px 0 0 10px;
}
#contato .form .form-group.mid {
	width: 235px;
}
#contato .form .form-group.msg {
	height: 160px;
}
#contato .form input,
#contato .form textarea {
	border-radius: 3px;
	border: 1px solid #373534;
	padding: 0 20px;
	width: 100%;
	height: 60px;
	line-height: 125%;
	position: relative;
	z-index: 3;
}
#contato .form textarea {
	resize: none;
	overflow: auto;
	height: 158px;
	padding: 20px;
}
#contato .form .error {border-color: red;}
#contato .form .error+label {color: red;}

#contato .form label {
	background: white;
	padding: 0 10px;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
	transition: all .25s;
}
#contato .form .msg label {top: 25px;}
#contato .form input:placeholder-shown+label,
#contato .form textarea:placeholder-shown+label {
	opacity: .7;
}
#contato .form input:not(:placeholder-shown)+label,
#contato .form textarea:not(:placeholder-shown)+label,
#contato .form input:focus+label,
#contato .form textarea:focus+label {
	z-index: 4;
	font-size: 12px;
	top: 0;
	opacity: 1;
	transform: translateY(-50%);
}
#contato .form input::-webkit-input-placeholder,
#contato .form textarea::-webkit-input-placeholder {
  color: transparent
}
#contato .form input:-moz-placeholder,
#contato .form textarea:-moz-placeholder {
  color: transparent
}
#contato .form input::-moz-placeholder,
#contato .form textarea::-moz-placeholder {
  color: transparent
}
#contato .form input:-ms-input-placeholder,
#contato .form textarea:-ms-input-placeholder {
  color: transparent
}
#contato .form button {
	border-radius: 3px;
	background: #b7a680;
	width: 156px;
	height: 58px;
	cursor: pointer;
	color: white;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	bottom: 0;
}
#contato .form .load {
	border-radius: 3px;
	background: #b7a680 url(../img/load.gif) no-repeat center center;
	width: 156px;
	height: 58px;
	cursor: default;
	position: absolute;
	right: 0;
	bottom: 0;
}
#contato .form .alert {
	margin: 10px 0 20px 10px;
	border-radius: 3px;
	padding: 15px 20px;
	color: #222;
	width: 480px;
	background-color: #ccc;
	border: 1px solid gray;
}
#contato .form .alert p {
	font-size: 14px;
	line-height: 125%;
}
#contato .form .alert-error {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
#contato .form .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* --- footer */
#footer {
	background: #373534;
	padding: 60px 0;
}
#footer .container {
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
}
#footer nav {
	display: flex;
	width: 400px;
	justify-content: space-between;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	font-size: 13px;
	line-height: 200%;
}
#footer ul.social li {
	background-repeat: no-repeat;
	line-height: 24px;
	margin-bottom: 10px;
}
#footer ul.social li.facebook,
#footer ul.social li.linkedin {padding-left: 34px;}
#footer ul.social li.facebook {background-image: url(../img/ico-facebook.png);}
#footer ul.social li.linkedin {background-image: url(../img/ico-linkedin.png);}

#footer ul li strong {
	display: block;
	color: #f6f7fa;
	font-weight: 600;
	padding-bottom: 20px;
}
#footer ul li a {
	color: #f6f7fa;
}
#footer ul li a:hover {
	border-bottom: 1px dotted white;
}
#footer form {
	width: 480px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
#footer form label {
	width: 100%;
	display: block;
	color: #f6f7fa;
	font-size: 13px;
	font-weight: 600;
	line-height: 200%;
	padding-bottom: 25px;
}
#footer form input {
	border-radius: 3px 0 0 3px;
	background: #f6f7fa;
	width: 400px;
	height: 58px;
	padding: 0 20px;
}
#footer form button {
	border-radius: 0 3px 3px 0;
	background: #b7a680 url(../img/ico-check.png) no-repeat center center;
	width: 80px;
	height: 58px;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
}
#footer .alert {
	margin: 10px 0 20px;
	border-radius: 3px;
	padding: 15px 20px;
	color: #222;
	width: 480px;
	background-color: #ccc;
	border: 1px solid gray;
}
#footer .alert p {
	font-size: 14px;
	line-height: 125%;
}
#footer .alert-error {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
#footer .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}