/*
JavaScript Document
@copyright: PP Solution
@desenvolvedor: Patrick Pantoja
@site: http://www.ppsolution.com.br
@contato: patrickpantoja@ppsolution.com.br
@ano: 2024
*/
@charset "utf-8";

@font-face {
	font-family: 'MagnoliaScript';
	src: local('MagnoliaScript'), url('../fonts/MagnoliaScript.eot'),
	url('../fonts/MagnoliaScript.otf') format('opentype'),
	url('../fonts/MagnoliaScript.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;	
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: local('Cinzel-Regular'), url('../fonts/OpenSans-Regular.eot'),
	url('../fonts/OpenSans-Regular.otf') format('opentype'),
	url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;	
}

body {
	font-family: 'OpenSans-Regular';
	font-size: 15px;
	line-height:normal;
	color: #708893;
	width:100%;
	max-width: 100%;
	top:0; right:0; bottom:0; left:0;
	margin:0; padding:0;
	z-index:9;	
	/*
	background:url(../images/bg-main.jpg) no-repeat center center fixed; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;	
	*/
}
	body a {
		text-decoration: none;
		color:inherit;		
	}
	body a:hover {
		/*color:#F9C14E;*/
		color:inherit;
		cursor:pointer;
		text-decoration:underline;
	}
	.content {
		width:90%;
		max-width: 900px;
		margin:0 auto;
		position:relative;	
		z-index:1;		
		display: table;
	}
	#banner {
		float: left;
		width: 100%;
		height: 500px;
		background:url(../images/banner-00.jpg) no-repeat center center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
		#banner .logo {
			width:100%;
			max-width: 539px;
			margin:0 auto;
			margin-top: 100px;
			position:relative;
			z-index:1;
			display: table;
			background-color: #708893;
			height: 150px;
			background:url(../images/logo.png);
			background-position: center;
			background-repeat: no-repeat;
			background-size: auto 100%;
		}
		#banner .text {
			width: 100%;
			margin-top: 150px;
			font-size: 150%;
			color: #FFFFFF;
			text-align: center;
			font-weight: 700;
		}
	#distinction {
		float: left;
		width: 100%;
		display: table;
		background-color: #cab99e;
	}
		#distinction .col-1-2 {
			float: left;
			display: table;
			width: 19%;
			margin-right: 1%;
		}
		#distinction .col-2-2 {
			float: left;
			display: table;
			width: 79%;
			margin-left: 1%;
		}
			#distinction .title {
				float: left;
				font-family: 'MagnoliaScript';
				text-align: left;
				width: 100%;
				font-size: 180%;
				color:#708893;
				margin-top: 55px;
			}
			#distinction .icons {
				float: left;
				width: 100%;
				display: table;
			}
				#distinction .icons .icon {
					float: left;
					width: 25%;
					padding: 80px 1% 0 1%;
					height: 130px;
					box-sizing: border-box;
					text-align: center;
					font-weight: 550;
				}
					#distinction .icons .icon.i1 {
						background:url(../images/icn-diferenciais-1.png);
						background-position:center 20px;
						background-repeat: no-repeat;
						background-size: auto 50px;
					}
					#distinction .icons .icon.i2 {
						background:url(../images/icn-diferenciais-2.png);
						background-position:center 20px;
						background-repeat: no-repeat;
						background-size: auto 50px;
					}
					#distinction .icons .icon.i3 {
						background:url(../images/icn-diferenciais-3.png);
						background-position:center 20px;
						background-repeat: no-repeat;
						background-size: auto 50px;
					}
					#distinction .icons .icon.i4 {
						background:url(../images/icn-diferenciais-4.png);
						background-position:center 20px;
						background-repeat: no-repeat;
						background-size: auto 50px;
					}
	#whatsapp {
		float: left;
		width: 100%;
		padding: 10px 0;
		display: table;
	}
		#whatsapp .button {
			position: relative;
			margin: 0 auto;
			border-radius: 25px;
			padding: 15px 15px 15px 50px;
			background-color: #4aa534;
			color: #FFFFFF;
			box-sizing: border-box;
			text-align: center;
			cursor: pointer;
			font-size: 120%;
			-webkit-box-shadow: 2px 21px 30px -17px rgba(0,0,0,1);
			-moz-box-shadow: 2px 21px 30px -17px rgba(0,0,0,1);
			box-shadow: 2px 21px 30px -17px rgba(0,0,0,1);
		}
			.pulse {
				animation: pulse 0.7s infinite;
				margin: 0 auto;
				display: table;
				margin-top: 50px;
				animation-direction: alternate;
				-webkit-animation-name: pulse;
				animation-name: pulse;
			}
			@-webkit-keyframes pulse {
				0% {
					-webkit-transform: scale(1);
				}
				100% {
					-webkit-transform: scale(1.1);
				}
			}
			@keyframes pulse {
				0% {
					transform: scale(1);
				}
				100% {
					transform: scale(1.1);
				}
			}
			#whatsapp .button .icon {
				position: absolute;
				top: 17px;
				left: 17px;
				background:url(../images/icn-whatsapp.png);
				background-position: center;
				background-repeat: no-repeat;
				background-size: 100%;
				width: 20px;
				height: 20px;
			}
	#slogan {
		float: left;
		width: 100%;
		text-align: center;
		color: #cab99e;
		font-size: 140%;
		font-weight: 400;
		padding: 50px 0;
		box-sizing: border-box;
	}
	#profile {
		float: left;
		width: 100%;
		display: table;
		height: 300px;
		margin: 30px 0;
	}
		#profile .col-1-2 {
			float: left;
			width: 40%;
			display: table;
		}
		#profile .col-2-2 {
			float: left;
			width: 60%;
			display: table;
		}
		#profile .avatar {
			float: left;
			width: 100%;
			height: 300px;
			background:url(../images/avatar.jpeg);
			background-repeat: no-repeat;
			background-position: center right;
			background-size: auto 300px;
			display: block;
		}
		#profile .title {
			float: left;
			font-family: 'MagnoliaScript';
			text-align: left;
			width: 100%;
			font-size: 170%;
			color:#708893;
			margin-top: 55px;
			margin-bottom: 10px;
			padding-left: 55px;
			box-sizing: border-box;
		}
		#profile .text {
			float: left;
			width: 100%;
			padding-left: 55px;
			font-size: 120%;
			box-sizing: border-box;
		}
	#footer {
		float: left;
		width: 100%;
		display: table;
		background-color:#708893;
		height: 80px;
	}
		#footer .col-1-3 {
			width: 25%;
			float: left;
			display: table;
			height: 80px;
		}
		#footer .col-2-3 {
			width: 50%;
			float: left;
			display: table;
			height: 80px;
		}
		#footer .col-3-3 {
			width: 25%;
			float: left;
			display: table;
			height: 80px;
		}
		#footer .logo {
			width:100%;
			float: left;
			display: table;
			height: 80px;
			background:url(../images/logo-footer.png);
			background-position: left center;
			background-repeat: no-repeat;
			background-size: auto 50px;
		}
		#footer .text {
			text-align: center;
			float: left;
			width: 100%;
			color:#cab99e;
			margin-top: 30px;
		}
		#footer .icons {
			float: left;
			width: 100%;
			display: table;
			margin-top: 20px;
		}
			#footer .icon {
				float: right;
				width: 40px;
				height: 40px;
				display: table;
			}
				#footer .icon.i1 {
					background: url(../images/icn-mail.png);
					background-position:center;
					background-repeat: no-repeat;
					background-size: auto 20px;
				}
				#footer .icon.i2 {
					background: url(../images/icn-insta.png);
					background-position:center;
					background-repeat: no-repeat;
					background-size: auto 20px;
				}
	img {
		border:0;
	}

@media screen and (max-width: 1699px) {}
@media screen and (max-width: 1279px) {}
@media screen and (max-width: 799px) {}
@media screen and (max-width: 499px) {
	body {
		font-size: 13px;
	}
	body a {}
	body a:hover {}
	.content {
		width:98%;
	}
	#banner {
		height: 300px;
	}
	#banner .logo {
		margin-top: 30px;
		height: 150px;
	}
	#banner .text {
		margin-top: 30px;
	}
	#distinction {}
	#distinction .col-1-2 {
		width: 100%;
		margin-right: 0;
	}
	#distinction .col-2-2 {
		width: 100%;
		margin-left: 0%;
	}
	#distinction .title {
		text-align: center;
		margin-top: 15px;
	}
	#slogan {
		padding: 25px;
	}
	#distinction .icons {}
	#distinction .icons .icon {
		height: 150px;
	}
	#whatsapp {}
	#whatsapp .button {
		width: 80%;
	}
	.pulse {}
	@-webkit-keyframes pulse {}
	@keyframes pulse {}
	#whatsapp .button .icon {}
	#profile {
		height: 200px;;
	}
	#profile .col-1-2 {}
	#profile .col-2-2 {}
	#profile .avatar {
		float: left;
		width: 100%;
		height: 200px;
		background-position: center;
		background-size: auto 200px;
	}
	#profile .title {
		margin-top: 0;
		padding-left: 15px;
	}
	#profile .text {
		padding-left: 15px;

	}
	#footer {}
	#footer .col-1-3 {
		display: none;
	}
	#footer .col-2-3 {
		width: 100%;
	}
	#footer .col-3-3 {
		display: none;
	}
	#footer .logo {}
	#footer .text {}
	img {}
}