/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1.2em;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   WordPress Core
   ========================================================================== */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

body {
	font-family: "Roboto", sans-serif;
	background: #fff;
	color: #1f2d87;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#wrap {
	max-width: 1920px;
	margin: auto;
}

.header-contato {
	float: right;
	width: 300px;
	margin-top: 0px;
}

.header-contato a {
	color: #1e1067;
}

.header-contato .email {
	font-size: 23px;
	text-align: right;
	margin-bottom: 10px;
}

.header-contato .telefone {
	text-align: right;
	margin-bottom: 10px;
}

.header-contato .telefone .nome {
	font-size: 12px;
	display: block;
}

#footer-bar {
	background: #000;
}

.topo,
.rodape {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rodape {
	color: #fff;
}
.content {
	margin: auto;
	padding: 0 20px;
}

#logo {
	width: 250px;
	margin: 20px 0 10px 0;
	float: left;
}

#logo img {
	width: 100%;
}

#logo a:hover,
#logo a:active {
	text-decoration: none;
}

#nav {
	margin-top: 20px;
}

#content {
	margin-bottom: 30px;
}

#content p {
	text-align: justify;
	margin-top: 20px;
}

h1,
h2,
h3 {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 50px;
	margin-bottom: 20px;
	color: #1e1067;
}

h2 {
	font-size: 30px;
	color: #1e1067;
	margin-top: 20px;
	line-height: 1.2em;
}

h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

h4,
h5 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin: 20px 0 20px 0;
	padding: 0;
}

h4 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}
h2.pdf {
	background: #1e1067;
	box-shadow: none;
	padding: 10px 25px;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 8px;
	width: initial;
	display: block;
	line-height: 1;
	fill: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

h2.pdf:hover {
	background: #120b38;
}

h2.pdf a {
	color: #fff;
	text-decoration: none;
}

#prestacao {
	margin-bottom: 50px;
}

#prestacao .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#prestacao h3 {
	text-align: center;
	color: #222;
	margin-bottom: 40px;
}

.title-page {
	background: #1e1067;
	margin-top: 30px;
	margin-bottom: 60px;
}

.title-page h2 {
	color: rgb(255, 255, 255);
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.subt-vantagens {
	margin-top: 50px;
}

.content-page {
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.texto-page {
	margin-bottom: 50px;
	z-index: 1;
}
.texto-page p {
	text-align: justify;
}

.page-int {
	margin-top: 40px;
}

.servicos-home img,
.empresa-icons img {
	margin: auto !important;
	width: 180px;
	text-align: center !important;
}

.servicos-home h3 {
	margin: 10px 0 -15px 0;
}

.servicos-mvs {
	height: 100%;
	min-height: 100%;
	background: #f4f4f4;
}

h2.blog a {
	margin-top: 10px;
	bottom: 10px;
	font-size: 30px;
	color: #1e1067;
}

h2.blog a:hover,
h2.blog a:active {
	text-decoration: none;
}

.img-destacada img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.data {
	font-size: 14px;
}

.categoria {
	margin-bottom: 30px;
}

#footer {
	background: linear-gradient(#1e1067, #120b38);
	padding: 30px 0 20px 0;
}

#footer .content {
	margin: auto;
	color: #fff;
}

li.submenu a {
	margin-left: 10px;
}

#mapa-site ul li {
	margin-left: 30px;
}

#menu-mesmoessemesmo {
	border: none;
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	color: #fff;
	max-width: 988px;
	height: 55px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	float: right;
}

#menu-mesmoessemesmo li {
	list-style: none;
	margin: 0;
	display: inline;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	padding: 5px;
}

#menu-mesmoessemesmo li a {
	height: 1px; /* IE5.0 bug */
	margin-top: 0;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}

#menu-mesmoessemesmo li a:hover {
	background: #1a6ba0;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu-mesmoessemesmo .current-menu-item a {
	background: #1a6ba0;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#menu-mesmoessemesmo li:hover ul {
	display: block;
}

#menu-mesmoessemesmo li ul {
	margin: 0px;
	padding: 0px;
	display: none;
	background: #545616;
}

#menu-mesmoessemesmo li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 250px;
	position: absolute;
	z-index: 1;
}

.banner img {
	width: 100%;
}
#esquerda {
	float: left;
}

#boas-vindas {
	margin-top: 40px;
}
#boas-vindas h2,
#chamada-blog h2 {
	margin-bottom: 10px;
}

#chamada-blog {
	padding: 30px 0 30px 0;
	margin: 0px 0 20px 0;
}

#boas-vindas p {
	margin-bottom: 40px;
}

.m10 {
	padding-bottom: 10px;
}

.m20 {
	padding-bottom: 20px;
}

.m30 {
	margin-bottom: 30px;
}

.m40 {
	padding-bottom: 40px;
}

.m50 {
	padding-bottom: 50px;
}

.m60 {
	padding-bottom: 60px;
}

.m70 {
	padding-bottom: 70px;
}

.m80 {
	padding-bottom: 80px;
}

.m90 {
	padding-bottom: 90px;
}

.whats-group {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999999999;
}

.img-whats {
	position: relative;
	left: 10px;
	max-width: 60px !important;
	cursor: pointer;
}

.img-whats:hover {
	opacity: 0.7;
}

.caixa-baixa {
	text-transform: none;
}
#form-contato {
	background: #e6e6e6;
	padding: 40px;
}
.bg-branco {
	background: #fff !important;
}
#metaslider_91 {
	margin-top: 30px;
}
#form-contato h2 {
	color: #1e1067;
}
.form-contato div {
	margin: 10px 0 10px 0;
}
.form-contato .btn-enviar {
	text-align: right;
}
.form-contato input[type="submit"],
.form-contato input[type="file"],
.btn-leiamais {
	background-color: #ff0000;
	box-shadow: none;
	font-family: "Roboto", Sans-serif;
	font-weight: 700;
	font-size: 26px;
	height: 2em;
	padding: 10px 25px;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	width: initial;
	display: inline-block;
	line-height: 1;
	fill: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-contato input[type="file"] {
	background: none;
	color: #fff;
	padding: 0;
}
.btn-leiamais,
.entry-readmore {
	margin-top: 15px;
}
.form-contato input[type="submit"]:hover,
.btn-leiamais:hover {
	text-decoration: none;
	background: rgb(136, 13, 13);
	color: #fff;
}
.home-chamada p {
	text-align: center;
	font-size: 26px;
}
.home-opcoes p {
	text-align: center !important;
}
.botoes a {
	width: 300px;
	margin: auto;
}
.botao {
	background: #8cad4a;
	max-width: 330px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	padding: 10px;
}
.botao a {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	text-decoration: none;
}
.arredondado {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

a:hover .arredondado {
	background: #67924a;
	text-decoration: none;
}

a .botao p,
.botao a:hover {
	color: white;
	text-decoration: none;
}

.empresa-footer p {
	font-size: 14px;
	text-align: left;
}
#sociais h2 {
	margin-top: 0;
}
.newsletter {
	margin-top: 20px;
}
.newsletter input {
	margin-bottom: 7px;
	margin-top: 7px;
}
.black {
	background: #000;
}
#parceiros {
	background: #f1f1f2;
	padding: 20px 0 20px 0;
}
#parceiros h3 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}
.laranja {
	color: #f0ad4e;
}
.parceiro-logo {
	margin: 10px;
}
.parceiro-logo img {
	margin: auto;
}
.blocos {
	width: 276px;
	float: left;
	margin-right: 22px;
}
.quatro {
	margin-right: 0;
}
.icone {
	width: 150px;
	height: 150px;
	padding: 30px;
	background: #d4e28d;
	margin: auto;
}
.icone i {
	left: 30px;
	font-size: 90px;
	color: #bf3a2c;
}
.sobre h2 {
	text-align: center;
	margin-bottom: 30px;
}
.sobre {
	line-height: 1.9em;
}
.sobre div {
	padding: 30px;
	font-size: 16px;
}
@media screen and (max-width: 994px) {
	#esquerda {
		margin-bottom: 20px;
	}
	.blocos {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		text-align: center;
		clear: both;
	}
	.blocos h3 {
		text-align: center;
	}
	.botao {
		font-size: 15px;
	}
}
@media screen and (max-width: 600px) {
	#parceiros .slick-slide {
		transition: all ease-in-out 0.3s;
		opacity: 0.2;
	}
	#parceiros .slick-current {
		opacity: 1;
	}
}
.desc {
	text-align: center;
	font-size: 17px;
	margin-bottom: 20px;
}
.produtos h3 {
	font-size: 18px;
}
.produtos .icong img {
	width: 72px;
}
.page-int .icong img {
	width: 60%;
}
.title-blog {
	display: block;
	color: black;
	font-size: 22px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	max-width: 320px;
	margin: auto;
	margin-top: 10px;
}
.blocos p {
	font-size: 12px;
	margin-top: 5px;
}
.blocos h3 {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #595959;
	text-align: center;
}
.bgParallax {
	width: 100%;
	max-width: 1920px;
	position: relative;
	min-height: 100%;
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: fixed;
}
.circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#direita {
	width: 293px;
	background: #009334;
	float: right;
}

.direita-content {
	width: 293px;
	padding: 10px 0 10px 0;
}
@media screen and (max-width: 480px) {
	.parceiro-logo img {
		width: 120px;
	}
}

@media screen and (max-width: 800px) {
	.chamada h2 {
		max-width: 100% !important;
		color: white;
		font-size: 50px;
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}

	.chamada .btn-chamada {
		float: none;
		display: block;
		margin: auto;
		text-align: center;
	}

	.parceiro-logo {
		margin: 0;
		padding: 0;
	}
	.parceiro-logo img {
		height: 100%;
	}
}

@media screen and (max-width: 994px) {
	#direita {
		width: 100%;
		float: none;
		padding: 0;
		clear: left;
	}
	.direita-content {
		margin: auto;
	}
}

#direita h3 {
	color: #fcb72e;
	font-family: "Roboto", sans-serif;
	text-align: center;
	font-size: 20px;
}

#direita label {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#direita .col-xs-12,
#direita .col-xs-8 {
	margin-bottom: 10px;
}

#direita .btn-reserva {
	margin-top: 15px;
}

#barra {
	margin-bottom: 30px;
}

#barra h3 {
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

#newsletter {
	background: #fcb72e;
	width: 605px;
	height: 82px;
	float: left;
}

#separador {
	float: left;
	width: 67px;
}

#redes {
	width: 316px;
	height: 82px;
	background: #1695b6;
	float: left;
}

.blocos .btn-xs {
	margin-top: 10px;
}

#footer-content p {
	color: #fff;
	font-size: 12px;
}
#sociais a {
	color: #fff;
}

.footer-empresa {
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 1.5em;
}
.footer-empresa p {
	margin-top: 10px;
	font-weight: 300;
}

#footer h2 {
	color: #fff;
	font-size: 16px;
}

#mapa-site ul li a,
.footer-empresa ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
}
#sociais a img {
	margin: 10px 10px 10px 0;
}

.form-horizontal {
	margin-top: 15px;
}

#face {
	width: 340px;
	float: right;
}

.ngg-galleryoverview {
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear: both;
	display: block;
}

/* styles for desktop */
.tinynav {
	display: none;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.ad {
	width: 300px;
	float: right;
}

.ad img {
	margin-bottom: 15px;
}

#sidebar {
	width: 270px;
	float: right;
}

.depoimentos {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #8cad4a;
	padding: 50px 0 90px 0;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 95px;
}

.depoimentos h2 {
	text-align: center;
	margin-bottom: 40px;
}

.depoimentos .trs {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	-ms-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}

.depoimentos .imagem {
	margin: auto;
	margin-bottom: 30px;
	height: 100px;
	width: 100px;
}

.depoimentos .trs img {
	border-radius: 500px;
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: auto;
}

.depoimentos .conteudo {
	font-size: 18px;
	width: 100%;
	text-align: center;
}
.depoimento-nome {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}

.ativo {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.next,
.prev {
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	bottom: 40%;
	width: 43px;
	height: 43px;
	z-index: 5;
}

.next {
	right: 10px;
}

.next:before,
.next:after {
	left: 21px;
}

.next:before {
	-webkit-transform: rotate(-42deg);
	transform: rotate(-42deg);
	-ms-transform: rotate(-42deg);
	top: 5px;
}
.next:after {
	-webkit-transform: rotate(-132deg);
	transform: rotate(-132deg);
	-ms-transform: rotate(-132deg);
	top: 18px;
}
.next:before,
.next:after,
.prev:before,
.prev:after {
	content: "";
	height: 20px;
	background: #fff;
	width: 4px;
	position: absolute;
}
.prev {
	left: 10px;
}
.prev:before,
.prev:after {
	left: 18px;
}
.prev:before {
	-webkit-transform: rotate(42deg);
	transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	top: 5px;
}
.prev:after {
	-webkit-transform: rotate(132deg);
	transform: rotate(132deg);
	-ms-transform: rotate(132deg);
	top: 18px;
}

.depoimentos:hover span {
	opacity: 0.76;
	filter: alpha(opacity=76);
}

.item {
	margin: 0 50px;
}

.item .content {
	display: inline-table;
	width: 100%;
}

@media screen and (max-width: 990px) {
	.depoimentos .imagem,
	.depoimentos .conteudo {
		float: none !important;
		display: inherit !important;
		margin: 0 !important;
	}

	.depoimentos img {
		margin: 0 auto;
	}

	.item .content {
		text-align: center;
	}

	.next,
	.prev {
		opacity: 0.9 !important;
		filter: alpha(opacity=90) !important;
	}

	.depoimentos .conteudo p {
		font-size: 16px;
	}

	#form-contato {
		padding: 40px 20px;
	}
}

/*LIST*/
.elementor-text-editor li {
	padding: 7px 0;
}
.list-style-box {
	padding: 20px 30px !important;
}
.elementor-text-editor li:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	color: #1f2d87;
	margin-right: 10px;
	top: -2px;
	position: relative;
}
.list-style2 li:before {
	content: "\f00c";
	font: normal normal normal 12px/1 FontAwesome;
	font-weight: 900;
	color: #3c3d76;
	margin-right: 10px;
}
.list-style3 li:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #3c3d76;
	margin-right: 10px;
}
.list-style4 li {
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0;
	font-size: 13px;
}
.list-style4 li:before {
	content: "";
	top: 16px;
}
.list-style1 li a:hover,
.list-style2 li a:hover,
.list-style3 li a:hover,
.list-style4 li a:hover {
	color: #74777b !important;
}
ul.list-number-red {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list-number-red li {
	font-size: 16px;
	width: 100%;
	line-height: 35px;
}
ul.list-number-red li:before {
	content: "";
	font: normal normal normal 12px/1 FontAwesome;
	color: #3c3d76;
	margin-right: 10px;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

#f-simulacao {
	margin-top: 10px;
}

.simulate {
	font-family: Helvetica, sans-serif;
}

.hide {
	display: none !important;
}

.select {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-bottom: 10px;
}

.resultado {
	font-size: 32px;
	font-weight: bold;
}

#mensagem {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.interno {
	padding: 20px;
	width: 100%;
}
.redes-sociais {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	float: right;
}

.img-centro {
	margin: 0 auto;
}

.centro {
	text-align: center;
}
.branco {
	color: white;
}

.esquerda {
	text-align: center;
}
.negrito {
	font-weight: 600;
}

.icones {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.icones-ultimo {
	margin-right: 0;
}

.icones img {
	max-width: 100%;
	max-height: 100%;
}

#search-2 {
	background: #1a6ba0;
	padding: 20px;
	width: 100%;
}

.error {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: red;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.facebook-botao {
	background-color: #1a6ba0;
	width: 170px;
	padding: 20px;
	float: left;
}

.instagram-botao {
	background-color: #f58634;
	width: 170px;
	padding: 20px;
	float: right;
	text-align: center;
}

/**
 * A área de comentários do tema "TwentyFourteen"
 * com algumas edições necessárias.
 */
.comments-area {
	margin: 30px auto;
	max-width: 100%;
	font-size: 12px;
}

.comments-area textarea {
	width: 100%;
}

.comment-body {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 15px;
	margin: 15px 0;
}

.comment-reply-title,
.comments-title {
	font: 700 16px/1.5 sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 30px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 10px;
	text-transform: uppercase;
}

.comment-reply-link {
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	background: #1e88e5;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

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

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: none;
	overflow: hidden;
	font-size: 12px;
	display: block;
	clear: both;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin: 15px 0;
}

.form-submit {
	margin-top: 30px;
}

.sorteio-detalhes {
	font-size: 26pt;
	display: block;
	margin-bottom: 10px;
}
.premio-sorteio {
	color: #b90119;
}

.next-sorteio {
	background: #b90119;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
}

/* styles for mobile */

@media screen and (max-width: 1060px) {
	#logo img,
	#logo {
		width: 210px;
	}
	.title-page h2 {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
}

@media screen and (max-width: 994px) {
	.topo {
		text-align: center;
	}
	#logo {
		float: left;
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.simulador-menu a {
		border-radius: 0;
	}

	#wrap {
		padding: 0;
	}
	.title-blog {
		margin-bottom: 22px;
	}
	#footer-endereco {
		margin: auto;
		text-align: center;
		float: none;
	}
	#mapa-site {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#mapa-site ul li {
		margin-left: 0;
	}
	.affix {
		position: static;
	}

	.banner-produto {
		text-align: center;
	}

	.header-contato {
		display: block;
		margin: auto;
		float: none;
		width: 100%;
		clear: both;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.header-contato .email,
	.header-contato .telefone {
		text-align: center;
	}
}

/*other widgets*/
.widget-tabbed {
	margin-top: 50px !important;
	padding-top: 0 !important;
}
.tabbed {
	background: #fff;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	-moz-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;
	overflow: hidden;
}
.tabbed .tabs {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.tabbed.alt {
	position: relative;
}
.tabbed.alt .tabs {
	position: absolute;
	left: 0;
	height: 100% !important;
}
ul.tabs a.selected {
	background: #fff;
	color: #333;
}
.widget_newsletterwidget .subscribe {
	padding-top: 10px;
	float: right;
	text-align: center;
}
.widget_newsletterwidget .subscribe em {
	font-style: normal;
}
.recent-posts ul li {
	padding-bottom: 22px;
}
.recent-posts ul li:last-child {
	padding-bottom: 0px;
}
.content aside section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content aside section ul li {
	clear: both;
	font-size: 14px;
}
.content aside section ul li li {
	font-size: 13px;
}
.content aside section ul.menu li {
	margin-bottom: 0;
}
.content aside section ul.menu ul {
	padding: 0;
}
.content aside section ul li.cat-item {
	font-size: 11px;
	color: #aaa;
}
.content aside section ul li.cat-item a {
	font-size: 14px;
	padding-right: 2px;
}
.content aside section ul li.cat-item li a {
	font-size: 13px;
}
.content aside section ul li.current-cat > a {
	color: #777;
}
.content aside section ul li.recentcomments {
	font-size: 13px;
	color: #aaa;
}
.content aside section ul.recent-comments.custom {
	margin-left: 0;
}
.content aside section ul.custom {
	margin-left: 24px;
}
.content aside section ul.tabs li {
	clear: none;
}
.content aside section.widget_pages > ul,
.content aside section.widget_categories > ul {
	margin-top: -7px;
}
.content aside section.widget_pages > ul,
.content aside section.widget_categories > ul {
	margin-bottom: -8px;
}
.content aside section ul ul.children {
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
.content aside section ul ul > li:last-child {
	margin-bottom: 0;
}
.content aside div.tagcloud {
	margin-bottom: -6px;
}
.content aside div.tagcloud a,
footer .tagcloud a {
	display: inline-block;
	margin-bottom: 6px;
	border: 1px solid #ddd;
	background: #fff;
	color: #444 !important;
	font-size: 11px !important;
	padding: 2px 8px;
	border-radius: 2px;
}
footer .tagcloud a {
	background: #3d3d3d;
	color: #ccc !important;
	border-color: #555;
}
.content aside div.tagcloud a:hover,
footer .tagcloud a:hover {
	color: #fff !important;
	background: #70c14a;
	border: 1px solid #70c14a;
	text-decoration: none;
}
footer .tagcloud a:hover {
	color: #333 !important;
}
.content aside ul.recent-comments li {
	margin: 11px 0 !important;
}
.content aside ul.recent-comments.custom li {
	margin-bottom: 23px !important;
	margin-top: 0 !important;
	clear: both;
	min-height: 50px;
}
.content aside ul.recent-comments.custom li p.comment-head,
.content aside ul.recent-comments.custom li p.comment-head a,
.content aside ul.recent-comments.custom li p.comment-head span {
	font-size: 11px;
}
.content aside ul.recent-comments.custom li p {
	line-height: 1.2;
	color: #555;
}
.content aside ul.recent-comments li img {
	float: left;
	margin-right: 10px;
}
.content aside .searchform,
footer .searchform {
	padding-top: 4px;
}
.content aside .searchform button,
footer .searchform button {
	margin-top: 2px;
	text-indent: -9999px;
}
.content aside .searchform button:hover,
footer .searchform button:hover {
	opacity: 1;
}
.content aside .searchform fieldset.focus,
footer .searchform fieldset.focus {
	border-color: #aaa;
}
.content aside fieldset span.select,
footer fieldset span.select {
	border: none;
}

aside .searchform input,
footer .searchform input {
	width: 70%;
	padding: 5px 7px;
}
aside .searchform button,
footer .searchform button {
	float: right;
	white-space: nowrap;
}
#searchform > div {
	border: 2px solid #ddd;
	border-radius: 2px;
	background: #fff;
}
#searchform > div.focus {
	border-color: #555555;
}
#searchform label {
	display: none;
}
#searchform #s {
	width: 70%;
	margin: 0;
	padding: 5px 9px;
	border: none;
	box-shadow: none;
	background: #fff;
	font-size: 14px;
	color: #999;
}
#searchform #searchsubmit {
	float: right;
	white-space: nowrap;
	margin-top: 2px;
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	background: #fff url("https://i1.wp.com/pointdasfabricas.com.br/wp-content/themes/bemdito/img/search.png") center
		center no-repeat;
	box-shadow: none;
	line-height: 24px;
	text-indent: -9999px;
}

aside ul li.cat-item {
	font-size: 11px;
	color: #aaa;
}
aside ul li.cat-item a {
	font-size: 14px;
	padding-right: 2px;
}
aside ul li.cat-item li a {
	font-size: 13px;
}
aside ul li.current-cat > a {
	color: #777;
}
aside ul li.recentcomments {
	font-size: 13px;
	color: #aaa;
}
aside ul.recent-comments.custom {
	margin-left: 0;
}
aside ul.custom {
	margin-left: 24px;
}
aside ul.tabs li {
	clear: none;
}
aside .widget_pages > ul,
.content aside section.widget_categories > ul {
	margin-top: -7px;
}
aside .widget_pages > ul,
.content aside section.widget_categories > ul {
	margin-bottom: -8px;
}
aside ul ul.children {
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
aside ul ul > li:last-child {
	margin-bottom: 0;
}

aside ul li {
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 5px 0px;
}

aside h3 {
	text-transform: uppercase;
	margin-top: 50px;
}

.simulate .content .wpcf7-not-valid-tip {
	color: #fff !important;
	font-size: 11px !important;
	font-weight: bold !important;
	text-align: center;
}

.wpcf7-validation-errors {
	text-align: center;
}

@media screen and (max-width: 600px) {
	.servicos-home img {
		width: 130px !important;
	}
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.mensagem-restrito {
	margin: 0 auto;
	padding: 26px;
	border-radius: 8px;
	background-color: #e6e6e6;
	text-align: center;
	max-width: 600px;
}
