﻿img.logo
{
  width: 100%;
}

div.building
{
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 10%;
  width: 50%;
  text-align: right;
}

div.menu
{
  width: 100%;
  z-index: 1000;
  background-color: white;
}

nav.menu-float
{
  -webkit-box-shadow: 0 0 16px 0 black;
  box-shadow: 0 0 16px 0 black;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

nav.navbar-custom
{
  margin-bottom: 0;
  z-index: 1000;
}

nav.navbar-fixed
{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}

.navbar-default
{
  background-color: #fff !important;
}

.navbar
{
  border: none !important;
}

@media (min-width: 768px)
{
  .navbar
  {
    border-radius: 0 !important;
  }

  .custom-navbar-center {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    position: absolute;
    width: 970px;
  }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
  color: #fff !important;
  background-color: #F26522 !important;
}

section.section
{
  min-height: 700px;
  padding: 30px 0;
}

section.palestra-tema
{
  padding: 5px 0;
  text-align: center;
}

section.image
{
  min-height: 780px;
  -webkit-box-shadow: inset 0 0 15px 2px black;
  box-shadow: inset 0 0 15px 2px black;
}

section.lightgreen
{
  background-color: #EFFFEF;
}

section.lightblue
{
  background-color: #eff5ff;
}

section.lightred
{
  background-color: #ffefef;
}

.section-title
{
  font-family: "brandon-grotesque", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #45B29A;
}

.section-description
{
  font-family: "Verdana", sans-serif;
  color: #5E5E5E;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}

.section-description-white {
  font-family: "Verdana", sans-serif;
  color: white;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 20px;
  text-align: justify;
  text-shadow: 0 1px 2px #444444;
  text-shadow: 0 1px 2px rgba(68, 68, 68, 1);
}

.section-description-title {
  font-family: "Verdana", sans-serif;
  color: white;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px #444444;
  text-shadow: 0 1px 2px rgba(68, 68, 68, 1);
  cursor: pointer;
}

img.section-image {
  margin-top: 80px;
  margin-bottom: 30px;
  display: inline;
}

img.section-image-gerenciamento-estresse {
  position: absolute;
  right: 0;
  margin-top: -80px;
}

ul.section-description li
{
  font-family: "Verdana", sans-serif;
  color: #5E5E5E;
  line-height: 1.8;
  text-align: justify;
  font-size: 18px;
}

.section-subtitle
{
  font-family: "Verdana", sans-serif;
  line-height: 1.8;
  margin-top: 40px;
  text-align: left;
}

.red
{
  color: #DE0000;
}

.blue
{
  color: #0000DE;
}

.green
{
  color: #008000;
}

article
{
  margin: 0 auto;
  padding-bottom: 50px;
  padding: 0 20px;
}

div.youtube-video-container
{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

div.youtube-video-container iframe,
div.youtube-video-container object,
div.youtube-video-container embed
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.width-full
{
  width: 100%;
}

footer
{
  min-height: 300px;
  background-color: #CFCFCF;
}

form
{
  overflow: hidden;
}

.contato form label
{
  float: left;
  padding-bottom: 5px;
}

.contato form label span
{
  color: #D1D1D1;
}

.contato form input,
.contato form textarea
{
  font-family: 'latoregular', sans-serif;
  border: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
  color: #333;
  resize: vertical;
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  padding: 9px 10px 8px;
  width: 100%;
}

.contato form input
{
  height: 40px;
  resize: none;
}

.contato form textarea
{
  min-height: 150px;
  padding-top: 10px;
}

.contato form .submit
{
  height: 50px;
  width: 150px;
  font-family: 'latolight', sans-serif;
  letter-spacing: 1px;
  float: left;
  display: block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
  background: #757575;
  border-bottom: 4px solid #F26522;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contato form .submit:hover
{
  background: #F26522;
}

.contato form .submit:disabled
{
  background: #ababab;
  border-bottom: 4px solid #ababab;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #F0D4C6 !important;
}

.nav-pills > li > a,
.nav-pills > li > a:active {
  color: #DE0000 !important;
  font-size: 18px !important;
  border: 1px solid transparent !important;
}

.navbar-default .navbar-nav > li > a {
  color: #C83F00 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #863916 !important;
}
