@charset "utf-8";
/* CSS Document */
/******************/
/******************/
/*
font-family: 'Montserrat', sans-serif;
*/
/******************/
/******************/
* {
	margin:0;
	padding:0;
}
a {
	outline:0;
	color:inherit;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 0.6;
}
a:active {
	text-decoration:none;
}

:focus {
	outline-color: transparent;
	outline-style: none;
}
IMG {
	border:none;
}
BODY {
	position: relative;
	width:100%;
	min-height:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:12px;
}
HTML {
	height:100%;
	 -webkit-text-size-adjust:100%;
	 -ms-text-size-adjust:100%
}
FIELDSET {
	border:none;
	border-color:transparent;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/******************/
/******************/
/**********************/

@media screen and (max-width: 1100px) {
	
}
/* TABLETS */
@media screen and (max-width: 970px) {
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
	
}
.main {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	padding-top: 190px;
}
.img_cover{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.img_res{
	width:100%;
	height:auto;
}
.no_margin{
	margin: 0% !important;
}
header {
	display:block;
	width:100%;
	height: 190px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index: 9000;
}
.menor header {
	height: 95px;
}
.nav{
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	padding-top: 110px;
}
.menor .nav{
	padding-top: 41px !important;
}
.nav UL{
	list-style-type: none;
}
.nav UL LI{
	display: inline-block;
	padding-right: 30px;
	/***/
	font-size: 12px;
	font-weight: 300;
	color: #B65274;
	text-transform: uppercase;
	cursor: pointer;
}
/******/
.logo {
	width:265px;
	height:111px;
	position:absolute;
	top: 45px;
	left: calc(50% - 132.5px);
}
.logo H1 A {
	text-indent:-1500px;
	width:265px;
	height:111px;
	float:left;
	overflow:hidden;
	background-image:url(imgs/logo.svg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.menor .logo {
	width:341px;
	height:50px;
	top: 22px;
	left: calc(50% - 170px);
}
.menor .logo H1 A {
	width:341px;
	height:50px;
	background-image:url(imgs/logo-h.svg);
}
/******/
.social{
	position: relative;
	float: right;
	height: auto;
	padding-top: 100px;
}
.menor .social{
	padding-top: 30px;
}
.social UL{
	list-style-type: none;
}
.social UL LI{
	display: inline-block;
}
.social UL LI.tel{
	font-size: 12px;
	font-weight: 300;
	color: #B65274;
	text-transform: uppercase;
	padding-right: 5px;
}
.social UL LI.mid{
	width: 34px;
	height: 34px;
    border: 2px solid #B65274;
    border-radius: 34px;
	/***/
	font-size: 20px;
	line-height: 34px;
	vertical-align: middle;
	color: #B65274;
	text-align: center;
	margin-left: 7px;
}
.social UL LI.mid a i{
	line-height: 34px;
}
.menu-icon{
	display: none;
	position: absolute;
	top: 82px;
	right: 30px;
	width: 25px;
	height: 25px;
	color: #B65274;
	font-size: 23px;
	text-align: center;
}
.menor .menu-icon{
	top: 32px;
}
.menu_mobile{
	position: fixed !important;
	z-index: 8999;
	display: none;
	background-color: #B65274;
	padding: 20px 0px;
	overflow: hidden;
	top: 150px;
}
.menor .menu_mobile{
	top: 95px !important;
}
.menu_mobile UL{
	list-style-type: none;
	width: 80%;
	margin-left: 10%;
}
.menu_mobile UL LI{
	text-align: center;
	font-weight: 400;
	color: white;
	border-bottom: 1px solid #BF6F8E;
	padding: 5px 0px;
}
.menu_mobile UL LI:last-child{
	border-bottom:none;
}
/******************************/
/* TABLETS */
@media screen and (max-width: 970px) {
header {
	height: 150px;
}
.nav{
	padding-top: 88px;
}
.nav UL LI{
	padding-right: 18px;
	font-size: 10px;
}
.logo {
	left: calc(50% - 90px);
	width:179px;
	height:75px;
}
.logo H1 A {
	width:179px;
	height:75px;
}
.menor .logo {
	top: 32px;
	left: calc(50% - 120px);
	width:239px;
	height:35px;
}
.menor .logo H1 A {
	width:239px;
	height:35px;
}
.social{
	padding-top: 80px;
}
.menu_mobile{
	display: none;
	}
}
/******/
@media screen and (max-width: 800px) {
.nav{
	display: none;
}
.social{
	display: none;
}
.menu-icon{
	display: block;
}
.menu_mobile{
	display: none;
	}
}
/* SMARTPHONES */
@media screen and (max-width: 500px) {
.menu-icon{
	right: 10px;
}
.menu_mobile{
	display: none;
	}
	
}
/************************/
/************************/

/************************/
/************************/
.block{
	width:100%;
	height:auto;
	position:relative;
}
.full_height{
	min-height: 100vh;
}
.wraper{
	width:calc(100% - 30px) !important;
	max-width:1280px;
	margin:0 auto;
	padding: 0 15px;
}
.block_row{
	width:calc(100% - 40px);
	height:auto;
	position:relative;
	padding:0 20px;
}
.block_col{
	position:relative;
	float:left;
	min-height: 20px;
}
.block_66{
	width:66.66%;
}
.block_50{
	width:50%;
}
.block_33{
	width:33.33%;
}
/* TABLETS */
@media screen and (max-width: 970px) {
.block_66{
	width:50%;
}
.block_33{
	width:50%;
}
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.block_66{
	width:100%;
}
.block_50{
	width:100%;
}
.block_33{
	width:100%;
}
	
}
/************************/
/************************/
footer{
	display: block;
	height: 220px;
	background-image: url(imgs/rodape.png);
	background-repeat: repeat-x;
}
/***************************/
/***************************/
.frase-topo{
	margin: 0 auto;
	max-width: 870px;
	padding-top: 50px;
	padding-bottom: 270px;
}
.frase-topo P{
	font-size: 16px;
	color: #404041;
	font-weight: 200;
	line-height: 28px;
	max-width: 450px;
	padding-bottom: 30px;
}
.frase-topo BUTTON{
	color: white;
	font-size: 14px;
	text-transform: uppercase;
    border-radius: 4px;
	background-color: #F7B5BC;
	padding: 6px 30px;
	border: none;
	border-color: transparent;
	margin-top: 28px;
}
/******************************/
/******************************/
.flores_home_g{
	position: absolute;
	top: -270px;
	left: -100px;
	z-index: 500;
	width: 850px;
	height: 567px;
	background-image: url(imgs/flores-0.png);	
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
@media screen and (max-width: 1200px) {
.flores_home_g{
	top: -260px;
	left: -100px;
	width: 600px;
	height: 400px;
}	
}
/* TABLETS */
@media screen and (max-width: 970px) {
.flores_home_g{
	top: -260px;
	left: -150px;
	width: 600px;
	height: 400px;
}	
}
@media screen and (max-width: 767px) {
.flores_home_g{
	top: -230px;
	left: -210px;
	width: 450px;
	height: 300px;
}	
}
.banner{
	background-image: url(imgs/imagem-banner.jpg);
	height: 750px;
}
.banner h2{
	font-size: 62px;
	color: #72545B;
	font-weight: 100;
	line-height: 55px;
	max-width: 270px;
	padding: 70px 0px 30px 0px;
	z-index: 1500;
	
}
.banner p{
	font-size: 24px;
	color: #fff;
	font-weight: 200;
	line-height: 37px;
	max-width: 500px;
	z-index: 1500;
}
.banner IMG{
	margin-top: 15px;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.banner{
	height: 450px;
}
.banner h2{
	color: #fff;
	font-size: 35px;
	line-height: 28px;
	padding: 70px 0px 20px 0px;
	
}
.banner p{
	font-size: 15px;
	color: #000;
	line-height: 22px;
	/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
}
	
}
/******************************/
/******************************/
.hm-middle{
	background-image: url(imgs/flores-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 170px;
}
/* TABLETS */
@media screen and (max-width: 1100px) {
.hm-middle{
	background-position: -100px top;
}
}
.md-txt-bl{
	position: relative;
	width: 50%;
	margin-left: 50%;
	max-width: 475px;
}
.md-txt-bl IMG.tit{
	margin-bottom: 30px;	
}
.md-txt-bl P{
	font-size: 14px;
	color: #404041;
	font-weight: 200;
	line-height: 30px;
	padding-top: 10px;
	margin-left: -42px;
	padding-left: 42px;
	background-image: url(imgs/aspas1.png);
	background-repeat: no-repeat;
}
.md-txt-bl P SPAN{
	color: #72545B;
	font-weight: 600;
}
.md-txt-bl P IMG{
	vertical-align: middle;
}
.md-txt-bl h3{
	font-size: 16px;
	color: #72545B;
	font-weight: 500;
	line-height: auto;
	padding-top: 30px;
	margin-left: 70%;
}
.md-txt-bl h3 span{
	font-size: 13px;
	color: #ED979E;
	font-weight: 400;
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.hm-middle{
	background-image: none;
	
	}
.md-txt-bl{
	width: 100%;
	margin-left: 0%;
}
	
}
/******************************/
/******************************/
.hm-middle2{
	background-image: url(imgs/fundo-2.jpg);
	height: 590px;
	margin-top: 80px;
}
.hm-middle2 img{
	margin-left: 55%;
	margin-top: 240px;
}
@media screen and (max-width: 960px) {
.hm-middle2 img{
	margin-left: 45%;
}
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.hm-middle2{
	height: 390px;
}
.hm-middle2 img{
	width: 220px;
	height: auto;
	margin-top: 100px;
	margin-left: 46%;
}
	
}
/* SMARTPHONES */
@media screen and (max-width: 400px) {
.hm-middle2{
	height: 290px;
}
.hm-middle2 img{
	display: none;
}
	
}
/******************************/
/******************************/

.especi-tit{
	padding: 80px 0px;
}
.especi-itens{
	min-height: 750px;
}
@media screen and (max-width: 960px) {
.especi-itens{
	min-height: 980px;
}
	
}
.areas-item{
	width: 308px;
	height: 308px;
	position: absolute;
	z-index: 5000;
    border-radius: 154px;
	background-color: #B65B76;
	cursor: pointer;
}
.areas-item h4{
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	line-height: auto;
	text-align: center;	
	display: none;
}
.item-img {
	position: absolute;
	left: 0;
	top: 0;	
	width: 308px;
	height: 308px;
	background-repeat: no-repeat;
	background-position: center center;
}
.item-img-1 {
	background-image: url(imgs/item-01.png);	
}
.item-img-2 {
	background-image: url(imgs/item-02.png);	
}
.item-img-3 {
	background-image: url(imgs/item-03.png);	
}
.item-img-4 {
	background-image: url(imgs/item-04.png);	
}
.item-img-5 {
	background-image: url(imgs/item-05.png);	
}
.item-1{
	left: calc(50% - 482px);
	top: 0px;
}
.item-2{
	left: calc(50% - 154px);
	top: 0px;
}
.item-3{
	left: calc(50% + 174px);
	top: 0px;
}
.item-4{
	left: calc(50% - 318px);
	top: 300px;
}
.item-5{
	left: calc(50% + 10px);
	top: 300px;
}
.item-2 h4{
	padding-top: 140px;
}
.item-3 h4{
	padding-top: 145px;
}
.item-4 h4{
	padding-top: 130px;
}
.item-1 h4{
	padding-top: 120px;
}
.item-5 h4{
	padding-top: 130px;
}
/* SMARTPHONES */
/* TABLETS */
@media screen and (max-width: 970px) {
.item-1{
	left: calc(50% - 318px);
	top: 0px;
}
.item-2{
	left: calc(50% + 10px);
	top: 0px;
}
.item-3{
	left: calc(50% - 318px);
	top: 310px;
}
.item-4{
	left: calc(50% + 10px);
	top: 310px;
}
.item-5{
	left: calc(50% - 154px);
	top: 620px;
}
	
}
@media screen and (max-width: 767px) {
.especi-itens{
	padding-bottom: 80px;
}
.areas-item{
	position: relative;
	margin: 0 auto 20px auto;
	left: 0 !important;
	top: 0 !important;
}
	
}
/******************************/
/******************************/
.contato{
	padding-bottom: 80px;
}
.contato-tit{
	padding-bottom: 60px;
}
.contato-end{
	padding-bottom: 50px;
}
.contato-end h4{
	font-size: 20px;
	color: #B65273;
	font-weight: 600;
	line-height: auto;
}
.contato-end p{
	font-size: 13px;
	color: #414042;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 15px;
}
.contato-end UL{
	list-style-type: none;
	padding-top: 10px;
}
.contato-end UL LI{
	display: inline-block;
}
.contato-end UL LI.mid{
	width: 34px;
	height: 34px;
    border: 2px solid #B65274;
    border-radius: 34px;
	/***/
	font-size: 20px;
	line-height: 34px;
	vertical-align: middle;
	color: #B65274;
	text-align: center;
	margin-right: 7px;
}
.contato-end UL LI.mid a i{
	line-height: 34px;
}
.contato-form input[type=text], .contato-form input[type=email]{
	width: 80%;
	height: 40px;
	padding: 0px 10px;
	border: 1px solid #F8B6BD;
    border-radius: 20px;
	margin-bottom: 10px;
	line-height: 35px;	
}
.contato-form TEXTAREA{
	width: 80%;
	height: 150px;
	padding: 0px 10px;
	border: 1px solid #F8B6BD;
    border-radius: 20px;
	margin-bottom: 10px;
	padding: 15px 10px;	
}
.contato-form BUTTON{
	color: white;
	font-size: 14px;
	text-transform: uppercase;
    border-radius: 4px;
	background-color: #F7B5BC;
	padding: 6px 30px;
	border: none;
	border-color: transparent;
	margin-top: 10px;
	margin-left: 422px;
}
/******************************/
/******************************/
.hm-middle22 {
    background-image: url(imgs/flores-2.png);
    background-repeat: no-repeat;
    background-position: left top;
}



@media screen and (max-width: 960px) {
.hm-middle22 {
    background-size: 200px auto;
}

}
@media screen and (max-width: 767px) {
.hm-middle22 {
    background-image: url();
}

}

.area-pg-cont{
	position: relative;
	height: auto;
	width: 60%;
	margin-left: 40%;
	padding: 60px 0px;
}
.area-pg-cont h2{
	font-size: 48px;
	color: #B65273;
	font-weight: 200;
	line-height: auto;
	margin-bottom: 30px;
	padding-top: 30px;
}
.area-pg-cont h3{
	font-size: 14px;
	color: #B65273;
	font-weight: 600;
	line-height: auto;
	margin-bottom: 15px;
}
.area-pg-cont P{
	font-size: 14px;
	color: #414042;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 15px;
}
.area-pg-cont Hr{
	width: 100%;
	border: none;
	border-bottom: 1px solid #F8B6BD;
	margin: 50px 0px;
}
.area-pg-cont UL{
	padding-left: 20px;
	margin-bottom: 15px;
}
.area-pg-cont LI{
	color: #B65273;
	margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
	.area-pg-cont IMG{
		width: 400px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
.area-pg-cont{
	width: 100%;
	margin-left: 0px;
}
	.area-pg-cont IMG{
		width: 300px;
		height: auto;
	}
}
/******************************/
/******************************/
