/* CSS Document */
@charset "utf-8";
@import url('http://fonts.googleapis.com/css?family=Andika|Wire+One|Tangerine|Loved+by+the+King|Monsieur+La+Doulaise|Marvel');
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table, img {
	max-width: 100%;
}
table td {
	vertical-align: top;
}
.separator {
	height: 15px;
}
.class25 {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 15px;
}
.class75 {
	width: 75%;
	float: left;
	box-sizing: border-box;
}
hr {
	border: 1px dashed #E2E2E2;
	clear: both;
	margin: 20px 0;
}
.rowInsert:after {
	display: block;
	clear: both;
	height: 1px;
	content: " ";
}
.largura-25 {
	width: 24%;
	margin: 1% 0.5%;
}
.largura-33 {
	width: 32.333333%;
	margin: 1% 0.5%;
}
.largura-50 {
	width: 49%;
	margin: 1% 0.5%;
}
.largura-100 {
	width: 99%;
	margin: 1% 0.5%;
}
.largura-25:after, .largura-33:after, .largura-50:after, .largura-100:after {
	display: block;
	height: 1px;
	content: " ";
	clear: both;
}
 @-moz-document url-prefix() {
.largura-25 {
width: 24% !important;
margin: 1% 0.5%;
}
.largura-33 {
width: 32.3347% !important;
margin: 1% 0.5%;
}
.largura-50 {
width: 49% !important;
margin: 1% 0.5%;
}
.largura-100 {
width: 99% !important;
margin: 1% 0.5%;
}
}
.largura-25, .largura-33, .largura-50, .largura-100 {
	box-sizing: border-box;
	float: left;
	min-height: 100px;
	padding: 10px 15px;
	position: relative;
}
img {
	max-width: 100%;
}
.rowInsert {
	min-height: 100px;
	width: 100%;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	clear: both;
	box-sizing: border-box;
}
.FormBox {
	padding: 10px;
}
.FormBox label input, .FormBox label textarea {
	width: 100%;
	min-width: inherit;
}
#formContatoAuto input {
	line-height: 20px;
	padding: 10px 15px;
	height: 35px;
	border-radius: 0;
}
.FormBox {
	padding: 10px;
	background-color: white;
	border: 1px solid rgb(196, 196, 196);
	font-size: 13px !important;
}
.camposDoFormulario label {
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.camposDoFormulario label span {
	font-weight: 700;
	margin: 0;
	padding: 0;
	padding: 10px 0 10px 0px;
}
.camposDoFormulario label input, .camposDoFormulario label textarea {
	padding: 5px 15px !important;
	border: 1px solid rgb(207, 207, 207);
}
.FormBox .tituloForm {
	font-size: 18px;
	border-bottom: 1px dashed rgb(236, 236, 236);
	line-height: 30px;
	margin-bottom: 20px;
}
.sub-menu {
	display: none !important;
}
.opTempRadio {
	padding-top: 5px;/* padding-left: 15px; */
}
.FormBox label input[type=radio], .FormBox label input[type=checkbox] {
	width: auto;
	display: inline-block;
	height: auto;
	margin-right: 15px;
}
.FormBox label select {
	display: block;
	width: 100%;
	height: auto !important;
	line-height: 30px;
	padding-left: 10px;
}
.FormBox label textarea {
	height: 80px !important;
}
.FormBox .insertCHECK {
	height: auto;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
}
.FormBox .insertRADIO {
	height: auto;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
}
.FormBox .insertCHECK div:after {
	content: " ";
	clear: both;
	height: 1px;
	display: block;
}
.putSlideContent {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 1em;
	color: #C2C2C2;
	padding-top: 10px;
}
.putSlideContent .glyphicon {
	font-size: 2em;
}
/********************/
/* GALERIA DE FOTOS */
/********************/

.galeria-de-fotos .limite-image img {
	max-height: 100% !important;
	box-sizing: border-box !important;
}
.galeria-de-fotos.tamanho-full img {
	height: 100% !important;
	width: 100% !important;
}
.galeria-de-fotos .limite-image {
	overflow: hidden;
	/*height: 150px;*/
	position: relative;
}
.galeria-de-fotos.borda-sem-cor .limite-image img {
	border: 0
}
.galeria-de-fotos.borda-cinza-claro .limite-image img {
	border: 3px solid #C7C7C7;
}
.galeria-de-fotos.borda-cinza-escuro .limite-image img {
	border: 3px solid #8F8F8F;
}
.galeria-de-fotos.borda-preto .limite-image img {
	border: 3px solid #000;
}
.galeria-de-fotos.borda-branco .limite-image img {
	border: 3px solid #FFF;
}
.galeria-de-fotos.borda-amarelo .limite-image img {
	border: 3px solid #FF0;
}
.galeria-de-fotos.borda-rosa .limite-image img {
	border: 3px solid #FFC0CB;
}
.galeria-de-fotos.borda-azul .limite-image img {
	border: 3px solid #00F;
}
.galeria-de-fotos.borda-roxo .limite-image img {
	border: 3px solid #970B97;
}
.galeria-de-fotos.borda-laranja .limite-image img {
	border: 3px solid #FFA500;
}
.galeria-de-fotos.borda-verde .limite-image img {
	border: 3px solid #00FF33;
}
.galeria-de-fotos.gf-100 .limite-image {
	max-height: 125px !important;
}
.galeria-de-fotos.gf-50 .limite-image {
	max-height: 170px !important;
}
.galeria-de-fotos.gf-33 .limite-image {
	max-height: 180px !important;
}
.galeria-de-fotos.gf-25 .limite-image {
	max-height: 230px !important;
}
.galeria-de-fotos.gf-20 .limite-image {
	max-height: 340px !important;
}
.galeria-de-fotos.gf-16 .limite-image {
	max-height: 450px !important;
}
.galeria-de-fotos.gf-14 .limite-image {
	max-height: 470px !important;
}
/*
@-moz-document url-prefix() {
	.galeria-de-fotos.gf-100 .limite-image { height: 125px !important; }
	.galeria-de-fotos.gf-50  .limite-image { height: 170px !important; }
	.galeria-de-fotos.gf-33  .limite-image { height: 180px !important; }
	.galeria-de-fotos.gf-25  .limite-image { height: 230px !important; }
	.galeria-de-fotos.gf-20  .limite-image { height: 340px !important; }
	.galeria-de-fotos.gf-16  .limite-image { height: 450px !important; }
	.galeria-de-fotos.gf-14  .limite-image { height: 470px !important; }
}
*/

.container-image-galeria:after, .galeria-de-fotos:after {
	content: " ";
	display: block;
	clear: both;
}
.galeria-de-fotos .clearGallery {
	clear: both;
	height: 1px;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
}
.galeria-de-fotos.gf-100 > div {
	width: 100% !important;
}
.galeria-de-fotos.gf-50 > div {
	width: 50% !important;
}
.galeria-de-fotos.gf-33 > div {
	width: 33% !important;
}
.galeria-de-fotos.gf-25 > div {
	width: 25% !important;
}
.galeria-de-fotos.gf-20 > div {
	width: 20% !important;
}
.galeria-de-fotos.gf-16 > div {
	width: 16.666666666666666666666666666667% !important;
}
.galeria-de-fotos.gf-14 > div {
	width: 14.285714285714285714285714285714% !important;
}
.galeria-de-fotos.gf-100 > div, .galeria-de-fotos.gf-50 > div, .galeria-de-fotos.gf-33 > div, .galeria-de-fotos.gf-25 > div, .galeria-de-fotos.gf-20 > div, .galeria-de-fotos.gf-16 > div, .galeria-de-fotos.gf-14 > div {
	overflow: hidden;
	padding: 15px !important;
	box-sizing: border-box !important;
	max-width: 100% !important;
	float: left !important;
	display: block !important;
	text-align: center !important;
}

/***************************/
/* FINDAL GALERIA DE FOTOS */
/***************************/

/* Add Responsive */
@media (min-width: 768px) {
.largura-25 {
	width: 49%;
	margin: 1% 0.5%;
}
.largura-33 {
	width: 99%;
	margin: 1% 0.5%;
}
.largura-50 {
	width: 99%;
	margin: 1% 0.5%;
}
.largura-100 {
	width: 99%;
	margin: 1% 0.5%;
}
.container {
	width: 750px;
	max-width: 100%;
}
}

@media (max-width: 767px) {
.largura-25 {
	width: 49%;
	margin: 1% 0.5%;
}
.largura-33 {
	width: 99%;
	margin: 1% 0.5%;
}
.largura-50 {
	width: 99%;
	margin: 1% 0.5%;
}
.largura-100 {
	width: 99%;
	margin: 1% 0.5%;
}
.container {
	width: 750px;
	max-width: 100%;
}
body * {
	font-size: initial !important;
}
#logo {
	display: block;
	width: 100%;
	text-align: center;
}
#header {
	position: relative;
	min-height: 150px;
	height: auto !important;
}
#menu {
	position: relative;
	top: inherit;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20) inset;
}
#menu li {
	display: block;
	width: 100%;
}
#menu li a {
	height: inherit;
	line-height: initial;
	padding: 1em;
}
}

@media (min-width: 992px) {
.largura-25 {
	width: 25%;
	margin: 1% 0.5%;
}
.largura-33 {
	width: 32%;
	margin: 1% 0.5%;
}
.largura-50 {
	width: 41%;
	margin: 1% 0.5%;
}
.largura-100 {
	width: 99%;
	margin: 1% 0.5%;
}
.container {
	width: 970px;
	max-width: 100%;
}
}

@media (min-width: 1200px) {
.largura-25 {
	width: 24%;
	margin: 1% 0.5%;
}
.largura-33 {
	width: 32.333333%;
	margin: 1% 0.5%;
}
.largura-50 {
	width: 49%;
	margin: 1% 0.5%;
}
.largura-100 {
	width: 99%;
	margin: 1% 0.5%;
}
.container {
	width: 1170px;
	max-width: 100%;
}
}
/* End Responsive */
