/* NORMALIZE */

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-weight: 400;
}

*:focus {
	outline: 0;
}

a,
a:hover {
	text-decoration: none;
}

a {
	color: inherit;
}


/* GERAL */

* {
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	-moz-transition: color .2s, background-color .2s, border-color .2s;
	-o-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s;
}

body {
	background-color: #ecf0f1;
	color: #7f8c8d;
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.container {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 21px;
}

p a {
	color: #f59834;
}

p a:hover {
	color: #910045;
}


/* H'S */

h1 {
	color: #910045;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 65px;
	margin-bottom: 45px;
}

h1:first-child {
	margin-top: 0;
}

h3 {
	color: #f59834;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}

h3:first-child {
	margin-top: 0;
}

h5 {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 55px;
	margin-bottom: 40px;
}

h5:first-child {
	margin-top: 0;
}


/* SLIDER */

.slider {
	position: relative;
	width: 100%;
}

.slider span {
	display: block;
	width: 100%;
	height: 600px;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.captions {
	z-index: 102;
	color: #FFF;
	position: absolute;
	width: 80%;
	top: 73%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 0px 1px #385D8A, 1px 1px 1px #385D8A, 0px 0px 31px #777;
}

.captions b {
	font-weight: 700;
	font-size: 50px;
	text-shadow: 0px 0px 1px #385D8A, 1px 1px 1px #385D8A, 0px 0px 31px #777;
}

.slider-overlay {
	/*position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);*/
}

.prev-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #910045;
	font-size: 35px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 103;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	/*S-0*/
	filter: alpha(opacity=1);
	/*S-0*/
}

.slider:hover .prev-next {
	opacity: 1;
	filter: alpha(opacity=100);
}

.prev-next:hover {
	color: #ffffff;
}

.cycle-prev {
	left: 25px;
}

.cycle-next {
	right: 25px;
}

@media all and (max-width: 650px) {
	.slider span {
		height: 400px;
	}
	.captions {
		font-size: 20px;
	}
	.captions b {
		font-size: 25px;
	}
}


/* BANNER */

.banner {
	display: block;
	width: 100%;
	height: 300px;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}


/* HEADER */

.header {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 104;
}

.header .container {
	position: relative;
}

.logo {
	float: left;
	height: 110px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.titulo-site-wrapper {
	display: block;
	float: left;
	position: relative;
	height: 80px;
	width: 190px;
	background-color: #910045;
	margin: 0 20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.titulo-site {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	display: block;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.titulo-site b {
	font-weight: 700;
	font-size: 17px;
}

.menu {
	float: left;
	background-color: #ffffff;
	display: block;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.menu > li {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.menu > li > a {
	padding: 0 25px;
	display: block;
	line-height: 80px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #aaaabb;
}

.menu > li:hover > a {
	color: #910045;
}

.menu > li > a.active {
	color: #FFF;
	background-color: #910045;
}

.menu > li > a.active:hover {
	background-color: #b70057;
}

.submenu {
	width: 100%;
	position: absolute;
	background-color: #910045;
	padding: 20px 0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.submenu > li {
	display: none;
}

.submenu > li > a {
	text-align: center;
	display: block;
	padding: 0 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
}

.submenu > li > a.active,
.submenu > li > a:hover {
	color: #910045;
	background-color: #ecf0f1;
}

.submenu > li > a.active:hover {
	background-color: #bdc3c7;
}

.mobile-menu-toggle {
	display: none;
}

@media all and (max-width: 1089px) {
	.logo {
		height: 75px;
	}
	.titulo-site-wrapper {
		height: 60px;
		width: 140px;
		margin: 0 0 0 7px;
	}
	.titulo-site {
		font-size: 9px;
	}
	.titulo-site b {
		font-size: 12px;
	}
	.menu {
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		width: calc(100% - 50px);
		display: none;
		float: none;
		position: absolute;
		top: 80px;
		right: 25px;
	}
	.menu > li {
		display: none;
		float: none;
	}
	.menu > li > a {
		line-height: 45px;
		font-size: 14px;
		text-align: center;
	}
	.submenu {
		position: relative;
		padding: 0;
	}
	.submenu > li > a {
		line-height: 35px;
		font-size: 11px;
	}
	.mobile-menu-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 25px;
		line-height: 60px;
		width: 35px;
		text-align: center;
		color: #910045;
		cursor: pointer;
		font-size: 25px;
		background-color: #ecf0f1;
	}
}


/* FOOTER */

.footer {
	width: 100%;
	background-color: #910045;
	color: #ecf0f1;
	font-size: 13px;
}

.footer .container {
	padding: 50px 25px;
}

.footer a {
	color: #F59834;
}

.footer a:hover {
	color: #95a5a6;
}

.footer li {
	line-height: 25px;
}

.footer-parte-1 {
	width: 32%;
	float: left;
}

.f1-col1 {
	width: 30%;
	float: left;
}

.f1-col2 {
	width: 65%;
	float: right;
}

.footer-parte-2 {
	width: 65%;
	float: right;
}

.f2-col {
	width: 65%;
	margin-left: 3%;
	float: left;
}

@media all and (min-width: 851px) {
	.f2-col:first-child {
		margin-left: 0;
		width: 32%;
	}
}

.footer-logo {
	width: 200px;
	max-width: 100%;
	display: block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media all and (min-width: 851px) {
	.certificacao-tit {
		text-align: right !important;
	}
}

.certificacao img {
	display: block;
	width: 34%;
	float: right;
	margin-bottom: 1%;
}

.certificacao img:nth-child(odd) {
	width: 65%;
	float: left;
	clear: both;
}

@media all and (max-width: 850px) {
	.footer {
		text-align: center;
	}
	.footer-parte-1 {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	.footer-parte-2 {
		float: none;
		width: 100%;
	}
	.f2-col {
		width: 48.5%;
		margin: 0;
		float: left;
	}
	.f2-col:last-child {
		float: right;
	}
}

@media all and (max-width: 600px) {
	.f1-col1 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.f1-col2 {
		width: 100%;
		float: none;
	}
	.f2-col {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
		float: none;
	}
	.f2-col:first-child {
		margin-top: 0;
	}
}


/* CREDITS */

.credits {
	width: 100%;
	background-color: #670031;
	color: #ecf0f1;
	text-align: right;
	font-size: 13px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.credits .container {
	padding: 15px 25px;
}

.credits a:hover {
	color: #95a5a6;
}

@media all and (max-width: 650px) {
	.credits {
		text-align: center;
	}
}


/* CONTENT */

.content {
	width: 100%;
}

.content .container {
	padding: 75px 25px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	background-color: #ffffff;
	margin-top: -35px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	-webkit-border-top-left-radius: 11px;
	-moz-border-radius-topleft: 11px;
	border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topright: 11px;
	border-top-right-radius: 11px;
	overflow: hidden;
}

.double-cols > .coluna {
	width: 47.5%;
	float: right;
	margin-bottom: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

@media all and (min-width: 651px) {
	.double-cols > .coluna:nth-child(odd) {
		float: left;
		clear: both;
	}
	.double-cols > .coluna:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media all and (max-width: 650px) {
	.double-cols > .coluna {
		width: 100%;
		margin-left: 0;
	}
	.double-cols > .coluna:last-child {
		margin-bottom: 0;
	}
}

.col {
	display: block;
	float: left;
	margin-left: 5%;
}

.col:first-child {
	margin-left: 0;
}


/*  GRID OF THREE  */

.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 65%;
}

.span_1_of_3 {
	width: 30%;
}

@media only screen and (max-width: 850px) {
	.col {
		margin: 0 0 30px 0;
	}
	.col:last-child {
		margin: 0;
	}
	.span_3_of_3,
	.span_2_of_3,
	.span_1_of_3 {
		width: 100%;
	}
}

.bem-vindo {
	margin-bottom: 50px;
}

.home-feat {
	height: 285px;
	border: 5px solid #FFF;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	-webkit-border-top-left-radius: 11px;
	-moz-border-radius-topleft: 11px;
	border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topright: 11px;
	border-top-right-radius: 11px;
	-webkit-box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
	-moz-box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
	box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
}

.home-feat .thumb {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.home-feat .overlay {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.home-feat .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	text-transform: uppercase;
	background-color: rgba(145, 0, 69, 0.8);
	text-align: center;
	display: block;
	color: #FFF;
	z-index: 2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.home-feat:hover {
	/*border-color: #385d8a;*/
}

.home-feat:hover .thumb {
	width: 103%;
	height: 103%;
	margin-top: -1%;
	margin-left: -1%;
}

.home-feat:hover .overlay {
	opacity: 0;
	filter: alpha(opacity=0);
}


/* EMPRESA */

.galeria-simples {
	width: 100%;
	display: none;
}

.galeria-simples span {
	display: block;
	width: 100%;
	height: 500px;
	border: 5px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 11px;
	-moz-border-radius-topleft: 11px;
	border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topright: 11px;
	border-top-right-radius: 11px;
	-webkit-box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
	-moz-box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
	box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
}


/* INSTALAÇÕES */

.fancybox a {
	display: block;
	float: left;
	width: 19.2%;
	margin-left: 1%;
	margin-bottom: 1%;
	height: 150px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 5px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
	-moz-box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
	box-shadow: 0 0 1px 1px rgba(127, 127, 127, 0.3);
	position: relative;
}

.fancybox a:hover {
	/*border-color: #385D8A;*/
}

.fancybox .fancy-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: rgba(145, 0, 69, 0.8);
	color: #FFF;
	text-transform: uppercase;
}

@media all and (min-width: 651px) {
	.fancybox a:nth-child(5n+1) {
		clear: both;
		margin-left: 0;
	}
}

@media all and (max-width: 650px) and (min-width: 451px) {
	.fancybox a {
		width: 32.66%;
	}
	.fancybox a:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
}

@media all and (max-width: 450px) {
	.fancybox a {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	.fancybox a:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}
}


/* CONTACTOS */

.form-frame {
	display: block;
	width: 100%;
	height: 400px;
	border: 0;
}

.formulario input,
.formulario textarea {
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DDD;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #7f8c8d;
	margin-bottom: 10px;
	resize: none;
}

.formulario textarea {
	height: 100px;
}

.formulario .nota {
	display: block;
}

.google-map {
	display: block;
	width: 100%;
	height: 350px;
	margin-top: 50px;
}

.backstretch {
	background-color: #fff;
}

.backstretch img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}