/*
Theme Name: 3W INS.
Theme URI: https://3wins.com.br
Description: Template para site 3w INS.
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
.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 */
.menu, #nav li, #nav a, footer a, form input.wpcf7-submit, .social .fab, #scrollTop, .slick-prev, .slick-next, .slick-dots li button, .tabs li, .contato a, h3.accordion-toggle, #contato a, .foto a, .setaDown, .artista span, .artistaFoto:before, .artista h3, #unitri, header, #nav li:after, #infoContato a, .language-chooser a, .btnVoltar a, #relacionados a, .postSingle a, .bannerTop a, #posts a, .btn, a.btn:after, a.btn:before, #navRodape a, .post a, .mais, form a, #btnHome a, .boxTel a, .boxEmail a, input[type='submit'], .seguros a, #nav a, #navServicos a, .bannerTexto a {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #1E1E1E;
	font-size: 20px;
	line-height: 35px;
	font-weight: 300;
	font-family: kanit,sans-serif;
}
h1 {
	font-size: 40px;
	line-height: 50px;
	color: #76AD49;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #212E26;
	text-transform: uppercase;	
}
h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
	position: relative;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #212E26;
	text-decoration: none;
}
a:hover, a:active {
	color: #76AD49;
}
p, .video {
	margin-bottom: 20px;
}
/* botão topo */
#scrollTop {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #000;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 500;
	font-size: 18px !important;
	display: none;
	background: #fff;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#scrollTop:hover {
	background: #33ccff;
	color: #000;
}
.error404 #scrollTop {
	display: none !important;
}
#erro404 {
	text-align: center;
	padding-bottom: 80px;
}
#erro404 h1 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 10px;
}
#erro404 h3 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
}
#boxLogo {
	width: 260px;
	margin: 50px auto 100px auto;
}
#boxLogo img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#CECDCD;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#CECDCD;
}
:-ms-input-placeholder { /* IE 10+ */
	color:#CECDCD;
}
:-moz-placeholder { /* Firefox 18- */
	color:#CECDCD;
}
form {
	overflow: hidden;
	clear: both;
}
form small {
	font-size: 11px;
	line-height: 14px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
form input[type='text'], form input[type='file'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select,  form input[type='url']  {
    width: 100%;
	-webkit-appearance: none;
    color: #999;
    background-color: transparent;
	border: 1px solid #4D882F;
	border-top: 0;
	border-left: 0;
	border-right: 0;
    font-size: 16px;
	height: 40px;
	line-height: 40px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 300;
	font-family: kanit,sans-serif;
}
form input[type='file'] {
	border: 1px solid #CECDCD;
}
textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
label {
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #CECDCD;
}
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, form input[type='file'].wpcf7-not-valid, form input[type='url'].wpcf7-not-valid {
	border-color: #C00;
}

form input.wpcf7-submit {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: left;
	border: 0 !important;
	background: #76AD49;
	width: 250px;
	height: auto;
	line-height: 50px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-weight: 300;
	font-family: kanit,sans-serif;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 20px;
	color: #fff;
}
form input.wpcf7-submit:hover {
	background: #212E26;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-spinner {
	padding: 0 !important;
	margin: 0 !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: 10px !important;
	clear: both;
	font-weight: 600;
	text-align: center;
}
header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	height: 90px;
}
header:before {
	content: "";
	height: 50px;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 1;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.bgHeader {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0%;
	background: #fff;
	top: 0;
	height: 50px;
}
header:after {
	content: "";
	width: 65%;
	height: 41px;
	position: absolute;
	left: -10%;
	bottom: 0;
	background: #fff;
	-moz-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	-o-transform: skew(-45deg, 0deg);
	-ms-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
	z-index: 2;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
header.sombra:before, header.sombra:after {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.spacer {
	height: 50px;
	display: block;
	width: 100%;
}
header section, .menuRight, .language-chooser {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.menuRight {
	height: 50px;
	align-items: center;
}
.logo {
	display: block;
	float: left;
	height: 60px !important;
	width: auto !important;
	margin: 20px 0;
}
.language-chooser li {
	font-size: 12px;
	line-height: 16px;
	margin: 0 10px 0 0;
	padding: 0 11px 0 0;
	position: relative;
	font-weight: 400;
	letter-spacing: 1px;
}
.language-chooser li:before {
	content: "";
	background: #76AD49;
	position: absolute;
	right: 0;
	top: 2px;
	height: 12px;
	width: 1px;
}
.language-chooser li:last-child:before {
	display: none;
}
.language-chooser a:link, .language-chooser a:visited {
	color: #76AD49;
}
.language-chooser a:hover, .language-chooser a:active {
	color: #76AD49;
}
.openMenu {
	display: block;
}
.openMenu .fa-times, .openMenu.ativo .fa-bars {
	display: none;
}
.openMenu.ativo .fa-times  {
	display: block;
}
.openMenu .fas {
	height: 50px;
	line-height: 50px !important;
	color: #76AD49;
	cursor: pointer;
	font-size: 25px;
	width: 30px;
	text-align: center;
}
#menuWrapper {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 9998;
	right: 0;
	left: 0;
	top: 50px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	display: none;
	height: 100vh;
}
.menu {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 50px 20px 20px 20px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.menu li {
	overflow: hidden;
	display: block;
}
#nav li {
	margin-bottom: 10px;
}
.menu a:link, .menu a:visited {
	color: #212E26;
}
.menu a:hover, .menu a:active {
	color: #76AD49;
}
#navServicos small {
	color: #76AD49;
	display: block;
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
}
#navServicos li {
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 30px;
}
#navServicos a:link, #navServicos a:visited {
	background:url(images/seta.png) -10px bottom no-repeat;
	display: block;
	float: left;
	padding-bottom: 30px;
}
#navServicos a:hover, #navServicos a:active {
	background-position: left bottom;
}
.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%;
	padding-bottom: 60%;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}
.conteudo {
	padding: 50px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
}

#mapa {
	position: relative;
	height: 400px;
    overflow: hidden;
	width: 100%;
}
#mapa  iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
.bloco {
	overflow: hidden;
}




/* home */
.setaDown {
	display: block;
	position: absolute;
	width: 38px !important;
	height: auto !important;
	left: 50%;
	margin-left: -19px;
	bottom: 30px;
	animation: bounce 0.7s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	opacity: 0.5;
}
.setaDown:hover {
	opacity: 1;
}
@keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-o-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-moz-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-webkit-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}




/* contato */
#contato {
	z-index: 6;
	padding-bottom: 0;
	background: #fff;
}
.mapa {
	position: relative;
	height: 400px;
    overflow: hidden;
	width: 100%;
}
.mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
.gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.gallery li {
	width:  50%;
}
.gallery a {
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(51, 52, 64, 0.7);
	background: rgba(51, 52, 64, 0.7);
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 50px;
    -moz-background-size:  auto 50px;
    -o-background-size:  auto 50px;
    background-size:  auto 50px;
}
.foto:hover a {
	opacity: 1;
}
.postSingle ul, .bloco ul, .bloco ol, .postSingle ol{
	margin-bottom: 20px;
}
.postSingle ol, .bloco ol {
	list-style-position: outside;
}
.postSingle ol li, .bloco ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.postSingle ul li, .bloco ul li {
	position: relative;
	padding-left: 15px;
}
.postSingle ul.gallery li, .bloco ul.gallery li {
	padding: 0;
}
.postSingle ul li:before, .bloco ul li:before{
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 7px;
	position: absolute;
	left: 1px;
	top: 1px;
    content: '\f111';
	color: #212E26;
}
.postSingle ul.gallery li:before, .bloco ul.gallery li:before {
	display: none;
}
.responsive {
	overflow: hidden;
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
#contato .responsive {
	margin-bottom: 50px;
}
.wpcf7-form {
	overflow: hidden;
	padding-bottom: 30px;
}
/* faq */
.page-template-page-faq .bannerTop, .page-template-page-faq .conteudo {
	background-color: #212E26;
	color: #fff;
}
.page-template-page-faq .bannerTop {
	padding-bottom: 0;
}
.page-template-page-faq .bgTop {
	display: none;
}
.page-template-page-faq .bannerTop:before {
	background: #1B183E;
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#accordion {
	max-width: 735px;
	margin: 0 auto;
}
h3.accordion-toggle {
	position: relative;
	clear: both;
	font-size: 25px;
	line-height: 35px;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #76AD49;
	margin-bottom: 40px;
	cursor: pointer;
	color: #76AD49;
}
h3.accordion-toggle .fa-angle-down, h3.accordion-toggle .fa-angle-up {
	position: absolute;
	right: 10px;
	top: 50%;
	height: 35px;
	line-height: 35px !important;
	margin-top: -17.5px;
}
h3.accordion-toggle.ativo .fa-angle-down, h3.accordion-toggle .fa-angle-up {
	display: none;
}
h3.accordion-toggle.ativo .fa-angle-up {
	display: block;
}
h3.accordion-toggle:hover {
	color: #fff;
	border-color: #fff;
}
h3.accordion-toggle.ativo {
	color: #76AD49;
	border: 0;
	margin-bottom: 0;
}
.accordion-content {
	display: none;
	margin-bottom: 40px;
	border-bottom: 1px solid #76AD49;
	padding: 0 30px 0 10px;
}
/* publicacoes */
.page-template-page-publicacoes .conteudo, .archive .conteudo, .search .conteudo, .page-template-page-publicacoes .bgTop, .archive .bgTop, .search .bgTop {
	background: #212E26;
}
.page-template-page-publicacoes .bannerTop h1, .archive .bannerTop h1, .search .bannerTop h1 {
	text-transform: none;
}
.post {
	overflow: hidden;
	margin-bottom: 50px;
	color: #fff;
}
.postResumo h3, .post .postInfo {
	margin-bottom: 15px;
}
.postResumo {
	line-height: 30px;
	overflow: hidden;
}
#posts .postInfo, #homePublicacoes .postInfo,
#posts .postInfo a, #homePublicacoes .postInfo a {
	color: #fff !important;
}
.post a:link, .post a:visited {
	color: #76AD49;
}
.post a:hover, .post a:active {
	color: #F2F2F2;
}
/* paginacao */

#pagenav {
	overflow: hidden;
	clear: both;
	padding: 0 0 30px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
#pagenav a, #pagenav span {
	display: block;
	margin: 0 10px 10px 0;
	font-size: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #76AD49;
	color: #76AD49;
	text-align: center;
	overflow: hidden;
}
#pagenav span.current {
	background: #76AD49;
	color: #1B183E;
}
#pagenav a:link, #pagenav a:visited {
	border: 1px solid #76AD49;
	color: #76AD49;
}
#pagenav a:hover, #pagenav a:active {
	border-color: #fff;
	color: #fff;
}
/* post single */
.desktop {
	display: none !important;
}
.single-post .conteudo {
	background: #F2F2F2;
}
.postFooter {
	overflow: hidden;
	padding: 30px 0 50px 0;
	clear: both;
	display: block;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.postFooter strong {
	font-weight: 300;
	color: #212E26;
	float: left;
	margin: 0 10px 0 0;
	font-size: 20px;
	line-height: 24px;
}
.addtoany_shortcode {
	height: 24px;
	overflow: hidden;
}
.addtoany_list a, .widget .addtoany_list a {
	display: block !important;
	margin: 0 10px 0 0 !important;
	float: left !important;
	padding: 0 !important;
}
.postInfo {
	color: #212E26;
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin-bottom: 20px;
}
.bannerTop .postInfo {
	font-size: 18px;
	line-height: 24px;
}
.btnVoltar {
	margin-bottom: 50px;
	overflow: hidden;
}
a.mais:link, a.mais:visited {
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0;
	background: #76AD49;
	color: #fff;
	float: left;
	text-transform: uppercase;
	min-width: 200px;
	text-align: center;
	margin: 0 0 20px 0;
}
a.mais:hover, a.mais:active {
	color: #76AD49;
	background: #fff;
}
.btnVoltar a:link, .btnVoltar a:visited {
	display: block;
	border: 1px solid #76AD49;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0;
	color: #76AD49;
	float: left;
	text-transform: uppercase;
	min-width: 200px;
	text-align: center;
}
.btnVoltar a:hover, .btnVoltar a:active {
	background: #76AD49;
	color: #fff;
}
.btnVoltar.mobile a {
	float: none;
	margin: 0 auto;
	max-width: 300px;
}
.bannerTop {
	position: relative;
	padding: 80px 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.bgTop {
	width: 60%;
	height: 40px;
	position: absolute;
	left: -10%;
	bottom: 0;
	background: #F2F2F2;
	-moz-transform: skew(45deg, 0deg);
	-webkit-transform: skew(45deg, 0deg);
	-o-transform: skew(45deg, 0deg);
	-ms-transform: skew(45deg, 0deg);
	transform: skew(45deg, 0deg);
	z-index: 1;
}
/* relacionados */
.postSidebar h3 {
	color: #76AD49;
	text-transform: uppercase;
	margin-bottom: 50px;
}
#relacionados .postInfo {
	margin-bottom: 10px;
}
#relacionados .postInfo a  {
	color: #212E26 !important;
}
#relacionados li {
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 25px;
}
#relacionados a:link, #relacionados a:visited {
	color: #76AD49;
}
#relacionados a:hover, #relacionados a:active {
	color: #212E26;
}
/* quem somos */
.bgCinza {
	background: #f2f2f2;
}
.page-template-page-quem .conteudo.bgCinza {
	padding-top: 0;
}
.page-template-page-faq .conteudo.bgCinza {
	background: #F3F3F3;
	color: #212E26;
}
.bgBranco {
	color: #212E26;
	background: #fff;
}
.bgBranco .blocoBtn, .page-template-page-faq .bgCinza .blocoBtn {
	width: 220px;
}
a.btn:link, a.btn:visited {
	color: #76AD49;
	border: 1px solid #76AD49;
	padding: 25px 25px 75px 25px;
	position: relative;
	display: block;
	float: left;
	font-size: 25px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;
}
a.btn:before {
	background: url(images/seta.png) right bottom no-repeat; 
	width: 40px;
	height: 23px;
	content: "";
	position: absolute;
	left: 25px;
	bottom: 25px;
	z-index: 1;
}
a.btn:after {
	background: url(images/setaAzul.png) right bottom no-repeat; 
	width: 40px;
	height: 23px;
	content: "";
	position: absolute;
	left: 25px;
	bottom: 25px;
	z-index: 2;
	opacity: 0;
}
a.btn:hover:before {
	opacity: 0;
	width: 51px;
}
a.btn:hover:after {
	opacity: 1;
	width: 51px;
}
a.btn:hover, a.btn:active {
	color: #76AD49;
	border: 1px solid #76AD49;
}
.intro {
	font-size: 30px;
	line-height: 40px;
	overflow: hidden;
}
.bannerTop .intro {
	margin-bottom: 20px;
}
.page-template-page-quem .bannerTop {
	color: #fff;
	background-position: center bottom;
}
.page-template-page-quem .bannerTexto {
	padding-bottom: 30px;
}
/* nav rodape*/
#navRodape {
	background: #FFFFFF;
	padding: 50px 0 0 0;
}
.page-template-page-quem #navRodape,
.single-servico #navRodape,
.single-post #navRodape {
    background: #212E26;
}
.page-template-page-quem #navRodape a:link,
.page-template-page-quem #navRodape a:visited,
.page-template-page-quem footer a:link,
.page-template-page-quem footer a:visited,
.single-servico  #navRodape a:link,
.single-servico  #navRodape a:visited,
.single-servico footer a:link,
.single-servico footer a:visited,
.single-post  #navRodape a:link,
.single-post  #navRodape a:visited,
.single-post footer a:link,
.single-post footer a:visited {
	color: #FFFFFF;
}
.page-template-page-quem a:hover,
.page-template-page-quem footer a:hover,
.single-servico a:hover,
.single-servico footer a:hover,
.single-post a:hover,
.single-post footer a:hover {
	color: #76AD49!important;
}
#navRodape small {
	color: #76AD49;
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}
#navRodape ul li {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}
.page-template-page-faq #navRodape, .page-template-page-faq footer,
.archive #navRodape, .archive footer, .home #navRodape, .home footer,
.search #navRodape, .search footer  {
	background: #fff;
	color: #212E26;
}
.page-template-page-publicacoes #navRodape, .page-template-page-publicacoes footer,
.archive #navRodape, .archive footer, .home #navRodape, .home footer,
.search #navRodape, .search footer  {
	background: #fff;
	color: #212E26;
}
.boxEmail {
	text-transform: uppercase;
}
.boxNav {
	display: none;
	margin-bottom: 0;
}
.boxRodape {
	margin-bottom: 20px;
}
.logoRodape {
	display: none;
	margin-bottom: 30px;
}
#navRodape a:link, #navRodape a:visited, footer a:link, footer a:visited {
	color: #212E26;
}
.page-template-page-faq #navRodape a:link, .page-template-page-faq #navRodape a:visited,
.page-template-page-faq footer a:link, .page-template-page-faq footer a:visited,
.archive #navRodape a:link, .archive #navRodape a:visited,
.archive footer a:link, .archive footer a:visited,
.search #navRodape a:link, .search #navRodape a:visited,
.search footer a:link, .search footer a:visited,
.home #navRodape a:link, .home #navRodape a:visited,
.home footer a:link, .home footer a:visited {
	color: #212E26;
}
#navRodape a:hover, #navRodape a:active,
#navRodape .boxEmail a:link, #navRodape .boxEmail a:visited,
.page-template-page-faq #navRodape a:hover, .page-template-page-faq #navRodape a:active,
.page-template-page-faq footer a:hover, .page-template-page-faq footer a:active,
.archive #navRodape a:hover, .archive #navRodape a:active,
.archive footer a:hover, .archive footer a:active,
.search #navRodape a:hover, .search #navRodape a:active,
.search footer a:hover, .search footer a:active,
.home #navRodape a:hover, .home #navRodape a:active,
.home footer a:hover, .home footer a:active,
footer a:hover, footer a:active {
	color: #76AD49;
}
#navRodape .boxEmail a:hover, #navRodape .boxEmail a:active {
	color: #fff;
}
.page-template-page-faq #navRodape .boxEmail a:hover, .page-template-page-faq #navRodape .boxEmail a:active,
.archive #navRodape .boxEmail a:hover, .archive #navRodape .boxEmail a:active
.search #navRodape .boxEmail a:hover, .search #navRodape .boxEmail a:active,
.home #navRodape .boxEmail a:hover, .home #navRodape .boxEmail a:active {
	color: #212E26;
}
/* social */
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}
.social .fab, .social .far, .social .fas {
	font-size: 22px;
	overflow: hidden;
	color: #76AD49;
	height: 25px;
	line-height: 25px !important;
	padding: 0 1px;
}
.social .fab:hover {
	color: #fff;
}
.page-template-page-faq .social .fab:hover, .archive .social .fab:hover, .search .social .fab:hover, .home .social .fab:hover, .bloco .social .fab:hover {
	color: #212E26;
}
.social li {
	margin: 0 0 0 15px;
	overflow: hidden;
	height: 25px;
	line-height: 25x;
}
.social li:first-child {
	margin: 0;
}
/* rodape */
footer {
	background: #212E26;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 20px 0;	
}
.copyright {
	text-align: left;
	margin-right: 16px;
	overflow: hidden;
}
#unitri {
	display: block;
	width: 16px;
	position: absolute;
	bottom: 0;
	right: 20px;
}
#unitri img {
	display: block;
	width: 100% !important;
	height: auto !important;
}
#unitri img.unitriCinza, .page-template-page-publicacoes #unitri img.unitriBranco, .archive #unitri img.unitriBranco, .search #unitri img.unitriBranco, .home #unitri img.unitriBranco {
	display: none;
}
.page-template-page-publicacoes #unitri img.unitriCinza, .archive #unitri img.unitriCinza, .search #unitri img.unitriCinza,
.home #unitri img.unitriCinza {
	display: block;
}
#unitri img.unitriCinza, .page-template-page-faq #unitri img.unitriBranco, .archive #unitri img.unitriBranco, .search #unitri img.unitriBranco, .home #unitri img.unitriBranco {
	display: none;
}
.page-template-page-faq #unitri img.unitriCinza, .archive #unitri img.unitriCinza, .search #unitri img.unitriCinza,
.home #unitri img.unitriCinza {
	display: block;
}
#unitri:hover {
	opacity: 0.7;
}
/* servicos */
.fotoServico {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	padding-bottom: 60%;
}
.fotoServico .bgTop {
	background: #fff;
}
.conteudoServico {
	color: #212E26;
}
.conteudoServico small {
	display: block;
	clear: both;
}
.single-servico .bgCinza a.btn {
	padding: 0 0 50px 0;
	border: 0;
}
.single-servico .bgCinza a.btn:before, .single-servico .bgCinza a.btn:after {
	left: 0;
	bottom: 0;
}
.single-servico .bgCinza .blocoBtn {
	width: 180px;
}
.single-servico .bgBranco {
	padding-top: 0;
}
.postid-95 .servicoTexto p:nth-child(2), .postid-96 .servicoTexto p:nth-child(1), .postid-94 .servicoTexto p:nth-child(1) {
	font-size: 30px;
	line-height: 40px;
}
.servicoTexto h3 {
	width: 100%;
	clear: both;
	color: #76AD49;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 50px 0 30px 0;
}
.postid-95 .servicoTexto h3 {
	text-align: center;
}
.icones {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
	text-align: center;
	color: #212E26;
}
.iconeImage {
	width: 100px;
	height: 90px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.iconeImage img {
	display: block;
}
.icone {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 30px;
	line-height: 25px;
}
.postid-96 .servicoTexto ul li {
	background: url(images/bullet.png) left 12px no-repeat;
	font-size: 30px;
	line-height: 40px;
	padding-left: 20px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.infoServico {
	padding: 50px 0 30px 0;
}
.infoServico h3 {
	color: #76AD49;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.seguros {
	overflow: hidden;
	padding-top: 30px;
}
.seguros li {
	margin-bottom: 50px;
	border-bottom: 1px solid #76AD49;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	
}
.seguros a:link, .seguros a:visited {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	color: #76AD49;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
.seguros a:hover, .seguros a:active {
	color: #212E26;
}
/* home Publicacoes */
#homePublicacoes {
	background: #053312;
	color: #fff;
}
.bgHome {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	display: block;
}
/* seguradoras */
#seguradoras-parceiras {
	background: #fff;
}
#seguradoras-parceiras .gallery a {
	display: none !important;
}
#seguradoras-parceiras .gallery {
	justify-content: flex-start;
	max-width: 320px;
	margin: 0 auto;
}
#seguradoras-parceiras .gallery li {
	width: 120px;
	margin: 0 20px 20px 20px;
	padding: 0 !important;
}
#seguradoras-parceiras .foto {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	padding-bottom: 80%;
	margin: 0;
}
/* home produtos e servicos */
#produtos-e-servicos {
	background: #F3F3F3;
	color: #212E26;
}
#produtos-e-servicos h1 {
	max-width: 350px;
}
#produtos-e-servicos h3 {
	color: #76AD49;
	padding: 30px 0 0 0;
	margin-bottom: 20px;
}
form small {
	display: block;
	overflow: hidden;
	width: 100%;
}
form small a:link, form small a:visited {
	color: #76AD49;
}
form small a:hover, form small a:active {
	text-decoration: underline;
}
#btnProdutos {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}
#btnProdutos div, #btnHome div {
	width: 100%;
	overflow: hidden;
}
#btnProdutos a.btn {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	float: none;
}
#btnProdutos .lastWord {
	display: block;
	clear: both;
}
/* home intro */
#homeIntro {
	background: #053312;
	color: #fff;
}
#homeIntro .bgTop {
	display: none;
}
#homeIntro a.mais {
	margin-bottom: 50px;
}
#homeIntro h3 {
	color: #76AD49;
	margin-bottom: 30px;
}
#homeIntro .bloco.intro {
	color: #76AD49;
}
/* home banner */
#homeBanner {
	background: #053312;
	color: #fff;
	padding-bottom: 0;
}
.homeBg {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	padding-bottom: 80%;
}
#btnHome {
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 20px;
}
#btnHome a:link, #btnHome a:visited {
	color: #fff;
	text-transform: uppercase;
	display: block;
	float: left;
	padding-bottom: 30px;
	background: url(images/seta.png) -10px bottom no-repeat;
	margin-bottom: 30px;
}
#btnHome a:hover, #btnHome a:active {
	color: #76AD49;
	background-position: left bottom;
}
/* contato */
.page-template-page-contato {
	background: #F2F2F2;
}
.page-template-page-contato .bannerTop {
	padding: 150px 0 50px 0;
}
.page-template-page-contato .bannerTop h1 {
	margin: 0;
}
.page-template-page-contato #navRodape {
	display: none !important;
}
.page-template-page-contato .bloco ul li:before {
	display: none;
}
.bloco .social li {
	padding: 0;
	margin: 0 20px 0 0;
}
.bloco .boxEmail {
	padding: 30px 0 40px 0;
	overflow: hidden;
	width: 100%;
}
.bloco .boxEmail a:link, .bloco .boxEmail a:visited {
	color: #76AD49;
	background: url(images/seta.png) -10px bottom no-repeat;
	display: block;
	float: left;
	padding-bottom: 30px;
}
.bloco .boxEmail a:hover, .bloco .boxEmail a:active {
	background-position: left bottom;
}
/* busca */
#busca {
	overflow: hidden;
	margin-bottom: 40px;
}
.searchandfilter ul {
	display: block !important;
}
.searchandfilter li {
	margin: 0 0 10px 0;
	padding: 0 !important;
	display: block !important;
}
.searchandfilter select {
	border: 1px solid #76AD49;
	color: #76AD49;
	width: 100%;
	background: url(images/setaSelect.png) center right no-repeat;
	padding-right: 45px;
}
.searchandfilter input[type='submit'] {	
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 40px;
	line-height: 40px;
	width: 150px;
	color: #fff;
	background: #76AD49;
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-weight: 300;
	font-family: kanit,sans-serif;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
}
.searchandfilter input[type='submit']:hover {
	background: #fff;
	color: #76AD49;
}
.bannerTexto a:link, .bannerTexto a:visited {
	color: #fff;
}
.bannerTexto a:hover, .bannerTexto a:active {
	text-decoration: underline;
}
.postid-94 h1, .postid-96 h1 {
	max-width: 400px;
}
@media only screen 
and (min-width : 480px) {
#posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 103%;
}
#posts .post {
	width: 47%;
	margin-right: 3%;
}
#navRodape section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

}
@media only screen 
and (min-width : 640px) {
.searchandfilter ul {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.searchandfilter ul li {
	width: 32%;
}
.icone {
	width: 31.3333%;
}
.gallery li {
	width:  25%;
}
#seguradoras-parceiras .gallery {
	max-width: 480px;
}
#btnProdutos, .seguros {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.seguros {
	width: 103%;
}
.seguros li {
	width: 47%;
	margin-right: 3%;
}
#btnProdutos div {
	width: 48%;
}
}
@media only screen 
and (min-width : 768px) {
.page-template-page-quem .conteudo.bgCinza {
	padding-top: 50px;
}
#seguradoras-parceiras .gallery {
	max-width: 320px;
}
.homeBannerTexto {
	width: 55%;
}
#homeBanner h1 {
	max-width: 530px;
}
#homeBanner:before {
	background: url(images/bgPublicacoes.png) center right no-repeat;
	-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
	position: absolute;
	width: 80%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	z-index: 3;
}
.homeBg {
	z-index: 1;
	position: absolute;
	padding: 0;
	width: 70%;
	right: 0;
	top: 0;
	bottom: 50px;
}
#homeIntro .bgTop {
	display: block;
	width: 60%;
}
#produtos-e-servicos:before {
	width: 400px;
	height: 802px;
	background: url(images/bgRosa.png) center right no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	content: "";
	position: absolute;
	bottom: -90px;
	right: 0;
	z-index: 1;
}
#seguradoras-parceiras:before {
	width: 400px;
	height: 802px;
	background: url(images/bgRosa.png) center right no-repeat;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	content: "";
	position: absolute;
	top: -712px;
	right: 0;
	z-index: 1;
}
.icone {
	width: 23%;
}
#posts .post {
	width: 30.3333%;
}
.bgTop {
	width: 75%;
}
.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
.postFooter {
	padding-bottom: 20px;
}
#o-escritorio {
	padding-bottom: 100px;
}

.bgEscritorio {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0;
	-webkit-background-size: contain;
    -moz-background-size:  contain;
    -o-background-size:  contain;
    background-size:  contain;
	background-position: right bottom;
}
.blocos, footer section, .homeIntroTexto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#homeIntro .blocos {
	flex-direction: row-reverse;
}
#homeIntro .bloco.intro {
	padding-top: 50px;
}
.page-template-page-quem .blocos, .single-servico .bgCinza .blocos, .page-template-page-faq .bgCinza .blocos {
	align-items: center;
}
footer section {
	align-items: center;
}
#unitri {
	position: relative;
	right: auto;
	bottom: auto;
}
.copyright {
	margin: 0;
	text-align: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.copyright p {
	margin: 0 30px 0 0;
}
.bloco, .homeIntroTexto p {
	width: 46%;
}
.textoParcerias {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 8%;
	-moz-column-gap: 8%;
	column-gap: 8%;
}
.bloco.homeIntroFoto {
	width: 54%;
}
.page-template-page-quem .bloco.intro, .page-template-page-faq .bloco.intro {
	width: calc(100% - 250px);
}
.single-servico .bgCinza  .bloco.intro {
	width: calc(100% - 250px);
}
.single-post .postSingle, .postTitulo {
	width: 70%;
	float: left;
}
.postSidebar, .btnVoltar.desktop {
	width: 25%;
	float: right;
}
.btnVoltar.desktop a {
	float: right;
}
h1 {
	font-size: 50px;
	line-height: 60px;
}
}
@media only screen 
and (min-width : 1024px) {
footer ul {
	overflow: hidden;
}
footer ul li {
	float: left;
	margin: 0 0 0 30px;
}
.logoRodape {
	display: block;
}
#btnHome .lastWord, #navServicos .lastWord {
	display: block;
	clear: both;
}
#btnHome {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 580px
}
#homeIntro {
	padding-bottom: 20px;
}
#btnHome a {
	max-width: 180px;
}
#btnHome div {
	max-width: auto;
	min-width: auto;
	width: auto;
}
#btnHome div:last-child {
	margin: 0;
}
#btnProdutos div {
	width: 32%;
}
.postid-96 .servicoTexto ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.postid-96 .servicoTexto ul li {
	width: 48%;
}
.icone {
	width: 18%;
}
.single-servico .bgCinza section, .single-servico .bgBranco section {
	width: 750px;
}
.bannerTexto {
	max-width: 45%;
}
.page-template-page-quem .bannerTexto {
	max-width: 770px;
}
#home section {
	height: 100vh;
}
#infoContato {
	padding-bottom: 5px;
}
#infoContato section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.menu {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	clear: none;
	width: 960px;
	padding: 50px 0 20px 0;
	margin: 0 auto;
}
#navServicos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 700px;
	margin-left: 20px;
}
#navServicos li {
	margin-left: 30px;
}
#navServicos a {
	max-width: 230px;
}
#menuWrapper {
	height: auto;
}
.conteudo {
	padding: 100px 0 80px 0;
}
#servicos h2 {
	position: relative;
	padding: 0 0 28px 30px;
	margin: 0;
	z-index: 1;
}
/* tabs */
#servicos {
	padding-bottom: 0;
}
#tabs {
	display: block !important;
}
.tabs {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	padding-bottom: 30px;
	margin-top: -3px;
	z-index: 2;
}
.tabs li {
	font-size: 20px;
	line-height: 25px;
	padding: 20px 25px 20px 25px;
}
.tab_content {
	display: none;
	padding-right: 50px;
	position: relative;
	padding: 50px 50px 30px 0;
}
.tab_container {
	background: #0094C7 url(images/bg_atuacao.jpg) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #fff;
}
.tabs:before {
	width: 40px;
	height: 40px;
	content: "";
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
	border: 3px solid #0094C7;
	border-bottom: 0;
	border-left: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#servicos h2:before {
	width: 50px;
	height: 50px;
	content: "";
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	border: 3px solid #5B2784;
	border-top: 0;
	border-right: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.tab_container section:before {
	content: "";
	width: 3px;
	top: 0;
	right: 0;
	bottom: 30px;
	position: absolute;
	z-index: 1;
	background: #0094C7;
}
.fotoServico {
	padding-bottom: 0;
	height: 500px;
	z-index: 1;
}
.fotoServico .bgTop {
	height: 100%;
	left: -20%;
}
.conteudoServico {
	z-index: 2;
	margin-top: -500px;
}
.conteudoServico h1 {
	padding-right: 60%;
}
.servicoTexto p:nth-child(1), .servicoTexto p:nth-child(2) {
	padding-right: 52%;
}
.postid-95 .servicoTexto p:nth-child(3) {
	float: left; 
	width: 48%;
}
.postid-95 .servicoTexto p:nth-child(4) {
	float: right; 
	width: 48%;
}
.page-template-page-publicacoes .bannerTop h1, .archive .bannerTop h1, .search .bannerTop h1 {
	margin: 0;
}
.page-template-page-publicacoes .bannerTop, .archive .bannerTop, .search .bannerTop {
	padding: 120px 0;
	background-position: center right;
	-webkit-background-size: auto 100%;
    -moz-background-size:  auto 100%;
    -o-background-size:  auto 100%;
    background-size:  auto 100%;
}
.fotoServico {
	background-position: top right;
	-webkit-background-size: auto 100%;
    -moz-background-size:  auto 100%;
    -o-background-size:  auto 100%;
    background-size:  auto 100%;
}
.page-template-page-publicacoes .bannerTop:before, .archive .bannerTop:before, .search .bannerTop:before, .page-template-page-faq .bannerTop:before {
	content: "";
	background: url(images/bgPublicacoes.png) center right no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: absolute;
	z-index: 2;
	left: 0;
	width:  55%;
	top: 0;
	height: 100%;
}
.page-template-page-faq .bannerTop {
	padding: 120px 0 100px 0;
	background-position: center right;
}
.page-template-page-faq .bannerTop:before {
	width: 65%;
}
.page-template-page-faq .bgTop {
	display: block;
	background: #1B183E;
}
.page-template-page-publicacoes .bgTop, .archive .bgTop, .search .bgTop, .page-template-page-faq .bgTop {
	width: 150%;
}
.boxNav {
	display: block;
}
.bgHome {
	background-attachment: fixed;
}
.seguros li {
	width: 30.3333%;
}
header:after {
	left: -30%;
}
}
@media only screen 
and (min-width : 1280px) {
section, .menu {
	width: 1200px;
}
header:after {
	left: -40%;
}
#seguradoras-parceiras .gallery {
	max-width: 480px;
}
}
@media only screen 
and (min-width : 1680px) {
header:after {
	left: -35%;
}
.page-template-page-publicacoes .bannerTop, .archive .bannerTop, .search .bannerTop {
	-webkit-background-size: 80% auto;
    -moz-background-size:  80% auto;
    -o-background-size:  80% auto;
    background-size:  80% auto;
	background-position: right bottom;
}
.fotoServico {
	-webkit-background-size: auto 120%;
    -moz-background-size:  auto 120%;
    -o-background-size:  auto 120%;
    background-size:  auto 120%;
}
}
@media only screen 
and (min-width : 1920px) {
header:after {
	left: -30%;
}
}
