/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
/* background black */
.bg-black {
background-color: #000!important;
}
/*============  PERSONALIZAÃ‡ÃƒO DAS CORES DO NAVBAR  ========================*/
.navbar, .navbar-default, .dropdown-menu{
    /* background: #36508C!important; */
    background: black!important;
    border: none; 
}
.navbar a, .navbar-default, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #fff;
}
/*============  FIM PERSONALIZAÃ‡ÃƒO DAS CORES DO NAVBAR  ========================*/

#mainNav{
background-color: #000!important;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(254,209,54,.9);
}

.portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

/*============  Popup autorização de cookies ========================*/




