/** Screen */
/** Caminhos */
/** Colors */
/** Nav */
/** Buttons */
/** CTAs */
/** Fonts */
/** Others */
/*FUNCTION*/
.o-center {
  position: relative;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  height: inherit;
  max-width: 1170px;
}
.o-title-1 {
  color: #7ca42e;
}
.o-related-link {
  margin: 3% 0;
  border-top: solid 4px #EEE;
  border-bottom: solid 4px #EEE;
}
.o-related-link.pull-left {
  margin-right: 3%;
}
.o-related-link.pull-right {
  margin-left: 3%;
}
.o-video,
.o-mapa {
  position: relative;
  width: 100%;
  height: 0;
}
.o-video {
  padding-bottom: 55%;
}
.o-mapa {
  padding-bottom: 70%;
}
.o-video iframe,
.o-mapa iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
label {
  font-weight: normal;
}
.form-control {
  border-radius: 0;
  height: 40px;
}
textarea.form-control {
  height: 135px;
}
/* google tradutor */
#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}
/*.o-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover; 
	&.is-absolute {
		position: absolute;
		top: 50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
}
*/
.o-bg-color-green {
  background-color: #f0ffd9;
}
.o-title-interna {
  color: #120b09;
  font-size: 3em;
  font-family: 'Lato-Black';
  text-transform: uppercase;
}
.o-msg {
  font-family: 'Lato-Black';
  font-size: 2em;
  color: #7ca42e;
  min-height: 600px;
}
.o-msg h2 {
  margin-top: 20%;
}
/* responsive */
@media (max-width: 768px) {
  .o-msg {
    min-height: 300px;
  }
}
