/**
* Edits Tema
*/
html, body {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

.clear {
	clear: both;
}
#content {
	min-height: 100%;
	position: relative;
}

.fancybox-lock body {
	overflow: initial !important;
}

.rowspace.rowspace {
	margin-bottom: 40px;
}

.pseudo-slider {
	display: none;
}

.transicao,
.eff-op,
.eff {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
}

.eff:hover {
	box-shadow: 1px 1px 10px #1e5391;
	text-decoration: none;
}

.eff-op:hover {
	opacity: .8;
	text-decoration: none;
}

form select,
form input[type="text"] {
	border: 1px solid #cfd4d5;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 0 12px;
	color: #a7a9aa;
	height: 42px;
	float: left;
}

.btn-default {
	font-family: "Open Sans", sans-serif;
	border-radius: 3px !important;
	text-transform: uppercase;
	background-color: #198595;
	display: inline-block;
	font-weight: 700;
	line-height: 3.6;
	padding: 0 20px;
	font-size: 12px;
	color: #ffffff;

	border: none;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@media (max-width: 600px) {
	.btn-default {
		padding: 0 12px;
	}
}

.btn-default:hover {
    text-decoration: none;
}

.btn-default.full {
	text-align: center;
	display: block;
	width: 100%;
}

.btn-default.green:hover,
.btn-default.yellow {
	background-color: #0f6098;
}

.btn-default.yellow:hover,
.btn-default.green {
	background-color: #198595;
}

.btn-default img {
	display: inline-block;
	margin: 0 10px 0 0;
}

.btn-default.red {
	background-color: #f54444;
}

form textarea {
	border-radius: 4px;
	height: 219px;
	padding: 12px;
	resize: none;
}

iframe {
	width: 100%;
}
/**
* TYPOGRAPHY
*/
h1 {
	text-indent: -9999px;
	margin: 0 !important;
	font-size: 0;
}

h3 {
	text-transform: uppercase;
	font-size: 24px;
}

h4 {
	text-transform: uppercase;
	font-size: 20px;
}

ul li {
	font-size: 18px;
}

/* Default Link Styles */
a {
  color: #a7a9aa;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  line-height: inherit; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: left;
  color: #69696a;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #0f6098;;
  text-rendering: optimizeLegibility;
  margin: 0 0 16px 0;
  line-height: 1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #e4e4e4;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  color: #69696a;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1rem;
  margin-left: 17px;
  list-style-position: outside;
  font-family: 'Open Sans', sans-serif; }
/**
* Header
*/
.wrap-header {
	/* background: url(../img/bg-header.jpg) repeat-x; */
	/* background: rgb(0, 157, 176); */
	/* background: linear-gradient(0deg, rgba(0, 157, 176, 1) 0%, rgba(10, 65, 154, 1) 100%); */
	/* box-shadow: 1px 1px 10px #666; */
	background-color: #024066;
	position: fixed;
	z-index: 3000;
	width: 100%;
	left: 0;
	top: 0;
}

.wrap-header .logo-mobile {
	padding: 9px 0;
	display: block;
}

.wrap-header .logo-mobile img {
	max-height: 40px;
}

.logo {
	display: inline-block;
	padding: 9px 0;
}
/**
* Menu
*/
.nav {
	-webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;

    list-style: none;
    margin: 16px 0;
}

.nav li {
	text-transform: uppercase;
	line-height: 25px;
	font-weight: 700;
	font-size: 13px;
}

.nav li a {
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
}

.nav li a:after {
	background-color: #ffffff;
	position: absolute;
	display: block;
	bottom: -4px;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav li a.actv:after,
.nav li:hover a:after {
	width: 100%;
}

.nav li a.menu-comprar.actv:after,
.nav li:hover a.menu-comprar:after {
	background-color: #fbc110;
}

.nav li a.menu-vender.actv:after,
.nav li:hover a.menu-vender:after {
	background-color: #009db0;
}

.nav li:hover a {
	text-decoration: none;
}

.nav li a span {
	background-image: url(../img/spt-btns.png);
	margin-right: 8px;
	display: block;
	height: 25px;
	float: left;
	width: 25px;
}

.nav li a.menu-vender span {
	background-position: -25px 0;
}

.nav li a.menu-comprar {
	color: #00bcff;
}

.nav li a.menu-vender {
	color: #52f1e8;
}
/**
* Wrap Banner
*/
.wrap-banner {
	overflow: hidden;
	margin-top: 58px;
	width: 100%;
	z-index: 0;
	top: 0;
}

.wrap-banner,
.wrap-banner .carousel,
.wrap-banner .carousel .frame {
	height: 600px;
}

.wrap-banner .carousel .frame {
	background-size: cover !important;
}

@media (max-width: 600px) {
	.wrap-banner .carousel .frame {
		/*background: #0f6098 !important;*/
	}
}

.wrap-banner .carousel .frame .tabled {
	background-color: transparent;
	vertical-align: middle;
	display: table-cell;
	width: 9999px;
	height: 420px;
}

@media (max-width: 1024px) {
	.wrap-banner,
	.wrap-banner .carousel,
	.wrap-banner .carousel .frame,
	.wrap-banner .carousel .frame .tabled {
		height: 40vw;
	}
}

@media (max-width: 600px) {
	.wrap-banner,
	.wrap-banner .carousel,
	.wrap-banner .carousel .frame,
	.wrap-banner .carousel .frame .tabled {
		height: 50vw;
	}
}

@media (max-width: 320px) {
	.wrap-banner,
	.wrap-banner .carousel,
	.wrap-banner .carousel .frame,
	.wrap-banner .carousel .frame .tabled {
		height: 80vw;
	}
}

.frame .tabled h2 {
	text-transform: uppercase;
	margin: 0 0 18px 0;
	font-weight: 300;
	line-height: 1.2;
	font-size: 40px;
	color: white;
}

@media (max-width: 840px) {
	.frame .tabled h2 {
		text-align: center;
		font-size: 28px;
	}
}

@media (max-width: 320px) {
	.frame .tabled h2 {
		font-size: 20px;
	}
}

.frame .tabled h2 strong {
	font-weight: 900;
}

.frame .tabled ul {
	list-style: none;
	margin: 0;
}

.frame .tabled ul li {
	margin-right: 10px;
	line-height: 1;
	float: left;
}

.wrap-banner .carousel {
	margin-bottom: 0;
}

.wrap-banner .carousel .slick-prev,
.wrap-banner .carousel .slick-next {
	background-image: url(../img/spt-arrows.png);
	z-index: 3000;
	bottom: 11.5%;
	top: initial;
	height: 43px;
	width: 43px;
	right: 14%;
}

@media (max-width: 960px) {
	.wrap-banner .carousel .slick-prev,
	.wrap-banner .carousel .slick-next {
		display: none !important;
	}
}

.wrap-banner .carousel .slick-prev:before,
.wrap-banner .carousel .slick-next:before {
	content: "";
}

.wrap-banner .carousel .slick-next {
	background-position: -44px 0;
}

.wrap-banner .carousel .slick-prev {
	right: 17.5%;
	left: initial;
}
/**
* Footer
*/
.wrap-footer {
	/* background: #90c032 url(../img/bg-footer.png) no-repeat top center; */
	background-color: #eeeeee;
	width: 100%;
	bottom: 0;
	left: 0;
}

@media (max-width: 600px) {
	.wrap-footer {
		background: #eeeeee;
	}
}

.info-footer {
	list-style: none;
	margin: 60px 0 10px 0;
}

.diff-list {
	margin-left: 60px;
}

@media (max-width: 980px) {
	.diff-list {
		margin-left: 0;
	}
}

@media (max-width: 600px) {
	.info-footer {
		float: none !important;
		display: inline-block;
		margin: 0 !important;
	}
}

.info-footer > li {
	line-height: 1.4;
	font-size: 14px;
	color: #009db0;
	font-weight: 700;

}

.info-footer > li.with-phone {
	font-weight: 600;
	font-size: 20px;
	color: #0069a6;
}

.assinatura {
	background: #009db0;
	padding: 18px 0;
	width: 100%;
}

.assinatura a,
.assinatura p {
	text-align: right;
	font-size: 14px;
	color: #eeeeee;
	margin: 0;
}

.logo-footer {
	display: inline-block;
}

@media (min-width: 960px) {
	.logo-footer {
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
}
/**
* MENU CELULAR
*/
.menu-aberto {
	overflow: hidden;
}

.offset-menu {
	background-color: #009db0;
	position: fixed;
	width: 280px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5000;
	padding: 40px 20px;
	-webkit-transform: translateX(-280px);
	-moz-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
	-webkit-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	-moz-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	-ms-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
}

.offset-menu ul {
	list-style: none;
	margin: 0;
}

.offset-menu li {
	border-bottom: 1px solid white;
	text-transform: uppercase;
	width: 100%;
}

.offset-menu li .dropdown {
	background-color: #af0000;
	padding: 40px 20px;
	position: absolute;
	z-index: 3000;
	width: 280px;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-280px);
	-moz-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.menu-aberto .offset-menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.sub-aberto-2 .dropdown,
.sub-aberto .dropdown {
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.offset-menu li a {
	padding: 8px 0;
	display: block;
	color: white;
}

.offset-menu .open-menu {
	background-color: #009db0;
	height: 58px;
	width: 58px;
	line-height: 58px;
	text-align: center;
	color: white;
	position: fixed;
	z-index: 4000;
	top: 0;
	right: -58px;
}

@media (max-width: 600px) {
	.tabela-responsiva {
		min-height: .01%;
	    overflow-x: auto;
	    width: 100%;
	    overflow-y: hidden;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    border: 1px solid #ddd;
	}

	.padrao {
		margin-bottom: 0;
	}
}
/**
* HOME
*/
.container {
	padding: 60px 0;
	width: 100%;
}

@media (max-width: 600px) {
	.container {
		padding: 30px 0;
	}
}

.title {
	text-transform: uppercase;
	display: inline-block;
	margin: 20px 0 30px;
	position: relative;
	font-weight: 300;
	font-size: 30px;
	color: #0f6098;
}

.title strong {
	font-weight: 900;
}

.title:before {
	content: attr(title);
	position: absolute;
	font-weight: 700;
	font-size: 15px;
	color: #009db0;
	line-height: 1;
	top: -20px;
	left: 0;
}

.half-margin {
	margin-bottom: 8px;
}

.card-home-about {
	background: url(../img/bg-home-sobre-nos.png) no-repeat 100% 10px;
	padding-bottom: 30px;
	padding-right: 50px;
}

@media (max-width: 960px) {
	.card-home-about {
		padding: 0;
	}
}

.flex-video {
	padding-bottom: 56.5%;
	margin-bottom: 0;
}

.card-home-destaque {
	box-shadow: 0 0 2px #69696a;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	position: relative;
	display: block;
}

.card-home-destaque:hover {
	text-decoration: none;
}

.card-home-destaque .wrap-img {
	height: 175px;
	width: 100%;
}

@media (max-width: 840px) {
	.card-home-destaque .wrap-img {
		background-size: 90% !important;
	}
}

.card-home-destaque .info {
	padding: 30px 20px;
}

.infos li h3,
.card-home-destaque .info h3 {
	text-transform: uppercase;
	line-height: 1.4;
	overflow: hidden;
	font-size: 13px;
	color: #a7a9aa;
	height: 36px;
}

.infos li h3 {
	overflow: auto;
	height: auto;
	margin: 0;
}

span.price {
	font-weight: 600;
	font-size: 20px;
	display: block;
	line-height: 1;
	color: #384c5a;
}

.labels {
	position: absolute;
	list-style: none;
	right: 10px;
	margin: 0;
	top: 10px;
}

.labels > li {
	margin-bottom: 8px;
	text-align: right;
	line-height: 1;
}

.label-default {
	background-color: #69696a;
	display: inline-block;
	font-weight: 800;
	font-size: 11px;
	line-height: 2;
	padding: 0 6px;
	color: #333333;
	border-radius: 2px;
	text-transform: uppercase;
}

.l-yellow.l-yellow {
	background-color: #009aaf;
	color: white;
}

.l-blue.l-blue {
	background-color: #0f6098;
	color: white;
}

.l-green.l-green {
	background-color: #024066;
	color: white;
}

.l-purple.l-purple {
	background-color: #b93265;
}

.l-pop.l-pop {
	background-color: #afc829;
}


.offer-section {
	background: url(../img/bg-oferta.jpg) no-repeat center;
	background-size: cover !important;
	padding: 20px 0;
	width: 100%;
}

.card-offer .l-green,
.card-offer .l-blue,
.card-offer .l-yellow {
	text-align: center;
	line-height: 1.4;
	min-width: 75px;
	padding: 8px;
}

.card-offer {
	position: relative;
}

@media (max-width: 600px) {
	.card-offer .labels {
		top: 50px;
	}
}

.card-offer img {
	margin-top: 180px;
	float: right;
}

.card-offer .infos {
	position: absolute;
	list-style: none;
	left: 10px;
	margin: 0;
	top: 10px;
}

.card-offer .infos > li {
	margin-bottom: 12px;
}

.card-offer .infos li .title {
	margin: 0;
}

.card-offer .infos .greened {
	font-weight: bold;
	font-size: 16px;
	color: #90c032;
}

.card-ebook {
	background-color: #0e5586;
	padding: 20px 0;
	width: 100%;
}

.card-ebook h4 {
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.2;
	font-size: 30px;
	color: white;
	margin: 0;
}

.card-gray {
	background-color: #e4e4e4;
	padding: 20px 0;
	width: 100%;
}

.card-gray h4 {
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.2;
	font-size: 30px;
	color: white;
	margin: 0;
}

@media (max-width: 600px) {
	.card-ebook h4 {
		font-size: 26px;
	}
}

@media (max-width: 320px) {
	.card-ebook h4 {
		font-size: 20px;
	}
}

.card-ebook h4 strong {
	font-weight: 900;
}

.card-ebook ul {
	margin: 12px 0 0 20px;
}

.card-ebook ul > li:first-child {
	margin-bottom: 8px;
}

.card-ebook p {
	font-size: 12px;
	color: white;
}

.card-ebook form,
.card-ebook input,
.card-ebook button {
	margin-bottom: 0;
}

.card-ebook input[type="text"] {
	background-color: transparent;
	border: 2px solid #fac110;
	border-radius: 50px;
	padding-left: 70px;
	height: 38px;
}

@media (max-width: 600px) {
	.card-ebook input[type="text"] {
		margin-bottom: 16px;
	}
}

.wrap-input {
	position: relative;
}

.wrap-input:after {
	border-radius: 50px;
	position: absolute;
	display: block;
	height: 38px;
	content: "";
	width: 60px;
	left: 0;
	top: 0;
}

.wi-nome:after {
	background: #fac110 url(../img/ico-nome.png) no-repeat center;
}

.wi-mail:after {
	background: #fac110 url(../img/ico-email.png) no-repeat center;
}

@media (min-width: 1025px) {
	.wi-mail {
		-webkit-transform: translateX(26px);
		-moz-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}
}

.card-ebook button {
	background-color: #fac110;
	border-radius: 50%;
	border: none;
	height: 38px;
	width: 38px;
}

@media (max-width: 600px) {
	.card-ebook button {
		border-radius: 50px;
		text-align: center;
		width: 100%;
	}
}

.noticias,
.container.gray {
	background: #e4e4e4 url(../img/bg-home-redes.jpg) no-repeat top center;
}

.container.gray .title {
	margin-bottom: 80px;
	margin-top: 0;
}

.card-home-news {
	background-color: white;
	margin-bottom: 20px;
	display: block;
}

.card-home-news .wrap-img {
	background-size: cover !important;
	height: 250px;
	width: 100%;
}

.card-home-news ul {
	list-style: none;
	margin: 0;
}

.card-home-news .info {
	padding: 30px;
}

.card-home-news ul > li {
	margin-bottom: 14px;
}

.card-home-news ul > li:last-child {
	margin-bottom: 0;
}

.card-home-news ul > li h2 {
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 0;
	font-size: 26px;
	color: #323232;
	overflow: hidden;
}

.noticias .card-home-news ul > li h2 {
	height: auto;
}

.card-instagram {
	position: relative;
}

.card-testimonial {
	background-color: #fac110;
	padding: 18px;
}

.card-testimonial p {
	margin-bottom: 0;
	color: white;
}

.card-testimonial span {
	font-family: "Open Sans", sans-serif;
	color: #d08b07;
	display: block;
}

.card-testimonial.is-facebook {
	background-color: #3955a1;
	position: relative;
}

.card-testimonial.is-facebook img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.card-testimonial.is-facebook span {
	color: #283b70;
}

.card-each-marca {
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px;
	height: 120px;
	width: 999px;
}

.carousel-marcas {
	margin: 9px 0;
}

.card-each-marca img {
	max-height: 50px;
	display: block;
	margin: 0 auto;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);

	opacity: .3;
}

.card-each-marca:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);

	opacity: 1;
}
/**
* QUERO VENDER
*/
.jumbotron {
	background-color: #96f1e8;
	margin-top: 58px;
	padding: 10px;
	width: 100%;
}

.jumbotron .title {
	margin-bottom: 20px;
}

.jumbotron .upper-logo {
	display: block;
	/* -webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px); */
}

.jumbotron .upper-logo {
	
}

.jumbotron p {
	font-weight: bold;
	color: #0f6098;
	margin: 0;
}

.jumbotron .btn-default {
	margin: 30px 0;
	float: right;
}

@media (max-width: 600px) {
	.jumbotron .btn-default {
		margin: 10px 0;
	}
}

.breadcrumb {
	margin: 15px 0 30px;
	list-style: none;
}

.breadcrumb > li {
	font-size: 13px;
	line-height: 1;
	float: left;
}

.breadcrumb > li span {
	display: block;
	margin: 0 12px;
}

.breadcrumb > li > a {
	color: #a7a9aa;
}

.title-labeled {
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	font-weight: 300;
	margin-top: 30px;
	font-size: 30px;
	color: #0f6098;
}

.title-labeled:after {
	position: absolute;
	margin-left: -10px;
	height: 20px;
	content: "";
	width: 20px;
	top: -30px;
	left: 50%;
}

.title-labeled.t-vender:after {
	background: url(../img/ico-label2x.png) no-repeat center;
}

.title-labeled.t-comprar:after {
	background: url(../img/ico-car2x.png) no-repeat center;
}

.cta {
	background: url(../img/bg-cta.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
	width: 100%;
	margin: 20px 0 40px;
}

.cta p {
	text-transform: uppercase;
	font-style: italic;
	font-weight: 300;
	font-size: 30px;
	color: white;
	margin: 0;
	text-align: center;
	line-height: 1;
}

.list-plans {
	margin-top: 100px;
}

@media (min-width: 1025px) {
	.list-plans .destaque {
		margin-top: -36px;
	}
}

.card-plano {
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
}

.card-plano img {
	display: block;
	margin: 0 auto 30px;
}

.card-plano,
.plano-title,
.card-plano a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.plano-title {
	background-color: #f5f7fa;
	padding: 50px 0 30px;
	text-align: center;
}

.destaque .card-plano .plano-title {
	padding: 30px 0 30px;
}

.plano-title h3 {
	position: relative;
	font-weight: 300;
	font-size: 30px;
	color: #0f6098;
	margin: 0;
}

.plano-title h3:after {
	text-transform: uppercase;
	content: attr(title);
	position: absolute;
	font-weight: bold;
	font-size: 13px;
	color: #a5ce39;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.card-plano ul {
	min-height: 504px;
	list-style: none;
	padding: 30px;
	margin: 0;
}

.card-plano ul > li {
	border-bottom: 1px solid #eceef2;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.card-plano ul > li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.card-plano a {
	text-transform: uppercase;
	background-color: #a5ce39;
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #10649f;
	width: 100%;
	text-align: center;
	line-height: 4.4;
}

.destaque .card-plano,
.card-plano:hover {
	border-color: #0f6098;
}

.destaque .card-plano .plano-title h3,
.card-plano:hover .plano-title h3 {
	color: #fbc110;
}

.destaque .card-plano .plano-title h3:after,
.card-plano:hover .plano-title h3:after {
	color: white;
}

.destaque .card-plano .plano-title,
.card-plano:hover .plano-title {
	background-color: #0f6098;
}

.destaque .card-plano a,
.card-plano a:hover {
	background-color: #0f6098;
	text-decoration: none;
	color: white;
}

.list-plans p {
	margin-bottom: 0;
}

.form-comprar {
	margin: 10px 0;
}

.form-comprar select {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.form-comprar select {
		margin-bottom: 16px;
	}
}

.content-centered {
	margin: 30px 0 15px;
	text-align: center;
	width: 100%;
}

.thermometer {
	background-color: #0e5b90;
	display: inline-block;
	border-radius: 50px;
	padding: 10px;
	margin: 0;
	position: relative;
}

.thermometer:after {
	font-family: "Open Sans", sans-serif;
	background-color: #a5ce39;
	text-transform: uppercase;
	content: attr(title);
	border-radius: 50px;
	white-space: nowrap;
	position: absolute;
	font-weight: bold;
	line-height: 2.5;
	font-size: 12px;
	padding: 0 18px;
	display: block;
	color: #10649f;
	left: 102%;
	top: 0;
}

@media (max-width: 600px) {
	.thermometer:after {
		top: -40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.thermometer ul {
	list-style: none;
	margin: 0;
}

.thermometer ul li {
	line-height: 1;
	margin: 0 2px;
	float: left;
}

.thermometer ul li:nth-child(1) span,
.thermometer ul li:nth-child(2) span,
.thermometer ul li:nth-child(3) span {
	background-color: #3788c0;
}

.thermometer ul li:nth-child(4) span,
.thermometer ul li:nth-child(5) span,
.thermometer ul li:nth-child(6) span {
	background-color: #fbc110;
}

.thermometer ul li:nth-child(7) span,
.thermometer ul li:nth-child(8) span,
.thermometer ul li:nth-child(9) span {
	background-color: #a5ce39;
}

.thermometer ul li:nth-child(10) i {
	color: #a5ce39;
}

.thermometer ul li:last-child {
	margin-top: -2px;
	max-height: 10px;
}

.thermometer ul li span {
	border-radius: 50px;
	position: relative;
	display: block;
	height: 10px;
	width: 20px;
}

.thermometer ul li span.meter:after {
	background: url(../img/ico-marker.png) no-repeat center;
	height: 27px;
	content: "";
	width: 23px;
	position: absolute;
	top: -26px;
	left: 50%;
	z-index: 1000;
	margin-left: -12px;
}

.card-produto-destaque {
	background-color: #e4e4e4;
	position: relative;
	max-height: 450px;
	display: block;
}

.card-produto-destaque img {
	max-height: 450px;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.card-produto-destaque .labels {
	right: initial;
	left: 20px;
	top: 20px;
}

.card-produto-destaque .labels .l-green {
	color: #0f6098;
}

.more {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	line-height: 1;
	color: #adb6b9;
}

.carousel-thumbs {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
}

.square {
	overflow: hidden;
}

.square img {
	width: 100%;
}

.tipo-dl {
	margin: 0 0 18px 0;
}

.tipo-dl li:first-child {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #10649f;
	margin-bottom: 12px;
}

.tipo-dl li {
	line-height: 1.4;
	font-size: 13px;
}

.text-label {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 3px;
	display: block;
	color: #69696a;
}

.tipo-dl li input[type="checkbox"] {
	display: none;
}

.tipo-dl li input[type="checkbox"] + .text-label:before {
	font-family: "FontAwesome";
	margin-right: 8px;
	content: "\f10c";
	width: 1em;
}

.tipo-dl li input[type="checkbox"]:checked + .text-label:before {
	content: "\f192";
}

.tab {
	width: 100%;
	position: relative;
	margin: 50px 0 26px;
	border-bottom: 1px solid #e4e4e4;
}

.tab:before {
	content: attr(title);
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-top: 3px solid #0f6098;
	background-color: white;
	padding: 0 18px;
	display: inline-block;
	font-family: "Open Sans", sans-serif;

	text-transform: uppercase;
	position: absolute;
	font-weight: 700;
	line-height: 3.4;
	font-size: 14px;
	color: #10649f;
	top: -49px;
	left: 60px;
}

@media (max-width: 320px) {
	.tab:before {
		left: 25px;
	}
}

.card-vendendo {
	position: relative;
}

.card-vendendo .flex-video {
	padding-bottom: 44.5%;
	margin: 0 auto 26px;
	max-width: 80%;
}

@media (max-width: 600px) {
	.card-vendendo .flex-video {
		max-width: 100%;
	}
}

.card-vendendo img {
	border: 4px solid white;
	position: absolute;
	border-radius: 50%;
	z-index: 1000;
	height: 80px;
	width: 80px;
	left: 20px;
	top: 40px;
}

.btn-valor {
	background-color: #0f6098;
	margin-bottom: 12px;
	font-size: 18px;
	color: white;
}
/**
* SOBRE NÓS
*/
table {
	font-family: "Open Sans", sans-serif;
}

table tr td {
	color: #a7a9aa;
}

table tr td:first-child {
	background-color: #f9f9f9;
	text-align: center;
	font-weight: bold;
}

.list-vantagens {
	margin: 0 0 18px 0;
	list-style: none;
}
.list-vantagens > li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

@media (max-width: 600px) {
	.space-mobile {
		margin-bottom: 18px;
	}

	.mobile-footer > li {
		text-align: center;
	}

	.logo-footer {
		display: block;
	}

	.logo-footer img {
		margin: 16px auto 0 auto;
		display: block;
		max-height: 50px;
	}

	.img-centered-mobile {
		display: block;
		margin: 0 auto;
	}
}

.full-img {
	width: 100%;
	display: block;
}

.hidden-form {
	background-color: #e4e4e4;
	margin-bottom: 18px;
	border-radius: 3px;
	padding: 16px;
	display: none;
}

.hidden-form form {
	margin-bottom: 0;
}

.popup textarea,
.hidden-form form textarea {
	height: 100px;
}

@media (min-width: 1025px) {
	.popup {
		max-width: 500px;
	}
}
/**
* NOTICIAS
*/
.widgets {
	background: #ffffff;
	margin-bottom: 18px;
	border-radius: 3px;
	padding: 22px;
}

.form-buscar {
	position: relative;
}

.form-buscar button {
	position: absolute;
	font-size: 20px;
	outline: none;
	height: 26px;
	right: 10px;
	width: 26px;
	top: 8px;
	color: #69696a;

	background: none;
	border: none;
	padding: 0;
}

.post-date {
	font-family: "Open Sans", sans-serif;
	margin: 14px 0 10px;
	font-size: 12px;
	color: #a7a9aa;
	display: block;
	line-height: 1;
}

.noticias.interna {
	background-color: white;
}

.noticias.interna .widgets {
	background-color: #e4e4e4;
}
/**
* QUERIES
*/
/*@media only screen and (max-width: 480px) {	
	
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (min-width: 768px) {
	
}*/
@media only screen and (min-width: 1024px) {
	
	.wrap-footer {
		position: absolute;
		height: 202px;
	}

	#content {
		padding-bottom: 202px;
	}
}


span.sold {
    background-color: #f84949;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 6px 15px;
    font-size: 11px;
    border-radius: 2px;
    font-weight: bold;
}

span.sold img {
    margin: -2px 5px 0 0;
    width: 18px;
}

span.sold-internal {
    background-color: #f84949;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 18px;
    border-radius: 3px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

span.sold-internal img {
	margin: -3px 10px 0 0;
}

.proprietario .fb-image {
	border-radius: 50%;
	padding: 5px;
	-webkit-box-shadow: 0px 2px 19px -1px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 2px 19px -1px rgba(0,0,0,0.32);
	box-shadow: 0px 2px 19px -1px rgba(0,0,0,0.32);
}

.proprietario h3 {
	font-size: 12px;
	font-weight: 700;
}

.proprietario h4 {
	font-size: 12px;
	font-weight: 700;
	margin-top: 40px;
	line-height: 1.3;
}

.proprietario form textarea {
	height: 150px;
}

.proprietario .btn-default.yellow {
	width: 100%;
}

.opinioes img{
	border-radius: 50%;
}

.opinioes h3{
	text-transform: none;
	color: #555555;
	font-size: 16px;
	font-weight: 700;
}

.opinioes h3 span {
	font-weight: 400;
}


.nav li.area-restrita-button a{
    background-color: #1065a1;
    color: #FFF;
    padding: 10px 14px;
    border-radius: 4px;
}

.area-restrita-button i {
	margin-right: 8px;
}


.login-form form {
	background-color: #fafafa;
	padding: 20px;
	border: 1px dashed #cfd4d5;
}

.login-form h3 {
	font-size: 14px;
	font-weight: 700;
}

.login-form .button-blue {
	background-color: #1065a1;
	color: #fafafa;
}

.autonomo li:before {
	content: url(../img/arrow.png);
	margin-right: 10px;
}

.autonomo h4 {
	margin-top: 40px;
}

.area-restrita-bar ul.perfil {
	list-style: none;
    margin: 15px 0 0 0;

	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.area-restrita-bar .perfil .photo {
    border-radius: 50%;
    border: 5px solid #7b9f2b;
    max-height: 72px;
}

.area-restrita-bar .btn-default {
	color: #ffffff;
}

.area-restrita-bar .btn-default img {
	margin: 0;
}

.jumbotron.area-restrita-bar .btn-default {
	margin: 0;
}

.jumbotron.area-restrita-bar {
	padding: 20px 0;
}

.area-restrita-bar .perfil .btn-default {
	background-color: rgba(0, 0, 0, 0.22);
}

.area-restrita-bar .perfil .btn-default:hover {
	background-color: rgba(0, 0, 0, 0.40);	
}

.jumbotron.area-restrita-bar .btn-default.yellow {
	color: #10649f;
	margin: 15px 0;
}
.jumbotron.area-restrita-bar .btn-default.red {
	margin: 15px 0;
}

.jumbotron.area-restrita-bar .btn-default.yellow i {
	margin-right: 5px;
}

.area-restrita-bar .comments {
	position: relative;
}

.area-restrita-bar .comments:before {
	content: attr(data-count);
    background-color: #fbc110;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: -13px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    color: #1065a1;
}

.area-restrita .container {
	padding: 30px 0 0 0;
}

.form-comprar {
	margin-top: 30px;
}

.area-restrita .card-ebook {
	margin-top: 30px;
}

.recados h2 {
	margin: 20px 0;
}

.recados-lista {
	list-style: none;
}

.recados-lista form {
	display: none;
}

.recados-lista span {
	font-size: 11px;
	font-weight: 700;
	padding: 2px 6px;
	background-color: #757575;
	border-radius: 3px;
	text-transform: uppercase;
	color: #ffffff;
}

.recados-lista span.green {
	background-color: #90c032;
}

.recados-lista i {
	color: #90c032;
	font-size: 18px;
	margin-top: 50px;
	cursor: pointer;
}

.recados-lista i:hover {
	opacity: .7;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
}

.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: 300px;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 11px 17px;
  border: none;
  background-color: #c0392b;
  transition: all 0.2s ease-in;
  float: left;
}

.file-upload-input:hover, .file-upload-input:focus {
  opacity: .8;
  outline: none;
}

.file-upload-button {
	position: absolute;
    right: 10px;
    top: 8px;
    background: transparent;
    border: none;
    color: #a5a5a5;
}

.file-upload-button:hover {
	opacity: .8;
}

.cadastro-veiculos label {
	text-transform: uppercase;
}

.button-margin-top {
	margin-top: 19px;
}

.perfil a {
	color: #69696a;
}

/*
12/12/2019
*/

@media (max-width: 600px) {

	.whatsapp-fixed {
		position: fixed;		
		right: 2vw;
		bottom: 2vh;
		z-index: 99;
	}
}