
/*estilos comuns*/

html, body {
	height: 100%;
}
 
body{
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #7b2a35;
	margin: 0;
	padding: 0;
	font-weight: 400;
	display: table;
	width: 100%;
	overflow-x: hidden;
}

.page-row {
	display: table-row;
	height: 1px;
}
 
.page-row-expanded {
	height: 100%;
}

input, textarea{
	-webkit-box-sizing : border-box;‌​ 
	-moz-box-sizing : border-box; 
	box-sizing : border-box;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:hover{
	text-decoration: none;
}

:focus {
  outline: 0;
}

::-webkit-input-placeholder {
   color: #707070;
}

:-moz-placeholder {
   color: #707070;
}

::-moz-placeholder {
   color: #707070;  
}

:-ms-input-placeholder {  
   color: #707070;  
}

/* header */

header {
	background-image: url(../img/bg-header.png);
	position: relative;
	margin-bottom: 20px;
}

.navbar-header {
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
	float: none;
	text-align: center;
}

.logo{
	background-image: url(../img/header-logo.png);
	display: block;
	background-size: contain;
	/* width: 100%; */
	min-height: 64px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}

.navbar-brand{
	margin: 0;
	display: inline-block;
	min-height: 64px;
	width: 100%;
	max-width: 500px;
}

.navbar-toggle {
  float: none;
  position: absolute;
  right: 10px;
  top: 36px;
}

.navbar-nav{
  text-align: center;
  width: 100%;
  position: relative;
}

.navbar-nav li{
	float: none;
  display: inline-block;
}

.navbar-nav li a{
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	color: #934550;
	padding: 0px 25px 10px;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
}

.active,
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	background-image: url(../img/icone-rosa.png);
	background-repeat: no-repeat;
  background-position: -2px -2px;
}

.social-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  width: auto;
}

.social-icons span {
  font-size: 12px;
  color: #8E0D2E;
  margin: 8px 0px;
}

.social-icons a {
	display: inline-block;
}

.social-icons-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
}

.social-icons-mobile span {
  font-size: 13px;
  color: #8E0D2E;
  margin: 8px 0px;
}

.social-icons-mobile a {
	display: inline-block !important;
	padding: 0 0 10px !important;
}

.nav > li.social-icons-mobile > a:hover,
.nav > li.social-icons-mobile > a:focus {
	background-image: none;
}

button.navbar-toggle {
	color: #8E0D2E;
	font-size: 23px;
	margin: 1px 0 0;
	padding: 0;
}

@media (min-width:768px) and (max-width:991px) {
	.navbar-nav li a {
		padding: 0px 15px 10px 25px;
	}
	.social-icons{
		bottom: 105px;
	}
}

@media (max-width:767px) {
	.navbar-brand{
		padding-right: 30px;
	}
	.navbar-header {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.navbar-nav {
		margin: 0 auto;
	}
	.navbar-nav li {
		display: block;
	}
	.active,
	.nav > li > a:hover, .nav > li > a:focus {
		background-position: 28% -2px;
	}
}

/* home */

.box-home {
	text-align: center;
}

.box-home div a:hover img {
    opacity: 0.6;
}

.box-home div a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.box-nossaloja, .box-produtos, .box-projetos {
  display: inline-block;
}

.box-nossaloja a, .box-produtos a, .box-projetos a {
	display: block;
	margin: 20px 0;
}

.box-nossaloja a:last-child, .box-produtos a:last-child, .box-projetos a:last-child {
	text-decoration: none;
	color: #ffffff;
	background-image: url(../img/fundo-box.png);
	background-position: center;
	padding: 10px;
  background-repeat: no-repeat;
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
}

.box-img img {
	width: 100%;
	padding: 10px;
  box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
}

.box-flor {
  padding-right: 2px;
  padding-bottom: 2px;
}

.box-news {
	background-image: url(../img/fundo-news.png);
	position: absolute;
	background-repeat: no-repeat;
  right: -208px;
  top: 220px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 05s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box-news:hover {
	right: 0;
}

.box-news p {
  margin: 8px 14px 8px 2px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
	line-height: 15px;
}

.news-flor {
	padding: 0px 0px 14px 11px;
}

.formulario-newsletter {
  position: relative;
  display: inline-block;
  top: 12px;
  vertical-align: top;
}

.form-news {
	height: 23px;
  padding: 0 5px;
  margin-left: -4px;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	width: 153px;
	display: inline;
  color: #707070;
}

.form-news:focus {
	outline: 0 !important;
	border: 1px solid #909090;
}

.btn-news {
  height: 25px;
  padding: 0 10px;
	margin-right: 10px;
  margin-left: -2px;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  background-color: #7b2a35;
}

.btn-news:hover {
  font-weight: bold;
}

.alert-newsletter {
	position: absolute;
  top: 40px;
  right: 3px;
  width: 200px;
}

.alert-newsletter2 {
  width: 243px;
  margin: 10px auto;
}

@media (max-width:767px) {
	.slider-web {
		display: none;
	}
	.box-img img {
		max-width: 350px;
	}
	.box-nossaloja, .box-produtos, .box-projetos {
		padding: 0;
	}
}

@media (min-width:768px) {
	.slider-mobile {
		display: none;
	}
}

/* nossa loja */

.imagens-nossaloja {
	text-align: center;
	margin-top: 15px;
}

.imagens-nossaloja a:hover {
	opacity: 0.6;
}

.nossaloja1 {
	display: block;
	margin-bottom: 15px;
}

.nossaloja1 img {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
}

.nossaloja2 {
	display: block;
	padding-left: 0;
  padding-right: 7px;
}

.nossaloja2 img {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
}

.nossaloja3 {
	display: block;
	padding-right: 0;
  padding-left: 7px;
}

.nossaloja3 img {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
}

.texto-nossaloja {
	line-height: 1.5em;
}

@media (max-width:767px) {
	.nossaloja1 {
		margin-bottom: 25px;
	}
}

/* produtos e projetos */

.pag-produtos-projetos {
	text-align: center;
	margin-top: 5px;
}

.pag-produtos-projetos li {
	display: inline-block;
	position: relative;
	margin: 10px 10px;
}

.pag-produtos-projetos a {
	display: block;
}

.pag-produtos-projetos a:hover {
	opacity: 0.6;
}

.pag-produtos-projetos img {
  box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
	padding: 10px;
}

/* midia */

.pag-midia {
	text-align: center;
	margin-top: 5px;
}

.pag-midia li {
	display: inline-block;
	position: relative;
	margin: 10px 10px;
}

.pag-midia a {
	display: block;
}

.pag-midia img {
  box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
	padding: 10px;
}

.pag-midia > li > a > p {
	padding: 85px 10px;
	height: 100%;
	width: 100%;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #7b2a35;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0;
	font-size: 12px;
	line-height: 1.8em;
}

.pag-midia > li > a > p span {
	font-family: 'Droid Serif', serif;
	color: #934550;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
	font-size: 13px;
}

.midia-galeria {
	display: none !important;
}

@media (min-width:991px) {
	.pag-midia > li > a:hover > p {
	display: block;
	}
}

/* contato */

.texto-contato, .contato-info {
	line-height: 1.5em;
}

.texto-contato a {
	font-family: 'Droid Serif', serif;
	color: #934550;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
}

.texto-contato a:hover {
	opacity: 0.6;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%!important;
	box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
	padding: 10px;
}

.formulario-contato {
	margin-top: 45px;
}

.formulario-contato label {
	font-family: 'Droid Serif', serif;
	color: #934550;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
	font-weight: normal !important;
}

.btn-contato {
	float: right;
  border: none;
  padding: 6px;
	background-color: #8E0D2E;
	font-family: 'Droid Serif', serif;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
}

.btn-contato:hover {
	opacity: 0.6;
}

.form-control {
	border-radius: 0;
	box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
	border: none;
	color: #707070;
}

textarea.form-control {
	height: 108px;
	margin-bottom: 20px;
}

.form-control:focus {
	box-shadow: 0px 0px 6px 0px rgba(119, 119, 119, 0.4) inset;
}

.alert-contato {
	margin-top: 65px;
}

@media (min-width:768px) and (max-width:991px) {
	textarea.form-control {
		height: 68px;
	}
}

@media (max-width:767px) {
	.formulario-contato {
		margin-top: 15px;
	}
}

/* footer */

.newsletter-mobile {
	text-align: center;
	margin-top: 20px;
}

.newsletter-mobile p {
  color: #934550;
  font-size: 13px;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
	margin-bottom: 10px;
}

.form-news-mobile {
	height: 30px;
  padding: 0 5px;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	width: 200px;
	display: inline;
	border: 1px solid #7b2a35;
	line-height: 1.8em;
	color: #707070;
}

.form-news-mobile:focus {
	outline: 0 !important;
	border: 1px solid #7b2a35;
}

.btn-news-mobile {
  height: 30px;
  padding: 0 10px;
  margin-left: -2px;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  background-color: #8E0D2E;
}

.btn-news-mobile:hover {
  font-weight: bold;
}

.box-footer {
	margin-top: 20px;
	background-image: url(../img/bg-header.png);
}

.conteudo-footer {
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-logo {
  text-align: center;
  padding: 4px 0;
}

.footer-logo a {
  display: inline-block;
}

.conteudo-menu {
	text-align: center;
}

.conteudo-menu::before {
	content: url(../img/icone-rosa.png);
	position: absolute;
	display: block;
	left: 0;
	top: 30px;	
}

.conteudo-menu::after {
	content: url(../img/icone-rosa.png);
	position: absolute;
	display: block;
	right: 0;
	top: 30px;	
}

.footer-menu {
	display: inline-block;
	text-align: left;
}

.footer-menu li {
  padding: 4px 12px;
}

.footer-menu li a {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	color: #934550;
	padding: 5px 10px 5px;
	text-shadow: 0px 1px 0px rgba(232, 98, 98, 0.6);
}

.footer-menu li a:hover {
	opacity: 0.6;
}

.footer-info {
	text-align: center;
}

.footer-info p {
	line-height: 21px;
	display: inline-block;
	text-align: left;
  margin: 0;
  font-size: 12px;
}

.footer-info a {
	color: #7b2a35;
}

.footer-info a:hover {
	opacity: 0.6;
}

.copyright-footer {
	background-color: #8E0D2E;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	margin: 0;
}

.copyright-footer p {
  margin: 5px;
}

.copyright-footer a {
	color: #ffffff;
}

.copyright-footer a:hover {
	opacity: 0.6;
}

@media (max-width:767px) {
	.footer-info p {
		padding: 20px 0 0;
		font-size: 13px;
	}
}

@media (max-width:991px) {
	.footer-logo {
		display: none;
	}
}