body, html{
	font-family: 'Roboto', sans-serif !important;
}
body{position:relative;}

header{
	background-color:#F1F1F1;
	border-bottom: 1px solid #d9d9d9;
}

section{
	width:100%;
	position:relative;
}

#wait{position:relative !important; min-height:100vh;}
.bold{
		font-weight:bold;
}
a{
	text-decoration:none !important;
}

.slogan{
	font-size:28px;
	font-family:'Comfortaa', cursive !important;
	color:#222;
	text-align:center;
}
.topo{
	background-color:#222;
	background-image:url("../pix/fundoTeste.jpg");
	  /* Image doesn't repeat */
	background-repeat: no-repeat;
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	min-height:88vh;
	border-bottom:1px solid #ccc;
}

.topo img{
	display:block;
	margin:0 auto;
	width:300px;
	padding:30px;
	margin-top:30px !important;
}

.sociaisEanchor{
	padding:10px;
	display:block;
	text-align:center;
}
.sociaisEanchor > div{
	display:block;
	margin:0 auto;
}

.sociaisEanchor ul{
	display:block;
	padding:0px;
	text-align:center;
	margin:0 auto;
}
.sociaisEanchor ul li{display:inline-block; list-style:none !important; text-align:center; text-transform:uppercase;}
.sociaisEanchor ul li .stars i{font-size:16px;}
.sociaisEanchor ul li span{display:block; font-size:13px;color:#333;}
.facebookDiv i{font-size:26px; border-radius:50%;color:#3a5795;}

.mainColor{color:#FFEB3B;}
nav{background-color:#222; border-bottom:1px solid #ddd;}
nav ul{display:block; padding-right:20px; text-align:right; margin:0px;} 
nav ul li{list-style:none; display:inline-block; text-align:center;} 
nav ul li a, nav ul li a:focus{-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;display:block; padding:10px 10px 7px 10px;text-transform:uppercase;
	font-weight:500; color:#fff; font-size:14px; border-bottom:3px solid #222;} 
	
	
nav ul .facebook a span{
	padding:5px;
}

nav ul .facebook  a i{
	font-size:20px;
	float:left;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
nav ul .facebook a:hover{
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	border-color:#3b5998;
	color:#fff;
}
nav ul .facebook a:hover i{
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	color:#3b5998;
}
	
nav ul .divulgue a span{
	padding:5px;
}

nav ul .divulgue  a i{
	font-size:20px;
	float:left;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
nav ul .divulgue a:hover{
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	border-color:#00C853;
	color:#fff;
}
nav ul .divulgue a:hover i{
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	color:#00C853;
}

nav ul .destaque a span{
	padding:5px;
}
nav ul .destaque  a i{
	font-size:20px;
	float:left;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
nav ul .destaque a:hover{
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	border-color:#FFC107;
	color:#fff;
}
nav ul .destaque a:hover i{
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	color:#FFC107;
}

.divImgPatrocinio{
	padding-left:50px;
}
.divImgPatrocinio img{
	max-width:150px;
	float:right;
}
.list-group-item.patrocinio{
	border-left:2px solid #90CAF9;
}

.list-group-item:hover{
	background-color:#E3F2FD !important;
}
.list-group-item{
	transition: all .2s ease-in-out;
}


.displayFlex{	 
	margin:0 auto !important;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	  display: -ms-flexbox;      /* TWEENER - IE 10 */
	  display: -webkit-flex;     /* NEW - Chrome */
	  display: flex; 
	   align-items: center;
	   justify-content: center;
	
	 }

.list-group-item h4 i{
	color:#42A5F5;
}

.busca{
	height:132px !important;
	margin:0px !important;
	
}
.empresa{
	font-size:16px !important;
	font-weight:600;
	
}
.buttonSearch{
	height:50px;
	font-size:20px;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.buttonSearch a{
	border-radius:3px;
	background-color:#00C853;
	border-color:#00C853;
	padding-top:10px;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	text-decoration:none !important;
	font-weight:bold;
	font-family: 'Lato', sans-serif !important;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	position:relative;
}

 .buttonSearch a[disabled=disabled]{
  pointer-events: none !important;
  cursor: default !important;
  background-color:#ccc !important;
 }
 .colorFocus{
	background-color:#ddd !important;
 }
 .colorFocus i{
	 color:#00C853 !important;
	 -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
 }
  .colorNoFocus{
	 background-color:#ccc !important;
	 -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
 }
 .colorImportant{
	 background-color:#D61F26 !important;
	 -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
 }
.buttonSearch a:hover{
	color:#fff !important;
	background-color:#00a746 !important;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	-ms-transform: translate(5px,0px); /* IE 9 */
   	-webkit-transform: translate(5px,0px); /* Safari */
	transform: translate(5px,0px);
}

.buttonSearch i{
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	position:absolute;
	left:15px;
	font-size:30px;
	color:#fff !important;
	
}

.buttonSearch a:hover i{
	font-size:35px;
}
.contentTopo{
	padding:25px 30px;
	border-radius:4px;
	margin: 10px auto !important;
    background-color: transparent;
	max-width:700px;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#ccc;
	-webkit-box-shadow: 0 8px 6px -6px #bbb;
    -moz-box-shadow: 0 8px 6px -6px #bbb;
    box-shadow: 0 8px 6px -6px #bbb;

}

.divBusca{
	margin:0 auto;
	display:block;
	
}


.list-group{
	padding:5px;
}
.list-group p{
	padding:2px;
	font-size:16px;
	margin-left:5px;
}
#search{
	height:58px;
	font-size:20px;
}

.btn-default{
background-color:#fff !important;
background-image:none !important;
}

.mainBack label{
	padding-top:6px;
}
.mainBack i{
	font-size:28px;
	color:#fff;
}
.mainBack{
	border-radius:3px !important;
	border-color:transparent;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mainBack select{
	color:#444 !important;
}
.formBusca > div{
	margin-bottom:10px;
}

select.selectBusca{
	-webkit-appearance: none;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    -moz-appearance: none;
	height:58px;
	width:100%;
	font-size:18px;
	border-radius:2px;
padding: 6px 12px;
background-color: #fff;
        background-image: url(../pix/select-arrow.png);
		background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

	
}

.headerSection{
	border-bottom:1px solid #ddd;
	margin-top:20px;
	padding-bottom:10px;
}

.headerSection h2{
	font-weight:bold;
	display:inline-block;
	margin:4px;
	padding:0px;
}

.headerSection .stars{font-size:28px;}

.colorStar{
	color:#FFC107;
}
.displayBlock{
	display:block;
}
.recomendados{
	display:block;
	margin:0 auto;
	background-color:#f5f5f5;
	padding-bottom:50px;
}

.recomendado a{
	text-decoration:none !important;
	color:#333;
}
.recomendado:hover .buttonCardapioRec a{
	background-color:#00C853;
}
.recomendado a:hover{
	color:#333;
}

.recomendado a:hover .divRecomendado{
	background-color:#E8F5E9;
	border-color:#00C853;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.divRecomendado{
	height:244px;
	border:1px solid #ccc;
	width:100%;
	margin-top:30px !important;
	background-color:#fff;
	border-radius:3px;
	padding:8px;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
	position:relative;
}

.logoRec img{
	max-width:150px;
}


.divRecomendado h4{
	font-weight:bold;
	padding:0px 5px;
	
	
}
.stars{
	display:inline-block;
	
}
.divRecomendado h4 i{
	color:#FFC107;
}

.divRecomendado p{
	font-size:15px;
	padding:3px 5px;
}

.divRecomendado p span{
	font-weight:500;
}
.buttonCardapioRec{
	text-align:center;
	
}

.buttonCardapioRec a{
	display:block;
	text-transform:uppercase;
	background-color:#aaa;
	color:#fff;
	padding:8px;
	font-size:16px;
	font-weight:bold;
	-webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.buttonCardapioRec a:hover{
	color:#fff;
}


footer{
	position:absolute;
	bottom:0;
	background-color:#777;
	color:#fff;
	text-align:center;
	font-size:14px;
	width:100%;
}

footer p{
	padding:5px;
	margin-bottom:0px;
}


