 body{
    font-family: 'Jaldi', sans-serif;
  }
  h1,h2,h3,h4,h5{
        font-family: 'Montserrat', sans-serif;
      }

			.barra{
            background-color: #38A95B;
            height: 50px;
            width: 100%;  
			}
				#banner {
  background-image:url(2a.jpg);
  height: 250px;
  max-width: 100%;
  position:relative;
  background-position: center center;
}

#banner::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  }
  #banner h1{
    z-index: 3;
    color: white;
    width: 60%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 54px;
  text-align: center;
   font-family: 'Ubuntu', sans-serif;
  }
  #banner p{
    z-index: 3;
    color: white;
    width: 60%;
  height: 40%;
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  text-align: center;
  }


  .bb{
    background-color: #191D20;
     min-height:10px;
      width:100%; 
      overflow:auto;
  }

.denu{
  background-color:#f8f8f8;
   color:#666565;
    min-height:600px; 
    padding-top:40px; 
    padding-bottom:40px;
}
.denu h1{
  color:#113953;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
}
.denu p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-top: -25px;
  text-align: justify;
 
}
.png img {
  margin-top: 35px;
}
	.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
      .logo img{
        margin-top: 30px;
        margin-left: 20px;
      }
    }
