/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background:#FFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}




/*atribute */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	}

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}



/*elements*/
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}


/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}


/*
	[FONTS]
				 */
	@font-face {
		font-family: "Poppins-Bold";
		src: url("css/Poppins-Bold.ttf");
		font-weight: bold;
	}

	@font-face {
		font-family: "Poppins-SemiBold";
		src: url("css/Poppins-SemiBold.ttf");
		font-weight: 600;
	}

	@font-face {
		font-family: "Poppins-Regular";
		src: url("css/Poppins-Regular.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: "Poppins-Light";
		src: url("css/Poppins-Light.ttf");
		font-weight: 300;
	}



	

@media only screen and (min-width: 300px) {
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}
	
	
	
/*
		[HEADER]
						 */
	.bg-header{
		background: url("img/bg-pink.png") top center;
		padding: 0;
		z-index: 999;
		position: relative;
		height: auto;
		float: left;
		margin: 0;
	}
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 40px 0 20px;
		float: left;
		position: relative;
		left: 0;
	}	 
	
	a.logo img{ 
		width: 260px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 10px 0 5px!important;
		font-weight: normal;
		padding: 0!important;
	}
	
	/*nav-right*/
	a.nav-right{
		right: 0;
		position: relative;
		font-size: 15px;
		margin: 20px 20%;
		text-align: center;
		width: 60%;
		background: #fff;
		font-family: "Poppins-Regular", sans-serif;
		color: #cca698;
		padding: 35px 20px;
		float: right;
		height: auto;
		line-height: 1;
	}

	a.nav-right strong{
		font-size: 17px;
		font-family: "Poppins-Bold", sans-serif;
	}
	
	/*dropdown*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: block;
		position: relative;
		min-width: 100%;
		z-index: 1;
		border-radius: 10px;
		padding: 2px 0 0!important;
		left: 0;
		background: none;
		font-family: "Poppins-Regular", sans-serif!important;
	}

	.dropdown-content a {
		padding: 10px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border-bottom: 1px solid #FFF;
		background-color: #e6bbaa!important;
	}

	.dropdown-content a:hover {
		background-color: #ad2e33!important;
		opacity: 1;
		padding: 10px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #7f5d52!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #ad2e33;
	}
	
	
	
	
	
/*
		[ARTICLE]
						 */
	
	
	/*================[HOME]================*/
	
	/*section*/	
	section{
		position: relative;
		top: 0;
		padding-bottom: 0
	}
	
	section a:hover{
		opacity: 1!important
	}
	
	.bg-gray-b{
		position: relative;
		z-index: 66;
		background: #f4f4f4;
		padding: 0;
	}
	
	
	/*column-gray*/
	ul.column-gray{
		float: left;
		width: 100%;
		margin: 25px 0;
		position: relative;
		top: 0;
		background: #9f9f9f;
		border-radius: 50px;
		padding: 30px 50px;
		z-index: 888;
	}
	
	ul.column-gray h2{
		float: left;
		width: 98%;
		margin: 50px 1%;
		font-family: "Poppins-Bold", sans-serif;
		font-size: 32px;
		color: #ffffff;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.column-gray li{
		float: right;
		width: 98%;
		margin: 0 1% 50px;
		list-style: none;
		text-align: center;
	}
	
	ul.column-gray li a{
		color: #fff
	}
	
	ul.column-gray li span{
		width: 100%;
		height: auto;
		float: right;
		margin: 0;
		border: 0;
		color: #fff;
		padding: 0 35px;
		background-color: transparent;
	}
	
	ul.column-gray li span:hover{
		opacity: 0.7;
		transition: 1s;
	}
	
	ul.column-gray li span img{
		width: 119px
	}
	
	ul.column-gray li span h3{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 16px;
		line-height: 1;
		margin-bottom: -10px
	}
	
	ul.column-gray li span p{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 13px;
		line-height: 1.4;
	}
	
	
	/*column-home*/
	ul.column-home{
		float: left;
		width: 100%;
		margin: 50px 0;
		position: relative;
		top: 0
	}
	
	ul.column-home li{
		float: left;
		width: 96%;
		margin: 0 2% 35px;
		list-style: none
	}
	
	ul.column-home li span{
		width: 100%;
		height: 270px;
		float: right;
		margin: 0;
		border: 0;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #e6bbaa;
		padding: 0 35px;
		background: #fff;
		box-shadow: 39px 0 32px rgba(0,0,0,0.04);
	}
	
	ul.column-home li span:hover{
		color: #fff;
		background: url("img/bg-hover.jpg") top center;
		transition: 1s;
	}
	
	ul.column-home li span img{
		width: 70px
	}
	
	ul.column-home li span h3{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 20px;
		line-height: 0
	}
	
	ul.column-home li span p{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 13px;
		padding-right: 40px
	}
	
	ul.column-home li span a{
		width: auto;
		float: right;
		right: -50px;
		position: relative;
		margin: -30px 0 0 0;
	}
	
	ul.column-home li span a{
		width: 20px
	}
	
	ul.column-home a{
		width: 100%;
		text-align: center;
		float: left;
		margin: 100px 0 70px
	}
	
	
	/*profile*/
	.bg-profile{
		position: relative;
		z-index: 1;
		background: url("img/bg-profile.jpg") top center;
		padding: 0;
		height: auto
	}
	
	.profile h2{
		font-family: "Poppins-Light", sans-serif;
		font-size: 47px;
		float: left;
		width: 100%;
		line-height: 0.9;
		font-weight: 100;
		color: #6b6b6b;
		margin: 50px 0 0
	}
	
	.profile p{
		font-family: "Poppins-Light", sans-serif;
		font-size: 14px;
		float: left;
		width: 100%;
		line-height: 1.4;
		font-weight: 100;
		color: #6b6b6b;
		margin: 15px 0 0
	}

	.profile span{
		float: left;
		width: 100%;
		margin: 150px 0 50px;
		text-align: center;
		color: #fff;
		
	}
	
	.profile h4{
		font-family: "Poppins-Light", sans-serif;
		font-size: 50px;
		float: left;
		width: 100%;
		line-height: 0.9;
		font-weight: 100;
		margin: 80px 0 0
	}

	.profile h3{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 22px;
		float: left;
		width: 100%;
		line-height: 1.0;
		font-weight: 100;
		letter-spacing: 4px;
		margin: 0;
		text-transform: uppercase;
	}		
		
	.profile a{
		float: left;
		width: 0;
		position: relative;
		z-index: 333;
		left: 0;
		margin: 0;
		background: rgba(0,0,0,1.00);
		text-align: center;
	}
	
	.sidebar{
		float: right;
		width: 100%;
		text-align: center;
	}
	
	.sidebar img{
		text-align: center;
		position: relative;
		top: 0;
		width: auto;
	}
	

	/*================[SOBRE]================*/
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
		
	.bg-gray{
		position: relative;
		z-index: 66;
		background: #f7f7f7;
		padding: 0;
	}
	
	/*h1*/
	h1{
		color: #6e6e6f;
		font-size: 40px;
		text-align: center;
		font-family: "Poppins-Light", sans-serif;
		font-weight: 300;
		line-height: 1.0;
		width: 100%;
		margin: 0;
		background: #f7f7f7;
		border-bottom: 20px solid #f4f4f4;
		padding: 50px 0;
		border-radius: 0
	}
	
	/*about*/
	.about{
		width: 100%;
		float: left;
		margin: 40px 0 0;
	}
		
	.about span{
		float: left;
		width: 98%;
		margin: 0 1% 0;
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(47,47,47,0.5)
	}
	
	.about span.min{
		float: left;
		width: 98%;
		margin: 0 1% 0; 
		border-bottom: 0
	}
	
	.about h3{
		color: #fff;
		font-size: 44px;
		text-align: left;
		font-family: "Poppins-Bold", sans-serif;
		font-weight: bold;
		line-height: 1.0;
		width: 100%;
		margin: 0 0 25px;
	}
		
	.about p{
		font-family: "Poppins-Light", sans-serif;
		font-size: 15px;
		color: #0a0a0a;
		line-height: 1.6;
		text-align: justify;
		float: left;
		width: 100%;
	}
		
	.about img.sidebar{
		float: right;
		text-align: center;
		width: auto;
		margin: 0;
	}
	
	/*aside*/
	aside {
		width: 100%;
		float: right;
		margin: 0 0 70px;
		text-align: center;
	}

	aside img{
		width: 280px;
		position: relative;
		left: 0;
	}

	
	
	/*row*/
	.row{
		width: 100%;
		float: left;
		margin: 120px 0;
	}
	
	.row h2{
		font-family: "Poppins-Light", sans-serif;
		color: #5f5f5f;
		font-size: 45px;
		float: left;
		width: 100%;
		line-height: 0.9;
		font-weight: 300
	}

	.row h3{
		font-family: "Poppins-Regular", sans-serif;
		color: #a07567;
		font-size: 25px;
		float: left;
		width: 100%;
		line-height: 0.9;
		font-weight: normal;
		letter-spacing: 4px;
		margin: 50px 0 50px;
		text-transform: uppercase;
	}

	.row span{
		width: 96%;
		float: left;
		margin: 0 2% 50px 0;
		text-align: left
	}
		
	
	.row p{
		font-family: "Poppins-Light", sans-serif;
		font-size: 16px;
		color: #0a0a0a;
		line-height: 1.5;
		text-align: justify;
		float: left;
	}
	
	/*gallery*/
	
	ul.gallery{
		float: left;
		width: 100%;
		list-style: none;
		margin: -25px 0 50px;
	}
	
	ul.gallery li{
		float: left;
		width: 46%;
		margin: 2%;
		text-align: center;
	}
	
	ul.gallery li img{
		width: auto;
		border-radius: 5px 25px 25px 0;
		border: 4px solid #f5c5b7;
		padding: 5px
	}
	
	ul.gallery li img:hover{}
	
	
	
	/*================[ESPECIALIDADES]================*/
	/*bg-banner-2*/
	.bg-banner-2{
		position: relative;
		z-index: 33;
		background: url("img/bg-banner-2.jpg") top center;
		padding: 0;
		top: -75px;
		margin-bottom: -75px;
		height: 850px
	}	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: -680px 0 0;
		position: relative;
		top: 680px
	}
	
	ul.column li{
		float: left;
		width: 96%;
		margin: 0 2% 35px;
		list-style: none
	}
	
	ul.column li span{
		width: 100%;
		height: 250px;
		float: right;
		margin: 0;
		border: 0;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #e6bbaa;
		padding: 0 35px;
		background: #fff
	}
	
	ul.column li span:hover{
		color: #fff;
		background: url("img/bg-hover.jpg") top center;
		transition: 1s;
	}
	
	ul.column li span.active{
		color: #fff;
		background: url("img/bg-hover.jpg") top center;
		transition: 1s;
	}
	
	ul.column li span img{
		width: 75px
	}
	
	ul.column li span h3{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 20px;
	}
	
	ul.column li span p{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 12px;
		padding-right: 40px
	}
	
	ul.column li span a{
		width: auto;
		float: right;
		right: -50px;
		position: relative;
		margin: -30px 0 0 0;
	}
	
	ul.column li span a{
		width: 20px
	}
	
	ul.column a{
		width: 100%;
		text-align: center;
		float: left;
		margin: 100px 0 70px
	}
	
	
	
	
	
	
	
	/*================[PROFILE]================*/
	.bg-degrade{
		position: relative;
		z-index: 33;
		background: url("img/bg-degrade.jpg") top center;
		padding: 0;
		top: 0;
		margin-bottom: 0;
		height: 200px;
	}	

	.profile_list{
		float: left;
		width: 100%;
		margin: 0 0 -120px;
		list-style: none;
		position: relative;
		z-index: 999;
		display: inline-block;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.profile_list a{
		float: left;
		width: 96%;
		margin: 0 2% 150px;
		text-align: center
	}
	
	.profile_list a img{
		width: auto;
	}
	
	.profile_list a h2{
		text-align: center;
		color: rgba(61,61,61,1.00);
		font-size: 18px;
		font-family: "Poppins-Light", sans-serif;
		border: 0;
		width: 100%;
		padding: 15px 0
	}
	
	.profile_list a:hover{
		opacity: 0.8;
		transition: 1s;
	}
	
	/* The actual popup */
	.profile_list .popuptext {
		visibility: hidden;
		width: 100%;
		background: url("img/bg-hover.jpg") top center;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 20px 30px;
		position: absolute;
		z-index: 1;
		bottom: -140px;
		left: 0;
		margin-left: 0;
	}
	
	.profile_list .popuptext h3{
		font-size: 20px;
		font-family: "Poppins-Light", sans-serif;
		color: #fff;
	}
	
	.profile_list .popuptext p{
		font-size: 14px;
		font-family: "Poppins-Light", sans-serif;
		color: #fff;
	}
	
	.profile_list .popuptext a{
		float: right;
		font-family: "Poppins-Light", sans-serif;
		color: #fff;
		width: auto;
		text-align: right;
		font-size: 12px
	}
	
	
	/* Popup arrow */
	.profile_list .popuptext::after {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 5%;
		margin-right: -5px;
		border-width: 0;
		border-style: solid;
		border-color: transparent;
	}
	/* Toggle this class - hide and show the popup */
	.profile_list .show {
		visibility: visible;
		-webkit-animation: fadeIn 1s;
		animation: fadeIn 1s;
	}	
	
	
	
	
	/*================[CONTATO]================*/
	
	
	/*form*/
	.pos-agend{
		position: relative;
		top: -100px
	}
	
	label{
		float: left;
		width: 98%;
		margin: -10px 1% 30px
	}
	
	label.max{
		float: left;
		width: 98%;
		margin: 0 1% 30px
	}
	
	/*radio-1*/
	.radio-box{
		float: left;
		width: 98%;
		margin: 0 1%;
	}
	
	label.radio-a{
		width: 50%;
		float: left;
		margin: 0 0 0;
		padding: 10px 5px;
		text-align: center;
	}
	
	label.radio-a span{
		position: relative;
		left: 0;
		background-color: transparent;
		top: 0;
		color: #4c5655;
		font-size: 14px;
		font-family: "Poppins-Light", sans-serif;
		letter-spacing: 1;
		line-height: 1;
		padding: 0 15px 5px 15px;
		float: left;
		border: 0!important;
	}
	
	
	
	/*radio-2*/
	.radio-box-a{
		float: left;
		width: 96%;
		margin: 0px 2% 30px;
	}
	
	.radio-box-a p{
		font-weight: bold;
		margin-bottom: -15px;
		color: #4c5655;
		font-size: 12px!important;
		text-align: center
	}
	
	label.radio-b{
		width: 16.6%;
		float: left;
		margin: 25px 0 0;
		padding: 10px 0;
		text-align: center;
	}
	
	label.radio-b span{
		position: relative;
		left: 0;
		background-color: transparent;
		top: 0;
		color: #4c5655;
		font-size: 14px;
		font-family: "Poppins-Light", sans-serif;
		letter-spacing: 1;
		line-height: 1;
		padding: 0 15px 5px 15px;
		float: left;
		border: 0!important;
		text-align: center!important
	}
	
	label.radio-c{
		width: 31.3%;
		float: left;
		margin: 25px 0 0;
		padding: 10px 5px;
		text-align: center;
	}
	
	label.radio-c span{
		position: relative;
		left: 0;
		background-color: transparent;
		top: 0;
		color: #4c5655;
		font-size: 14px;
		font-family: "Poppins-Light", sans-serif;
		letter-spacing: 1;
		line-height: 1;
		padding: 0 15px 5px 15px;
		float: left;
		border: 0!important;
	}
	
	
	
	
	
	
	
	
	form{
		float: right;
		width: 100%;
		margin: 45px 0;
	}
			
	.input{
		float: left;
		width: 100%;
		margin: 10px 0;
		font-size: 16px;
		color: #9f8176;
		padding: 18px 20px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 1px solid #cecece;
		font-weight: bold;
		font-family: "Poppins-Light", sans-serif;
	}	
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #dfb5a5;
		border: 0;
		border-radius: 50px;
		color: #fff;
		font-size: 20px;
		padding: 12px 40px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-family: "Poppins-Bold", sans-serif;
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: normal
	}
	
	.send:hover{
		background: #9f8176;
		transition: 1s;
		color: #fff;
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 10px 40% 0;
		font-size: 14px;
		color: #9f8176;
		padding: 8px 12px;
		text-align: center;
		border-radius: 15px;
		font-weight: normal;
		border: 1px solid #9f8176;
		background-color: transparent;
		font-family: "Poppins-Light", sans-serif;
	}
	
	.input-re{
		height: 110px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: "Poppins-Light", sans-serif;
	}
	
	.input::placeholder {
		color: #9f8176;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #9f8176;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #9f8176;
	}
	
	
	/*sidebar-contact*/
	.sidebar-contact{
		float: left;
		width: 95%;
		margin: 0 2.5% 0;
		position: relative;
		top: 0
	}
	
	.sidebar-contact a{
		float: left;
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 250px;
		background: #fff;
		color: #959595;
		font-family: "Poppins-Regular", sans-serif;
		font-size: 14px;
		text-align: left;
		line-height: 1.2
	}
	
	.sidebar-contact a.brow{
		background: #7f5d52;
		color: #ffffff;
		font-size: 18px;
		font-family: "Poppins-Regular", sans-serif;
		font-weight: normal;
		line-height: 1.2;
		text-align: left;
	}
	
	.sidebar-contact a.gray-b{
		background: #bfbfbf;
		color: #ffffff;
		font-size: 18px;
		font-family: "Poppins-Regular", sans-serif;
		font-weight: normal;
		line-height: 1.4;
		text-align: left;
	}
	
	.sidebar-contact a p img {
		float: left;
		width: 20%;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: left
	}
	
	.sidebar-contact a h3{
		float: right;
		width: 70%!important;
		margin: 0 0 15px
	}
		
	.sidebar-contact a p{
		float: left;
		width: 70%;
	}
	
	.sidebar-contact a.brow p{
		float: left;
		width: 70%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100px;
	}
	
	
	/*bg-banner*/
	.bg-banner{
		position: relative;
		z-index: 33;
		background: url("img/bg-banner.jpg") top center;
		padding: 100px 0;
		top: 0;
		margin-bottom: 0;
		height: auto
	}	
	
	.banner{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.banner h2{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 32px;
		color: #fff;
		line-height: 1.2;
		text-align: center;
		float: center;
		width: 100%;
		margin: 0 0 50px
	}
	
	.banner span{
		width: 96%;
		height: 250px;
		float: right;
		margin: 0 2% 50px;
		border: 2px solid #fff;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #fff;
		padding: 0 35px;
	}
	
	.banner span img{
		width: 75px
	}
	
	.banner span h3{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 22px;
	}
	
	.banner span p{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 15px;
	}
	
	.banner span a{
		width: auto;
		float: right;
		right: 0;
		position: relative;
		margin: -20px 0 0 25px;
	}
	
	.banner span a{
		width: 25px
	}
		
	
	
	
	
	
	
/*
		[FOOTER]
						 */
	
	.bg-footer{
		position: relative;
		z-index: 77;
		background: url("img/bg-footer.jpg") top center;
		padding: 0;
		border-radius: 80px 80px 0 0;
		top: -75px;
		margin-bottom: -75px
	}	
	
	/*nav-footer*/
	.nav-footer{
		float: left;
		width: 96%;
		list-style: none;
		margin: 0 2%;
		text-align: center;
		padding: 20px 0 50px;
	}
		
	.nav-footer h3{
		font-size: 14px;
		color: #e6bbaa;
		font-family: "Poppins-SemiBold", sans-serif;
		width: 100%;
		float: left;
		margin: 0 0 40px;
		font-weight: normal;
	}
		
	.nav-footer a{
		font-size: 14px;
		color: #e2b8a7;
		font-family: "Poppins-Light", sans-serif;
		width: 100%;
		float: left;
		margin: 0 0 15px;
		font-weight: normal;
		line-height: 1.5
	}
	
	.nav-footer a strong{
		font-size: 14px;
		color: #fff;
		font-family: "Poppins-SemiBold", sans-serif;
	}
	
	.nav-footer span a{
		color: #fff;
	}
	
	img.min-media{
		margin: 0 15px 0 0;
		position: relative;
		top: 2px;
	}
	
	img.min-whatsapp{
		position: relative;
		left: 5px;
	}
	
	
	/*copy*/
	.copy{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
		text-align: center;
		padding: 0 0 50px;
		font-family: "Poppins-Regular", sans-serif;
		color: #e6bbaa;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 2px;
	}

	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 40px;
		height: 40px;
		bottom: 15px;
		right: 15px;
		color: #FFF;
		border-radius: 10px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
		
}









@media only screen and (min-width: 603px) {	
	
	
	/*column-gray*/
	ul.column-gray li{
		width: 31.3%;
		margin: 0 1% 50px;
	}
	
	
	ul.column-gray li span p{
		font-size: 12px;
	}
	
	
	/*column-home*/
	ul.column-home li{
		width: 48%;
		margin: 0 1% 35px;
	}
		
	
	/*profile*/
		
	.sidebar img{
		width: 350px;
	}
	

	/*================[SOBRE]================*/
	
	/*h1*/
	h1{
		font-size: 50px;
	}
	

	aside img{
		width: 350px;
	}
	
	ul.gallery li{
		width: 29.3%;
		margin: 2%;
	}

	
	
	/*column*/
	ul.column li{
		width: 48%;
		margin: 0 1% 35px;
	}
		
	
	/*================[PARCEIROS]================*/
	ul.partners li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
	}
	
	
	
	/*sidebar-contact*/
	.sidebar-contact{
		width: 70%;
		margin: 0 15% 0;
	}
	
	/*banner*/
	.banner span{
		width: 70%;
		margin: 0 15% 50px;
	}	
		
	
}










@media only screen and (min-width: 1024px) {

/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}	
	
	
	
/*
		[HEADER]
						 */
	.bg-header{
		background: url("img/bg-pink.png") top center;
		padding: 0;
		z-index: 999;
		position: fixed;
		height: 130px;
		float: left;
		margin: 0;
	}
	
	/*logo*/
	a.logo{
		width: auto;
		padding: 0;
		text-align: center;
		margin: 40px 25px 0 0;
		float: left;
		position: relative;
		left: -50px;
	}	 
	
	a.logo img{ 
		width: 260px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 0 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}
	
	/*nav-right*/
	a.nav-right{
		right: 0;
		position: relative;
		font-size: 15px;
		margin: -130px 0 0;
		text-align: center;
		width: auto;
		background: #fff;
		font-family: "Poppins-Regular", sans-serif;
		color: #cca698;
		padding: 50px 50px;
		float: right;
		height: 140px;
		line-height: 1;
	}

	a.nav-right strong{
		font-size: 17px;
		font-family: "Poppins-Bold", sans-serif;
	}

	
	/*dropdown*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		min-width: 210px;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 0 0 0!important;
		left: 0;
		background: none;
		font-family: "Poppins-Regular", sans-serif!important;
	}

	.dropdown-content a {
		padding: 12px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border-bottom: 1px solid #ffffff!important;
		background-color: #e6bbaa!important;
		height: auto!important;
		font-weight: 500;
	}
	

	.dropdown-content a:hover {
		background-color: #7f5d52!important;
		opacity: 1;
		padding: 12px!important;
		border-bottom: 2px solid #FFF!important;
		font-weight: normal!important;
		color: #fff!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #ad2e33;
	}
		
	
	
	
/*
		[ARTICLE]
						 */
	
	
	/*================[HOME]================*/
	
	/*section*/	
	section{
		position: relative;
		top: 0;
		padding-bottom: 0
	}
	
	section a:hover{
		opacity: 1!important
	}
	
	.bg-gray-b{
		position: relative;
		z-index: 66;
		background: #f4f4f4;
		padding: 0;
	}
	
	
	/*column-gray*/
	ul.column-gray{
		float: left;
		width: 100%;
		margin: 0;
		position: relative;
		top: -160px;
		background: #9f9f9f;
		border-radius: 0 0 80px 0;
		padding: 30px 50px;
		z-index: 888
	}
	
	ul.column-gray h2{
		float: left;
		width: 23%;
		margin: 0 1%;
		font-family: "Poppins-Bold", sans-serif;
		font-size: 32px;
		color: #ffffff;
		height: 280px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.column-gray li{
		float: right;
		width: 23%;
		margin: 0 1%;
		list-style: none;
		text-align: left;
	}
	
	ul.column-gray li span{
		width: 200px;
		height: 280px;
		float: right;
		margin: 0;
		border: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #fff;
		padding: 0 35px;
		background-color: transparent;
	}
	
	ul.column-gray li span:hover{
		opacity: 0.7;
		transition: 1s;
	}
	
	ul.column-gray li span img{
		width: 119px
	}
	
	ul.column-gray li span h3{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 16px;
		line-height: 1;
		margin-bottom: -10px
	}
	
	ul.column-gray li span p{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 13px;
		line-height: 1.4;
	}
	
	
	/*column-home*/
	ul.column-home{
		float: left;
		width: 100%;
		margin: 0 0 -50px;
		position: relative;
		top: -100px
	}
	
	ul.column-home li{
		float: left;
		width: 29.3%;
		margin: 0 2% 35px;
		list-style: none
	}
	
	ul.column-home li span{
		width: 320px;
		height: 270px;
		float: right;
		margin: 0;
		border: 0;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #e6bbaa;
		padding: 0 35px;
		background: #fff;
		box-shadow: 39px 0 32px rgba(0,0,0,0.04);
	}
	
	ul.column-home li span:hover{
		color: #fff;
		background: url("img/bg-hover.jpg") top center;
		transition: 1s;
	}
	
	ul.column-home li span img{
		width: 70px
	}
	
	ul.column-home li span h3{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 20px;
		line-height: 0
	}
	
	ul.column-home li span p{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 13px;
		padding-right: 45px
	}
	
	ul.column-home li span a{
		width: auto;
		float: right;
		right: -50px;
		position: relative;
		margin: -35px 0 0 25px;
	}
	
	ul.column-home li span a{
		width: 20px
	}
	
	ul.column-home a{
		width: 100%;
		text-align: center;
		float: left;
		margin: 100px 0 70px
	}
	
	
	/*profile*/
	.bg-profile{
		position: relative;
		z-index: 88;
		background: url("img/bg-profile.png") top center;
		padding: 0;
		height: 707px
	}
	
	.profile h2{
		font-family: "Poppins-Light", sans-serif;
		font-size: 47px;
		float: left;
		width: 100%;
		line-height: 0.9;
		font-weight: 100;
		color: #6b6b6b;
		margin: 50px 0 0
	}
	
	.profile p{
		font-family: "Poppins-Light", sans-serif;
		font-size: 16px;
		float: left;
		width: 100%;
		line-height: 1.4;
		font-weight: 100;
		color: #6b6b6b;
		margin: 15px 0 0
	}

	.profile span{
		float: left;
		width: 30%;
		margin: 150px 0 0;
		text-align: left;
		color: #fff;
		
	}
	
	.profile h4{
		font-family: "Poppins-Light", sans-serif;
		font-size: 50px;
		float: left;
		width: 100%;
		line-height: 0.9;
		font-weight: 100;
		margin: 80px 0 0
	}

	.profile h3{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 22px;
		float: left;
		width: 100%;
		line-height: 1.0;
		font-weight: 100;
		letter-spacing: 4px;
		margin: 0;
		text-transform: uppercase;
	}		
		
	.profile a{
		float: left;
		width: 20%;
		position: relative;
		z-index: 333;
		left: 215px;
		margin: 404px 0 0;
		background: rgba(0,0,0,1.00);
		text-align: center;
	}
	
	.sidebar{
		float: right;
		width: 35%;
		text-align: center;
	}
	
	.sidebar img{
		text-align: center;
		position: relative;
		top: -5px;
		width: auto;
	}
	

	/*================[SOBRE]================*/
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
		
	.bg-gray{
		position: relative;
		z-index: 66;
		background: #f7f7f7;
		padding: 0;
	}
	
	/*h1*/
	h1{
		color: #6e6e6f;
		font-size: 48px;
		text-align: left;
		font-family: "Poppins-Light", sans-serif;
		font-weight: 300;
		line-height: 1.0;
		width: 100%;
		margin: 0;
		background: #f7f7f7;
		border-bottom: 40px solid #f4f4f4;
		padding: 260px 0 70px;
		border-radius: 0 0 0 50px
	}
	
	/*about*/
	.about{
		width: 100%;
		float: left;
		margin: 90px 0 0;
	}
		
	.about span{
		float: left;
		width: 40%;
		margin: 0 0 0;
		padding-bottom: 40px;
		border-bottom: 1px solid rgba(47,47,47,0.5)
	}
	
	.about span.min{
		float: left;
		width: 45%;
		margin: 0 0 120px; 
		border-bottom: 0
	}
	
	.about h3{
		color: #fff;
		font-size: 44px;
		text-align: left;
		font-family: "Poppins-Bold", sans-serif;
		font-weight: bold;
		line-height: 1.0;
		width: 100%;
		margin: 0 0 25px;
	}
		
	.about p{
		font-family: "Poppins-Light", sans-serif;
		font-size: 15px;
		color: #0a0a0a;
		line-height: 1.6;
		text-align: justify;
		float: left;
		width: 100%;
	}
		
	.about img.sidebar{
		float: right;
		text-align: center;
		width: auto;
		margin: -80px 0 -70px 70px;
	}
	
	/*aside*/
	aside {
		width: 50%;
		float: right;
		margin: -180px 0 0;
		text-align: center;
	}

	aside img{
		width: auto;
		position: relative;
		left: 50px;
	}

	
	
	/*row*/
	.row{
		width: 100%;
		float: left;
		margin: 120px 0;
	}
	
	.row h2{
		font-family: "Poppins-Light", sans-serif;
		color: #5f5f5f;
		font-size: 57px;
		float: left;
		width: 100%;
		line-height: 0.9;
		font-weight: 300
	}

	.row h3{
		font-family: "Poppins-Regular", sans-serif;
		color: #a07567;
		font-size: 25px;
		float: left;
		width: 100%;
		line-height: 0.9;
		font-weight: normal;
		letter-spacing: 4px;
		margin: 50px 0 0;
		text-transform: uppercase;
	}

	.row span{
		width: 46%;
		float: left;
		margin: 50px 4% 50px 0;
		text-align: left
	}
		
	
	.row p{
		font-family: "Poppins-Light", sans-serif;
		font-size: 16px;
		color: #0a0a0a;
		line-height: 1.5;
		text-align: justify;
		float: left;
	}
	
	/*gallery*/
	ul.gallery li{
		width: 21%;
		margin: 2%;
	}
	
	/*================[ESPECIALIDADES]================*/
	/*bg-banner-2*/
	.bg-banner-2{
		position: relative;
		z-index: 33;
		background: url("img/bg-banner-2.jpg") top center;
		padding: 0;
		top: -75px;
		margin-bottom: -75px;
		height: 850px
	}	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: -680px 0 0;
		position: relative;
		top: 680px
	}
	
	ul.column li{
		float: left;
		width: 29.3%;
		margin: 0 2% 35px;
		list-style: none
	}
	
	ul.column li span{
		width: 320px;
		height: 250px;
		float: right;
		margin: 0;
		border: 0;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #e6bbaa;
		padding: 0 35px;
		background: #fff
	}
	
	ul.column li span:hover{
		color: #fff;
		background: url("img/bg-hover.jpg") top center;
		transition: 1s;
	}
	
	ul.column li span img{
		width: 75px
	}
	
	ul.column li span h3{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 20px;
	}
	
	ul.column li span p{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 13px;
		padding-right: 35px
	}
	
	ul.column li span a{
		width: auto;
		float: right;
		right: -45px;
		position: relative;
		margin: -20px 0 0 0;
	}
	
	ul.column li span a{
		width: 20px
	}
	
	ul.column a{
		width: 100%;
		text-align: center;
		float: left;
		margin: 100px 0 70px
	}
	
	
	
	
	/*================[PROFISSIONAIS]================*/
	.bg-degrade{
		position: relative;
		z-index: 33;
		background: url("img/bg-degrade.jpg") top center;
		padding: 0;
		top: -75px;
		margin-bottom: -100px;
		height: 450px;
	}	

	.profile_list{
		float: left;
		width: 100%;
		margin: 0 0 -120px;
		list-style: none;
		position: relative;
		z-index: 999;
		display: inline-block;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.profile_list a{
		float: left;
		width: 23%;
		margin: 0 1%;
	}
	
	.profile_list a img{
		width: auto;
	}
	
	.profile_list a h2{
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-family: "Poppins-Light", sans-serif;
		border: 0;
		width: 100%;
		padding: 15px 0
	}
	
	.profile_list a:hover{
		opacity: 0.8;
		transition: 1s;
	}
	
	/* The actual popup */
	.profile_list .popuptext {
		visibility: hidden;
		width: 100%;
		background: url("img/bg-hover.jpg") top center;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 20px 30px;
		position: absolute;
		z-index: 1;
		bottom: -140px;
		left: 0;
		margin-left: 0;
	}
	
	.profile_list .popuptext h3{
		font-size: 20px;
		font-family: "Poppins-Light", sans-serif;
		color: #fff;
	}
	
	.profile_list .popuptext p{
		font-size: 14px;
		font-family: "Poppins-Light", sans-serif;
		color: #fff;
	}
	
	.profile_list .popuptext a{
		float: right;
		font-family: "Poppins-Light", sans-serif;
		color: #fff;
		width: auto;
		text-align: right;
		font-size: 12px
	}
	
	
	/* Popup arrow */
	.profile_list .popuptext::after {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 5%;
		margin-right: -5px;
		border-width: 0;
		border-style: solid;
		border-color: transparent;
	}
	/* Toggle this class - hide and show the popup */
	.profile_list .show {
		visibility: visible;
		-webkit-animation: fadeIn 1s;
		animation: fadeIn 1s;
	}	
	
	

	/*================[CONTATO]================*/
	/*form*/
	.pos-agend{
		top: 0
	}

	label{
		float: left;
		width: 31.3%;
		margin: 0 1% 30px
	}
	
	label.max{
		float: left;
		width: 98%;
		margin: 0 1% 30px
	}
	
	/*radio-1*/
	.radio-box{
		float: left;
		width: 31.3%;
		margin: 0 1%;
	}
	
	label.radio-a{
		width: 50%;
		float: left;
		margin: 25px 0 0;
		padding: 10px 5px;
		text-align: center;
	}
	
	label.radio-a span{
		position: relative;
		left: -10px;
		background-color: transparent;
		top: 0;
		color: #4c5655;
		font-size: 14px;
		font-family: "Poppins-Light", sans-serif;
		letter-spacing: 1;
		line-height: 1;
		padding: 0 15px 5px 15px;
		float: left;
		border: 0!important;
	}
	
	
	
	/*radio-2*/
	.radio-box-a{
		float: left;
		width: 46%;
		margin: 25px 2% 30px;
	}
	
	.radio-box-a p{
		font-weight: bold;
		margin-bottom: -15px;
		color: #4c5655;
		font-size: 12px!important;
		text-align: left;
	}
	
	label.radio-b{
		width: 16.6%;
		float: left;
		margin: 25px 0 0;
		padding: 10px 5px;
		text-align: center;
	}
	
	label.radio-b span{
		position: relative;
		left: -15px;
		background-color: transparent;
		top: 0;
		color: #4c5655;
		font-size: 14px;
		font-family: "Poppins-Light", sans-serif;
		letter-spacing: 1;
		line-height: 1;
		padding: 0 15px 5px 15px;
		float: left;
		border: 0!important;
		text-align: left!important
	}
	
	label.radio-c{
		width: 31.3%;
		float: left;
		margin: 25px 0 0;
		padding: 10px 5px;
		text-align: center;
	}
	
	label.radio-c span{
		position: relative;
		left: -15px;
		background-color: transparent;
		top: 0;
		color: #4c5655;
		font-size: 14px;
		font-family: "Poppins-Light", sans-serif;
		letter-spacing: 1;
		line-height: 1;
		padding: 0 15px 5px 15px;
		float: left;
		border: 0!important;
	}
	
	
	
	
	
	
	
	
	
	form{
		float: right;
		width: 50%;
		margin: -50px 0 20px;
	}
			
	.input{
		float: left;
		width: 100%;
		margin: 10px 0;
		font-size: 16px;
		color: #9f8176;
		padding: 18px 20px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 1px solid #cecece;
		font-weight: bold;
		font-family: "Poppins-Light", sans-serif;
	}	
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #dfb5a5;
		border: 0;
		border-radius: 50px;
		color: #fff;
		font-size: 20px;
		padding: 12px 40px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-family: "Poppins-Bold", sans-serif;
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: normal
	}
	
	.send:hover{
		background: #9f8176;
		transition: 1s;
		color: #fff;
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 10px 40% 0;
		font-size: 14px;
		color: #9f8176;
		padding: 8px 12px;
		text-align: center;
		border-radius: 15px;
		font-weight: normal;
		border: 1px solid #9f8176;
		background-color: transparent;
		font-family: "Poppins-Light", sans-serif;
	}
	
	.input-re{
		height: 110px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: "Poppins-Light", sans-serif;
	}
	
	.input::placeholder {
		color: #9f8176;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #9f8176;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #9f8176;
	}
	
	
	/*sidebar-contact*/
	.sidebar-contact{
		float: left;
		width: 95%;
		margin: 0 2.5% 0;
		position: relative;
		top: 130px
	}
	
	.sidebar-contact a{
		float: left;
		width: 33.3%;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 310px;
		background: #fff;
		color: #959595;
		font-family: "Poppins-Regular", sans-serif;
		font-size: 18px;
		text-align: left;
		line-height: 1.2
	}
	
	.sidebar-contact a:hover{
		opacity: 1
	}
	
	.sidebar-contact a.brow{
		background: #7f5d52;
		color: #ffffff;
		font-size: 20px;
		font-family: "Poppins-Regular", sans-serif;
		font-weight: normal;
		line-height: 1.2;
		text-align: left;
	}
	
	.sidebar-contact a.gray-b{
		background: #bfbfbf;
		color: #ffffff;
		font-size: 22px;
		font-family: "Poppins-Regular", sans-serif;
		font-weight: normal;
		line-height: 1.4;
		text-align: left;
	}
	
	.sidebar-contact a p img {
		float: left;
		width: 20%;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: left
	}
	
	.sidebar-contact a h3{
		float: right;
		width: 70%!important;
		margin: 0 0 15px
	}
		
	.sidebar-contact a p{
		float: left;
		width: 70%;
		
	}
	
	.sidebar-contact a.brow p{
		float: left;
		width: 70%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100px;
	}
	
	
	/*bg-banner*/
	.bg-banner{
		position: relative;
		z-index: 33;
		background: url("img/bg-banner.jpg") top center;
		padding: 0;
		top: -75px;
		margin-bottom: -75px;
		height: 800px
	}	
	
	.banner{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.banner h2{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 32px;
		color: #fff;
		line-height: 1.2;
		text-align: justify;
		float: left;
		width: 30%;
		margin: 380px 0 0
	}
	
	.banner span{
		width: 390px;
		height: 250px;
		float: right;
		margin: 300px 0 0;
		border: 2px solid #fff;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #fff;
		padding: 0 35px
	}
	
	.banner span img{
		width: 75px
	}
	
	.banner span h3{
		font-family: "Poppins-Bold", sans-serif;
		font-size: 22px;
	}
	
	.banner span p{
		font-family: "Poppins-Regular", sans-serif;
		font-size: 15px;
	}
	
	.banner span a{
		width: auto;
		float: right;
		right: 0;
		position: relative;
		margin: -20px 0 0 25px;
	}
	
	.banner span a{
		width: 25px
	}
	
	
	
	
	
	

	
/*
		[FOOTER]
						 */
	
	.bg-footer{
		position: relative;
		z-index: 77;
		background: url("img/bg-footer.jpg") top center;
		padding: 0;
		border-radius: 80px 80px 0 0;
	}	
	
	/*nav-footer*/
	.nav-footer{
		float: left;
		width: 21%;
		list-style: none;
		margin: 0 2%;
		text-align: left;
		padding: 120px 0 60px;
	}
		
	.nav-footer h3{
		font-size: 14px;
		color: #e6bbaa;
		font-family: "Poppins-SemiBold", sans-serif;
		width: 100%;
		float: left;
		margin: 0 0 40px;
		font-weight: normal;
	}
		
	.nav-footer a{
		font-size: 14px;
		color: #e2b8a7;
		font-family: "Poppins-Light", sans-serif;
		width: 100%;
		float: left;
		margin: 0 0 15px;
		font-weight: normal;
		line-height: 1.5
	}
	
	.nav-footer a strong{
		font-size: 14px;
		color: #fff;
		font-family: "Poppins-SemiBold", sans-serif;
	}
	
	.nav-footer span a{
		color: #fff;
	}
	
	img.min-media{
		margin: 0 15px 0 0;
		position: relative;
		top: 2px;
	}
	
	img.min-whatsapp{
		position: relative;
		left: 5px;
	}
	
	
	/*copy*/
	.copy{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
		text-align: center;
		padding: 0 0 50px;
		font-family: "Poppins-Regular", sans-serif;
		color: #e6bbaa;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 2px;
	}

	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 10px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
			
}






/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

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

