/* here you can put your own css to customize and override the theme */

.slider_marcas {
    position: relative;
    background-color: #fff;
    margin-bottom: 100px;
	padding: 30px 0;
}

.slider_marcas .bx-wrapper {
	max-width: 90% !important;
}

.slider_marcas .bx-wrapper img {
	max-width: 80%;
    display: inline-block;
    width: 100%;
}

#slider_marcas {
	margin: 0;
	padding: 0;
}

#slider_marcas li {
	text-align: center;
}

#prev_marca,
#next_marca {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

#prev_marca {
	left: 14px;
}

#next_marca {
	right: 14px;
}

#slider_marcas table {
	width: 100%;
	height: 216px;
}

#slider_marcas table td {
	vertical-align: middle;
	text-align: center;
}

.galery_mystyle:focus .gallery_item_overlay,
.galery_mystyle:hover .gallery_item_overlay {
	background-color: rgba(229, 50, 57, 0.6);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
/*.galery_mystyle {*/
/*	font-size: 0;*/
/*	line-height: 0;*/
/*	overflow: hidden;*/
/*	width: 100%;*/
/*}*/

/*.gallery_item {*/
/*	display: inline-block;*/
/*	width: 20%;*/
/*	height: 200px;*/
/*	overflow: hidden;*/
/*	vertical-align: top;*/
/*	position: relative;*/
/*	box-sizing: border-box;*/
/*	font-size: 16px;*/
/*}*/
/*.gallery_item img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover;*/
/*	display: block;*/
/*}*/

.galery_mystyle .gallery_item_text {
	z-index: 2;
    background: transparent;
}

.galery_mystyle .nome_loja {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-family: 'apex_newheavy', sans-serif;
    letter-spacing: 2px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 1;
}

.galery_mystyle .texto_centro {
    display: block;
    text-align: center;
    width: 100%;
	font-size: 16px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;

	a{
		color: inherit;
	}
}

.galery_mystyle .texto_centro strong {
	font-size: 16px;
}

.galery_mystyle .texto_centro b {
	font-size: 18px;
    font-family: 'apex_newheavy', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom: 15px;
    display: block;
}

.galery_mystyle .texto_centro.txt_big,
.galery_mystyle .texto_centro.txt_big strong {
	font-size: 15px;
}

.galery_mystyle:focus .nome_loja,
.galery_mystyle:hover .nome_loja {
	opacity: 0;
}

.info_panel h4 {
	width: 50%;
}

.info_panel table strong {
	color: #e53239;
}

#alertas {
    margin-bottom: 10px;
    display: block;
}

#alertas .alert-warning {
	color: #E53239;
}

#alertas .alert-success {
	color: #05428B;
}

.subtitulo {
	font-size: 17px;
}

.social_icons {
    display: block;
    position: relative;
}

.icon_social {
    float: left;
    margin-right: 5px;
    width: 25px;
    height: 23px;
}

.icon_social.icon_face {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: 0 0;
}

.icon_social.icon_instagram {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: -27px 0;
}

.icon_social.icon_linkedin {
    background: url(/site/imagens/social_sprite.png) no-repeat;
    background-position: -55px 0;
}

#lojas .full_width_gallery > .gallery_item > img{
	height: 340px;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.slider_marcas {
		min-height: 300px;
	}
	
	#slider_marcas table {
		height: 500px;
	}
	
	#slider_marcas table td {
		vertical-align: middle;
		align: center;
	}
	
	.bx-wrapper .bx-viewport {
		height: 500px !important;
	}
}
.balao_whatsapp{
	display: block;
	border-radius: 8px;
	background-color: #25D366;
	color: #fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	position: fixed;
	bottom: 30px; /*pode ser alterada esta medida para chegar o icon mais para cima ou para baixo*/
	right: 20px; /*pode ser alterada esta medida para chegar o icon mais ou menos para a esquerda*/
	z-index: 1000;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.balao_whatsappa {
	color: #fff;
}

.balao_whatsapp:hover, .balao_whatsapp:hover a{
	color: #fff;
}

/*MOBILE*/
@media screen and (max-width:500px){
	.balao_whatsapp{
		width: 45px;
	  height: 45px;
	  bottom: 75px; /*pode ser alterada esta medida para chegar o icon mais para cima ou para baixo em mobile*/
	}
	.balao_whatsapp svg{
		width: 25px;
	  height: 25px;
	}
}