/*
Theme Name: J7
Theme URI: http://www.j7.com.br
Description: Template para site J&
Author: Rusvel Nantes // La Fabi
Version: 1.0
License: None
*/
@import 'https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i';
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
body, html, #wrapper {
	height: 100%;
}
#menu a, .fa, .btnVideo, form input.wpcf7-submit, .btn, .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-pager.bx-default-pager a, .social li, .detalhe, #scrollTop, .overlay {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#scrollTop {
	font-size: 20px !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #e61b3e;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 500;
	font-size: 30px !important;
	display: none;
}
#scrollTop:hover {
	background: #e61b3e;
	color: #fff;
}
body {
	background: #ffd869;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	font-family: 'Muli', sans-serif;
}
body.single, body.tax-empresa {
	background: #ffd869 url(images/bgPortfolio.png) left 60px no-repeat;
}
p {
	margin-bottom: 20px;
}
.btn {
	text-transform: uppercase;
	text-align: center;
	float: right;
	color: #fff;
	font-size: 15px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: block;
	clear: both;
	cursor: pointer;
	background: #411f1f;
	margin-bottom: 20px;
	font-family: 'Muli', sans-serif;

}
.btn:hover {
	background: #ada480;
	color: #411f1f;
}
header {
	background: #e61b3e;
	overflow: hidden;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
header a:link, header a:visited {
	color: #fff;
	text-decoration: none;
}
header a:hover, header a:active, header ul li.current a, .single header ul li#mPortfolio a, .tax-empresa header ul li#mPortfolio a {
	color: #fbdc0a;
}
section {
	padding: 0 20px;
	overflow: hidden;
}
#logo {
	float: left;
	display: block;
	margin: 10px 0 0 0;
}
#menu {
	float: right;
	padding: 10px 0;
}
header ul li {
	line-height: 20px;
	font-size: 12px;
}
header ul li#mFacebook, header ul li#mInstagram {
	float: left;
	margin-right: 15px;
}
.box {
	width: 180px;
    height: 180px;
    cursor: pointer;
    margin: 90px auto 25px auto;
    display: block;
	position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.box.first {
	margin-top: 50px;
}
.box.right {
	margin-top: 90px;
}
.box a {
    width: 260px;
    height: 260px;
	top: -40px;
	left: -40px;
    position: absolute;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.overlay {
	position: relative;
	width: 260px;
	height: 260px;
	background-color: rgba(255, 216, 105, 0.8);
	background: rgba(255, 216, 105, 0.8);
	opacity: 0;
}
.box:hover .overlay {
	opacity: 1;
}
/* centralizar verticalmente */
.outerContainer {
    display: table;
    height: 100%;
	width: 100%;
    overflow: hidden;
}
.innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#jobInfo {
	border-top: 1px solid #fff;
	padding: 30px 0 40px 0;
	overflow: hidden;
	clear: both;
}
#jobTexto {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#jobFicha strong {
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
#jobFicha p {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	padding-left: 90px;
}
#jobExtra {
	clear: both;
	overflow: hidden;
}
.titulo {
	padding: 120px 0 40px 0;
	text-align: center;
}
.single h2, .tax-empresa h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
	color: #e12041;
	font-weight: bold;
}
.single h2 a:link, .tax-empresa h2 a:link, .single h2 a:visited, .tax-empresa h2 a:visited {
	color: #e12041;
	text-decoration: none;
}
.single h2 a:hover, .tax-empresa h2 a:hover, .single h2 a:active, .tax-empresa h2 a:active {
	color: #e44e1a;
}
.single .titulo h2, .tax-empresa .titulo h2 {
	margin-bottom: 15px;
}
h1 {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	color: #e12041;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
#contato h1, #contato h3 {
	color: #41408b;
}
.single h1, .tax-empresa h1 {
	color: #fff;
	margin-bottom: 20px;
}
.dots {
	height: 4px;
	width: 122px;
	clear: both;
	display: block;
	margin: 0 auto;
	background:url(images/dotSingle.png) center repeat-x;
}
.dots.top {
	margin-bottom: 20px;
}
#contato .dots {
	background:url(images/dotContato.png) center repeat-x;
}
#intro .dots {
	background:url(images/dotIntro.png) center repeat-x;
}
a.btnVideo:link, a.btnVideo:visited, a.btnVoltar:link, a.btnVoltar:visited { 
	color: #e12041;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
}
a.btnVoltar:link, a.btnVoltar:visited {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 50px;
	display: block;
}
a.btnVideo .fa {
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background: #e12041;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.btnVideo:hover, a.btnVideo:active, a.btnVoltar:hover, a.btnVoltar:active {
	color: #007465;
}
a.btnVideo:hover .fa, a.btnVideo:active .fa {
	background: #007465;
}
.addtoany_list a {
	width: 40px !important;
	height: 40px !important;
	padding: 0 !important;
	margin: 20px 10px 20px 0 !important;
}
.bx-wrapper .bx-pager {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 20px 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	width: auto !important;
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative !important;
	bottom: 0 !important;
}
.contatoInfo p {
	position: relative;
	padding-left: 35px;
}
.contatoInfo .fa {
	position: absolute;
	left: 1px;
	top: 2px;
	font-size: 16px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: #e12041;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sobre-nos article {
	padding-bottom: 20px;
}
#listaPortfolio, #listaClientes {
	overflow: hidden;
}
.cliente {
	float: left;
	width: 50%;
}
.cliente img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
/* formularios */
form p {
	margin: 0;
	overflow: hidden;
}
input, textarea, select {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 14px;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px !important;
	border: 1px solid #fff;
	background: #fff;
	color: #444;
	font-family: 'Muli', sans-serif;
}
textarea {
	height: 100px;
	resize: none;
}
.wpcf7-recaptcha {
	float: left;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	border: 1px solid #C00;
	background: #FFC;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
input.wpcf7-submit {
	width: 90px;
	height: 35px !important;
	line-height: 35px !important;
	margin: 0 0 20px 0!important;
	padding: 0 !important;
	text-align: center;
	color: #fff;
	border: 0;
	background: #e12041;
	cursor: pointer;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
}
input.wpcf7-submit:hover {
	background: #e44e1a;
}
div.wpcf7 img.ajax-loader {
	display: block !important;
	padding: 10px !important;
	margin: 0 !important;
	background: #fff;
	float: right !important;
}
.wpcf7-response-output  {
	margin: 0  auto 20px auto !important;
	clear: both;
	background: #fff;
}
.wpcf7-form-control-wrap {
	margin-bottom: 0 !important;
	width: 100% !important;
	display: block !important;
}
.wpcf7-not-valid-tip {
	font-size: 12px !important;
}
::-webkit-input-placeholder {
   color: #444;
}
:-moz-placeholder { /* Firefox 18- */
   color: #444;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #444;
}
:-ms-input-placeholder {  
   color: #444;
}
#listaPortfolio {
	overflow: hidden;
}
#banners {
	position: relative;
	z-index:3;
}
#banners, #banners .bx-wrapper, #banners .bx-viewport, #banners ul, #banners li {
	display: block;
	height: 100% !important;
}
#bgSlide {
	position: absolute;
	bottom: 0;
	width: 100% !important;
	height: auto !important;
	left: 0;
	z-index: 2;
}
#slideHome {
	z-index: 1;
}
#slideHome li {
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 position: relative;
	 background-position: center;
}
#bgIntro {
	position: relative;
	z-index: 1;
}
#bgIntro img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
#bg {
	background: #ffd869 url(images/bgSite.png) center top no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
}
#mapa {
	position: relative;
	height: 300px;
	width: 100%;
}
#mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
#intro {
	overflow: hidden;
	clear: both;
	display: block;
}
#sobre-nos {
	overflow: hidden;
	clear: both;
	display: block;
}
#intro .titulo {
	padding-top: 150px;
}
#intro .titulo p, #intro .titulo h1 { 
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#intro .titulo img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	display: block;
	margin: 0 auto 10px auto;
}
#intro .titulo h1 {
	color: #f47320;
	padding: 20px 0 20px 0;
	font-size: 24px;
	line-height: 30px;
}
#intro .titulo p {
	color: #e61b3e;
	padding: 0 0 20px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}
#grafismo {
	width: 90% !important;
	float: right;
	height: auto !important;
	display: none;
}
#contato {
	overflow: hidden;
	background: #abad28;
}
#bgContato {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
	z-index: 3;
}
#bgMapa {
	position: absolute;
	margin: 0;
	z-index: 2;
	display: none;
	background: #9ac33c;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#infoEmpresa {
	text-align: center;
	padding-bottom: 40px;
	overflow: hidden;
}
#infoEmpresa p {
	margin-bottom: 60px;
}
#infoEmpresa h3 {
	color: #f47320;
	text-transform: uppercase;
	font-size: 16px;
}
#portfolio {
	padding-bottom: 100px;
}
.gallery div p {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}
@media only screen 
and (min-width : 480px) {
#listaPortfolio {
	width: 420px;
	margin: 0 auto;
}
.box {
	width: 180px;
    height: 180px;
    margin: -90px 50px 50px 50px;
	float: left;
}
.box.first {
	margin-top: 50px;
}
.box.right {
	margin-left: 190px;
	margin-top: -90px;
}
.box a {
    width: 265px;
    height: 270px;
	top: -45px;
	left: -40px;
}
.overlay {
	width: 265px;
	height: 270px;
}
header {
	height: 60px;
	line-height: 60px;
}
#menu {
	padding: 0;
}
header ul li, header ul li#mFacebook {
	float: left;
	margin-left: 15px;
	line-height: 60px;
}
header ul li#mFacebook, header ul li#mInstagram {
	margin-right: 0;
}
#intro .titulo {
	clear: both;
	width: 100%;
	padding-top: 120px;
}
#grafismo {
	width: 40% !important;
	float: right;
	height: auto !important;
	display: block;
}
#intro {
	position: absolute;
	clear: both;
	width: 100%;
	right: 0;
	top: -120px;
	z-index:4; 
}
#sobre-nos {
	padding: 500px 0 0 0;
}
}

@media only screen 
and (min-width : 640px) {
#bgMapa {
	display: block;
	width: 350px;
	height: 350px;
	right:  -175px;
	top: -175px;
}
#intro {
	top: -150px;
}
#listaPortfolio {
	width: 450px;
}
.box {
	width: 200px;
    height: 200px;
    margin: -100px 50px 50px 50px;
}
.box.first {
	margin-top: 50px;
}
.box.right {
	margin-left: 200px;
	margin-top: -100px;
}
.box a {
    width: 300px;
    height: 300px;
	top: -50px;
	left: -50px;
}
.overlay {
	width: 300px;
	height: 300px;
}

.cliente {
	width: 25%;
}
#sobre-nos article {
	width: 560px;
	margin: 0 auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	padding-bottom: 40px;
}
#listaClientes {
	width: 560px;
	margin: 0 auto;
}
span.your-name, span.your-email {
	float: left;
	width: 48% !important;
}
span.telefone, span.empresa {
	float: right;
	width: 48% !important;
}
span.your-message {
	clear: both;
	overflow: hidden;
}
header ul li, header ul li#mFacebook  {
	margin-left: 30px;
	font-size: 14px;
}
header ul li#mInstagram {
	margin-left: 60px;
}
}
@media only screen 
and (min-width : 768px) {
#sobre-nos article, #listaClientes {
	width: 600px;
}
#jobTexto {
	border: 0;
	margin: 0 0 0 20px;
	float: left;
	width: 60%;
}
a.btnVoltar:link, a.btnVoltar:visited {
	margin-left: 20px;
}
#jobFicha {
	float: right;
	width: 35%;
}
#jobExtra {
	float: right;
	margin-right: 40px;
	clear: none;
	padding: 0;
}
a.btnVideo:link, a.btnVideo:visited {
	float: left;
	margin: 0 30px 20px 0;
	clear: none;
}
.addtoany_shortcode {
	float: left;
	margin-bottom: 0;
}
.addtoany_list a {
	margin: 0 0 20px 10px !important;
}
.bx-wrapper li div {
	margin: 0 40px !important;
	display: block;
}
.bx-wrapper .bx-pager {
	margin-left: 40px !important;
}
header ul li, header ul li#mFacebook  {
	margin-left: 40px;
	font-size: 16px;
}
header ul li#mFacebook {
	margin-left: 30px;
}
header ul li#mInstagram {
	margin-left: 80px;
}
#intro {
	width: 70%;
	top: -180px; 
}
#intro .titulo {
	float: left;
	clear: none;
	width: 60%;
	padding-top: 80px;
}

}
@media only screen 
and (min-width : 1024px) {
#bgMapa {
	width: 560px;
	height: 560px;
	right: -280px;
	top: -280px;
}
#intro {
	top: -180px;
}
section {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
header ul li, header ul li#mFacebook {
	margin-left: 60px;
	font-size: 18px;
}
header ul li#mFacebook {
	margin-left: 30px;
}
header ul li#mInstagram {
	margin-left: 120px;
}

#jobTexto {
	width: 65%;
}
#jobFicha {
	width: 30%;
}
.contatoInfo {
	float: left;
	width: 40%;
}
.contatoForm {
	float: right;
	width: 60%;
}
#intro .titulo {
	padding-top: 90px;
}
#mapa {
	height: 450px;
}
#infoEmpresa {
	width: 55%;
	margin: 0 auto;
}

}
@media only screen 
and (min-width : 1366px) {
#intro {
	top: -250px;
}
#intro .titulo {
	padding-top: 120px;
}
#sobre-nos {
	padding: 450px 0 100px 0;
}
#clientes {
	padding: 0 0 388px 0;
}
}