.neotropic-institucional h1 {
    color: rgba(255,255,255, 1.0);
}
.neotropic-institucional p {
    color: rgba(255,255,255,0.8);
    font-weight: 700;
    text-shadow: black 1px 1px;
}
.missao svg {
    width: 120px;
}
#institucional-column .vc_column-inner {
    background-position: center;
    background-size: cover;
}
#atuacao {
    color: white;
}
#atuacao h3 {
    font-size: 2em;
}
.aio-icon-component.teamphoto .img-icon {
    border-radius: 50% !important;
}
.teamphoto .aio-icon-header h3 {
    font-weight: bold;
}
.frase blockquote {
    border: none;
    color: rgba(255,255,255,0.8);
    font-weight: 700;
    font-family: Raleway;
    font-size: 1.8em;
    text-shadow: 2px 2px rgba(8, 8, 8, 0.69);
}
.frase blockquote em {
    color: #4CAF50;
    font-family: Raleway;
    font-size: 0.83em;
    text-shadow: 2px 2px rgba(8, 8, 8, 0.69);
}
.frase p:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../2017/09/quote.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -2px;
    top: 2px;
    pointer-events: none;
    -webkit-user-select: none;
}
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


@media (min-width: 1200px) {
.navbar-nav>li {
    font-size: 1.1em;
}
}

.area-atuacao {
	min-height: 237px;
}
.area-atuacao .Defaults-globe {
	margin-left: 10px;
}
.texto-branco {
	color: #f5f5f5;
	text-shadow: black 2px 2px;
}
.vc_empty_space{
    clear: both;
}
.planos {
    padding: 10px;
    background-color: #f5f5f5;
    height: 588px;
}
.planos .featured_list {
    height: 130px;
}
.planos .title {
    height: 138px;
    overflow: hidden;
}