@font-face {
    font-family: 'nerislight';
    src: url('../fonts/neris-light-webfont.eot');
    src: url('../fonts/neris-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neris-light-webfont.woff') format('woff'),
         url('../fonts/neris-light-webfont.ttf') format('truetype'),
         url('../fonts/neris-light-webfont.svg#nerislight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'nerislight';
}

img{
	border: 0 !important;
}

*{
	margin: 0;
}

#container{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/bg_top.jpg) top center repeat-x;
}

a {
	color: #ed3237;
    text-decoration: none;
}
a:hover {
	text-decoration: uderline;
}

.tam980{
	width: 980px;
	height: auto;
	margin:0 auto;
}

header{
	border-top:4px solid #ed3237;
	width: 100%;
	height: 156px;
	float: left;
}

header h1{
	float: left;
}

header nav{
	float: right;
	margin-top:55px;
	/*width: 530px;*/
	/*width:560px;*/
	width: auto;
}

header nav ul{
	list-style-type: none;
	margin-left: -50px;
	float: right;
}

header nav ul li{
	float: left;
	display: block;
	/*margin-right: 30px;*/
	margin-right:20px;
}

header nav ul li a{
	display: block;
	text-decoration: none;
	/*font-size: 20px;*/
	font-size: 18px;
	color: #5b5e53;
	font-weight: bold;
}

header nav ul li a:hover{
	color: #ed3237;
}

header div{
	position:relative;
}

header span#delivery{
	position:absolute;
	z-index: 2;
	top:100px;
/*	right:180px;*/
	right:15px;
	// width:230px;
	// height:40px;
	font-size: 15px;
	display:block;
	background-color:#ed3237;
	color:#FFF;
	// text-align:right;
	padding:4px;
}

#slide{
	width: 100%;
	height: 336px;
	float: left;
	border-bottom: 3px solid #b7b7b7;
	padding-top:18px;
}

/* slider */


#slide ul{ 
	width:980px; 
	height:302px; 
	display:block; 
	margin:0 auto; 
	list-style-type: none
}

#slide ul li{ 
	width:980px; 
	height:auto; 
	background:none!important; 
	position:relative;
	float: left;
}


#slide #controller{
	float: right;
	margin-right:30px;
}

#slide span#controller{ 
	width:100px; 
	height:15px; 
	position:absolute; 
	left:47%; 
	margin:0 auto;
	margin-top: 10px
}

#slide span#controller a{ 
	width:10px; 
	height:10px; 
	display:block; 
	float:left; 
	border-radius:10px; 
	border:1px solid #e26533; 
	text-indent:-99999px; 
	margin:0 3px;
}
#slide span#controller a.activeSlide{ 
	background:#e26533;
}

main{
	width: 100%;
	height: auto;
	float: left;
}

#areaCentro{
	width: 100%;
	height: 345px;
	float: left;
	padding:15px 0; 
}

#infoCentro{
	width: 100%;
	height: 290px;
	float: left;
	background: #d7d7d7;
	color: #636b6e;
	font-size: 17px;
}

#arearodape1{
	width: 100%;
	height: 260px;
	float: left;
}

footer{
	width: 100%;
	height: 70px;
	background: #ed3237;
	float: left;
}

.creditosRodape{
	float: left;
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
}

a.logoAcao{
	width: 129px;
	height: 37px;
	float: right;
	margin-top: 20px;
}

nav#menurodape{
	width: 150px;
	height: 170px;
	margin-top: 40px;
	float: left;
}

nav#menurodape ul{
	list-style-type: none;
	float: left;
	width: 100px;
}

nav#menurodape ul li{
	list-style-type: none;
	margin:7px;
}

nav#menurodape ul li a{
	color:#a94219;
	text-decoration: none;
	font-size: 14px;
}

nav#menurodape ul li a:hover{
	text-decoration: underline;
}

nav#menurodape2{
	width: 250px;
	height: 170px;
	margin-top: 40px;
	float: left;
}

nav#menurodape2 ul{
	list-style-type: none;
	float: left;
	width: 230px;
}

nav#menurodape2 ul li{
	list-style-type: none;
	margin:7px;
	color: #a94219;
	font-size: 16px;
}

nav#menurodape2 ul li a{
	color:#7c8385;
	text-decoration: none;
	font-size: 14px;
}

nav#menurodape2 ul li a:hover{
	text-decoration: underline;
}

.facebook{
	float: left;
	margin-left:20px;
	margin-top: 80px;
}

div.eco{
	float: left;
	width: 160px;
	text-align: center;
	margin-left: 20px;
	margin-top: 15px;
	color: #80a94d;
	font-size: 13px;
}

div.localizacao{
	float: left;
	margin-left: 0;
	margin-top:20px;
}

h3, h2{
	color: #ed3237;
}

div.localizacao img{
	width:312px;
	height:123px;
}

.dividir{
	float: left;
	width: 46%;
	padding:10px 2%;
}

a.btContinue{
	width: 165px;
	height: 16px;
	border-radius: 4px;
	color: #fff;
	background: #e26634;
	background: linear-gradient(to top, #e26634, #d79074);
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding:7px 10px 10px 10px;
	display: block;
	margin-top:30px;
	float: right;
	text-shadow:1px 1px 1px #b14d24;
}

a.btContinue:hover{
	background: #646b6e;
}

.dividirEm3{
	width: 33%;
	height: auto;
	float: left;
	text-align: center;
}

.dividirEm3 h2{
	color: #ed3237;
	font-size: 18px;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 100;
	margin:5px 0 10px 0;
}

.dividirEm3 p{
	color: #636b6e;
	font-size: 13px;
	float: left;
	width: 100%;
	text-align: center;
}

hr{
	width: 100%;
	margin:10px 0;
	border-top:1px solid #e26534;
	border-left:1px solid #e26534;
	border-right:0px solid #e26534;
	border-bottom:0px solid #e26534;
	float: left
}

article.pages p{
	font-size: 14px;
	color: #636b6e;
	margin:20px 0;
}

article.pages img{
	width: 200px;
	height: 150px;
	margin-right: 10px;
	margin-bottom:10px;
	float: left;
}

a.confira{
	width: 410px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ed3237;
	display: block;
	border-radius: 3px;
	margin: 0 auto;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration:none;
	font-size:16px;	
	transition: 0.6s;
	-webkit-transition: 0.6s;
	margin-top: 2%;	
}

a.confira:hover{
	background:rgba(226,101,51,.4);	
	color: #5b5e53;
}

.hr{
	width: 100%;
	margin:30px 0;
	border-top:thin dashed #636b6e;
	border-left:1px dashed #636b6e;
	border-right:0px solid #e26534;
	border-bottom:0px solid #e26534;
	float: left
}

section.localizacao{
	width: 100%;
	height: 400px;
}

section.contato{
	width: 348px;
	float: left;
	font-size: 14px;
}

aside.contato{
	width: 590px;
	float: left;
	height: auto;
	margin-left:40px;
	font-size: 13px;
}

aside.contato #nova-loja{
	right:180px;
	width:580px;
	height:30px;
	line-height:30px;
	display:block;
	background-color:#ed3237;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	margin: 10px 0 15px 0;
}

aside.contato p{
	margin: 0 0 4px 0;
	font-size:16px;
	margin-bottom:10px;
	
}

aside.nova-loja{
	width: 450px;
	float: left;
	height: 350px;
	margin-left:40px;
	font-size: 14px;
}

aside.nova-loja p{
	margin: 0 0 4px 0 !important;
	font-size:16px;
}

section.contato #convenios{
	width: 301px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ed3237;
	display: block;
	border-radius: 1px;
	color: #FFF;
	margin: 10px 0px 0 0px;
	text-transform:uppercase;
}

section.contato label{
	width: auto;
	height: auto;
	float: left;
	margin: 4px 0 12px 0;
}

.contato h2{
	float: left;
	width: 100%;
	margin:9px 0 3px 0;
	font-size:28px;
}

section.contato input[type=text],
section.contato input[type=email]{
	width: 280px;
	height: 22px;
	padding:3px 10px;
	border: 1px solid #ccc;
	border-radius:3px; 
}

.semMargem{
	margin: 0 !important;
}

section.contato span{
	font-size: 14px;
	color: #646b6e;
	float: left;
	margin: 2px 0 13px 0;
}

section.contato button{
	width: 100px;
	height: 30px;
	border: 0px solid #ccc;
	border-radius:4px; 
	background: #ed3237;
/*	background: linear-gradient(to top, #e26533, #ffa885);*/
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

section.contato button:hover{
	background: linear-gradient(to top, #333, #666);
}

section.contato textarea{
	min-width: 280px;
	min-height: 100px;
	max-width: 250px;
	max-height: 100px;
	padding:3px 10px;
	border: 1px solid #ccc;
	border-radius:4px; 
}

div#map2{ 
	width:100%; 
	height:340px; 
	float: left;
	margin-bottom:5px; 
	box-shadow:0px 0px 5px 0px #EFEFEF;
}

div#map2 .h-card vcard local p.adr{
	padding-bottom:20px;
}

div#map3{ 
	width:100%; 
	height:340px; 
	float: left;
	margin-bottom:5px; 
	box-shadow:0px 0px 5px 0px #EFEFEF;
}

p#resposta {
	background-color:#6C9;
	font-size:16px;
	padding:10px;
	border:1px solid #CCC;
	border-radius:5px;
	margin-bottom:20px;
	height:50px;
}

p#resposta span {
	color:#FFF;
}

/*nossas lojas*/
.loja-box {
	margin-bottom: 5%;
}
p.loja-texto {
	padding: 8px 0px 15px 0px;
}
.thumb-loja {
	width: 400px;
	height: 300px;
	object-fit: cover;
	border-radius: 2px;
	padding-right: 10px;
}


.loja-box-container {
    position: relative;
    width: 45%;
    display: inline-block;
}
.loja-box-container .teste-mig {
  opacity: 1;
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: .5s ease;
  backface-visibility: hidden;
}
.loja-box-container .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.loja-box-container:hover .teste-mig {
  opacity: 0.2;
  cursor: pointer;
}
.loja-box-container:hover .middle {
  opacity: 1;

}
.loja-box-container .middle p {
    font-size: 24px;
    color: #ed3237;
}
.fancybox-bg {
    background: #f2f2f2 !important;
}
/*mapa interno*/
.localiza-mapa-loja {
	margin: 2% 0%;
}
.localiza-mapa-loja p {
	padding: 10px 0px;
}
.localiza-mapa-loja p strong {
	color: #ed3237;
}
iframe.mapa-interno {
	width: 100%;
}
/*servicos*/
img.servicos-mini-imagem {
	height: auto !important;
	width: auto !important;
	float: none !important;
	margin: 0px !important;
}

/*temporário*/
.slider-temporario {
	/*border-bottom: 3px solid #b7b7b7;
    padding: 18px 0px;*/
    display: none;
}
img.slider-temporario-img {
	display: block;
    margin: 0 auto;
}
.teste {
	display: block;
	border-bottom: 3px solid #b7b7b7;
    padding: 18px 0px;
}
.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	width: 980px !important;
	height: 300px;
	margin: 0 auto;
}

/*topo fix*/
img.topo-logo {
	width: auto;
	max-width: 100%;
}

.owl-theme .owl-nav {
	display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ED3236 !important;
}
.owl-carousel .active {
	border-bottom: none;
	padding-bottom: 0px;
}
.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}
.owl-theme .owl-dots .owl-dot {
	outline: none;
}

/*Serviços*/
.servicos-box-wrapper {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
.servicos-box {
	width: 50%;
}
.servicos-box .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    width: 980px !important;
    height: auto;
    margin: 0 auto;
}
.spacing-box {
	padding: 15px 10px;
}



/*==========  Responsive  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    	#container {
    		width: auto;
    		position: relative;
    	}
    	main {
    		width: 100%;
    		height: auto;
    		float: none;
    		text-align: center;
    	}
    	.tam980 {
    		width: auto;
    		height: auto;
    		margin: 0 auto;
    	}
    	header {
    		border-top: 4px solid #ed3237;
    		width: 100%;
    		height: auto;
    		float: none;
    	}
    	header h1 {
    		float: none;
    	}
    	header nav {
    		float: none;
    		margin-top: 0px;
    		width: auto;
    	}
    	header nav ul {
    		list-style-type: none;
    		margin-left: 0px;
    		float: none;
    		text-align: center;
    	}
    	header nav ul li {
    		float: none;
    		display: inline-block;
    		margin-right: 0px;
    	}
    	header nav ul li a {
    		padding: 0px 5px;
    	}
    	#arearodape1 {
    		width: 100%;
    		height: auto;
    		float: none;
    	}
    	header span#delivery {
    		position: absolute;
    		top: 40px;
       	}
       	nav#menurodape {
       		width: 33%;
       		height: auto;
       		margin-top: 0px;
       		float: none;
       		display: inline-block;
       	}
       	nav#menurodape2 {
       		width: 33%;
       		height: auto;
       		margin-top: 0px;
       		float: none;
       		display: inline-block;
       	}
       	div.eco {
       		float: none;
       		width: 33%;
       		text-align: center;
       		margin-left: 0px;
       		margin-top: 0px;
       		color: #80a94d;
       		font-size: 13px;
       		display: inline-block;
       	}
       	div.localizacao {
       		float: none;
       		margin-left: 0;
       		margin-top: 20px;
       		display: block;
       		width: 100%;
       		text-align: center;
       	}
       	div.localizacao p {
       		height: auto;
       		width: auto !important;
       		padding: 1% 0%;
       	}
       	/*serviços*/
       	.servicos-box-wrapper {
    		display: block;
    	}
    	.servicos-box {
    		width: 80%;
    		display: block;
    		margin: 0 auto;
    	}
    	
    	/*contato*/
    	section.contato {
    		width: auto;
    		float: none;
    		font-size: 14px;
    		text-align: center;
    	}
    	section.contato form {
    		text-align: center;
    	}
    	section.contato label {
    		width: auto;
    		height: auto;
    		float: none;
    		margin: 0 auto;
    		display: block;
    	}
    	aside.contato iframe {
    		border: 0;
    		width: auto;
    	}
    	section.contato span {
    		font-size: 14px;
    		color: #646b6e;
    		float: none;
    		margin: 0 auto;
    		padding-bottom: 4%;
    		display: inline-block;
    	}
    	section.contato #convenios {
    		width: 250px;
    		height: auto;
    		line-height: 25px;
    		padding: 0px;
    		margin: 0 auto;
    		margin-top: 3%;
    		border-radius: 1px;
    	}
    	aside.contato {
    		width: auto;
    		float: none;
    		height: auto;
    		margin-left: 0px;
    		font-size: 13px;
    		text-align: center;
    	}
    	aside.contato p {
    		margin: 0 auto;
    		font-size: 16px;
    		margin-bottom: 10px;
    		width: 80%;
    	}
    	nav#menurodape2 ul li a {
    		color: #7c8385;
    		text-decoration: none;
    		font-size: 13px;
    		width: 80%;
    		display: inline-block;
    	}
    	aside.contato #nova-loja {
    		right: 0;
    		width: 85%;
    		height: auto;
    		line-height: 30px;
    		display: block;
    		background-color: #ed3237;
    		color: #FFF;
    		text-align: center;
    		text-transform: uppercase;
    		margin: 0 auto;
    		margin-top: 5%;
    		padding: 0px;
    		margin-bottom: 5%;
    	}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	.teste {
    		display: block;
    		position: relative;
    	}
    	main {
    		float: none;
    	}
    	#container {
    		width: auto;
    		position: relative;
    	}
    	.tam980 {
    		max-width: 100%;
    		height: auto;
    		width: 100%;
    	}
    	/*header span#delivery {
    		width: auto;
    	}*/

		/*topo nav*/
		header {
			border-top: 4px solid #ed3237;
			width: 100%;
			height: auto;
			float: none;
			text-align: center;
		}
		header h1 {
			float: none;
		}
		img.topo-logo {
			width: 200px;
			max-width: 100%;
		}
		header nav {
			float: none;
			margin-top: 0px;
			width: 100%;
			display: block;
			text-align: center;
		}
		header nav ul {
			list-style-type: none;
			margin-left: 0px;
			float: none;
			text-align: center;
			display: block;
			padding: 0px;
		}
		header nav ul li {
			float: none;
			display: inline-block;
			margin-right: 0px;
		}
		header nav ul li a {
			display: block;
			text-decoration: none;
			font-size: 14px;
			color: #5b5e53;
			font-weight: bold;
			padding: 0px 6px;
		}
		header span#delivery {
			position: relative;
			top: 0px;
			right: 0px;
			width: 90%;
			height: auto;
			font-size: 15px;
			display: inline-block;
			background-color: #ed3237;
			color: #FFF;
			text-align: center;
			padding: 4px;
			margin: 5% 0%;
		}
    	img.banner-topo {
    		width: 90%;
    		margin: 0 auto;
    		display: block;
    		max-width: 100%;
    		padding: 0px;
    	}
    	.slider-temporario {
    		display: none;
    	}
    	.owl-carousel .owl-item img {
    		display: block;
    		max-width: 100% !important;
    		height: auto;
    	}

    	/*páginas internas*/
    	.loja-box {
    		margin-bottom: 5%;
    		text-align: center;
    	}
    	.loja-box h3, h2 {
    		text-align: center;
    	}
    	.loja-box-container {
    		position: relative;
    		width: 70%;
    		display: block;
    		margin: 0 auto;
    	}
    	.loja-box-container .teste-mig {
    		opacity: 1;
    		display: block;
    		width: 100%;
    		height: 250px;
    	}

    	/*serviços*/
    	img.servicos-mini-imagem {
    		height: auto !important;
    		width: 280px!important;
    		display: block;
    		margin: 0 auto !important;
    	}
    	article.pages p {
    		font-size: 14px;
    		color: #636b6e;
    		margin: 20px;
    		text-align: center;
    	}
    	article.pages h2, h3 {
    		text-align: center;
    	}
    	a.confira {
    		width: 200px;
    		height: auto;
    		line-height: 25px;
    		padding: 5px;
    		max-width: 100%;
    	}
    	
    	/*middle*/
    	#areaCentro {
    		width: 100%;
    		height: auto;
    		float: none;
    		padding: 15px 0;
    	}
    	.dividirEm3 {
    		width: auto;
    		height: auto;
    		float: none;
    		text-align: center;
    		display: inline-block;
    		margin: 2% 0%;
    		padding: 10px 10px;
    	}
    	.dividirEm3 a img {
    		width: 110px;
    		max-width: 100%;
    	}
    	.dividirEm3 p {
    		color: #636b6e;
    		font-size: 13px;
    		float: none;
    		width: 100%;
    		text-align: center;
    		width: 80%;
    		margin: 0 auto;
    	}
    	#infoCentro {
    		width: 100%;
    		height: auto;
    		float: none;
    		background: #d7d7d7;
    		color: #636b6e;
    		font-size: 14px;
    		display: inline-block;
    	}
    	.dividir {
    		float: none;
    		width: auto;
    		padding: 10px 2%;
    	}
    	#arearodape1 {
    		width: 100%;
    		height: auto;
    		float: none;
    		text-align: center;
    	}
    	div.eco {
    		float: none;
    		width: auto;
    		text-align: center;
    		margin-left: 20px;
    		margin-top: 3%;
    		color: #80a94d;
    		font-size: 13px;
    		display: inline-block;
    	}
    	div.localizacao {
    		float: none;
    		margin-left: 0;
    		margin-top: 5%;
    		text-align: center;
    	}
    	div.localizacao p {
    		width: auto !important;
    	}
    	div.localizacao img {
    		width: 100%;
    		height: auto;
    		margin: 5% 0%;
    	}
    	.localiza-mapa-loja p {
    		padding: 10px;
    		text-align: center;
    	}
    	/*antefooter*/
    	nav#menurodape {
    		width: auto;
    		height: auto;
    		margin-top: auto;
    		float: none;
    		text-align: center;
    	}
    	nav#menurodape ul {
    		list-style-type: none;
    		float: none;
    		width: auto;
    		padding: 0px;
    	}
    	nav#menurodape ul li {
    		list-style-type: none;
    		margin: 2% 0%;
    	}
    	nav#menurodape2 {
    		width: auto;
    		height: auto;
    		margin-top: auto;
    		float: none;
    	}
    	nav#menurodape2 ul {
    		list-style-type: none;
    		float: none;
    		width: auto;
    		padding: 0px;
    	}
    	nav#menurodape2 ul li {
    		list-style-type: none;
    		margin: 2% 0%;
    		color: #a94219;
    		font-size: 16px;
    	}
    	footer {
    		width: 100%;
    		height: auto;
    		background: #ed3237;
    		float: none;
    		display: inline-block;
    		text-align: center;
    	}
    	a.logoAcao {
    		float: none;
    	}
    }
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }