/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
nav ul a, nav .brand-logo {
	color: #444;
}

p {
	line-height: 2rem;
}

.brand-logo img {
	max-height: 50px;
	margin-top: 7px;
}

.button-collapse {
	color: #26a69a;
}

.parallax-container {
	min-height: 380px;
	line-height: 0;
	height: auto;
	color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
	width: 100%;
}

@media only screen and (max-width : 1024px) {
	nav .brand-logo {
		left: 50% !important;
	}
}

@media only screen and (max-width : 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}
	#index-banner .section {
		top: 10%;
	}
	nav .brand-logo {
		left: 50% !important;
	}
}

@media only screen and (max-width : 600px) {
	#index-banner .section {
		top: 0;
	}
	.brand-logo img {
		max-height: 40px;
		margin-top: 8px;
	}
}

.box-localizacao {
	color: #383535;
	margin: 10px 0px;
	padding: 10px;
	background: rgba(80, 78, 78, 0.1);
}

.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

footer.page-footer {
	margin: 0;
}

.page-title {
	font-size: 22px;
	text-transform: uppercase;
	display: block;
}

.page-title-card {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
}

.pac-container {
	z-index: 1051 !important;
}

.fb_iframe_widget span {
	vertical-align: middle !important;
}

.p_image {
	height: 300px;
}

.p_image img {
	height: 100% !important;
}

.card-title {
	font-size: 14px !important;
	display: block;
	line-height: inherit !important;
	overflow: hidden;
	height: 48px;
	font-weight: 500 !important;
}

.card-title b {
	font-size: 18px !important;
	font-weight: 700 !important;
}

.p_image_small {
	height: 250px;
}

.p_image_small a img {
	height: 100% !important;
}

.btn-100 {
	width: 100% !important;
}

.btn-default {
	background-color: #1e90ff !important;
}

.assunto {
	margin: 10px 15px;
}

.avatar-circle {
	width: 40px;
	height: 40px;
	float: left;
	background: #FEA;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	font-weight: 700;
}

.avatar i {
	font-family: sans-serif;
	font-style: italic;
}

.area_icon {
	padding: 8px 0 0 5px;
	text-align: center;
	line-height: 40px;
}

.area_icon a {
	color: #26a69a;
}

.card-assunt {
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.card-assunt a {
	display: block;
	color: #26a69a;
}

.link:hover {
	background: #DDD;
}

/* card */
.card {
	padding-top: 20px;
	/*font-size: 22px;*/
}

.border-mobi {
	/*font-size: 24px;*/
	
}

.card-image {
	padding: 0 10px;
	height: 200px;
}

.img-match {
	height: 200px;
}

.card-image img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.modal-dialog {
	width: auto !important;
	margin: 10px;
}

.modal-sm {
	width: 300px !important;
}

.min-height-350 {
	min-height: auto;
}

@media ( min-width : 768px) {
	.modal-dialog {
		width: 600px !important;
		margin: 30px auto;
	}
	.min-height-350 {
		min-height: 550px !important;
	}
}

@media ( max-width : 1024px) {
	/* 1024px */
	.card-image {
		padding: 0 10px;
		height: 180px;
	}
	.card-content {
		padding: 5px 20px;
	}
	.card-title {
		font-size: 12px !important;
	}
	.img-match {
		height: 120px;
	}
}

@media ( max-width : 320px) {
	nav ul a {
		padding: 0px 13px !important;
	}
}

.linha-detalhes {
	border-bottom: 1px dotted #232323;
	padding-bottom: 10px;
}

.table-padding-0 {
	padding: 0px !important;
}

.table-padding-0 td {
	padding: 0px !important;
}

.interesse-preco {
	font-size: 14px;
}

.interesse-preco span {
	font-size: 18px;
	color: #FF3355;
	display: block;
	font-weight: 700;
}

.mais {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.error-pesquisa {
	font-size: 30px;
	color: #BBB;
	text-align: center;
}

.error-pesquisa span {
	font-size: 80px;
	display: block;
}

.padding-top-0 {
	padding-top: 0px !important;
}

/* hidden*/
.hidden-m {
	display: block;
}

.hidden-s {
	display: block;
}

.me-pertence {
	/*padding: 31px 10px; */
	background: rgb(121, 178, 75);
	border: 1px solid #4fa909;
	height: 86px;
	width: 86px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	padding-top: 18px;
	color: #f5f5f5;
	text-transform: uppercase;
	border-radius: 50%;
	text-shadow: 0.1em 0.1em 0.05em rgba(51, 51, 51, 0.57);
	float: right;
}

@media ( min-width : 939px) {
	.hidden-m {
		display: none !important;
	}
	.btn-img {
		height: 75px;
	}
	.padding-bottom {
		padding-bottom: 20px;
	}
	.border-mobi {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}
	.padding-bottomColapse {
		padding-bottom: 20px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}
	 
	.footer-responsive{
	position: absolute; bottom: 0; width: 100%;
	
	}
}

@media ( max-width : 939px) {
	.hidden-s {
		display: none !important;
	}
	.btn-img {
		height: 55px;
	}
	.btn-xs {
		padding: 0px 5px !important;
	}
	.me-pertence {
		/*padding: 21px 10px;*/
		font-size: 12px;
		padding-top: 20px;
		height: 76px;
		width: 76px;
		margin-top: 10px;
	}
	.border-mobi {
		box-shadow: none !important;
	}
	.width-100 {
		width: 100% !important;
		position: fixed;
		bottom: 0px;
	}
	.bg-cinza-mobi {
		
	}
	.padding-0 {
		padding: 0px !important;
	}
	.margin-5 {
		margin: 5px;
	}
	.padding-bottom {
		
	}
	.padding-bottomColapse {
		padding-bottom: 130px;
	}
}



.preco {
	color: red;
	font-weight: 600;
	font-size: 18px;
}

.text-slide {
	font-family: 'Segoe UI';
	color: #FFF;
}

.text-slide a {
	color: #FFF;
}

.text-slide h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0px;
}

.text-slide h2 {
	font-size: 24px;
	color: #FFD24C;
	font-weight: 700;
	margin: 10px 0px 0px 0px;
}

.text-slide h5 {
	font-size: 16px;
}

.text-slide h1 {
	font-size: 43px;
	color: #FFD24C;
	font-weight: 700;
	margin: 10px 0;
}

.btn-branco {
	background-color: #EBEBEB !important;
	color: #111111 !important;
}

.slider .slides li .caption {
	/*width: 100% !important;*/
	top: 10% !important;
}

.produto-slide {
	width: 100%;
	max-width: 300px;
	margin: auto;
}

.bg_branco {
	background: #FFF;
	color: #111;
}

.vertical-middle {
	vertical-align: middle;
}

.teal {
	background-color: #FFF;
}

.slide-z {
	display: none !important;
}

.slide-x {
	display: none !important;
}

.slide-s {
	display: none !important;
}

.slide-m {
	display: none !important;
}

.slide-l {
	display: none !important;
}

.slide-b {
	display: none !important;
}

@media screen and (max-width: 420px) {
	.slide-z {
		display: initial !important;
	}
	.text-slide h3 {
		font-size: 18px;
		font-weight: 700;
		margin-top: 0px;
	}
	.text-slide h2 {
		font-size: 18px;
		color: #FFD24C;
		font-weight: 700;
		margin: 10px 0px 0px 0px;
	}
	.text-slide h5 {
		font-size: 14px;
	}
	.text-slide h1 {
		font-size: 38px;
		color: #FFD24C;
		font-weight: 700;
		margin: 10px 0;
	}
	.slider .slides li .caption {
		width: 100% !important;
		left: 0% !important;
	}
	.produto-slide {
		margin-top: 80px !important;
	}
}

@media screen and (max-width: 768px) and (min-width: 420px) {
	.slide-x {
		display: initial !important;
	}
	.slider .slides li .caption {
		width: 100% !important;
		left: 0% !important;
	}
}

@media screen and (max-width: 992px) and (min-width: 769px) {
	.slide-s {
		display: initial !important;
	}
}

@media screen and (max-width: 1200px) {
	.slide-m {
		display: initial !important;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1280px) {
	.slide-l {
		display: initial !important;
	}
	.min-height-350 {
		min-height: 650px !important;
	}
}

@media screen and (min-width: 1281px) {
	.slide-b {
		display: initial !important;
	}
	.min-height-350 {
		min-height: 650px !important;
	}
}

.nav-footer {
	background-color: #BBB;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.nav-footer .footer-rede {
	text-align: center;
	max-width: 350px;
	margin: auto;
	color: #FFF
}

.nav-footer .footer-red ul a {
	color: #FFF !important;
}