/*
	Icones
	========================================================================== */
.site-blocks-1 .icon i {
    position: relative;
    top: -10px;
    font-size: 50px;
    display: inline-block;
}

/*
	Replaces
	========================================================================== */
a {
	text-decoration: none;
}

a.btn {
	padding-top: 10px;
}


/*
	Categorias
	========================================================================== */
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	white-space: nowrap;
}

.site-menu li > ul {
	display: none;
}

/*
	Busca
	========================================================================== */
.search-wrap .form-control {
	width: 80%
}
@media (max-width: 991.98px) {
	.search-wrap .form-control {
		font-size: 17px;
	}
}

/*
	Banner
	========================================================================== */
.site-blocks-cover,
.site-blocks-cover .row {
	min-height: auto;
	height: auto;
}
.gen-banners .carousel-item img {
	width: 100%;
}

@media (max-width: 767.98px) {
	.gen-banners .carousel-item img {
		/*width: unset;*/
		max-width: 170%;
	}
}

/*
	Rodapé
	========================================================================== */
.block-5 ul li.whatsapp::before {
	content: "\f232";
}

/*
	Newsletter
	========================================================================== */
.block-7 .btn {
	width: 106px;
}
.block-7 .form-control {
	padding-right: 116px;
}

.site-footer .footer-heading.footer-logo img {
	width: 100%;
}

.site-footer .redes {
	padding-left: 0px;
}

.site-footer .redes a {
	display: inline-block;
	margin-right: 10px;
	opacity: 0.5;
}

.site-footer .redes a:hover {
	opacity: 1;
}


/*
	Botões menos e mais
	========================================================================== */
.js-btn-minus {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.js-btn-plus {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*
	Estilos da LGPD
	========================================================================== */
.lgpd {
	background: #252525bd;
	padding: 5px;
	overflow: hidden;
	position: fixed;
	bottom: 0%;
	width: 100%;
	z-index: 10000;
	color: #FFF;
	border: 1px solid #3a3a3a;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lgpd.esconde {
	display: none;
}

.lgpd .aviso {
	float: left;
	font-size: 13px;
	padding-top: 5px;
}

.lgpd .aviso a {
	color: #eee;
}

.lgpd .aviso a:hover {
	color: #1b2306 !important;
}

.lgpd .fechar-aviso {
	float: right;
}

.lgpd .fechar-aviso .close-lgpd {
	color: #3a3a3a;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 15px;
	vertical-align: middle;
	display: inline-block;
	padding: 5px 20px;
	background: #eee;
	border-radius: 10px;
}

.lgpd .fechar-aviso .close-lgpd:hover {
	color: #FFF;
	background: #3a3a3a !important;

}







