
/* ----- CUSTOM FORMA ----- */


.logo-250 {
	max-width: 250px;
	margin-top: -10px;
}
.logo-200 {
	max-width: 200px;
	margin-top: -10px;
}
.logo-150 {
	max-width: 150px;
	margin-top: -10px;
}

.logo-300 {
	max-width: 300px;
}

/** Defina abaixo as cores principais do tema */
.bg-dark {
	background: #000;
}

nav.scrolled, nav.fixed  {
	border-bottom: 1px solid rgba(255,255,255, 0.27);
}

/*slider fit text */
.fit-slider-content{
	max-width: 80%;
	margin: 0 auto;
}


/* Deixa fundo do slider escuro e adiciona contraste na imagem */

.slide-text-bg  {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
.slide-text-bg h1 {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}
.slide-text-bg p {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

.fade-img .background-image-holder.fadeIn {
	opacity: 0.3;
}
.fade-img{
	background-color: #000;
}


.mapa-400 {
  height: 25vw !important;
}

.social-header {
  font-size: 17px;
}



/* Creditos forma */

.creditos-forma a {
  color: #fff;
}
.creditos-forma a:hover {
  color: #888;
}

.logo-creditos-forma {
  width: 140px;

}
.logo-creditos-forma:hover {
  opacity: 0.3;
}

.module.widget-handle {
	border-top: none;
	line-height: 93px;
}




/* helpers altura imagem */


.img-height-50 img {
  min-height: 50px;
  height: 50px;
  max-height: 50px;
}

.img-height-100 img {
  min-height: 100px;
  height: 100px;
  max-height: 100px;
}

.img-height-150 img {
  min-height: 150px;
  height: 150px;
  max-height: 150px;
}

.img-height-200 img {
  min-height: 200px;
  height: 200px;
  max-height: 200px;
}

.img-height-500 img {
  min-height: 500px;
  height: 500px;
  max-height: 500px;
}

.img-height-600 img {
  min-height: 600px;
  height: 600px;
  max-height: 600px;
}

.creditos-forma {
	color: #fff !important;
}

/* contact form 7 */

input[type="submit"] {
   border-radius: 25px !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	color: #333;
}

.wpcf7-form p {
	margin-bottom: 0;
}
div.wpcf7-mail-sent-ng {
	border: none;
}

.wpcf7-not-valid-tip {
	margin: -15px 0 15px 0 !important;
	color: #ffffff !important;
    background: #b71d1d;
    padding: 5px 0px 5px 10px;
}
.wpcf7-response-output, div.wpcf7-validation-errors {
	border: none;
	color: #fff !important;
	margin-top: 5px;
	font-size: 15px;
}
div.wpcf7-mail-sent-ok {
	border: none;
	color: #fff;
	background: #398f14;
	margin: 0px;
	padding: 5px 10px;
}

@media all and (max-width: 990px) {

	.nav-bar .module-group {
		border-top: 1px solid #ccc;
	}
	.nav-bar .module-group .module {
		padding-top: 20px;
	}
	.nav-mobile {
		text-align: center;
	}
	.nav-mobile .menu li a, .nav-mobile .social-list li a {
		margin: 20px auto;
		font-weight: bold;
		font-size: 24px;

	}
	ul.list-inline.social-list.social-header {
		padding: 0px;
	}

	.social-header, .social-list, .icon-sm {
	  font-size: 26px;
	}

	.mapa-400 {
	  height: 90vw !important;
	}

}