/*
Theme Name: Minha casa em mim
Theme URI: https://www.minhacasaemmim.com.br/
Description: Template para site  Minha casa em mim
Author: Rusvel Nantes
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !important;  
}
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, textarea, select {
    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 */
#logo, #nav a, footer a, form input.wpcf7-submit, #pagenav a, .addtoany_list a, .addtoany_list a span, .post a, .gallery a, .postFoto a, a.mais, .assinatura, .social a, #scrollTop, .slick-prev, .slick-next, .thumb a, .slick-dots li button, aside a, .overlay, .boxContato a, .postNav a, .boxContatoInfo a, .produto a, .postFoto:before, #grupoContato a, .postData a, #grupoContato ul li  {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Courier Prime', monospace;
}
h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 40px;
}
h2 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
aside h3 {
	color: #0a4d26;
	text-transform: uppercase;
	text-decoration: underline;
	-webkit-text-decoration-color: #cd1d61;
	text-decoration-color: #cd1d61; 
	font-family: 'Courier Prime', monospace;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
}
a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:active {
	color: #cd1d61;
}
.postSingle a:hover, .postSingle a:active {
	text-decoration: underline;
}
p, .video {
	margin-bottom: 20px;
}
/* sidebar */
aside {
	margin-bottom: 30px;
	overflow: hidden;
	max-width: 300px;
	font-family: 'Open Sans', sans-serif;
}
aside ul, aside ul li {
	margin-bottom: 5px;
}
aside ul li a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
aside ul li a:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
	text-align: right;
    content: '\f054';
}
#grupoContato ul li:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
	text-align: left;
    content: '\f054';
	margin: 0 3px 0 0;
}
#grupoContato ul li {
	margin-bottom: 5px;
	cursor: pointer;
}
#grupoContato ul li:hover {
	color: #179e9d;
}
#grupoContato ul li.active {
	color: #cd1d61;
}
.tagCloud a {
	text-transform: lowercase;
	line-height: 20px;
	display: block;
	float: left;
	margin: 0 15px 5px 0;
}
.sideBox {
	overflow: hidden;
	margin-bottom: 30px;
}
.sideBox.sideSocial {
	margin-bottom: 50px;
}
#busca {
	position: relative;
	overflow: hidden;
	width: auto;
	max-width: 300px;
	margin: 0 0 35px 0;
	position: relative;
	height: 40px;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	background: #fff;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	z-index: 1;
	color: #999;
}
#busca input#searchsubmit {
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: right;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: #fff url(images/busca.png) center no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
}

/* paginacao */
#pagenav {
	overflow: hidden;
	clear: both;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 0;
	width: 100%;
}
#pagenav a, #pagenav span {
	margin: 0 8px 10px 8px;
	font-size: 20px;
	color: #eba598;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}
#pagenav span.current {
	color: #eba598;
}
#pagenav span.dots {
	color: #eba598;
}
#pagenav a:link, #pagenav a:visited {
	color: #fff;
}
#pagenav a:hover, #pagenav a:active {
	color: #fbb615;
}
#produtos #pagenav a, #produtos #pagenav span {
	color: #179e9d;
}
#produtos #pagenav span.current, #produtos #pagenav span.dots {
	color: #553091;
}
#produtos #pagenav a:link, #produtos #pagenav a:visited {
	color: #179e9d;
}
#produtos #pagenav a:hover, #produtos #pagenav a:active {
	color: #cd1d61;
}
/* formulario */
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='file'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select  {
    width: 100%;
	-webkit-appearance: none;
    color: #666;
    background-color: #fff;
	border: 1px solid #000;
    font-size: 14px;
	height: 36px;
	line-height: 36px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
form input[type='file'] {
	margin-bottom: 20px;
}
.wpcf7 select {
	background: #fff url(images/setaSelect.png) center right no-repeat;
}
.wpcf7 .post {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 50px;
}
aside select {
	background: #fff url(images/setaSelect.png) center right no-repeat;
	border-color: #ccc;
	height: 40px;
	line-height: 40px;
}
.wpcf7-form-control-wrap {
	display: block;
	overflow: hidden;
}
.wpcf7-form-control-wrap.your-message {
	height: 138px;
}
textarea {
	height: 128px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid,  form input[type='tel'].wpcf7-not-valid, form textarea.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid, #ebook form input[type='text'].wpcf7-not-valid, #ebook form input[type='email'].wpcf7-not-valid, #ebook form input[type='tel'].wpcf7-not-valid, #formCadastro form input[type='email'].wpcf7-not-valid, form input[type='file'].wpcf7-not-valid {
	background-color: #FF9;
	border-color: #cd1d61;
}
form input.wpcf7-submit {
    padding: 0 !important;
	margin: 0 0 20px 0 !important;
	float: left;
    color: #fff;
    font-size: 20px;
	border: 0 !important;
	cursor: pointer;
	width: 120px;
	height: auto;
	line-height: 36px;
	display: block;
	background: #22428f;
	letter-spacing: 1px;
	overflow: hidden;
	font-weight: 400;
	font-family: 'Courier Prime', monospace;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form input.wpcf7-submit:hover {
	background: #553091;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	padding: 0 !important;
	margin-top: 0 !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 36px !important;
	width: 36px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff !important;
	float: right !important;
}
div.wpcf7-response-output {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 15px !important;
	clear: both;
	color: #000 !important;
	text-align: center;
}
#newsletter div.wpcf7-response-output {
	font-size: 12px !important;
	line-height: 16px !important;
	color: #fff !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #666;
}
:-moz-placeholder { /* Firefox 18- */
	color: #666;
}
header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: #fff url(images/bgMenu.jpg) center top no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}
#logo {
	display: block;
	float: left;
	height: 34px !important;
	margin: 13px 0;
}
#logoBranco {
	display: none;
}
.fa-bars  {
	color: #553091;
	font-size: 25px;
	line-height: 60px !important;
	height: 60px;
	cursor: pointer;
	float: right;
}
.menu {
	display: none;
	position: relative;
	clear: both;
	font-size: 15px;
	line-height: 25px;
	padding: 20px 0 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	overflow: hidden;
}
.spacer {
	height: 60px;
	overflow: hidden;
	clear: both;
	position: relative;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 20px;
}
#nav a:link, #nav a:visited {
	color: #553091;
}
#nav a:hover, #nav a:active {
	color: #0a4d26;
}
.page-template-page-produtos .mProdutos a, .page-template-page-grupos .mGrupos a, .home .mHome a, .page-template-page-sobre .mSobre a, .archive.date .mAcompanhe a, .single-post .mAcompanhe a, .search-results .mAcompanhe a, .page-template-page-acompanhe .mAcompanhe a, .single-produto .mProdutos a, .tax-grupo .mGrupos a  {
	color: #553091 !important;
	text-decoration: underline;
}
/* social */
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.social .fab {
	padding: 0 1px;
}
.social li {
	margin: 0 10px 0 0;
	font-size: 20px;
}
.social a:link, .social a:visited {
	color: #8b181b;
}
.social a:hover, .social a:active {
	color: #cd1d61;
}
/* newsletter */
#newsletter {
	max-width: 250px;
}
#newsletter form input[type='text'], #newsletter form input[type='email'] {
    color: #fff;
    background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding: 0 10px 0 0;
	height: 35px;
	line-height: 35px;
}
#newsletter form input[type='text'].wpcf7-not-valid, #newsletter form input[type='email'].wpcf7-not-valid {
	border-color: #C00;
}
#newsletter form input.wpcf7-submit {
    color: #fff;
    font-size: 20px;
	border: 1px solid #fff !important;
	background-color: transparent;
	letter-spacing: 0;
	float: left;
	margin: 0 0 20px 0 !important;
	font-family: "Times New Roman", Times, serif;
}
#newsletter form input.wpcf7-submit:hover {
    color: #2e1310;
	background-color: #fff;
}
#newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
#newsletter ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
#newsletter :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
#newsletter :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
/* rodape */
footer {
	background: #fbb615;
	color: #000;
	padding: 40px 0 0 0;
	line-height: 18px;
	font-size: 13px;
	position: relative;
	z-index: 2;
}
footer p {
	font-weight: 700;
}
footer:before {
	background: url(images/bgRodape.png) center repeat-x;
	content: "";
	position: absolute;
	top: -7px;
	height: 7px;
	width: 100%;
	left: 0;
}
#logosRodape {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.boxRodape strong {
	text-transform: uppercase;
}
.logoRodape1 {
	display: block;
	margin: 0 0 20px 0;
	width: 100px !important;
	height: auto !important;
}
.logoRodape2 {
	display: block;
	margin: 0 0 20px 0;
	width: 180px !important;
	height: auto !important;
}
footer a:link, footer a:visited {
	color: #333;
}
footer a:hover, footer a:active {
	color: #22428f;
}
.boxRodape {
	overflow: hidden;
	margin-bottom: 40px;
}

/* single */
.postNav {
	overflow: hidden;
	clear: both;
	padding: 50px 0;
}
.postPrev, .postNext {
	float: left;
	overflow: hidden;
}
.postNext {
	text-align: right;
	float: right;
}
.postNav a:link, .postNav a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	display: block;
	width: 120px;
	color: #179e9d;
	text-decoration: none !important;
	padding: 5px 0;
	border: 1px solid #179e9d;
	text-transform: uppercase;
}
.postNav a:hover, .postNav a:active {
	background: #22428f;
	border-color: #22428f;
	color: #fff;
}




#comentarios {
	clear: both;
	overflow: hidden;
	display: none;
}
.postFooter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 20px;
	border-top: 1px solid #179e9d;
	overflow: hidden;
}
.postFooter strong {
	color: #179e9d;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
	margin-right: 5px;
}
.addtoany_shortcode {
	margin-bottom: 20px;
}
.postSingle ul, .postSingle ol {
	margin-bottom: 20px;
}
.postSingle ol {
	list-style-position: outside;
}
.postSingle ol li {
	list-style-type: decimal;
	margin-left: 30px;
}
.postSingle ul li {
	list-style-type: disc;
	margin-left: 25px;
}
.single .post a {
	text-decoration: underline;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 22px;
	line-height: 28px;
	border-left: 5px solid #553091;
	color: #553091;
	padding: 20px 30px 20px 30px;
	overflow: hidden;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}
.wp-caption  {
	background: #f8f8f8;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 5px;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.wp-caption p, blockquote p {
	margin-bottom: 0;
}
.postSingle img, .alignnone, .aligncenter, .wp-caption img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
.banner img {
	margin-bottom: 0;
}
.postSingle .wp-caption img {
	margin-bottom: 5px;
}
.postSingle ul.gallery {
	overflow: hidden;
	clear: both;
	list-style: none;
	width: 101%;
	margin-bottom: 10px;
}
.postSingle ul.gallery li {
	width: 49%;
	position: relative;
	float: left;
	padding: 0;
	background: 0;
	margin: 0 1% 1% 0 !important;
	list-style: none !important;
}
.bgRosa .gallery {
	width: 100%;
}
.bgRosa .gallery li {
	width: 33.3333%;
	float: left;
	margin: 0 !important;
}
.gallery li a {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top:  0;
}

.foto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	clear: both;
	padding-bottom: 65%;
	position: relative;
}
.bloco .foto, #fotos .foto {
	padding-bottom: 85%;
}
.gallery li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
}
/* blog */
#posts {
	overflow: hidden;
}
.post {
	margin-bottom: 30px;
	overflow: hidden;
}
.fotoIntro {
	overflow: hidden;
	clear: both;
	position: relative;
}
.postData {
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.single-produto .postData {
	margin-bottom: 30px;
}
.postSingle .postData {
	color: #cd1d61;
}
.postFoto {
	background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
	width: 100%;
	padding-bottom: 60%;
	display: block;
	clear: both;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.produto .postFoto {
	padding-bottom: 100%;
}
.postFoto a, .overlay {
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	display: block;
}
.postFoto:hover a, .postHome:hover .overlay, .post:hover .overlay {
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
}
a.mais:link, a.mais:visited {
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 15px;
	overflow: hidden;
	display: block;
	float: left;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 20px;
}
a.mais:hover, a.mais:active {
	color: #fff;
	border-color: #cd1d61;
	background: #cd1d61;
}
.botao {
	padding: 30px 0 0 0;
	overflow: hidden;
	text-align: center;
	display: block;
	clear: both;
}
.botao a.mais {
	float: none;
	display: inline-block;
}
.postResumo a.mais {
	position: absolute;
	left: 20px;
	bottom: 0;
}
.postCat {
	text-transform: uppercase;
	color: #a9abae;
	line-height: 25px;
	font-size: 13px;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}





/* slideshow */
#slideshow {
	display: block;
	clear: both;
}
#slideshow img, img.responsive, .bloco img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
img.responsive, .bloco img {
	margin-bottom: 20px;
}
.bloco #slideGallery img {
	margin: 0;
}
.conteudo {
	padding: 50px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 1;
}

/* home */
#ebook {
	overflow: hidden;
	claer: both;
	padding: 50px 0 30px 0;
}
#ebook h3 {
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #383838;
	margin: 0;
}
.postHome {
	overflow: hidden;
	margin-bottom: 20px;
}
.postResumo {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	background: #179e9d;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 20px 20px 50px 20px;
}
#ebook a.mais {
	display: none;
}
/* home blog */
#blog {
	background: #6d461e;
	padding: 50px 0 30px 0;
	overflow: hidden;
}
#blog h1 {
	color: #fff;
}
.postResumo h3 {
	color: #8b181b;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.postSingle h2 {
	font-family: 'Open Sans', sans-serif;
	color: #8b181b;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}
/* contato */
.bloco .boxContatoInfo a:link, .bloco .boxContatoInfo a:visited {
	color: #333;
}
.bloco .boxContatoInfo a:hover, .bloco .boxContatoInfo a:active {
	color: #cc9933;
}
#mapa {
	position: relative;
	height: 450px;
    overflow: hidden;
	width: 100%;
}
#mapa  iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}

/* servicos */
.bloco {
	overflow: hidden;
}
#lista {
	position: relative;
	z-index: 2;
	background: #fff;
}
#lista .blocos {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
#lista .blocos:last-child() {
	margin-bottom: 0;
}
#lista .postFoto {
	padding-bottom: 60%;
	margin-bottom: 20px;
}
.caso {
	overflow: hidden;
	margin-bottom: 20px;
}
.caso p {
	font-weight: 700;
	display: block;
	margin: 0 0 10px 0;
}
#lista a.mais {
	text-transform: none;
}
.desktop {
	display: none !important;
}
/* quem somos */
#fotos {
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}
.quemFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 100%;
}
#responsabilidade {
	padding: 0 0 30px 0;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.home #responsabilidade {
	color: #fff;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0 80px 0;
}
.home #responsabilidade h1 {
	color: #fff;
}
#responsabilidade h1:after {
	left: 50%;
	margin-left: -50px;
}
#institucional {
	padding: 50px 0 0 0;
	overflow: hidden;
	clear: both;
	text-align: center;
}
#institucional h2, #areas h2 {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 20px;
}
#institucional h2:after, #areas h2:after {
	content: "";
	width: 80px;
	height: 2px;
	background: #cc9933;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	position: absolute;
}
#areas h2:after {
	background: #d5c684;
}
.iconeImage img {
	display: block;
	margin: 0 auto 10px auto;
}
.icone {
	overflow: hidden;
	margin-bottom: 30px;
}
/* single agenda */
.single-evento .conteudo .responsive, .single-evento h1 {
	margin-bottom: 20px;
}
.agendaHeader {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
	text-align: center;
}
.agendaInfo {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}
.agendaInfo p {
	margin-bottom: 0;
	color: #999;
}
.single .agendaInfo p {
	color: #0a181c;
	font-weight: bold;
	margin-bottom: 5px;
}
.agendaData {
	display: inline-block;
	background: url(images/iconCalendario.png) top left no-repeat;
	-webkit-background-size: 25px auto;
    -moz-background-size: 25px auto;
    -o-background-size: 25px auto;
    background-size: 25px auto;
	font-size: 14px;
	line-height: 30px;
	padding-left: 30px;
	color: #2f7495;
}
/* home areas */
#areas {
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 2;
	margin-top: -20px;
}
#areas section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.area {
	color: #fff;
	background: #3b1916;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom: 1px solid #fff;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 50%;
}
.area:nth-child(even) {
	border-left: 1px solid #fff;
}
#areas p {
	margin-bottom: 40px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 20px;
}
#areas h2 {
	padding: 0 10px 22px 10px;
	font-size: 25px;
    line-height: 30px;
}
#areas h2, #areas a {
	color: #fff;
}
.areaIcone {
	margin: 40px auto 20px auto;
	display: block;
}
#contato {
	padding: 100px 0 0 0;
	overflow: hidden;
	position: relative;
	margin-top: -100px;
	z-index: 1;
}
.bgRosa {
	background: #eba598;
}
.bgVerde {
	background: #179e9d;
}
.bgAzul {
	background: #22428f;
	color: #fff;
}
.bgMarrom {
	background: #6d461e;
	color: #fff;
}
.bgMarrom h1 {
	color: #fff;
}
.bgMarrom h1 span {
	color: #eba598;
}
.bgMarrom h2 {
	color: #fbb615;
}
.search-results h1, .error404 h1 {
	margin-bottom: 10px;
}
.search-results h2, .error404 h2 {
	margin-bottom: 30px;
}
.bgTecido {
	background: url(images/bgPano.jpg) center top repeat-y;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
/* sobre o projeto */
.page-template-page-sobre .bgRosa {
	padding-bottom: 50px;
}
.page-template-page-sobre .bgTecido {
	color: #22428f;
}
.page-template-page-sobre .bgTecido h1 {
	color: #0a4d26;
	text-transform: uppercase;
	text-decoration: underline;
	-webkit-text-decoration-color: #cd1d61;
	text-decoration-color: #cd1d61; 
}
.grupo {
	background: url(images/bgPapel.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;
	margin-bottom: 35px;
	color: #0a4d26;
}
.grupo h2 {
	text-transform: none;
	padding-left: 20%;
	margin-bottom: 15px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  center;
}
.grupo p, .produtoResumo p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.grupo a.mais:link, .grupo a.mais:visited {
	border: 1px solid #553091;
	color: #553091;
	text-transform: none;
}
.grupo a.mais:hover, .grupo a.mais:active {
	color: #fff;
	background: #553091;
}
.grupoInfo {
	padding: 20px 25px 0 25px;
	overflow: hidden;
	z-index: 2;
}
.grupo:before {
	content: "";
	background: url(images/bgPapel.png) center bottom no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
	position: absolute;
	width: 100%;
	height: 5px;
	z-index: 3;
	left: 0;
	bottom: -5px;
}
/* taxonomy */
#grupoTitulo {
	background: url(images/bgTitulo.png) center no-repeat;
	position: relative;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	width: 100%;
	padding-bottom: 78%;
}
#grupoTitulo h1 {
	position: absolute;
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  center;
	color: #553091;
	text-transform: none;
	left: 15%;
	top: 0;
	font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
}
#grupoContato {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
#grupoContato p {
	padding-left: 8%;
}
#grupoContato strong {
	font-size: 12px;
}
#grupoContato a:link, #grupoContato a:visited {
	color: #333;
}
#grupoContato a:hover, #grupoContato a:active {
	color: #cd1d61;
}
#produtos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  flex-start;
	width: 102%;
}
.produto {
	border-top: 3px solid #fbb615;
	padding-top: 10px;
	margin-bottom: 20px;
}
.produtoResumo p {
	margin-bottom: 10px;
}
.produto a:link, .produto a:visited {
	color: #000;
}
.produto a:hover, .produto a:active {
	color: #0a4d26;
}
.produto .postFoto:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.produto a:hover .postFoto:before {
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
}
.tax-grupo .bgTecido h2, .single-produto .bgTecido h1 {
	color: #cd1d61;
	margin-bottom: 50px;
}
.preco {
	color: #179e9d;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
#orcamento h2 {
	color: #fff;
}
.bloco #slideGallery {
	margin-bottom: 50px;
}
.single-produto .lSAction>a {
	background-image: url(js/controls3.png) !important;
}
#home .lSAction>a {
	background-image: url(js/controls4.png) !important;
}
.lSGallery li {
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lSGallery li:hover {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 1px solid #999;
}
.lSGallery li.active {
	border: 1px solid #000;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.single-produto .bloco .foto {
	padding-bottom: 100%;

}
@media only screen 
and (min-width : 480px) {
#logosRodape {
	justify-content: flex-start;
}
.logoRodape1 {
	margin: 0 50px 20px 0;
}
}
@media only screen 
and (min-width : 640px) {
#posts, .grupos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  flex-start;
	width: 102%;
}
#posts .post, .grupo, .produto {
	width: 48%;
	margin-right: 2%;
}
.area {
	border: 0;
	width: 25%;
}
.area:nth-child(even) {
	border: 0;
	background: #2e1310;
}
.blogHome {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.postHome {
	width: 47%;
}
.postHome:last-child {
	display: none;
}
.postComments {
	float: right;
}
.copyright {
	float: left;
	text-align: left;
	margin: 0;
	line-height: 20px;
}
.assinatura {
	float: right;
	text-align: right;
	display: block;
}

#institucional section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.icone {
	width: 29.3333%;
	margin: 0 2%;
	margin-bottom: 30px;
}
}
@media only screen 
and (min-width : 768px) {
#grupoTitulo h1 {
	font-size: 25px;
    line-height: 30px;
}
.postSingle h2 {
	font-size: 35px;
	line-height: 40px;
}
#posts .post{
	width: 31.3333%;
}
.produto, #grupoBio, #produtos h2 {
	margin-left: 2%;
	margin-right: 0;
}
.single-produto .produto {
	margin-left: 0;
	margin-right: 2%;
}
#areas {
	margin-top: -100px;
}
.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
.caso p {
	margin: 0 0 10px 17px;
}
.quemFoto {
	position:absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	padding: 0;
}
.blocos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.bloco.bloco1 {
	width: 30%;
}
.bloco.bloco2 {
	width: 66%;
}
.bloco {
	width: 47%;
}
.boxRodape .bloco, #orcamento .bloco {
	width: 49%;
}
.single #posts {
	float: left;
	width: 70%;
}
.single #blog #posts {
	float: none;
	width: 102%;
}
#grupoContato {
	float: left;
	width: 30%;
}
#produtos {
	float: right;
	width: 70%;
	padding-top: 10px;
}
.page-template-page-produtos #produtos {
	padding: 0;
}
.single-produto #produtos {
	float: none;
	padding: 0;
	width: 102%;
}
aside {
	float: right;
	width: 25%;
	max-width: 25%;
}
.gallery li, .postSingle ul.gallery li {
	width: 24%;
}
h1 {
	font-size: 40px;
	line-height: 50px;
}
h2 {
	font-size: 30px;
	line-height: 35px;
}
}
@media only screen 
and (min-width : 1024px) {
.grupo, .produto {
	width: 31.3333%;
}
.single-produto .produto {
	width: 23%;
}
h1 {
	font-size: 50px;
	line-height: 60px;
}
#agendaHome .postFoto {
	padding-bottom: 65%;
}
.assinatura {
	float: left;
	margin-left: 150px;
}
section, #rodape {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#logo {
	height: 50px !important;
	margin: 15px 0;
}
.small #logo, .home .small #logo  {
	height: 40px !important;
	margin: 10px auto;
	display: block;
}
.fa-bars {
	display: none !important;
}
.menu {
	display: block !important;
	overflow: hidden;
	float: right;
	position: relative;
	clear: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0 0 0 20px;
	padding-left: 22px;
	clear: none;
	line-height: 80px;
	height: 80px;
	position: relative;
}
#nav li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 2px;
	height: 20px;
	background: #553091;
}
.small #nav li {
	line-height: 60px;
	height: 60px;
}
.small #nav li:before {
	top: 20px;
}
#nav li.mSobre {
	margin: 0;
	padding: 0;
}
#nav li.mSobre:before {
	display: none;
}
.spacer {
	height: 80px;
}
body {
	font-size: 16px;
	line-height: 24px;
}
header {
	background-position: center;
}
#grupoTitulo h1 {
	font-size: 35px;
    line-height: 40px;
}
#produtos {
	padding-top: 13px;
}
footer section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.boxRodape {
	width: 32%;
}
.boxRodape.boxForm {
	width: 63%;
}
#logosRodape {
	justify-content: space-between;
}
.logoRodape1 {
	margin: 0 0 20px 0;
}
}
@media only screen 
and (min-width : 1280px) {
.boxRodape {
	width: 30%;
}
.boxRodape.boxForm {
	width: 65%;
}
section {
	width: 1100px;
}
#nav li {
	margin: 0 0 0 30px;
	padding-left: 32px;
}
}