.animar{
    opacity:0;
}

/*
* Centraliza as barras de navegação ao centro
*/
header {
    text-align: center;
   /* background: #2C3E50;
    background-image: url('../img/fundo_alternativo.jpg'); */
    background-repeat: repeat-y;
    background-size: cover;
    color: #fff;    
    height: auto;
    min-height: 600px;
}

header h2{
    color: #fff;
}

section h2 {
    margin: 0;
    font-size: 3em;
    text-align: center;
}

section.success {
    background-color: #233140;
    color: #fff;
    padding-bottom: 40px;
}

.bg_video{
    position: fixed; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 50%;
    width: auto; 
    height: auto; 
    z-index: -1000;
    background-size: cover; 
}

.header-cases{
    margin-bottom: 20px;
}

/* Links ativos do site */
 a:hover {
    color: #337c6e!important;
    outline: 0;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-nav li a, header {
    color: #363636;
}

.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
    color: #f5f5f5;
    background: #363636;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* Item do portifolio on hover */
#portfolio .portfolio-item .portfolio-link .caption {
    background: rgba(35, 49, 64, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

/* Botões Mídias Sociais */
.btn-outline {
    color: #fff;
    /* font-size: 20px; */
    border: 2px solid #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
    margin-top: 15px;
}

.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #233140;
    background: #fff;
    border: 2px solid #fff;
}

/* Imagem */
.profile-img{
  width: 300px;
  height: 100%;
}

/* estrela icon */
hr.star-light:after {
    background-color: #233140;
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #233140;
    border-color: #18BC9C;
    font-weight: 700;
    width: 100%;
}

#titulo_paineis h1{
    color: #fff;
    font-size: 56px;
}

.floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.navbar-custom {
    background: rgba(245, 245, 245, 0.8);
    font-weight: 700;
    border: none;
}

#portfolio .portfolio-item img{
    height: auto;
    width: 100%;
}

.border-contatos{
    border: solid .9px  #cdcdcd ;
    border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #233140;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
    background-color: #363636!important;
    color: #fff;
    border-color: #363636!important;
}
.lista-vantagens {
    font-size: 24px;
}
.imgCarousel{
    height: 100%;
}
.divParceiros{
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.imgParceiros{
    float: left;
    margin: 10px;
    height: 100px;
}

.portfolio-item{
    /* height: 100%; */
    min-height: 1020px;
}