/*

Azul escuro: #226567;
Azul claro: #52a6ab;
Marrom: #342210;

*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

#quem-somos {
	padding: 60px 0;
}

.nav-tabs>li>a {
    border-radius: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #226567;
    border: 1px solid transparent;
    border-radius: 5px;
    border-bottom-color: transparent;
}

.tab-pane {
	padding-top: 20px;
}

.blink {
/*color: #f1c40f !important;*/
  -moz-animation-duration: 300ms;
  -moz-animation-name: blink;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  
  -webkit-animation-duration: 300ms;
  -webkit-animation-name: blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  
  animation-duration: 300ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-moz-keyframes blink {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
  }
}

@keyframes blink {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
  }
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}

.bg-receita h1 {
	border: none !important;
}

label {
	color: #342210;
	text-transform: uppercase;
}

li a {
	color: inherit !important;
	text-decoration: inherit !important;
}

.btn-primary {
	background: #226567;
	border-color: #226567;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
	background: #52a6ab;
	border-color: #226567;
}

input, textarea, select {
	font-size: 18px;
	background: #f6f0e5 !important;
	border: 1px solid #d1c6b1 !important;
	color: #342210 !important;
	box-shadow: none !important;
}

input:focus, textarea:focus {
	border: 1px solid #342210 !important;
	background: #efe9dd !important;
}

.facebook {
	position: fixed;
	width: 40px;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 999;
}

.instagram {
	position: fixed;
	width: 40px;
	right: 20px;
	bottom: 70px;
	cursor: pointer;
	z-index: 999;
}

.lista-produto:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: all 0.3s;
}

body {
	background: url(../img/body_pattern.jpg);
	padding-top: 77px;
}

* {
	font-family: 'Roboto Slab', serif;
}

h1.titulo {
	font-weight: bold;
	text-align: center;
	color: #226567;
	border-bottom: 7px solid #342210;
	display: inline-block;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 48px;
}

p {
	font-size: 18px;
}

header {
	background: #226567 url(../img/menu_pattern.jpg);
	text-align: center;
	border-top: 7px solid #342210;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.menu-desktop ul {
	margin: 0;
	padding: 0;
}

.menu-desktop ul li {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin: 0 20px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.menu-desktop ul li:hover {
	border-bottom: 7px solid #342210;
}

.logo {
	height: 70px;
}

#inicio {
	background: #482c5b;
	box-sizing: border-box;
	margin-bottom: 0;
}

#inicio img {
	max-width: 100%;
	max-height: 70%;
}

.quote-inicio {
	color: #fff;
	text-align: center;
	font-size: 22px;
	max-width: 80%;
	margin: 0 auto;
}

.table {
	text-align: center;
	display: table;
	min-height: 100%;
	height: auto;
	width: 100%;
}

.table-cell {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

.thumb_tubetes {
	height: 300px;
}

.space1 {
	height: 40%;
	background: url(../img/space1.jpg);
	background-attachment: fixed;
	background-size: cover;
	border-top: 7px solid #342210;
	border-bottom: 7px solid #342210;
}

.space2 {
	height: 40%;
	background: url(../img/space2.jpg);
	background-attachment: fixed;
	background-size: cover;
	border-top: 7px solid #342210;
	border-bottom: 7px solid #342210;
}

.space3 {
	height: 40%;
	background: url(../img/space3.jpg);
	background-attachment: fixed;
	background-size: cover;
	border-top: 7px solid #342210;
	border-bottom: 7px solid #342210;
}

.nome-temperos {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	min-height: 100px;
	color: #342210;
}

.informacoes, .informacoes:active {
	font-size: 9px;
	border: 1px solid #226567;
	color: #226567;
	padding: 2px 5px;
	border-radius: 3px;
	cursor: pointer;
}

.informacoes:hover {
	background: #226567;
	color: #f6f0e5;
}

#receitas {
	margin-bottom: 40px;
}

.info-foto-receita {
	max-width: 100%;
}

.info-titulo-receita {
	background: #226567;
	color: #f6f0e5;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}

.info-receita {
	background: #342210;
	padding: 10px;
	color: #f6f0e5;
	font-size: 12px;
}

.receita {
	margin-bottom: 30px;
}

.abrir-receita:hover img {
	opacity: 0.9;
}

.info-titulo-receita:hover {
	text-decoration: underline;
}

#contato {
	padding-bottom: 60px;
}

.block {
	background: #226567;
	padding: 20px;
	color: #fff;
	line-height: 300%;
	box-sizing: border-box;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.lista-produto:hover {
		cursor: pointer;
		transform: scale(1);
		transition: all 0.3s;
	}
	#quem-somos {
		padding: 0 20px 50px 20px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	#quem-somos {
		padding: 0 20px 50px 20px;
	}

	.menu-desktop ul {
		white-space: nowrap;
	}

	.menu-desktop ul li {
		display: inline-block;
		color: #fff;
		font-size: 11px;
		margin: 0 8px;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.facebook {
		position: fixed;
		width: 40px;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}


	.instagram {
		position: fixed;
		width: 40px;
		right: 20px;
		top: 70px;
		cursor: pointer;
	}
}

@media (max-width: 600px) {
	body {
		padding: 0;
	}

	header {
		top: auto;
		bottom: 0 !important;
	}

	.logo {
		height: 50px;
		margin-top: -1px;
	}

	.menu-desktop ul {
		margin: 0;
		padding: 0;
	}

	.menu-desktop ul li {
		display: inline-block;
		color: #fff;
		font-size: 11px;
		margin: 0 8px;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	.menu-desktop ul {
		white-space: nowrap;
	}

	.menu-desktop ul li {
		display: inline-block;
		color: #fff;
		font-size: 8px;
		margin: 0 5px;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0px;
	}

	.facebook {
		position: fixed;
		width: 40px;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}


	.instagram {
		position: fixed;
		width: 40px;
		right: 20px;
		top: 70px;
		cursor: pointer;
	}

	.space1 {
		height: 40%;
		background: url(../img/space1.jpg);
		background-attachment: fixed;
		background-position: center center;
		border-top: 7px solid #342210;
		border-bottom: 7px solid #342210;
	}

	.space2 {
		height: 40%;
		background: url(../img/space2.jpg);
		background-attachment: fixed;
		background-position: center center;
		border-top: 7px solid #342210;
		border-bottom: 7px solid #342210;
	}

	.space3 {
		height: 40%;
		background: url(../img/space3.jpg);
		background-attachment: fixed;
		background-position: center center;
		border-top: 7px solid #342210;
		border-bottom: 7px solid #342210;
	}
}