*{
	font-family: 'PalanquinDark-Regular';
}
.grid-container{
	position: relative;
	z-index: 99999999
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999999;
	background: rgba(122,117,108,0.8);
}
header section{
	padding: 30px 0;
}
li{
	text-decoration: none;
	list-style: none;
}
header ul{
	margin-top: 56px;
}
header li{
	position: relative;
	float: left;
	padding: 0 20px;
}
header li a{
	color: #fff;
	font-weight: bold;
}
header li a:hover{
	color: #fff;
	opacity: 0.9;
}
header li ul{
	position: absolute;
	background: rgba(122,117,108,0.6);
	width: 200px;
	top: -30px;
	left: -20px;
	display: none;
}
header li:hover ul{
	display: block;
}
header li ul li{
	text-align: left;
	padding: 5px 20px;
	width: 100%;
}
.banner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner img{
	height: 100%;
}
.textoBanner{
	position: absolute;
	width: 100%;
	z-index: 9;
	/*bottom: 200px;*/
	/* top: 30%; */
	bottom: 50%;
}
.textoBanner p{
	color: #fff;
}
.textBanner1{
	/*font-size: 4vw;*/
	font-size: 4em;
	line-height: 1;
}
.bordatextBanner1{
	width: 50%;
	border-bottom: solid 3px #fff;
}
.textBanner2{
	/*font-size: 6vw;*/
	font-size: 5em;
	line-height: 1;
}

/**/
.bgBoxHome1{
	background: #6C6C6C;
}
/*.boxHome1{
	margin-top: 53.5%;
}*/
.boxHome1 h2,.boxHome1 h3{
	font-family: 'PalanquinDark-Regular';
	line-height: 1;
}
.boxHome1 h2{
	font-size: 3	vw;
	margin-top: 20px;
}
.boxHome1 h3{
	font-size: 1.3vw;
}
.boxHome1 .cell{
	background: #fff;
	border-top: solid 80px #000;
	margin-top: -40px;
}
.boxHome1 figcaption{
	margin-left: 0.9375rem;
    margin-right: 0.9375rem
}

/**/

.boxHome2{
	padding-top: 70px;
}
.boxHome2 h4{
	font-family: 'PalanquinDark-Regular';
	font-size: 3.7vw;
	color: #EFEFEF;
}
.boxHome2 p{
	color: #EFEFEF;
}

.absolute{
	position: absolute;
	z-index: 99999999;
}
.norelative{
	position: inherit;
}

/**/
.bgBoxHome2{
	background: #EFEFEF;
}
.boxHome3{
	padding-top: 70px;
}
.boxHome3 p{
	color: #7B7B7B;
}
.boxHome3 h4{
	font-family: 'PalanquinDark-Regular';
	font-size: 3.7vw;
	color: #7B7B7B;
}
.boxHome3 img{
    margin-bottom: 20px;
}
.boxHome3 .boxes p{
	color: #7B7B7B;
	font-size: 1.5vw;
	line-height: 1;
}

/**/
.bgBoxHome3{
	background: #7B7B7B;
}
.bgBoxHome3 h4{
	font-family: 'PalanquinDark-Regular';
	font-size: 3.7vw;
	color: #EFEFEF;
}
.bgBoxHome3 label{
	font-size: 1.5vw;
	color: #EFEFEF;
}

.button.hollow.branco {
    border: 1px solid #fff;
    color: #fff;
}

/**/

.bgBoxHome4{
	background: #EFEFEF;
	padding-top: 50px;
	padding-bottom: 100px;
}

.bgBoxHome4 h4{
	font-family: 'PalanquinDark-Regular';
	font-size: 3.7vw;
	color: #7B7B7B;
}
.bgBoxHome4 label{
	font-size: 1.5vw;
	color: #7B7B7B;
}
.bgBoxHome4 iframe{
	width: 100%;
	height: 80%;
}
/**/
footer{
	background: #EFEFEF;
	padding: 20px;
	border-top: solid 5px #7B7B7B;;
}
footer .bordaRight{
	border-right: solid 2px #7B7B7B;
}
footer ul{
	margin-top: 20px;
}
footer li{
	font-size: 0.9vw;
}
footer li a{
	color: #7B7B7B;
}
footer p{
	font-size: 0.7vw;
	color: #7B7B7B;
}

/**/
.bannerInner{
	overflow: hidden;
	height: 500px;
}
.boxInner1{
	background: #6C6C6C;
}
.boxInner1 h4{
	font-family: 'PalanquinDark-Regular';
	font-size: 3.7vw;
	color: #EFEFEF;
}
.boxInner1 p{
	color: #EFEFEF;
}
.boxInner1 .icon{
	margin-right: 20px;
}
.boxInner1 .button{
	padding: 0.85em 4.5em;
}
.bordatextInner{
	width: 30%;
	border-bottom: solid 1px #fff;
	margin-bottom: 30px;
}

.boxInner1 iframe{
	width: 100%;
	height: 100%;
}

/**/
@media screen and (min-width: 320px) and (max-width: 480px) {
	header{
		text-align: center;
	}
	img{
		width: 100%;
	}
	.boxHome1 .cell{
		margin-top: 0;
	}
	.logo{
		width: 40%;
	}
	.banner{
		position: inherit;
	}
	.banner img{
		width: 100%;
	}
	.textoBanner{
		display: none;
	}
	.boxHome1 h2{
		font-size: 1.25rem;
	}
	.boxHome1 h3{
		font-size: 1rem;	
	}
	header li{
		font-size: 0.9em;
		padding: 0 10px;
	}
	header ul{
		margin-top: 20px;
	}
	.boxHome1 .cell{
		border: none;
	}
	.boxHome3 .boxes p{
		font-size: 1.2em;
	}
	.bgBoxHome3 label,.bgBoxHome4 label{
		font-size: 1.2em;
	}
	footer{
		text-align: center;
	}
	footer li {
	    font-size: 0.9em;
	}
	.logoFooter {
		width: 50%;
		margin-top: 20px;
	}
	footer p {
	    font-size: 0.7em;
	}
	.iconSocial{
		width: inherit;
		height: 30px;
	}

	.bannerInner{
		max-height: 200px;
	}
	.boxInner1 h4 img{
		width: 50px;
	}
	.boxInner1 .icon{
		max-width: 30px;
		height: 30px;
	}
	.boxHome2 h4,.boxHome3 h4,.bgBoxHome3 h4,.bgBoxHome4 h4,.boxInner1 h4{
		font-size: 2em;
	}
	header{
		position: relative;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	header{
		text-align: center;
	}
	img{
		width: 100%;
	}
	.boxHome1 .cell{
		margin-top: 0;
	}
	.logo{
		width: 30%;
	}
	.banner{
		position: inherit;
	}
	.banner img{
		width: 100%;
	}
	.textoBanner{
		display: none;
	}
	.boxHome1 h2{
		font-size: 1.25rem;
	}
	.boxHome1 h3{
		font-size: 1rem;	
	}
	header li{
		font-size: 0.9em;
		padding: 0 10px;
	}
	header ul{
		margin-top: 20px;
	}
	.boxHome1 .cell{
		border: none;
	}
	.boxHome3 .boxes p{
		font-size: 1.2em;
	}
	.bgBoxHome3 label,.bgBoxHome4 label{
		font-size: 1.2em;
	}
	footer{
		text-align: center;
	}
	footer li {
	    font-size: 0.9em;
	}
	.logoFooter {
		width: 30%;
		margin-top: 20px;
	}
	footer p {
	    font-size: 0.7em;
	}
	.iconSocial{
		width: inherit;
		height: 30px;
	}

	.bannerInner{
		max-height: 350px;
	}
	.boxInner1 h4 img{
		width: 50px;
	}
	.boxInner1 .icon{
		max-width: 30px;
		height: 30px;
	}
}
@media screen and (min-width: 769px) and (max-width:1024px) {
	.banner{
		position: inherit;
	}
	.banner img{
		width: 100%;
	}
	.textoBanner{
		display: none;
	}
	.boxHome1 h2{
		font-size: 1.25rem;
	}
	.boxHome1 h3{
		font-size: 1rem;	
	}
	header li{
		font-size: 0.9em;
		padding: 0 10px;
	}
	.boxHome1 .cell{
		border: none;
	}
	.boxHome3 .boxes p{
		font-size: 1.2em;
	}
	.bgBoxHome3 label,.bgBoxHome4 label{
		font-size: 1.2em;
	}
	footer li {
	    font-size: 0.9em;
	}
	.logoFooter {
		width: 90%;
		margin-top: 20px;
	}
	footer p {
	    font-size: 0.7em;
	}

}
@media (min-width: 47em) {} /* 752px */
@media (min-width: 68em) {} /* 1088px */
@media (min-width: 82em) { ... } /* 1312px */
@media (min-width: 100em) { ... } /* 1600px */

/**/

.cycle-prev img,.cycle-next img{
	width: 45px;
}
.cycle-prev{
	position: absolute;
	left: 20px;
	z-index: 9999999999999;
	top: 45%;
	cursor: pointer;
}
.cycle-next{
	position: absolute;
	right: 20px;
	z-index: 9999999999999;
	top: 45%;
	cursor: pointer;
}
.cycle-pager{
	margin-top: 10px;
	text-align: center;
}
.cycle-pager img{
	cursor: pointer;
}
