/*Carrossel de banners*/
.carousel-indicators li {
    border-color: #03680F;
	width: 13px;
    height: 13px;
}

.carousel-indicators li.active {
    background-color: #03680F;
	width: 15px;
    height: 15px;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.banner{
	width:100%;
	max-height:500px;
	
}

#banners .carousel-control{
	background-image:none;
}

#banners .banner{
	cursor:pointer;
}

.modalBanner{
	max-height: calc(100vh - 30px);	/*para não ficar maior que a altura da tela*/
}
/*Carrossel de banners*/

/*Menu no topo da página*/
.navbar-default{
	height: 90px;
	margin-bottom: 0;
    background-color: transparent;
    z-index: 1000;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    width: 100%;
}

@media (max-width: 991px) { 	/*Removendo o espaçamento entre letras do menu em telas de tablets*/
	.navbar {
		letter-spacing: 0;
	}
	#botaoCadastro{
		margin-left:10%;
	}
}

.navbar li a{
	font-size:13px;	
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
	margin-right: 18px;
}

.navbar-default li a:hover{
    color: #fff !important;
    background-color: #1F6721 !important;
	-webkit-box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
	-moz-box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
	box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
}

.menuAtivo{
	color: #fff !important;
    background-color: #1F6721 !important;
	-webkit-box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
	-moz-box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
	box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
}

.navbar-default .navbar-toggle {
    border: none;
    color: #fff !important;
}

.navbar-toggle:focus {
	background-color: #1F6721 !important;
}

.navbar-toggle:hover {
	background-color: #1F6721 !important;
}

#menuPrincipal{
	border:0;	
}

#barraVermelha{
	background-color:#EF151F;
	height:42px;
}

#barraVerde{
	background-color:#228B22;	
	height: 42px;
}

@media (max-width: 991px) {
	#barraVermelha{
		display:none;	
		margin-bottom:-1px;
	}
	#logos{
		background-color:#228B22 !important;
	}
	#logoBonato{
		right:initial !important;
	}
}

@media (max-width: 318px) { 
	.navbar-default {
		background-image: none;
		background-color: #228B22;	
	}	
	#logos{
		display:none;
	}
	.navbar-default {
		background:transparent;
	}
}

.navbar-nav {
	background-color:#228B22;
	margin-top:0;
}

.navbar-nav>li>a{
	padding-top: 9px;
    padding-bottom: 8px;
	z-index: 1;
}

#logos{
	z-index:1;
	max-height:42px;
	background-color: #EF151F;
}

#logoBonato{
	height:130px;
	margin-top:-62px;
	right: -24px;
    position: absolute;
}

#logoBonatoPequeno{
	height: 95px;
    margin-top: -60px;
}

#faixaSocial{
	width:100%;
	height:	48px;	
	padding-right:30px;
	background: rgba(255, 255, 255, 0.5);	/*opacidade afetava as imagens também*/
}

#faixaBranca{
	width: 100%;
    height: 45px;
    background-color: #fff;
	opacity: 0.5;
}

.logoSocial{
	float:right;
	margin-top:4px;
	background: none;
    color: #EF151F;
    border: none;
    padding: 6px 10px 6px 10px;
    width: 45px;
    text-align: center;
	display: block;
	margin-right:5px;
}

.logoSocial:hover{
	background: #EF151F;
    color: #fff !important;
}

.logoSocial:focus{
	color: #333;
}

.logoSocial .fa{
	font-size: 30px;
}

@media (max-width: 767px) {	/*em telas pequenas*/
	.navbar-default li a:hover{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width:100%;
	}
	.menuAtivo{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width:100%;
	}
	#faixaBranca{
		display:none;
	}
	#barraVerde{
		height:50px;
	}
	#rodape h5{
		text-align:center;
	}
	#logoGrupoV5 {
		position: initial !important;
	}
	#modal-ofertas .modal-dialog, #modal-banners .modal-dialog{
		width: 75%;	
	}
	#modal-ofertas .carousel-control.right {
		margin-right: -34px !important;
	}
	#faixaSocial{
		background: #fff;
	}
	.navbar-default{
		top:0;
	}
	#banners{
		margin-top:99px;
	}
	#ofertas h2{
		font-size:20px;
	}
	#formasPagamento h1{
		font-size:25px;
	}
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
/*Menu no topo da página*/

/*Submenu*/
.dropdown-menu{
	background-color: #259028 !important;	/*cor padrão do sistema*/
}

.navbar-nav>.open>a{
	background-color:  #1F6721 !important;
	-webkit-box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
	-moz-box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
	box-shadow: 0px 4px 0px 10px rgba(31,103,33,1);
}

.dropdown-menu li a{
	margin-right:0;
	padding-top:15px;
}

.dropdown-menu li a:hover{
	-webkit-box-shadow: 0px 0px 0px 5px rgba(31,103,33,1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(31,103,33,1);
	box-shadow: 0px 0px 0px 5px rgba(31,103,33,1);
}

.dropdown-menu li a:focus{
	background-color:  #1F6721 !important;
}
/*Submenu*/

/*Ofertas*/
#ofertas{
	margin-bottom:50px;
}

.row{
	margin-left:0;
	margin-right:0;	
}

.tituloOferta{
	color: #fff;
	text-align: center;
	padding: 10px;
}

.ofertaValida{
	background: repeating-linear-gradient(
		-45deg,
		#018424,
		#018424 1px,
		#00711E 1.5px,
		#00711E 13px
	);	
}

.ofertaInvalida{
	background: repeating-linear-gradient(
		-45deg,
		#E50808,
		#E50808 1px,
		#B40505 1.5px,
		#B40505 13px
	);	
}

.imagemOferta{
	height: 150px;	
	-webkit-box-shadow:  5px 0px 40px rgba(0,0,0,.3);
	-moz-box-shadow:  5px 0px 40px rgba(0,0,0,.3);
	box-shadow:  5px 0px 40px rgba(0,0,0,.3);
	margin-bottom:0;
	padding:0;
}

.imagemOferta img{
	max-height: 100%;
	max-width: 100%;
	margin:auto;
}

.thumbnail{
	cursor: pointer;
}

.oferta{
	margin-top: 15px;
}

body {
  padding-right: 0px !important
}

.modal-open {	/*para o zoom nos dispostivos moveis*/
	overflow-y: auto;
}
/*Ofertas*/

/*Cadastro*/
#iconeMensagem{
	height:30px;
	margin-right:10px;
}

#cadastro{
	color:#fff;
	background-image: url("../img/fundo-cadastro.png");
	background-size: cover;
	padding:10px;
}

.inputCadastro{
	width: 100%;
	background: transparent;
	border:none;
    border-bottom: 2px solid #fff;
	box-shadow:none;	/*para remover a borda vermelha que o firefox aplica antes mesmo da validação*/
}

.inputCadastro::-webkit-input-placeholder{
    color:#fff;
}	
.inputCadastro::-moz-placeholder {
	color:#fff;
}

#botaoCadastro{
	text-align: center;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 10px;
	margin-top: 20px;
	width: 35%;
}	

#cadastroUsuario .pull-left{
	margin-right:10px;
	margin-bottom:8px;
}

#cadastroUsuario input[type=checkbox]{
	margin-top:8px;
}

#cadastroUsuario{
    line-height: 200%;
}
/*Cadastro*/

/*Rodapé*/
html {
    position: relative;
    min-height: 100%;
}

#rodape{
	background-color: #fff;	/*cor padrão do sistema*/
	margin:0;
	padding:0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

.faixaRodape{
	background-color: #EF151F;
	height: 15px;
	margin-bottom:10px;
}

#logoGrupoV5{
	height:30px;
	position:absolute;
	bottom:0;
	right:0;
	margin-right: 30px;
	margin-bottom: 5px;
}

#rodape h5{
	margin-left:2%;
	color:#868383;
}

.logoAdmin{
	color: #EF151F;
    font-size: 20px;
    margin-right: 20px;
}

.logoAdmin:hover{
	color:#EF151F;
	text-decoration: none;
}
/*Rodapé*/

/*Modal do encarte*/
.zoomContainer{ z-index: 9999;}
.zoomWindow{ z-index: 9999;}

.pagina{
	max-height: calc(100vh - 30px);
}

#modal-ofertas, #modal-banners{
	background-color: rgba(0, 0, 0, 0.82);
}

#modal-ofertas .modal-content, #modal-banners .modal-content{
	background-color: transparent;
	box-shadow:none; 
	border:none;
}

#modal-ofertas .modal-dialog, #modal-banners .modal-dialog{
	position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
	margin-top: 0;
}

.setaEstilizada{
	font-size:60px !important;
	color:#fff;	
}

#modal-ofertas .carousel-control.right {
    margin-right: -5px;
}

#modal-ofertas .carousel-control.left {
	margin-left: -35px;	
}

#modal-ofertas .modal-body, #modal-banners .modal-body{
	padding:0;
}

#modal-ofertas .carousel-control{
	width:auto;	
}

.modal-open{	/*inpedindo scroll do body quando o modal esta aberto*/
	overflow: hidden;
}

body.modal-open{	/*para evitar margem no corpo da página ao abri modais*/
    position: fixed;
}
/*Modal do encarte*/	

/*Forma de pagamento*/
#formasPagamento{
	margin-bottom:4%;
}

#formasPagamento h1{
	color:#EF151F;
	margin-bottom:30px;
}
#formasPagamento h4{
	color:#1DB32F;
	font-weight:bold;
	margin-top: 40px;
}

#cartoes{
	padding-left: 9%;
}

#cartoes .carousel-control{
	background-image:none;
	color:#228B22;
	opacity:0.7;
}

#cartoes .carousel-control:hover{
	opacity:1;
}

#cartoes .col-md-1{
	margin-left: 0.5%;
}

#cartoes .col-xs-3{
	margin-left: 3%;
}

#cartoes .carousel-indicators{
	top:100%;
}
/*Forma de pagamento*/

/*Lojas*/
#lojas{
	margin:20px;	
	margin-top:5%;	
}

.loja{
	padding:20px;
	margin-bottom:10px;
	background-color:#D5D5D5;	
	border-radius:5px;
	position:relative;
	overflow:hidden;
}

.imagemLoja{
	-webkit-box-shadow:  5px 0px 40px rgba(0,0,0,.3);
	-moz-box-shadow:  5px 0px 40px rgba(0,0,0,.3);
	box-shadow:  5px 0px 40px rgba(0,0,0,.3);
	width: 100%;
}

#menuCidades{
	border-bottom: 0;
}

#lojas .nav-tabs li a{
	color: #727272;
	border: 1px solid #D6D6D6;
	margin:0;
}

#lojas .nav-tabs .active a{
	background-color: #D5D5D5;
	color: #000;	
}

.infoLoja{
	overflow:auto;	
	margin-left:20px;
}

.infoLoja p{
	margin:0;
}

.infoLoja h4{
	color:#1F6721;
	border-bottom:2px solid #fff;
	margin-bottom:20px;
}

.infoRed{
	color:#D41212;	
}

.infoIcone{
	height:22px;
	margin-right:10px;
}
/*Lojas*/

/*Trabalhe conosco*/
#curriculo, #sac{
	background-color: #D5D5D5;	
	border-radius: 10px;
	overflow:hidden;
	padding:10px;
	margin-left:6%;
	margin-right:6%;
}

#curriculo{
	margin-bottom:80px;	
}

#tituloTrabalheConosco, #tituloSac{
	margin-top: 60px;
}

.infoGreen{
	color: #1DB32F;
}

#menuCurriculo{
	padding: 20px;
}

.botaoEstilo1{
	background-color: #259028;
	opacity: 0.6;
	color: #fff;
	padding: 15px;
	border:0;
	margin-bottom:10px;
	font-weight:bold;
}

.botaoEstilo1.ativo{	/*remove a opacidade*/
	opacity: 1;
}

.botaoEstilo1:hover{	/*remove a opacidade*/
	opacity: 1;
}

.botaoEstilo2{
	background-color: #259028;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border:0;
	margin-top:20px;
	border-radius: 6px;
	width:100%;
	font-weight:bold;
}

.botaoEstilo2:hover {
	background-color: #10BE16;
}

.botaoFoto{
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	background: #9e9e9e;
	padding: 6px 40px 6px 40px;
	text-decoration: none;
}

.botaoFoto:hover {	
	background: #bababa;
	text-decoration: none;
	cursor: pointer;
}

#uploadPreview{
	height: 120px; 
	display: none;
	margin-bottom:20px;
}

#receberNovaSenha{
	top: 12%;
}

#receberNovaSenha .modal-body{
	overflow: hidden;
}

.fa-spin{
	font-size:50px;
}

#curriculo h4{
    margin-bottom:4%;
	font-weight:bold;
}
/*Trabalhe conosco*/

/*SAC*/
.infoBlue{
	color: #0334A5;	
}

.imagemSac{
	margin-bottom:30px;
}

.telefoneAzul{
	height:50px;
	margin-right:20px;
}

#formSac .infoBlue{
	text-align:justify;
}

#infoSac{
	margin-top:10px;
	margin-bottom:10px;
}
/*SAC*/

/*Institucional*/
#institucional{
	margin:20px;	
	margin-top:60px;	
	text-align:justify;
}

.divInstitucional{
	padding: 20px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.divInstitucional h4{
	color: #1F6721;
    border-bottom: 2px solid #1F6721;
    margin-bottom: 20px;
	font-size:22px;
}

.divInstitucional img{
	-webkit-box-shadow: 5px 0px 40px rgba(0,0,0,.3);
	-moz-box-shadow: 5px 0px 40px rgba(0,0,0,.3);
	box-shadow: 5px 0px 40px rgba(0,0,0,.3);
	width:100%;	
}
/*Institucional*/
