button.button2{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 100;
    padding: 7px;
    background-color: #F36F21;
    box-shadow:  1px 1px 20px 0px #000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    text-shadow: 1px 1px 20px #FFFFFF;
    border: solid #F36F21 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 20%;
    margin: auto;

}

button.button2:hover {
        background: #D0460A;
        text-decoration: none;

}

}

button.button2:hover{

background: #D0460A;
text-decoration: none;
}




a.link {

    padding: 0 0 0 60px;

}

span.entry-date{
    padding-left: 60px;
    font-size: 12px;
}

#about .about-col .imagem-text p {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    max-width:100%;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #F36F21;
  padding: 10px;
   background-color:rgba(0, 0, 0, 0.7);

}



.out-cass{
    padding-top:50px;
}

#about .about-col .imagem-text2 p {
    position: absolute;
    top: 78%;
    left: 0;
    width: 100%;
    max-width:100%;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #F36F21;
  padding: 10px;
   background-color:rgba(0, 0, 0, 0.7);

}

@media (max-width: 992px) {

    #about .about-col .imagem-text p {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    max-width:100%;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #F36F21;
  padding: 10px;
   background-color:rgba(0, 0, 0, 0.7);

}

#about .about-col .imagem-text2 p {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    max-width:100%;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #F36F21;
  padding: 10px;
   background-color:rgba(0, 0, 0, 0.7);

}

}


/*--------------------------------------------------------------
# intro2 Section
--------------------------------------------------------------*/

#intro2 {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}

#intro2 .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro2 .carousel-item::before {
    content: '';
   
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro2 .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro2 .carousel-background img {
    max-width: 100%;
}

#intro2 .carousel-content {
    text-align: center;
}

#intro2 h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#intro2 p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

#intro2 .carousel-fade {
    overflow: hidden;
}

#intro2 .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro2 .carousel-fade .carousel-inner .carousel-item,
#intro2 .carousel-fade .carousel-inner .active.carousel-item-left,
#intro2 .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro2 .carousel-fade .carousel-inner .active,
#intro2 .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro2 .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro2 .carousel-fade .carousel-inner .carousel-item-next,
#intro2 .carousel-fade .carousel-inner .carousel-item-prev,
#intro2 .carousel-fade .carousel-inner .active.carousel-item-left,
#intro2 .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro2 .carousel-control-prev,
#intro2 .carousel-control-next {
    width: 10%;
}

#intro2 .carousel-control-next-icon,
#intro2 .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro2 .carousel-indicators li {
    cursor: pointer;
}

#intro2 .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #F36F21;
}

#intro2 .btn-get-started:hover {
    background: #fff;
    color: #F36F21;
}

@media (min-width: 1024px) {
    #header #logo {
        padding-left: 60px;
    }
    #intro2 p {
        width: 60%;
    }
    #intro2 .carousel-control-prev,
    #intro2 .carousel-control-next {
        width: 5%;
    }
    #nav-menu-container {
        padding-right: 60px;
    }
}

#mobile-nav-toggle{
    color: white;
}


img.noticia{
    max-width: 350px;
    width: 100%;
}

div.col-lg-8.col-md-8.box.wow.bounceInUp {

    margin: 0 0 0 -50px;

}


  a:focus {
    outline: none;
  }
  .content {
    margin: 30px;
  }
  .clearfix:after {
    content: '.';
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  
  /* Abas */
  .tabs-content {
    background: #eee;
    font-family: sans-serif;
  }
  
  /* Menu das abas */
  .tabs-menu {
    background: #F36F21;
  }
  .tabs-menu ul {
     list-style: none;
  }
  .tabs-menu ul li {
    float: left;
  }
  .tabs-menu ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
  }
  .tabs-menu ul li a.active-tab-menu {
    background: #eee;
    color: #000;
  }
  
  /* Conteúdo das abas */
  .tabs {
    display: none;
    padding: 30px;
  }
  .first-tab {
    display: block;
  }