html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}

.limite {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.alert {
	width: 100%;
	background: #C62828;
	text-align: center;
	position: absolute;
	top: 0;
}

.alert > p, .alert > button {
	display: inline-block;
	vertical-align: middle;
}

.alert > p {
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	padding: 15px;
}

.alert > button {
	border: none;
	background: #fff;
	color: #C62828;
	padding: 15px;
}

/* --- Header --- */

nav {
	max-width: 1920px;
	width: 100%;
	text-align: center;
	border-bottom: 5px solid #01579B;
}

nav > a {
	padding: 25px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: #01579B;
	font-weight: 800;
	font-size: 20px;
}

nav > a:hover {
	border-bottom: 3px solid #C62828;
}

nav > a#logo {
	width: 140px;
	padding: 5px;
}

nav > a#logo {
	border: none;
}

nav > a#logo > img {
	width: 100%;
}

nav > a#login {
	color: white;
    background: #B71C1C;
    float: right;
}

nav > a#icon {
	display: none;
}

@media only screen
and (max-device-width: 1000px) {
	nav a:not(:nth-child(3)) {
		display: none;
	}
  
	nav a#icon {
		display: inline-block;
		font-size: 28px;
		font-weight: 800;
	}
  
	nav.responsive {
		position: relative;
	}
  
	nav.responsive a {
		float: none;
		display: block;
		padding: 10px;
		text-decoration: none;
		text-align: center;
	}
  
	nav.responsive > a#logo {
		margin: 0 auto;
	}
	
	nav.responsive > a#login {
		float: none;
	}
}

/*-----------------/
/* --- Menu lateral --- */

section#sidemenu-slider {
	margin: 0 auto;
	text-align: center;
	background: #01579B;
	padding: 10px;
}

section#sidemenu-slider > .produtos, section#sidemenu-slider > .slider {
	display: inline-block;
	vertical-align: top;
}

section#sidemenu-slider > .produtos {
	background: #01579B;
	color: #fff;
	max-width: 300px;
	width: 100%;
	height: 430px;
	display: none;
}

section#sidemenu-slider > .produtos > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

section#sidemenu-slider > .produtos > ul > li {
	padding: 20px;
}

section#sidemenu-slider > .produtos > ul > li > a{
	color: #fff;
	text-decoration: none;
	font-weight: 800;
}

section#sidemenu-slider > .produtos > ul > li#categoria {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
}

section#sidemenu-slider > .produtos > ul > li#categoria:hover {
	padding: 20px;
	box-shadow: none;
}

section#sidemenu-slider > .produtos > ul > li:hover {
	box-shadow: 0 0 3px #000;
}

/*** Slider ***/

section#sidemenu-slider > .slider {
	width: 100%;
	max-width: 860px;	
	height: 430px;
}

section#sidemenu-slider > .slider > img:nth-child(1) {
	background-image: url('../images/slider/1.jpeg');
	height: 100%;
}

section#sidemenu-slider > .slider > img:nth-child(2) {
	background-image: url('../images/slider/2.jpeg');
	height: 100%;
}

section#sidemenu-slider > .slider > img:nth-child(3) {
	background-image: url('../images/slider/3.jpeg');
	height: 100%;
}

section#sidemenu-slider > .slider > img:nth-child(4) {
	background-image: url('../images/slider/4.jpeg');
	height: 100%;
}

section#sidemenu-slider > .slider > img:nth-child(5) {
	background-image: url('../images/slider/5.jpeg');
	height: 100%;
}

section#sidemenu-slider > .slider > img {
	width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	background-color: #fff;
}

section#sidemenu-slider > .slider > .img-slider {
	display: none;
	width: 100%
}

@media only screen
and (max-device-width: 1000px) {
	section#sidemenu-slider {
		display: none;
	}
}

/* --- Pesquisa --- */

section#pesquisa {
	margin: 15px auto;
	text-align: center;
}

section#pesquisa > .limite > form > input[type="text"] {
	width: 700px;
	border: none;
	border-bottom: 5px solid #C62828;
	background-image: url('images/icons/search.png') no-repeat right center;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

section#pesquisa > .limite > form > input[type="submit"] {
	width: 30px;
	height: 30px;
	background-image: url('../images/icons/search.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent;
	color: #fff;
	border: none;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}

@media only screen
and (max-device-width: 1000px) {
	
	section#pesquisa {
		margin: 10px auto;
	}
	
	section#pesquisa > .limite > form > input[type="text"] {
	width: 300px;
	border: none;
	border-bottom: 3px solid #C62828;
	}
}

/* --- Produtos --- */

section#produtos-home {
	text-align: center;
	margin-bottom: 30px;
}

section#produtos-home > .limite > p {
	color: #C62828;
	font-size: 22px;
	font-weight: 800;
}

section#produtos-home > .limite > .produtos {
	max-width: 200px; 
	width: 100%; 
	height: 180px; 
	box-shadow: 0 0 5px #000;
	margin: 10px; 
	text-align: center; 
	padding: 10px; 
	display: inline-block;
	vertical-align: middle;
}

section#produtos-home > .limite > .produtos > .img-produto {
	width: 100px; 
	height: 80px; 
	margin: 0 auto; 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center;
}

section#produtos-home > .limite > .produtos > p {
	color: #C62828;
	font-weight: 700;
}

@media only screen
and (max-device-width: 1000px) {
	section#produtos-home > .limite > .produtos {
	max-width: 130px; 
	height: 150px; 
	box-shadow: 0 1px 3px #000;
	margin: 7px; 
	}
	
	section#produtos-home > .limite > .produtos > img {
		width: 100%;
		max-width: 80px;
		max-height: 80px;	
	}
	
	section#produtos-home > .limite > .produtos > p {
		font-size: 12px;
	}
}

/* -------------------- */

/* --Página Produtos ---*/

/* --- Menu lateral --- */

section#produtos-slider {
	margin: 0 auto;
	text-align: center;
}

section#produtos-slider > .produtos, section#produtos-slider > .slider {
	display: inline-block;
	vertical-align: top;
}

section#produtos-slider > .produtos {
	background: #01579B;
	color: #fff;
	max-width: 300px;
	width: 100%;
}

section#produtos-slider > .produtos > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

section#produtos-slider > .produtos > ul > li {
	padding: 20px;
}

section#produtos-slider > .produtos > ul > li > a{
	color: #fff;
	text-decoration: none;
	font-weight: 800;
}

section#produtos-slider > .produtos > ul > li#categoria {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
}

section#produtos-slider > .produtos > ul > li#categoria:hover {
	padding: 20px;
	box-shadow: none;
}

section#produtos-slider > .produtos > ul > li:hover {
	box-shadow: 0 0 3px #000;
}

/*** Slider ***/

section#produtos-slider > .pes-slider {
	display: inline-block;
}

section#produtos-slider > .pes-slider > .slider {
	width: 100%;
	min-width: 730px;	
	height: 380px;
	border: 5px solid #C62828;
}

section#produtos-slider > .pes-slider > .slider > img:nth-child(1) {
	background-image: url('../images/slider/1.jpg');
	height: 100%;
}

section#produtos-slider > .pes-slider > .slider > img:nth-child(2) {
	background-image: url('../images/slider/2.jpeg');
	height: 100%;
}

section#produtos-slider > .pes-slider > .slider > img:nth-child(3) {
	background-image: url('../images/slider/3.jpeg');
	height: 100%;
}

section#produtos-slider > .pes-slider > .slider > img {
	width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

section#produtos-slider > .pes-slider > .slider > .img-slider {
	display: none;
	width: 100%
}

/* --- Pesquisa --- */

section#produtos-slider > .pes-slider > .pesquisa {
	margin: 5px auto;
	text-align: center;
}

section#produtos-slider > .pes-slider > .pesquisa > form > input[type="text"] {
	width: 370px;
	border: none;
	border-bottom: 5px solid #C62828;
	background-image: url('images/icons/search.png') no-repeat right center;
	margin: 0;
}

section#produtos-slider > .pes-slider > .pesquisa > form > input[type="submit"] {
	width: 30px;
	height: 30px;
	background-image: url('../images/icons/search.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent;
	color: #fff;
	border: none;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}

section#produtos-slider > .pes-slider > .pesquisa > p {
	color: #C62828;
	font-size: 22px;
	font-weight: 800;
}

/* --- Produtos --- */

section#produtos {
	text-align: center;
	margin: 50px auto;
}

section#produtos > .limite > .produtos {
	max-width: 350px; 
	width: 100%;  
	box-shadow: 0 0 5px #000;
	margin: 10px; 
	text-align: center; 
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

section#produtos > .limite > .produtos > .img-produto {
	width: 100px; 
	height: 80px; 
	margin: 0 auto; 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center;
}

section#produtos > .limite > .produtos > .texto {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
}

section#produtos > .limite > .produtos > .texto > p {
	color: #C62828;
	font-weight: 600;
	font-size: 16px;
}

@media only screen
and (max-device-width: 1000px) {
	section#produtos > .limite > .produtos { 
		max-width: 300px;  
	}
	
	section#produtos-slider > .pes-slider {
	 width: 100%;
	}
}

/*---------------------*/

/* --- Página Ofertas --- */

section#escolha {
	text-align: center;
}

section#escolha > .limite > select {
	padding: 25px;
	width: 600px;
	color: #006064;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	border: 5px solid #01579B;
	border-top: none;
	text-align: center;
}

section#jornal {
	margin: 0 auto;
	padding: 25px;
	max-width: 1200px;
}

.display-ofertas {
	display: inline-block;
	vertical-align: middle;
	border: 3px solid red;
	padding: 5px;
	width: 200px;
	height: 200px;
	margin: 3px;
}

.display-ofertas > div {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.display-ofertas > p {
	text-align: center;
	font-weight: 800;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.display-ofertas:hover > p {
	text-align: center;
	font-weight: 800;
	overflow: hidden;
    white-space: normal;
    text-overflow: unset;
}

section#mapa {
	text-align: center;
}

section#mapa > .limite > #mapa1, section#mapa > .limite > #mapa2 {
	display: inline-block;
	vertical-align: middle;
}

section#mapa > .limite > #mapa1 > p, section#mapa > .limite > #mapa2 > p {
	font-size: 18px;
	font-weight: 800;
}

@media only screen
and (max-device-width: 1000px) {
	section#escolha > .limite > select {
		padding: 20px;
		width: 100%;
	}
	
	section#mapa {
		width: 100%;
	}
	
	section#mapa > .limite > #mapa1, section#mapa > .limite > #mapa2 {
		width: 100%;
	}
	
}

/* ------------------------- */

/* --- Contato --- */

section#contato {
	text-align: center;
	color: #263238;
}

section#contato > .limite > p {
	font-size: 20px;
	font-weight: 800;
	margin: 5px;
}

section#contato > .limite > form > #left, section#contato > .limite > form > #right {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	height: 250px;
	vertical-align: top;
}

section#contato > .limite > form > #left > input, section#contato > .limite > form > #right > input {
	width: 250px;
	height: 50px;
	margin: 5px;
	text-align: center;
	font-size: 20px;
	border: 3px solid #B71C1C;
	display: inline-block;
}

section#contato > .limite > form > #left > input[type="submit"] {
	background: #B71C1C;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

section#contato > .limite > form > #right > textarea {
	border: 3px solid #B71C1C;
	font-size: 16px;
	height: 150px;
	width: 250px;
	resize: none;
	color: #263238;
	font-family: 'Roboto', sans-serif;
}

section#trabalhe {
	text-align: center;
	color: #263238;
	background: #01579B;
	margin: 50px auto;
	padding: 25px;
}

section#trabalhe > .limite > p {
	font-size: 20px;
	font-weight: 800;
	margin: 5px;
	color: #fff;
}

section#trabalhe > .limite > form > #left, section#trabalhe > .limite > form > #right {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	height: 135px;
	vertical-align: top;
}

section#trabalhe > .limite > form > #left > input, section#trabalhe > .limite > form > #right > input {
	width: 250px;
	height: 50px;
	margin: 5px;
	text-align: center;
	font-size: 20px;
	border: 3px solid #B71C1C;
	display: inline-block;
}

section#trabalhe > .limite > form > input[type="submit"] {
	width: 250px;
	height: 50px;
	background: #B71C1C;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	border: none;
}

section#trabalhe > .limite > form > #right > input[type="file"] {
	border: none;
}










/*---------------------------*/


/* --- Footer --- */

footer {
	text-align: center;
	border-top: 5px solid #01579B;
	width: 100%;
	overflow: hidden;
	background: #01579B;
	color: #fff;
	margin-top: 100px;
	
}

footer > #content > img {
	width: 200px;
}

footer > #content > .endereco, footer > #content > img {
	display: inline-block;
	vertical-align: middle;
}

footer > #content > .endereco {
	width: 150px;
	margin: 0 80px;
	padding: 10px;
	font-weight: 800;
}

body#busca > footer {
	text-align: center;
	border-top: 5px solid #01579B;
	width: 100%;
	overflow: hidden;
	background: #01579B;
	color: #fff;
	margin-top: 100px;
	position: absolute;
	bottom: 0;
}

/* -------------- */

/* Admin */

section#produtos-admin {
	text-align: center;
	margin-bottom: 30px;
}

section#produtos-admin > .limite > .produtos {
	max-width: 200px; 
	width: 100%; 
	box-shadow: 0 0 5px #000;
	margin: 10px; 
	text-align: center; 
	padding: 10px; 
	display: inline-block;
	vertical-align: middle;
}

section#produtos-admin > .limite > .produtos > img {
	width: 100%;
	max-width: 100px;
	max-height: 80px;
}

section#produtos-admin > .limite > .produtos > p {
	color: #C62828;
	font-weight: 700;
}

section#produtos-admin > .limite > .produtos > a {
	color: #C62828;
	font-weight: 700;
	text-decoration: none;
	margin: 10px;
}

section#produtos-slider > .pes-slider > .produtos {
	max-width: 200px; 
	width: 100%; 
	box-shadow: 0 0 5px #000;
	margin: 10px; 
	text-align: center; 
	padding: 10px; 
	display: inline-block;
	vertical-align: middle;
}

section#produtos-slider > .pes-slider > .produtos > img {
	width: 100%;
	max-width: 100px;
	max-height: 80px;
}

section#produtos-slider > .pes-slider > .produtos > p {
	color: #C62828;
	font-weight: 700;
}

section#produtos-slider > .pes-slider > .produtos > a {
	color: #C62828;
	font-weight: 700;
	text-decoration: none;
	margin: 10px;
}



/*----------------*/



























