html, body {
    background-color: #f4f4f6;
}

h1,
h2,
h3,
h4,
h5,
p,
.topbar-section,
.navbar-inverse .navbar-nav .nav-link,
.header .dropdown-menu,
.navbar-nav .nav-link {
    font-family: 'Roboto', serif;
}

.icon {
    font-size: 30px;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 66px;
    text-align: center;
  }
  
#header {
    background-image: url(../images/main.jpg);
    background-size: cover;
    color:rgba(0,0,0,0.33);
}
.clean-block.clean-hero {
  min-height: 560px;
}

#more{
    display: none;
}

#mor{
    display: none;
}


.nav-item {
    padding-right:1.5rem;
    padding-left: 1.5rem;
}

.nav-item:hover {
    color: #c7a30e;
}

.nav-item li {
  position: relative;
  float: left;
}

.nav-item li a {
  text-decoration: none;
  display: block;
}

.nav-item li ul{
  position: absolute;
  display: none;
}

.nav-item li:hover, .nav-item li.over ul {
 display: block;
}

.nav-item li ul li {
  display: block;
}

#readMore:active {
     border: none;
}

#read:active {
    border: none;
}


.logo img{
    margin: -56px 0 0 0;
}

.img-thumbnail {
    padding: .25rem;
    border: 0 solid;
    border-radius: .25rem;
  }

.not {
  width: 100%;
  height: 390px;
  background-color: #c7a30e;
  padding-left: 16%;
  padding-top: 2%;
}

#coluna {
  width: 980px;
  height: 320px;
  border-radius: 20px;
  background-color: #f4f4f6;
  
}

#ima img {
  width: 510px;
  height: 320px;
  border-radius: 1%;
}

.text-info {
    color: #e9a514!important;
    font-weight: bold;
  }

.inf {
    color: #ffffff!important;
    font-weight: bold;
  }

.features p {
    color: #494948;
}


.feature-box .icon {
    font-size: 30px;
    position: absolute;
    left: 5px;
    top: 15px;
    width: 48px;
    text-align: center;
    color: #c7a30e;
  }
  
#banner.clean-block.clean-hero {
    min-height: 560px;
}


#banner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    color:rgba(217,155,11,0.27);
}


.page-footer.dark h6 {
    color: #fff;
  }  
  
.clean-block.slider {
    height: 389px;
}

.w-100 {
    width: 100%!important;
    height: 300px;
  }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #d99b0b; }

.card-body.info {
    background-color: #e9a514;
    text-align: justify;
}

.clean-card p {
    opacity: 100%;
    font-size: .85em;
    margin-bottom: .9em;
  }

 
  /* #################################################### */
  
  
  @media only screen and (min-width:992px) {
    #mainNav {
      transition: background-color .2s;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  
  @media only screen and (min-width:992px) {
    #mainNav {
      background: transparent;
    }
  }


  
  #mainNav {
    position: absolute;
  }
  
.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
  
.fixed-top {
    top: 0;
}

select {
  width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.has-error input[type="text"], .has-error input[type="email"], .has-error select {
  border: 1px solid #a94442;
}

