img{
	max-width: 100%;
}

body {
	font-family: Lato, sans-serif;
	font-size: 18px
}
header {
	padding: 20px 0;
	// background: url(../images/bg-header.jpg) top center/cover no-repeat #fff;
	min-height: 630px;
	position: relative;
}
a.btn-loja:active, a.btn-loja:hover {
	text-decoration: none;
	color: #fff
}
.logo img{
	height: 70px;
	width: auto;
	opacity: .8;
	// position: fixed;
	// z-index: 999;
}
.logo img:hover{
	opacity: 1;
	transition: all .2s
}
.btn-loja {
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	background: #79B743;
	text-transform: uppercase;
	padding: 15px;
	margin-bottom: 100px;
	opacity: .7;
	transition: all .5s;
	position: absolute;
	right: 0%;
	top: 6%;
}
.btn-loja:hover {
	opacity: 1
}
.telefone {
	color: #fff;
	text-align: right;
	font-size: 25px;
	font-weight: 500;
	font-style: italic;
	line-height: 25px;
	margin-top: 40px;
	margin-right: 40px
}
.telefone .strong {
	font-size: 27px
}
h1 {
	color: #C0ABE5;
	font-weight: 700;
	font-style: italic;
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 50px
}
p {
	margin: 25px 0
}
.btn-enviar, form .form-control {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: 0;
	border: 0;
	background: #C8E7D1;
	color: #fff;
	padding: 25px 20px;
	font-weight: 300;
	font-size: 16px
}
.btn-enviar {
	color: #fff;
	background: #79B743;
	text-transform: uppercase;
	padding: 15px;
	opacity: .7 -webkit-transition:all .5s;
	transition: all .5s
}
.btn-enviar:hover {
	opacity: 1
}
.divisor {
	width: 5px;
	background: url(../images/divisor.jpg) center center no-repeat;
	height: 420px;
	float: right
}
.form-control:active, .form-control:focus {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: 0;
	border: 0
}
.ajax-file-upload {
	font-weight: 300;
	display: block;
	height: 55px;
	line-height: 50px;
	font-size: 16px;
	color: #C8E7D1;
	text-align: center;
	border: 2px dashed #C8E7D1;
	cursor: pointer
}
#container-text{
	padding: 60px 20px 0px;
}
.box-photo{
	margin-bottom: 30px;
	overflow: hidden;
    height: 183px;
}
.box-photo img{
	opacity: 0.6;
}
.box-photo img:hover{
	opacity: 1;
	transition: all .2s
}
.arquivo div {
	font-size: 14px
}
.ajax-file-upload-statusbar {
	padding: 10px 0
}
.ajax-file-upload-filename {
	float: left;
	width: 50%
}
.ajax-file-upload-red {
	width: 50%;
	float: right;
	text-align: right;
	cursor: pointer
}
.form-control::-webkit-input-placeholder {
	color: #fff
}
.form-control:-moz-placeholder {
	color: #fff
}
.form-control::-moz-placeholder {
	color: #fff
}
.form-control:-ms-input-placeholder {
	color: #fff
}
#formAlerta {
	padding: 100px 0;
	display: none
}
footer:before {
	display: block;
	height: 3px;
	background: url(../images/divisor-horizontal.jpg) center center no-repeat;
	width: 60%;
	margin: auto;
	content: ' '
}
footer {
	margin-top: 50px;
	text-align: center
}