html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
em,
small,
strong,
table,
tbody,
tr {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

body {
	background: #f1f1f1
}

article,
footer,
main {
	display: block
}

table {
	border-collapse: separate;
	border-spacing: 0
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3)
}

a:hover,
a:active {
	outline: 0
}


/** * 2.0 - Genericons */


/** * 3.0 Typography */

body,
input,
select,
textarea {
	color: #333;
	font-family: sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6
}

h1,
h2,
h3 {
	clear: both;
	font-weight: 700
}

p {
	margin-bottom: 1.6em
}

b,
strong {
	font-weight: 700
}

em {
	font-style: italic
}

mark {
	background-color: #fff9c0;
	text-decoration: none
}

small {
	font-size: 75%
}


/** * 4.0 Elements */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em
}

table {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1)
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif
}


/** * 5.0 Forms */

input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline
}

input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7)
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3)
}

select[disabled] {
	cursor: default;
	opacity: .5
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	padding: 0.375em;
	width: 100%
}

textarea {
	overflow: auto;
	vertical-align: top
}

textarea:focus {
	outline: 0
}


/** * 6.0 Navigations */


/** * 6.1 Links */

a {
	color: #333;
	text-decoration: none
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7)
}


/** * 6.2 Menus */


/** * 7.0 Accessibility */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000
}


/** * 8.0 Alignments */


/** * 9.0 Clearings */

.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after {
	content: "";
	display: table
}

.site:after,
.entry-content:after,
.site-content:after {
	clear: both
}


/** * 10.0 Header */


/** * 11.0 Widgets */


/** * 12.0 Content */


/** * 12.1 Posts and pages */

.hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative
}

.entry-content {
	padding: 0 7.6923% 7.6923%
}

.entry-content>:last-child {
	margin-bottom: 0
}

.entry-content,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word
}

.entry-content h1,
.page-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em
}

.entry-content h3,
.page-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em
}

.entry-content a {
	border-bottom: 1px solid #333
}

.entry-content a:hover,
.entry-content a:focus {
	border-bottom: 0
}

.page-content {
	background-color: #fff;
	padding: 7.6923%
}

.page-content>:last-child {
	margin-bottom: 0
}

@-ms-viewport {
	width: device-width
}

@viewport {
	width: device-width
}


/** * 16.1 Mobile Large 620px */

@media screen and (min-width:38.75em) {
	.site-main {
		padding: 7.6923% 0
	}
	.hentry,
	.page-content {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0 7.6923%
	}
	.entry-content {
		padding: 0 9.0909% 9.0909%
	}
	.page-content {
		padding: 9.0909%
	}
}


/** * 16.2 Tablet Small 740px */

@media screen and (min-width:46.25em) {
	body,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471
	}
	input {
		line-height: normal
	}
	p,
	hr,
	table {
		margin-bottom: 1.6471em
	}
	textarea {
		padding: 0.5em
	}
	.entry-content h1,
	.page-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em
	}
	.entry-content h3,
	.page-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em
	}
}


/** * 16.3 Tablet Large 880px */

@media screen and (min-width:55em) {
	body,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842
	}
	input {
		line-height: normal
	}
	p,
	hr,
	table {
		margin-bottom: 1.6842em
	}
	textarea {
		padding: 0.5278em
	}
	.entry-content h1,
	.page-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em
	}
	.entry-content h3,
	.page-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em
	}
}


/** * 16.4 Desktop Small 955px */

@media screen and (min-width:59.6875em) {
	body:before {
		background-color: #fff;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 29.4118%;
		z-index: 0
	}
	.site {
		margin: 0 auto;
		max-width: 1403px
	}
	.site-main {
		padding: 8.3333% 0
	}
	.site-content {
		display: block;
		float: left;
		margin-left: 29.4118%;
		width: 70.5882%
	}
	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6
	}
	p,
	hr,
	table {
		margin-bottom: 1.6em
	}
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5
	}
	input {
		line-height: normal
	}
	textarea {
		padding: 0.375em
	}
	.hentry,
	.page-content {
		margin: 0 8.3333%
	}
	.hentry {
		padding-top: 8.3333%
	}
	.entry-content {
		padding: 0 10% 10%
	}
	.entry-content h1,
	.page-content h1 {
		font-size: 31px;
		font-size: 3.1rem;
		line-height: 1.1613;
		margin-top: 1.5484em;
		margin-bottom: 0.7742em
	}
	.entry-content h3,
	.page-content h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3636;
		margin-top: 2.1818em;
		margin-bottom: 1.0909em
	}
	.page-content {
		padding: 8.3333%
	}
}


/** * 16.5 Desktop Medium 1100px */

@media screen and (min-width:68.75em) {
	body,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471
	}
	input {
		line-height: normal
	}
	p,
	hr,
	table {
		margin-bottom: 1.6471em
	}
	textarea {
		padding: 0.5em
	}
	.entry-content h1,
	.page-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em
	}
	.entry-content h3,
	.page-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em
	}
}


/** * 16.6 Desktop Large 1240px */

@media screen and (min-width:77.5em) {
	body,
	input,
	select,
	textarea {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.6842
	}
	input {
		line-height: normal
	}
	p,
	hr,
	table {
		margin-bottom: 1.6842em
	}
	textarea {
		padding: 0.5278em
	}
	.entry-content h1,
	.page-content h1 {
		font-size: 39px;
		font-size: 3.9rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em
	}
	.entry-content h3,
	.page-content h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em
	}
}


/** * 16.7 Desktop X-Large 1403px */

@media screen and (min-width:87.6875em) {
	body:before {
		width: -webkit-calc(50% - 289px);
		width: calc(50% - 289px)
	}
}


/** * 17.0 Print */

@media print {
	body {
		background: none !important;
		font-size: 11.25pt
	}
	input,
	textarea,
	select {
		display: none
	}
	.hentry,
	.page-content {
		background: none !important
	}
	body,
	a {
		color: #000 !important
	}
	table {
		border-color: #eaeaea !important
	}
	.site {
		margin: 0 7.6923%
	}
	.entry-content {
		padding: 0 0 7.6923%
	}
	.page-content {
		padding: 7.6923% 0 0
	}
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover
}

h3 {
	margin-top: 2.3704em !important;
	margin-bottom: 2.3704em !important
}

img {
	max-width: 100% !important
}

.entry-content a:hover,
.entry-content a:focus {
	border-bottom: 1px solid #333
}

.caixa-informacoes {
	padding: 20px;
	background-color: #f1f1f1;
	border: 2px solid #cccccc;
	font-size: 14px
}

.caixa-informacoes h3 {
	font-size: 20px;
	text-align: center;
	padding: 0px;
	margin: 0px !important;
	margin-bottom: 30px !important
}

.bt-oferta {
	display: block
}

.bt-oferta {
	box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.4);
	background-image: linear-gradient(#f90000, #af0303);
	padding: 15px;
	color: #fff;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	border-radius: 95px;
	border: 2px solid #ff6767 !important;
	background-color: white;
	font-family: "Helvetica";
	font-size: 21px;
	cursor: pointer !important
}

.bt-oferta:hover {
	color: #ffffff !important;
	text-shadow: none !important;
	border: 2px solid #ff6767 !important;
	background-image: none !important;
	background-color: #f90000
}


/** * Full Header */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
/* @font-face {
    font-family: 'Raleway';
    src: local('Raleway'), local('Raleway-Regular'), url('fonts/Raleway-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
		font-display: auto;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway'), local('Raleway-ExtraBold'), url('fonts/Raleway-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
		font-display: auto;
} */
body {
	font-family: 'Raleway', sans-serif
}

p,
span,
h1,
h2,
h3,
div {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important
}

#full-header {
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover
}

#full-header .page-content {
	background: none;
	/* display: table; */
	min-height: 700px;
	box-shadow: none
}

#full-header .text-content {
	/* display: table-cell; */
	/* vertical-align: middle */
}

@media only screen and (max-width:320px) {
	#full-header .page-content {
		min-height: 400px
	}
	#full-header .page-content h1,
	#full-header .page-content h1 span,
	#full-header .page-content h1 p {
		font-size: 44px!important;
    line-height: 50px!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
	}
	#full-header .page-content h3 {
		font-size: 20px!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    line-height: 14px!important;
	}

	#full-header .page-content h3 span {
    font-size: 16px!important;
	}

	#full-header .page-content p,
	#full-header .page-content p span {
    font-size: 16px!important;
	}
}


/** * 16.4 Desktop Small 955px */

@media screen and (min-width:59.6875em) {
	body:before {
		display: none !important
	}
	.site-content {
		display: block;
		float: none;
		margin: 0 auto;
		width: 85%
	}
}


/** * 16.2 Tablet Small 740px */

@media screen and (min-width:46.25em) {
	#full-header .page-content {
		min-height: 450px
	}
}


/** * Modal */


/** * Estilo dos templates antigos */


/* * Box E-mail */

.linha {
	width: 100%;
	overflow: hidden;
	clear: both;
	float: none
}

.linha>div,
.linha>div>p {
	margin-bottom: 0px !important
}

.col {
	float: left
}

.col1 {
	width: 8.3%
}

.col4 {
	width: 33.2%
}

.col5 {
	width: 41.5%
}

.col6 {
	width: 49.8%
}

.divisoria-footer {
	height: 2px;
	background-color: #f1f1f1;
	margin-top: 20px !important;
	margin-bottom: 20px !important
}

.b-lazy {
	opacity: 0;
	transition: all 500ms
}

.lift {
	padding: 30px;
	text-align: center;
	background-color: #ffffff;
	line-height: 310%
}

.lift .centro {
	max-width: 1000px;
	margin: 0 auto
}

#full-header {
	background-color: #000000;
	text-align: center
}
