/* here you can put your own css to customize and override the theme */

.validacao_msgs .alert.alert-warning{
	color: #c09853;
	box-shadow: none;
}

.validacao_msgs .alert.alert-success{
	color: #468847;
	box-shadow:none;
}

.cod_desconto_text{
	width: 200px !important;
}

.confirm_desconto {
	padding: 10px 20px !important;
}

.step-indicator.step1.new{
	background: url(../imagens/step1_new.png);
	background-position:center top;
	background-repeat: no-repeat;
}

.step-indicator.step2.new{
	background: url(../imagens/step2_new.png);
	background-position:center top;
	background-repeat: no-repeat;
}

.step-indicator.step3.new{
	background: url(../imagens/step3_new.png);
	background-position:center top;
	background-repeat: no-repeat;
}

.step-indicator.step4.new{
	background: url(../imagens/step4_new.png);
	background-position:center top;
	background-repeat: no-repeat;
}

.step .form-input.label_precos{
	float:right;
}

.step .form-input.label_precos label{
	text-align:right;
}

/*==================================================================================================*/
/*BLOG*/
/*==================================================================================================*/


button.v1 {
	background: transparent;
	border: 1px solid #cc1a28;
	color: #cc1a28;
	border-radius: 50px;
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	min-width: 155px;
	outline: none !important;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

button.v1:hover {
	background: #cc1a28;
	color: #fff;
}



.banner.banner_blog .conteudo {
	top: 27%;
}


.holder_noticias .noticia {
	box-shadow: 0px 2px 12px 2px #dbdada;
	max-width: 420px;
	margin: 10px;
	border-radius: 8px;
	overflow: hidden;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.holder_noticias .noticia .imagem {
	height: 200px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	z-index: -1;
	overflow: hidden;
}

.holder_noticias .noticia .imagem .inner_background{
	height: 200px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.holder_noticias .noticia:hover .imagem .inner_background{
	transform: scale(1.17);
}

.holder_noticias .noticia .holder_conteudo {
	background: #fff;
	padding: 20px 25px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.holder_noticias .noticia .holder_conteudo .tags {
	min-height: 20px;
	color: #333;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;

	display: none;
}

.holder_noticias .noticia .holder_conteudo .titulo {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	min-height: 90px;
}

.holder_noticias .noticia .data {
	color: #b8b9bd;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}


.bloco_noticia_detalhe img {
	margin-bottom: 50px;
}

.bloco_noticia_detalhe .conteudo {
	font-size: 18px;
	color: #838383;
	font-weight: 300;
	line-height: 30px;
	text-align: left;
}


.holder_share i {
	background: #cc1a28;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	text-align: center;
	padding-top: 14px;
	margin: 0 5px;
	font-size: 18px;
}

.slider_detalhe_noticia .bx-wrapper .bx-pager, .slider_detalhe_noticia .bx-wrapper .bx-controls-auto{
	position: relative;
	top: -30px;
	display: block;
}

.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

header .header-content nav ul li .submenu{
	position: absolute;
	width: 300px;
	background-color: #fff;
	left: -100px;
	box-shadow: 0px 5px 14px rgba(0,0,0,0.6);
	display: none;
}

header .header-content nav ul li.submenu_opener{
	height: 46px;
	border-right: none;
}

header .header-content nav ul li.submenu_opener:after{
	content: '';
	border-right: 1px dashed #cccccc;
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

header .header-content nav ul li:hover .submenu{
	display: block;
	border-radius: 5px;
}

header .header-content nav ul li .submenu li{
	height: auto;
	display: block;
	width: auto;
	float: none;
	border-right: none;
	padding-bottom: 10px;
}


.mascara_desconto{
	width: 200px;
	height: 41px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 0 0px rgba(255, 206, 0, 1), inset 1px 1px 0 0px rgba(0, 0, 0, 0.32);
	box-shadow: 1px 1px 0 0px rgba(255, 206, 0, 1), inset 1px 1px 0 0px rgba(0, 0, 0, 0.32);
	border: none;
	background-color: hsla(31, 100%, 47%, 1);
	padding-left: 15px;
	color: #ffffff;
	position: absolute;
	top: 32px;
	z-index: 2;
	padding-top: 11px;

	display: none;
}


.msg_regualmento_desconto{
	font-family: 'trebuchet_msregular';
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
	width: 300px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 10px;

	display: none;
}

@media screen and (max-width: 1110px) {

	.banner.banner_blog .conteudo {
		top: 17%;
	}

	.banner.banner_blog .conteudo .nome {
		font-size: 39px;
	}
}