/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@font-face {
	font-family: "raleway-medium";
	src: url("../fonts/raleway-medium.eot?") format("eot"),
	url("../fonts/raleway-medium.woff") format("woff"),
	url("../fonts/raleway-medium.ttf") format("truetype");
}

@font-face {
	font-family: "raleway-extrabold";
	src: url("../fonts/raleway-extrabold.eot?") format("eot"),
	url("../fonts/raleway-extrabold.woff") format("woff"),
	url("../fonts/raleway-extrabold.ttf") format("truetype");
}

@font-face {
	font-family: "opensans-regular";
	src: url("../fonts/opensans-regular.eot?") format("eot"),
	url("../fonts/opensans-regular.woff") format("woff"),
	url("../fonts/opensans-regular.ttf") format("truetype");
}

h1 {
	font-family: 'raleway-medium';
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
}

body {
	overflow-x: hidden;
}

footer span {
	font-size: 12px;
    font-family: "raleway-medium";
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    color: #692c28;
}

.icon-whatsapp-flutuante {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    margin-bottom: -200px;    
    border-radius: 50%;
    background: #aa8338;
    z-index: 99999999;
    background: url(../img/icon-whatsapp-flutuante.png) no-repeat center center #aa8338;
    -webkit-transition: margin-bottom 500ms linear;
    transition: margin-bottom 500ms linear;
}

.icon-whatsapp-flutuante.active {
    margin-bottom: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.header h2.titulo-chamada {
	line-height: unset;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 0;
	white-space: nowrap;
	font-family: 'raleway-extrabold';
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #fff;
}

.quem-somos {
	background: #f7f7f7;
}

@media only screen and (max-width: 959px) {

	.logo {
		float: left;
		width: 235px;
		height: 100px;
		margin-left: 20px;
		margin-top: 0;
		background: url('../img/logo-mobile.png') no-repeat center center;
	}

	.header {
		width: 100%;
		height: 500px;
		background: url('../img/bg-header-mobile.jpg') no-repeat center center;
	}

	.icon-mobile {
		float: right;
		margin-right: 15px;
		margin-top: 25px;
		display: block;
		width: 40px;
		height: 40px;
		background: url(../img/icon-mobile-menu.png) no-repeat center center;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.icon-mobile.active {
		background: url(../img/icon-mobile-close.png) no-repeat center center;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.menu-wrapper.active {
		width: 100%;
		height: 95px;
		position: fixed;
		background: rgba(0,0,0,0.8);
		z-index: 99999999999999999;
	}

	.header nav {
		display: none;
		position: absolute;
		width: 100%;
		height: auto;
		top: 95px;
		right: 0;
	}

	.header nav.active {
		display: block;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}

		.header nav ul {
			padding: 0;
    		margin: 0;
    		background: rgba(0,0,0,0.8);
    		z-index: 9999999999;
		}

		.header nav ul li {
			text-align: center;
		}

		.header nav ul li a {
			display: block;
			line-height: 42px;
			font-family: 'raleway-medium';
			font-size: 16px;
			text-decoration: none;
			border-bottom: 1px solid #fff;
			color: #fff;
		}

		.header nav ul li a:active, .header nav ul li a:visited, .header nav ul li a:focus {
			color: #fff;
		}		

	h1 {
		text-align: center;
	}

	.header h2.titulo-chamada {            
		display: none;
	}

	.quem-somos {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.quem-somos h1{
		margin-top: 0;
		font-family: 'raleway-extrabold';
		font-size: 30px;
		color: #e8b866;
	}	

	.quem-somos p {
		text-align: center;
		padding: 10px 25px;
		font-size: 18px;
		font-family: 'opensans-regular';
		color: #545555;
	}

	.quem-somos img {
		display: block;
		height: 250px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.programa {
		padding-bottom: 30px;
		background: #936239;
	}

	.programa h1 {
		margin-top: 30px;
		margin-bottom: 50px;
		line-height: 28px;
		color: #fff;
	}

	.programa h1 strong {
		font-family: 'raleway-extrabold';
	}

	.programa .box {
		text-align: center
	}

	.programa .box h2 {
		font-family: 'raleway-extrabold';
		color: #ffd875;
	}
	
	.programa .box p {
    	padding: 10px 25px;
    	font-size: 18px;
    	font-family: 'opensans-regular';
    	color: #fff;
	}

	.servicos {
		padding-bottom: 50px;
	}

	.servicos h1 {
		margin-bottom: 30px;
		font-family: 'raleway-extrabold';
		font-size: 30px;
		color: #fd8a3e;
	}

	.servicos .box {
		position: relative;
	}

	.servicos img {
    	display: block;
		height: 300px;
    	margin: 0 auto;
	}

	.servicos h2 {
		position: absolute;
		display: block;
		width: 70%;
		padding: 10px 7px;
		top: 300px;
		font-family: 'raleway-extrabold';
		background: #936239;
		color: #ffd875;
		font-size: 16px;
	}

	.servicos p {
		padding: 10px 40px;
		margin-top: 60px;
		text-align: center;
		font-size: 18px;
		font-family: 'opensans-regular';
		color: #545555;
	}

	.nossos-parceiros {
		height: 190px;
		background: #e6e6e6;
	}

		.nossos-parceiros h1 {
			margin-top: 15px;
			text-align: center;
			font-size: 30px;
			font-family: 'raleway-extrabold';
			color: #afafaf;
		}

		.parceiros img {
			margin: 0 auto;
		}

		.bx-wrapper {
			margin-top: 30px;
			background: transparent;
			border: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
	
	.contato h1 {
		margin-bottom: 30px;
		font-family: 'raleway-extrabold';
		font-size: 30px;
		color: #fd8a3e;
	}

	.contato {		
		height: auto;
		padding-bottom: 30px;
		background: #936239;
	}

	.contato .container {
		position: relative;
	}

	.contato h1 {
		font-family: 'raleway-extrabold';
		font-size: 30px;
		color: #fff;
	}

	.contato .formulario {		
		width: 80%;	
		margin: 0 auto;
		margin-top: 40px;
	}

		.contato .formulario input, .contato .formulario textarea {
			box-sizing: border-box;
			width: 100%;
			border: none;
			margin-bottom: 15px;
			padding: 5px 10px;
			font-family: 'raleway-extrabold';
			font-size: 20px;
			color: #333333;
		}

		.contato .formulario input {
			height: 40px;
		}

		.contato .formulario textarea {
			height: 110px;
		}

		.contato .formulario button {
			width: 100%;
			height: 45px;
			border: none;
			font-size: 20px;
			font-family: 'raleway-extrabold';
			text-transform: uppercase;
			color: #fff;
			background: #e8b866;
			cursor: pointer;
			border: 1px solid #e8b866;
		}

		.contato .formulario button:hover {
			border: 1px solid #fd8a3e;
			background: #fff;
			color: #fd8a3e;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}	

		.contato .formulario button i {
			display: inline-block;
			width: 22px;
			height: 22px;
			background: url(../img/icon-enviar.png) no-repeat center center;
		}

		.contato .formulario button:hover i {
			background: url(../img/icon-enviar-hover.png) no-repeat center center;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}

		::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
			color: #bebebe;
			opacity: 1; /* Firefox */
		}
		
		:-ms-input-placeholder { /* Internet Explorer 10-11 */
			color: #bebebe;
		}
		
		::-ms-input-placeholder { /* Microsoft Edge */
			color: #bebebe;
		}

		.info-endereco {
			width: 286px;
			height: 235px;
			background: #e8b866;
			padding: 10px 7px;
			margin: 0 auto;
			margin-top: 30px;
		}	

			.info-endereco h2 {
				margin-bottom: 0;
				margin-left: 25px;
				font-size: 26px;
				font-family: 'raleway-extrabold';
				color: #692c28;
			}

			.info-endereco p {
				padding: 10px 25px;
				margin-top: 0;
				color: #692c28;
				font-size: 14px;
				font-family: 'raleway-extrabold';
			}

			.info-endereco span {
				display: block;
				margin-left: 25px;
				margin-bottom: 28px;
				font-size: 14px;
				letter-spacing: -1px;
				font-family: 'opensans-regular';
				color: #692c28;
			}

			.info-endereco i {
				display: block;
				float: left;
				margin-right: 10px;
			}

			i.telefone {
				width: 31px;
				height: 31px;
				background: url(../img/icon-telefone.png) no-repeat center center;
			}

			i.email {
				width: 30px;
				height: 20px;
				background: url(../img/icon-email.png) no-repeat center center;
			}

			i.whatsapp {
				width: 25px;
				height: 27px;
				float: right;
				margin-right: 85px;
				margin-top: -20px;
				background: url(../img/icon-whatsapp.png) no-repeat center center;
			}

	footer {
		height: 60px;
	}

	footer img {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
	}	
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.icon-mobile {
		display: none;
	}

	.container {
		width: 960px;;
		margin: 0 auto;
	}	

	.header {
		width: 100%;
		height: 100vh;
		background: url('../img/bg-header2.jpg') no-repeat center center;
	}

	.logo {
		float: left;
		width: 300px;
		height: 300px;
		background: url('../img/logo.png') no-repeat center center;
	}

	.header nav {
		float: right;
		margin-top: 48px;
		margin-right: 50px;
	}

	.header nav ul li {
		float: left;
		margin-left: 20px;
		list-style: none;
		font-family: 'raleway-medium';
		text-transform: uppercase;		
	}

	.header nav ul li a {
		color: #fff;
		text-decoration: none;
		padding-bottom: 15px;
	}

	.header nav ul li a:hover {
		border-bottom: 3px solid #afafaf;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}

	header .container.fixed {
		width: 100%;
		height: 85px;
		top: 0;
		position: fixed;
		background: #fff;
		z-index: 9999999999;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
	}

	header .container.fixed .menu-wrapper {
		width: 960px;
		margin: 0 auto;
	}

	header .container.fixed .logo {
		width: 240px;
    	height: 70px;
    	margin-top: 5px;
		background: url('../img/logo-fixed.png') no-repeat center center;
	}

	header .container.fixed nav {
		margin-top: 15px;
	}

	header .container.fixed nav ul li a {
		color: #692c28;
		font-family: 'raleway-extrabold';
	}

	.header h2.titulo-chamada {       
		position: absolute;
		width: 515px;
		left: 50%;
		top: 425px;
    	margin-left: -250px;
        font-size: 55px;
        animation: typing 4s steps(40, end), blink-caret .75s step-end infinite;
    }

    @keyframes typing {
        from { width: 0 }
        to { width: 48% }
    }

    @keyframes blink-caret {
        from, to { border-color: transparent }
        50% { border-color: #fd8a3e; }
    }

	.quem-somos {
		width: 100%;
		height: 500px;
		padding-top: 30px;
	}

		.quem-somos h1 {
			margin-left: 30px;
			font-family: 'raleway-extrabold';
			font-size: 50px;
			color: #e8b866;
		}

		.quem-somos .titulo-span {
			display: block;
			margin-left: 30px;
			margin-top: -30px;
			width: 85px;
			height: 5px;
			background: #e8b866;
		}

		.quem-somos p {
			width: 475px;
			float: left;
			margin-left: 30px;
			margin-top: 50px;
			font-size: 16px;
			font-family: 'opensans-regular';
			color: #545555;
		}

		.quem-somos img {
			float: right;
			height: 320px;
			margin-top: 0;
		}

	.programa {
		background: #936239;
		height: 365px;
	}

		.programa h1 {
			padding-top: 10px;
			font-size: 34px;
			font-weight: lighter;
			text-align: center;
			color: #fff;
		}

		.programa h1 strong {
			font-family: 'raleway-extrabold';
		}

		.programa .titulo-span {
			display: block;
			width: 85px;
			height: 5px;
			margin: 0 auto;
			margin-top: 10px;
			background: #fff;
		}

		.programa .box {
			float: left;
			margin-top: 10px;
			margin-left: 50px;
			width: 260px;
		}

			.programa .box h2 {
				text-align: center;				
				font-family: 'raleway-extrabold';
				font-size: 20px;
				color:#ffd875;
			}

			.programa .box p {
				text-align: center;
				font-size: 14px;
				font-family: 'opensans-regular';
				color: #fff;
			}

	.servicos {
		height: 1360px;
	}

		.servicos h1 {
			text-align: right;
			font-family: 'raleway-extrabold';
			font-size: 50px;
			color: #e8b866;
		}

		.servicos .titulo-span {
			display: block;
			float: right;
			margin-top: -30px;
			width: 85px;
			height: 5px;
			background: #e8b866;
		}

		.servicos .box {
			position: relative;
			margin-top: 60px;
			width: 960px;
			height: 330px;
		}

			.servicos .box img {
				height: 280px;			
			}


			.servicos .box #img-servico1 {
				opacity: 0;
				margin-left: 50px;
			}

			.servicos .box #img-servico3 {
				margin-left: -2000px;
			}

			.servicos .box.par img {
				float: right;
				margin-right: -2000px;
			}

		.servicos .box h2 {
			position: absolute;
			top: 50px;
			right: 0;
			font-size: 20px;
			font-family: 'raleway-extrabold';
			color: #afafaf;
		}

		.servicos .box.par h2 {
			position: absolute;
			top: 50px;
			left: 0;
			font-size: 20px;
			font-family: 'raleway-extrabold';
			color: #afafaf;
		}

		.servicos .box p {
			position: absolute;
			width: 395px;
			right: 0;
			top: 100px;
			text-align: right;
			font-size: 18px;
			font-family: 'opensans-regular';
			color: #545555;
		}

		.servicos .box.par p {
			position: absolute;
			width: 395px;
			left: 0;
			top: 100px;
			text-align: left;
			font-size: 18px;
			font-family: 'opensans-regular';
			color: #545555;
		}
	
	.nossos-parceiros {
		background: #e6e6e6;
		height: 225px;;
	}

		.nossos-parceiros h1 {
			margin-top: 30px;
			margin-bottom: 0;
			text-align: center;
			font-size: 34px;
			font-family: 'raleway-extrabold';
			color: #afafaf;
		}

		.parceiros img {
			margin: 0 auto;
		}

		.bx-wrapper {
			margin-top: 40px;
			background: transparent;
			border: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

	.contato {		
		height: 605px;
		background: #936239;
	}

	.contato .container {
		position: relative;
	}

	.contato h1 {
		text-align: left;
		font-family: 'raleway-extrabold';
		font-size: 40px;
		color: #fff;
	}

	.contato p {
		padding: 10px 25px;
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
		font-family: 'raleway-extrabold';
		font-size: 16px;
		color: #692c28;
	}

	.contato .titulo-span {
		display: block;
		float: left;
		margin-top: -20px;
		width: 85px;
		height: 5px;
		background: #fff;
	}

	.contato .formulario {		
		width: 465px;
		float: left;		
		margin-top: 60px;
	}

		.contato .formulario input, .contato .formulario textarea {
			box-sizing: border-box;
			width: 100%;
			border: none;
			margin-bottom: 15px;
			padding: 5px 10px;
			font-family: 'raleway-extrabold';
			font-size: 20px;
			color: #333333;
		}

		.contato .formulario input {
			height: 40px;
		}

		.contato .formulario textarea {
			height: 110px;
		}

		.contato .formulario button {
			width: 100%;
			height: 45px;
			border: none;
			font-size: 20px;
			font-family: 'raleway-extrabold';
			text-transform: uppercase;
			color: #fff;
			background: #e8b866;
			cursor: pointer;
			border: 1px solid #e8b866;
		}

		.contato .formulario button:hover {
			border: 1px solid #fd8a3e;
			background: #fff;
			color: #fd8a3e;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}	

		.contato .formulario button i {
			display: inline-block;
			width: 22px;
			height: 22px;
			background: url(../img/icon-enviar.png) no-repeat center center;
		}

		.contato .formulario button:hover i {
			background: url(../img/icon-enviar-hover.png) no-repeat center center;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}

		::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
			color: #bebebe;
			opacity: 1; /* Firefox */
		}
		
		:-ms-input-placeholder { /* Internet Explorer 10-11 */
			color: #bebebe;
		}
		
		::-ms-input-placeholder { /* Microsoft Edge */
			color: #bebebe;
		}

		.mapa {
			width: 100%;
			height: 450px;
			background: #545555;
		}

		.mapa iframe {
			height: 450px !important;
		}

		.info-endereco {
			width: 350px;
			height: 235px;
			background: #e8b866;
			position: absolute;
			right: 110px;
			top: 170px;
		}

			.info-endereco h2 {
				margin-left: 25px;
				margin-bottom: 0;
				color: #fff;
				font-size: 30px;
				font-family: 'raleway-extrabold';
				color: #692c28;
			}

			.info-endereco span {
				display: block;
				margin-left: 26px;
				margin-bottom: 20px;
				margin-top: 10px;
				font-size: 18px;
				letter-spacing: -1px;
				font-family: 'opensans-regular';
				color: #692c28;
			}

			.info-endereco i {
				display: block;
				float: left;
				margin-right: 10px;
			}

			i.telefone {
				width: 31px;
				height: 31px;
				background: url(../img/icon-telefone.png) no-repeat center center;
			}

			i.email {
				width: 30px;
				height: 20px;
				margin-top: 5px;
				background: url(../img/icon-email.png) no-repeat center center;
			}

			i.whatsapp {
				width: 25px;
				height: 27px;
				float: right;
				margin-right: 105px;
				margin-top: -15px;
				background: url(../img/icon-whatsapp.png) no-repeat center center;
			}
	
		footer {
			height: 60px;
		}

		footer img {
			float: right;
			margin-top: 10px;
		}
}

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

	.icon-mobile {
		display: none;
	}

	.container {
		width: 1200px;
		margin: 0 auto;
	}	

	.header {
		width: 100%;
		height: 100vh;
		background: url('../img/bg-header2.jpg') no-repeat center center;
	}

	.logo {
		float: left;
		width: 300px;
		height: 300px;
		background: url('../img/logo.png') no-repeat center center;
	}

	.header nav {
		float: right;
		margin-top: 40px;
	}

	.header nav ul li {
		float: left;
		margin-left: 20px;
		list-style: none;
		font-family: 'raleway-medium';
		text-transform: uppercase;		
	}

	.header nav ul li a {
		color: #fff;
		text-decoration: none;
		padding-bottom: 15px;
	}

	.header nav ul li a:hover {
		border-bottom: 3px solid #afafaf;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}

	header .container.fixed {
		width: 100%;
		height: 85px;
		top: 0;
		position: fixed;
		background: #fff;
		z-index: 9999999999;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
	}

	header .container.fixed .menu-wrapper {
		width: 1200px;
		margin: 0 auto;
	}

	header .container.fixed .logo {
		width: 231px;
    	height: 60px;
    	margin-top: 10px;
		background: url('../img/logo-fixed.png') no-repeat center center;
	}

	header .container.fixed nav {
		margin-top: 15px;
	}

	header .container.fixed nav ul li a {
		color: #692c28;
		font-family: 'raleway-extrabold';
	}

	.header h2.titulo-chamada {            
		position: absolute;
        width: 930px;
		left: 50%;
		top: 390px;
    	margin-left: -465px;		
        font-size: 70px;
    }

	.quem-somos {
		width: 100%;
		height: 560px;
		padding-top: 20px;
	}

		.quem-somos h1 {
			margin-left: 30px;
			font-family: 'raleway-extrabold';
			font-size: 50px;
			color: #e8b866;
		}

		.quem-somos .titulo-span {
			display: block;
			margin-left: 30px;
			margin-top: -30px;
			width: 85px;
			height: 5px;
			background: #e8b866;
		}

		.quem-somos p {
			width: 530px;
			float: left;
			margin-left: 30px;
			margin-top: 50px;
			font-size: 20px;
			font-family: 'opensans-regular';
			color: #545555;
		}

		.quem-somos img {
			float: right;
			margin-top: -70px;
		}

	.programa {
		background: #936239;
		height: 365px;
	}

		.programa h1 {
			padding-top: 10px;
			font-size: 34px;
			font-weight: lighter;
			text-align: center;
			color: #fff;
		}

		.programa h1 strong {
			font-family: 'raleway-extrabold';
		}

		.programa .titulo-span {
			display: block;
			width: 85px;
			height: 5px;
			margin: 0 auto;
			margin-top: 10px;
			background: #fff;
		}

		.programa .box {
			float: left;
			margin-top: 10px;
			margin-left: 50px;
			width: 330px;
		}

			.programa .box h2 {
				text-align: center;				
				font-family: 'raleway-extrabold';
				font-size: 26px;
				color:#ffd875;
			}

			.programa .box p {
				text-align: center;
				font-size: 14px;
				font-family: 'opensans-regular';
				color: #fff;
			}

	.servicos {
		height: 1730px;
		padding-bottom: 60px;
	}

		.servicos h1 {
			text-align: right;
			margin-right: 20px;
			font-family: 'raleway-extrabold';
			font-size: 50px;
			color: #e8b866;
		}

		.servicos .titulo-span {
			display: block;
			float: right;
			margin-right: 20px;
			margin-top: -30px;
			width: 85px;
			height: 5px;
			background: #e8b866;
		}

		.servicos .box {
			position: relative;
			margin-top: 60px;
			width: 1200px;
			height: 470px;
		}

		.servicos .box #img-servico1 {
			opacity: 0;
			margin-left: 50px;
		}

		.servicos .box #img-servico3 {
			margin-left: -2000px;
		}

		.servicos .box.par img {
			float: right;
			margin-right: -2000px;
		}

		.servicos .box h2 {
			position: absolute;
			top: 50px;
			right: 20px;
			font-size: 20px;
			font-family: 'raleway-extrabold';
			color: #afafaf;
		}

		.servicos .box.par h2 {
			position: absolute;
			top: 50px;
			left: 0;
			font-size: 20px;
			font-family: 'raleway-extrabold';
			color: #afafaf;
		}

		.servicos .box p {
			position: absolute;
			width: 450px;
			right: 20px;
			top: 100px;
			text-align: right;
			font-size: 18px;
			font-family: 'opensans-regular';
			color: #545555;
		}

		.servicos .box.par p {
			position: absolute;
			width: 450px;
			left: 0;
			top: 100px;
			text-align: left;
			font-size: 18px;
			font-family: 'opensans-regular';
			color: #545555;
		}
	
	.nossos-parceiros {
		background: #e6e6e6;
		height: 225px;;
	}

		.nossos-parceiros h1 {
			margin-top: 30px;
			margin-bottom: 0;
			text-align: center;
			font-size: 34px;
			font-family: 'raleway-extrabold';
			color: #afafaf;
		}

		.parceiros img {
			margin: 0 auto;
		}

		.bx-wrapper {
			margin-top: 40px;
			background: transparent;
			border: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

	.contato {		
		height: 605px;
		background: #936239;
	}

	.contato .container {
		position: relative;
	}

	.contato h1 {
		text-align: left;
		font-family: 'raleway-extrabold';
		font-size: 40px;
		color: #fff;
	}

	.contato p {
		padding: 10px 25px;
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
		font-family: 'raleway-extrabold';
		font-size: 16px;
		color: #692c28;
	}

	.contato .titulo-span {
		display: block;
		float: left;
		margin-top: -20px;
		width: 85px;
		height: 5px;
		background: #fff;
	}

	.contato .formulario {		
		width: 550px;
		float: left;		
		margin-top: 60px;
	}

		.contato .formulario input, .contato .formulario textarea {
			box-sizing: border-box;
			width: 100%;
			border: none;
			margin-bottom: 15px;
			padding: 5px 10px;
			font-family: 'raleway-extrabold';
			font-size: 20px;
			color: #333333;
		}

		.contato .formulario input {
			height: 40px;
		}

		.contato .formulario textarea {
			height: 110px;
		}

		.contato .formulario button {
			width: 100%;
			height: 45px;
			border: none;
			font-size: 20px;
			font-family: 'raleway-extrabold';
			text-transform: uppercase;
			color: #fff;
			background: #e8b866;
			cursor: pointer;
			border: 1px solid #e8b866;
		}

		.contato .formulario button:hover {
			border: 1px solid #fd8a3e;
			background: #fff;
			color: #fd8a3e;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}	

		.contato .formulario button i {
			display: inline-block;
			width: 22px;
			height: 22px;
			background: url(../img/icon-enviar.png) no-repeat center center;
		}

		.contato .formulario button:hover i {
			background: url(../img/icon-enviar-hover.png) no-repeat center center;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}

		::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
			color: #bebebe;
			opacity: 1; /* Firefox */
		}
		
		:-ms-input-placeholder { /* Internet Explorer 10-11 */
			color: #bebebe;
		}
		
		::-ms-input-placeholder { /* Microsoft Edge */
			color: #bebebe;
		}

		.mapa {
			width: 100%;
			height: 450px;
			background: #545555;
		}

		.mapa iframe {
			height: 450px !important;
		}

		.info-endereco {
			width: 350px;
			height: 240px;
			background: #e8b866;
			position: absolute;
			right: 250px;
			top: 170px;
		}

			.info-endereco h2 {
				margin-left: 25px;
				margin-bottom: 0;
				color: #fff;
				font-size: 30px;
				font-family: 'raleway-extrabold';
				color: #692c28;
			}

			.info-endereco span {
				display: block;
				margin-left: 25px;
				margin-bottom: 25px;
				margin-top: 10px;
				font-size: 18px;
				letter-spacing: -1px;
				font-family: 'opensans-regular';
				color: #692c28;
			}

			.info-endereco i {
				display: block;
				float: left;
				margin-right: 10px;
			}

			i.telefone {
				width: 31px;
				height: 31px;
				background: url(../img/icon-telefone.png) no-repeat center center;
			}

			i.email {
				width: 30px;
				height: 20px;
				margin-top: 5px;
				background: url(../img/icon-email.png) no-repeat center center;
			}

			i.whatsapp {
				width: 25px;
				height: 27px;
				float: right;
				margin-right: 105px;
				margin-top: -15px;
				background: url(../img/icon-whatsapp.png) no-repeat center center;
			}
	
		footer {
			height: 60px;
		}

		footer img {
			float: right;
			margin-top: 10px;
		}	
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

