body {
	background-color: #504c44;
	background-size: 100% 100%;
	background-image: url(../img/fundobody-2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	overflow-x: hidden;
	text-transform: lowercase !important;
}

a {
	text-transform: lowercase !important;
}

span {
	text-transform: lowercase !important;
}

h4 {
	text-transform: lowercase !important;
}

h3 {
	font-size: 30px !important;
}

@font-face {
	font-family: 'HNM';
	src: url('../fonts/HNM/HNM.eot');
	src: url('../fonts/HNM/HNM.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HNM/HNM.woff') format('woff'),
		url('../fonts/HNM/HNM.woff2') format('woff2'),
		url('../fonts/HNM/HNM.ttf') format('truetype'),
		url('../fonts/HNM/HNM.otf') format('opentype'),
		url('../fonts/HNM/HNM.svg#HNM') format('svg');
}

@font-face {
	font-family: 'HNL';
	src: url('../fonts/HNL/HNL.eot');
	src: url('../fonts/HNL/HNL.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HNL/HNL.woff') format('woff'),
		url('../fonts/HNL/HNL.woff2') format('woff2'),
		url('../fonts/HNL/HNL.ttf') format('truetype'),
		url('../fonts/HNL/HNL.otf') format('opentype'),
		url('../fonts/HNL/HNL.svg#HNL') format('svg');
}

@font-face {
	font-family: 'HNLI';
	src: url('../fonts/HNLI/HNLI.eot');
	src: url('../fonts/HNLI/HNLI.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HNLI/HNLI.woff') format('woff'),
		url('../fonts/HNLI/HNLI.woff2') format('woff2'),
		url('../fonts/HNLI/HNLI.ttf') format('truetype'),
		url('../fonts/HNLI/HNLI.otf') format('opentype'),
		url('../fonts/HNLI/HNLI.svg#HNLI') format('svg');
}

@font-face {
	font-family: 'GVR';
	src: url('../fonts/GVR/GreatVibes-Regular.eot');
	src: url('../fonts/GVR/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GVR/GreatVibes-Regular.woff2') format('woff2'),
		url('../fonts/GVR/GreatVibes-Regular.woff') format('woff'),
		url('../fonts/GVR/GreatVibes-Regular.ttf') format('truetype'),
		url('../fonts/GVR/GreatVibes-Regular.otf') format('opentype'),
		url('../fonts/GVR/GreatVibes-Regular.svg#GVR') format('svg');
}

/* ACUMIN */

@font-face {
	font-family: 'AcuminRegular';
	src: url('../fonts/Acumin-RPro.otf') format('opentype');
}

@font-face {
	font-family: 'AcuminItalic';
	src: url('../fonts/Acumin-ItPro.otf') format('opentype');
}

@font-face {
	font-family: 'AcuminBold';
	src: url('../fonts/Acumin-BdPro.otf') format('opentype');
}

@font-face {
	font-family: 'AcuminBoldItalic';
	src: url('../fonts/Acumin-BdItPro.otf') format('opentype');
}


/*----------INÍCIO MENU----------*/
.header-menu {
	width: 100%;
	float: left;
	position: fixed;
	background-color: #000000;
	border-bottom: 1px solid #fff;
	z-index: 1002;
	/* background-image: url(../img/fundobody-2.png); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}

.navbar-brand {
	height: auto;
	padding: 15px 0px;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'AcuminBold', sans-serif;
	font-size: 15px;
	color: #ffffff;
	border: 1px solid transparent;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 0.75;
}

.navbar-nav>li>a {
	margin: 32px 3px 29px 3px;
	padding: 5px 15px;
}

#col-social {
	padding-left: 0px;
}

ul.ul-social {
	width: 100%;
	float: left;
	display: inline-block;
}

ul.ul-social>li {
	width: 50%;
	float: left;
}

a.ico-face {
	width: 100%;
	height: 29px;
	float: left;
	background: url(../img/ico-face.png)no-repeat;
	background-position: 50% 50%;
	margin: 35px 3px 29px 3px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a.ico-insta {
	width: 100%;
	height: 27px;
	float: left;
	background: url(../img/ico-insta.png)no-repeat;
	background-position: 50% 50%;
	margin: 35px 3px 29px 3px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a.ico-insta:hover,
a.ico-insta:focus,
a.ico-face:hover,
a.ico-face:focus {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 0.75;
}

.vertical_slide_carousel_indicators li,
.carousel-indicators li {
	width: 20px !important;
	height: 20px !important;
	border: 2px transparent;
	background: url(../img/ico-indicator.png) no-repeat;
	margin: 4px !important;
}

.vertical_slide_carousel_indicators .active {
	width: 20px;
	height: 20px;
	border: 2px transparent;
	background: url(../img/ico-indicator.png) no-repeat;
	margin: 4px !important;
	border: 0px solid transparent !important;
	opacity: 0.5;
}

.vertical_slide_carousel_wrapper>.carousel-inner>.item>img,
.carousel-inner>.item>img {
	width: 100% !important;
	min-width: 100% !important;
}

.img-responsive {
	width: 100% !important;
}

@media(max-width:1199px) {}

@media(max-width:991px) {
	#col-social {
		padding-left: 15px;
	}

	.navbar-nav>li>a {
		margin: 22px 2px 22px 1px;
		padding: 5px;
	}

	a.ico-insta {
		width: 25px;
		float: left;
		margin: 5px 3px 5px 3px;
		background-position: 2% 50%;
	}

	a.ico-face {
		width: 25px;
		float: right;
		margin: 5px 3px 5px 3px;
		background-position: 98% 50%;
	}

	.navbar-brand {
		padding: 5px 0px;
	}
}

@media(max-width:767px) {
	#col-social {
		display: none;
	}

	.navbar-default .navbar-nav>li>a {
		text-align: center;
	}

	.navbar-toggle {
		margin-right: 0px;
		border-radius: 0px;
		margin-top: 5px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}

	.navbar-default .navbar-toggle {
		border-color: #ffffff;
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-ms-transition: 0.7s;
		-o-transition: 0.7s;
		transition: 0.7s;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: rgba(255, 255, 255, 0.3);
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-ms-transition: 0.7s;
		-o-transition: 0.7s;
		transition: 0.7s;
	}

	.navbar-nav>li>a {
		margin: 2px;
	}

	.navbar-brand>img {
		background-color: transparent;
	}

	.navbar-brand>img:hover,
	.navbar-brand>img:focus {
		background-color: rgba(255, 255, 255, 0.3);
		-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-ms-transition: 0.7s;
		-o-transition: 0.7s;
		transition: 0.7s;
	}
}

/*----------FIM MENU----------*/

/*----------INÍCIO BANNER----------*/
.banner {
	width: 100%;
	float: left;
	margin-top: 95px;
}

.vertical_slide_carousel_caption>img {
	width: 100% !important;
}

.vertical_slide_carousel_wrapper {
	overflow: visible !important;
	max-height: initial !important;
}

.vertical_slide_carousel_indicators {
	position: absolute !important;
	right: 0% !important;
	float: right !important;
	top: 0% !important;
	overflow: initial !important;
	left: auto !important;
}

.vertical_slide_carousel_caption {
	text-align: right !important;
	bottom: auto !important;
	top: 36% !important;
}

.vertical_slide_carousel_caption h1 {
	animation-delay: 0.5s !important;
}

.vertical_slide_carousel_caption h1 a {
	background-color: #504c44;
	padding: 10px 20px;
	margin-right: 100px;
	font-family: 'AcuminRegular';
	font-size: 30px;
	text-transform: none;
	font-weight: normal;
}

.div-indicators {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 900;
	top: 40%;
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media (max-width:1199px) {
	.vertical_slide_carousel_caption {
		top: 33% !important;
	}
}

@media (max-width:991px) {
	.vertical_slide_carousel_caption {
		top: 30% !important;
	}

	.div-indicators {
		top: 36% !important;
	}
}

@media (max-width:767px) {
	.banner {
		margin-top: 75px;
	}

	.vertical_slide_carousel_caption {
		top: 0% !important;
	}

	.vertical_slide_carousel_caption h1 a {
		padding: 5px 10px;
		margin-right: 70px;
		font-family: 'AcuminRegular' !important;
		font-size: 30px !important;
	}

	.div-indicators {
		top: 5% !important;
		right: 15px !important;
	}

	.btn-default.btn-enviar {
		margin-top: -116px !important;
	}

	.grecaptcha-badge {
		left: 0 !important;
		width: 70px !important;
	}

	.section-space {

		display: block !important;
	}

}

@media (max-width:420px) {
	.vertical_slide_carousel_caption h1 a {
		margin-right: 50px;
		font-size: 20px;
	}

	/*.div-indicators{
		top:1%;
    	right:15px;
	}*/
}

/*----------FIM BANNER----------*/

/*----------INÍCIO SOB MEDIDA E ADEART----------*/
.section-sobmedida {
	width: 100%;
	float: left;
	padding: 80px 0px;
}

h3.titulo-sobmedida {
	width: auto;
	float: left;
	font-family: 'AcuminRegular';
	font-size: 39px;
	background-color: #ffffff;
	padding: 12px 20px 4px 20px;
	margin-top: 0px;
	color: #504c44;
}

.descricao-sobmedida {
	width: 100%;
	float: left;
	color: #ffffff;
	font-family: 'AcuminRegular';
	font-size: 14px;
}

#group-one {
	padding-top: 60px;
}

#group-two {
	padding-top: 10px;
}

#group-three {
	padding-top: 100px;
}

#group-four {
	padding-top: 30px;
}

.div-ambiente {
	width: 100%;
	float: left;
	text-align: center;
	border: 7px solid #ffffff;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	margin-top: 30px;
	padding: 65px 10px 15px 10px;
}

.div-ambiente>.div-img {
	width: auto;
	height: 100px;
}

.div-ambiente:hover,
.div-ambiente:focus {
	/* opacity: 0.3;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s; */
}

.div-ambiente>h4 {
	width: 100%;
	float: left;
	color: #ffffff;
	font-family: 'AcuminRegular';
	text-transform: lowercase;
	margin-top: 35px;
}

.section-conheca {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 80px 0px;
}

.div-22anos {
	width: 100%;
	float: left;
	margin-top: 30px;
	text-align: center;
}

.div-22anos>.p1 {
	font-family: 'AcuminRegular';
	height: 75px;
	font-size: 50px;
	line-height: 75px;
	color: #ffffff;
}

.div-22anos>.p2 {
	font-family: 'AcuminRegular';
	height: 55px;
	font-size: 55px;
	line-height: 55px;
	color: #ffffff;
	margin-top: -15px;
}

.vertical_slide_carousel_wrapper>.carousel-inner>.item>img,
.vertical_slide_carousel_wrapper>.carousel-inner>.item>a>img {
	opacity: 1 !important;
}

h3.titulo-conheca {
	width: auto;
	float: right;
	font-family: 'AcuminRegular';
	margin-top: 0px;
	color: #ffffff;
	font-size: 39px;
	padding: 12px 20px 4px 20px;
	background-color: #504c44;
}

.slogan>p {
	font-family: 'AcuminRegular';
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	margin-top: 30px;
}

.div-selo-meio-ambiente {
	width: 100%;
	float: left;
}

.selo {
	width: auto;
	float: left;
	background: url(../img/arvore-selo.png)no-repeat;
	background-position: 100% 0%;
	padding: 30px 50px 5px 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.selo>.p1 {
	font-family: 'AcuminRegular';
	font-size: 19px;
	color: #000000;
	margin-left: 15px;
	margin-bottom: -5px;
}

.selo>.p2 {
	font-family: 'AcuminRegular';
	font-size: 37px;
	color: #000000;
}

.a_adeart>p {
	text-align: right;
	font-family: 'AcuminRegular';
	font-size: 14px;
	color: #000000;
	margin-top: 30px;
}

@media (max-width:991px) {

	.vertical_slide_carousel_caption h2,
	.vertical_slide_carousel_caption h1 a,
	.vertical_slide_carousel_caption h1 a:visited {
		width: 100%;
		float: left;
		text-align: center;
	}

	.div-ambiente>.div-img>img {
		max-width: 100%;
	}

	.div-ambiente>.div-img {
		height: auto;
	}

	.div-22anos>.p1 {
		height: auto;
		font-size: 58px;
		line-height: 58px;
	}

	.div-22anos>.p2 {
		height: auto;
		margin-top: 0px;
		font-size: 48px;
		line-height: 48px;
	}

	p.slogan {
		font-size: 46px;
		line-height: 46px;
	}

	.section-conheca,
	.section-sobmedida {
		padding: 50px 0px;
	}
}

@media (max-width:767px) {
	#group-one {
		padding-top: 0px;
	}

	#group-two {
		padding-top: 0px;
	}

	#group-three {
		padding-top: 0px;
	}

	#group-four {
		padding-top: 0px;
	}

	.section-conheca,
	.section-sobmedida {
		padding: 30px 0px;
	}

	.descricao-sobmedida {
		padding: 10px 0px 15px 0px;
	}

	.div-22anos {
		display: none;
	}

	.div-ambiente {
		margin-top: 5px;
		padding: 15px;
		border: 2px solid #ffffff;
	}

	.div-ambiente>h4 {
		margin-top: 15px;
		margin-bottom: 0px;
	}

	.div-ambiente>.div-img {
		height: auto;
	}

	p.slogan {
		font-size: 36px;
		line-height: 36px;
	}
}

/*----------FIM SOB MEDIDA E ADEART----------*/

/*----------INÍCIO DEPOIMENTOS----------*/
.section-depoimentos {
	width: 100%;
	float: left;
	padding: 80px 0px;
}

.inner-depoimentos {
	min-height: auto;
	height: auto;
}

.caption-depoimentos {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	position: static;
}

.caption-depoimentos>h4 {
	font-family: 'AcuminRegular';
	font-size: 36px;
	color: #ffffff;
	text-shadow: none;
	text-align: left;
}

.caption-depoimentos>p {
	font-family: 'AcuminRegular';
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	text-align: right;
}

h3.titulo-depoimentos {
	width: auto;
	float: left;
	font-family: 'AcuminRegular';
	font-size: 39px;
	background-color: #ffffff;
	padding: 12px 20px 4px 20px;
	margin-top: 0px;
	color: #504c44;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	z-index: 1000;
}

.control-depoimentos {
	width: 5%;
}

.glyphicon-chevron-left:before {
	display: none;
}

.glyphicon-chevron-right:before {
	display: none;
}

span.nome {
	width: 100%;
	float: left;
	font-family: 'HNM';
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
}

span.cidade {
	width: 100%;
	float: left;
	font-family: 'HNM';
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 10px;
}

@media (max-width:991px) {
	.section-depoimentos {
		padding: 50px 0px;
	}

	.caption-depoimentos>h4 {
		font-size: 50px;
	}
}

@media (max-width:767px) {
	.section-depoimentos {
		padding: 30px 0px;
	}

	.caption-depoimentos>h4 {
		font-size: 40px;
	}

	.caption-depoimentos>p {
		font-size: 14px;
		line-height: 20px;
	}
}

/*----------FIM DEPOIMENTOS----------*/

/*----------INÍCIO NOVIDADES----------*/
.section-novidades {
	width: 100%;
	float: left;
	padding: 80px 0px;
	background: #ffffff;
}

h3.titulo-novidades {
	width: auto;
	float: right;
	font-family: 'AcuminRegular';
	margin-top: 0px;
	color: #ffffff;
	font-size: 39px;
	padding: 12px 20px 4px 20px;
	background-color: #504c44;
}

#novidades>li>a>h3 {
	font-family: 'AcuminRegular';
	color: #504c44;
	font-size: 24px;
	padding: 30px;
	margin: 30px;
	border: 7px solid #504c44;
	background-color: #ffffff;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

#novidades>li>a {
	text-decoration: none;
}

#novidades>li>a>h3:focus,
#novidades>li>a>h3:hover {
	background-color: #504c44;
	color: #ffffff;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

@media (max-width:991px) {
	.section-novidades {
		padding: 50px 0px;
	}
}

@media (max-width:767px) {
	.section-novidades {
		padding: 30px 0px;
	}
}

/*----------FIM NOVIDADES----------*/

/*----------INÍCIO FALE CONOSCO----------*/
.section-faleconosco {
	width: 100%;
	float: left;
	padding: 80px 0px 30px 0px;
}

.titulo-fale {
	width: auto;
	float: left;
	font-family: 'AcuminRegular';
	font-size: 39px;
	background-color: #ffffff;
	padding: 12px 20px 4px 20px;
	margin-top: 0px;
	color: #504c44;
	margin-bottom: 60px;
}

.form-control.form-contato {
	height: 60px;
	background-color: transparent;
	border-radius: 0px;
	border: 4px solid #ffffff;
	margin-bottom: 15px;
	color: #ffffff;
	padding-left: 30px;
	font-size: 18px;
}

textarea.form-control.form-contato {
	height: 200px;
}

.form-control.form-contato::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ffffff;
}

.form-control.form-contato:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
}

.form-control.form-contato::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
}

.form-control.form-contato:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}

.btn-default.btn-enviar {
	float: right;
	background: #ffffff;
	border-radius: 0px;
	border: 2px solid #ffffff;
	color: #504c44;
	font-family: 'HNM';
	font-size: 16px;
	position: relative;
	z-index: 1000;
	margin-top: -65px;
	margin-right: 12px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	text-transform: lowercase;
}

.btn-default.btn-enviar:hover,
.btn-default.btn-enviar:focus {
	background: transparent;
	color: #ffffff !important;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

address.endereco {
	width: 100%;
	float: left;
	font-family: 'HNM';
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0px;
}

span.fone {
	width: 100%;
	float: left;
	font-family: 'HNM';
	font-size: 22px;
	color: #ffffff;
}

.btn-mapa {
	width: 100%;
	float: left;
	background-color: transparent;
	background: url(../img/btn-mapa.png)no-repeat;
	background-position: 0% 50%;
	padding: 10px 0px 10px 80px;
	margin: 30px 0px;
}

span.a_s1 {
	width: 100%;
	float: left;
	font-family: 'AcuminRegular';
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	margin-top: 10px;
}

span.a_s2 {
	width: 100%;
	float: left;
	font-family: 'HNM';
	color: #ffffff;
}

#formulario {
	padding-right: 70px;
}

@media (max-width:991px) {
	.section-faleconosco {
		padding: 50px 0px;
	}

	address.endereco {
		font-size: 15px;
	}

	span.fone {
		font-size: 19px;
	}
}

@media (max-width:767px) {
	.section-faleconosco {
		padding: 30px 0px;
	}

	#formulario {
		padding-right: 15px;
	}

	.mobile-center {
		text-align: center;
	}

	span.fone,
	address.endereco {
		text-align: center;
	}

	.btn-mapa {
		text-align: center;
		background-position: 50% 10%;
		background-size: 40px;
		padding: 50px 0px 5px 0px;
		margin: 50px 0px 0px 0px;
		border: 2px solid #ffffff;
		background-color: rgba(255, 255, 255, 0.3);
	}

	span.a_s1 {
		font-size: 30px;
		line-height: 30px;
	}
}

/*----------FIM FALE CONOSCO----------*/

/*----------INÍCIO FORMULARIO----------*/
.response.bg-success {
	background-color: #8CCE70;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

.response.bg-danger {
	background-color: #D65D5D;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

.btn-submit {
	opacity: 1;
	visibility: visible;
}

.btn-submit.off {
	opacity: 0;
	visibility: hidden;
}

.loader {
	width: 45px;
	float: right;
	margin-right: 10px;
	margin-top: -70px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 2000;
}

.loader.on {
	opacity: 1;
	visibility: visible;
}

.div-response {
	width: 100%;
	min-height: 50px;
}

.response {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

/*----------FIM FORMULARIO----------*/

/*----------INÍCIO COPYRIGHT----------*/
.section-copyright {
	width: 100%;
	float: left;
	background-color: #978c82 !important;
	padding: 50px 0px;
}

.section-space {
	width: 100%;
	float: left;
	background-color: #978c82 !important;
	padding: 50px 0px;
	display: none;
}

.span-copyright {
	font-family: 'AcuminRegular';
	font-size: 18px;
	color: #ffffff;
}

.span-copyright>a>img {
	margin-top: -3px;
}

ul.ul-social2 {
	width: 100%;
	float: left;
	display: inline-block;
}

ul.ul-social2>li {
	width: 50%;
	float: left;
}

a.ico-face2 {
	width: 100%;
	height: 29px;
	float: left;
	background: url(../img/ico-face.png)no-repeat;
	background-position: 50% 50%;
	margin-left: -7px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a.ico-insta2 {
	width: 100%;
	height: 27px;
	float: left;
	background: url(../img/ico-insta.png)no-repeat;
	background-position: 50% 50%;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.close-mapa {
	position: absolute;
	right: 0;
	top: -5px;
	font-size: 30px;
	color: #0D0D0D;
	/*!!!!!!!*/
	opacity: 1;
}

.modal-content {
	border-radius: 0px;
}

@media (max-width:767px) {
	ul.ul-social2 {
		float: right;
	}

	ul.ul-social2>li {
		width: 100%;
		float: right;
	}

	a.ico-face2,
	a.ico-insta2 {
		background-position: 100% 50%;
	}

	a.ico-face2 {
		margin-left: 1px;
	}
}

/*----------FIM COPYRIGHT----------*/

/*----------INÍCIO MODAIS----------*/
.modal-blog-titulo {
	width: auto;
	float: right;
	text-align: right;
	font-family: 'AcuminRegular';
	color: #504c44;
	border: 1px solid #504c44;
	font-size: 17px;
	margin: 0px;
	padding: 9px;
	text-transform: uppercase;
}

.favoritar {
	float: right;
	text-align: right;
	padding: 0px 15px 1px 15px;
	font-size: 25px;
	color: #504c44;
	margin-left: 2px;
	border: 1px solid #504c44;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.favoritar:focus,
.favoritar:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #504c44;
	background-color: #504c44;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.fechar {
	float: right;
	text-align: right;
	padding: 9px 11px 7px 11px;
	margin-left: 5px;
	color: #504c44;
	border: 1px solid #504c44;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.fechar:focus,
.fechar:hover {
	color: #ffffff;
	border: 1px solid #504c44;
	background-color: #504c44;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

#botoes-modal {
	padding-left: 0px;
}

.detalhes-blog {
	width: 100%;
}

.titulo-detalhes {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	font-family: 'AcuminRegular';
	font-size: 100px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.descricao-detalhes {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
}

.galeria-detalhes {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.header-blog {
	border-bottom: 0px;
}

.modal {
	z-index: 9999;
}

.fechar-mapa {
	position: absolute;
	padding: 2px 3px 0px 4px;
	top: 0px;
	right: 0;
	background-color: #504c44;
	color: #fff;
}

.fechar-mapa:hover,
.fechar-mapa:focus {
	background-color: #504c44;
	color: #ffffff;
	border: 1px solid #504c44;
}

.topo-modal {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1001;
	right: 19px;
	top: 20px;
}

.modal-sobmedida-titulo {
	width: auto;
	float: right;
	text-align: right;
	font-family: 'AcuminRegular';
	color: #504c44;
	border: 1px solid #504c44;
	background: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 11px 9px 12px 9px;
	text-transform: uppercase;
}

.fechar-sobmedidas,
.favoritar-sobmedidas {
	color: #504c44;
	border: 1px solid #504c44;
	background: #ffffff;
}

.carousel-sobmedidas-modal {
	height: 100%;
	bottom: 0px;
	width: 100%;
	left: 0%;
	right: 0%;
	padding: 50px 0px;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

.center-caption {
	width: 100%;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	padding: 0px 100px;
}

.center-caption>h4 {
	font-family: 'AcuminRegular';
	font-size: 70px;
	color: #4f4f4f;
}

.center-caption>p {
	font-family: 'AcuminRegular';
	font-size: 18px;
	color: #4f4f4f;
	text-shadow: none;
}

.revelar-caption {
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	z-index: 1001;
	margin-top: -50px;
	cursor: pointer;
	font-family: 'AcuminRegular';
	font-size: 12px;
	text-transform: uppercase;
}

.revelar-caption>span {
	width: auto;
	padding: 9px;
	border: 1px solid #3D263E;
	color: #3D263E;
	background: rgba(255, 255, 255, 1);
}

@media (max-width:991px) {
	.center-caption>h4 {
		font-size: 40px;
	}

	.center-caption>p {
		font-size: 14px;
	}

	.titulo-detalhes {
		font-size: 75px;
	}
}

@media (max-width:767px) {
	.titulo-detalhes {
		font-size: 50px;
	}

	.center-caption>h4 {
		font-size: 30px;
	}

	.center-caption>p {
		font-size: 12px;
	}

	.center-caption {
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		position: relative;
		padding: 0px;
		padding-bottom: 10px;
	}

	.carousel-sobmedidas-modal {
		position: relative;
		padding: 0px;
		display: block;
	}

	.seta-modal {
		display: block;
		width: 100%;
	}

	.revelar-caption {
		display: none;
	}
}

/*----------FIM MODAIS----------*/
.vertical_slide_effect>.item.next.left,
.vertical_slide_effect>.item.prev.right,
.vertical_slide_effect>.item.active {
	width: 100%;
}