/*===================================*
    01. HEADER
*===================================*/

.bg-header {
  z-index: 1;
  width: 100%;
}

.bg-header.default {
  background-color: #233119;
}

.logo {
  width: 350px;
	width: 200px;
  z-index: 2;
  position: relative;
}

#navbar {
  padding: 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-bottom: 10px;
}

.navbar-header .nav-link {
  color: #fff !important;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
}

.divider-header {
  width: 85%;
  border-top: 2px solid #fff;
  margin: 0;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

ul.dropdown-menu.depth_0 {
  background-color: #fff;
  border: none;
  left: 0px;
  border-top: 1px solid #fff;
  border-radius: 0;
  padding-top: 0;
  margin-top: 5px;
  max-width: 170px;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 8px;
  padding-left: 10px;
}

.absolute ul.dropdown-menu.depth_0 {
  background-color: #0000;
  left: 10px;
  padding-left: 0px;
}

ul.dropdown-menu.depth_0::-webkit-scrollbar {
  width: 5px;
}

ul.dropdown-menu.depth_0::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(255 255 255/.8);
  ;
}

.dropdown-item {
  color: #233119;
  padding-left: 0px;
  border-bottom: 1px solid;
  padding-right: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}

.absolute .dropdown-item {
  color: #fff;
}

ul.dropdown-menu.depth_0 li:last-child .dropdown-item {
  border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.absolute .dropdown-item:focus,
.absolute .dropdown-item:hover {
  color: #233119;
  background-color: #d0e2c3;
}

@media only screen and (max-width: 768px) {
  .bg-header {
    background-color: #233119;
    position: relative;
  }
  .logo {
    width: 150px;
    display: flex;
    margin: auto;
  }
  .divider-header {
    display: none;
  }
  .navbar-header {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .navbar-header .menu-item {
    width: 100%;
  }
  ul.dropdown-menu.depth_0 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    background-color: #233119;
  }
  .dropdown-item {
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
  }
}

#noticias {
  padding: 50px 0;
  background: #f0ffe6;
}

#noticias h1 {
  text-align: center;
  margin-bottom: 30px;
}
#noticias .item .thumb {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center center
}
#noticias .item .content {
      padding: 15px;
      background: #233119
}

#noticias .item p {

}

.single-post .thumb {
  position: relative;
  height: 300px;
}

.single-post header {
	
    
    
    
}
.single-post header h1 {
	font-size: 20px;
	background: #26301b;
	padding: 15px;
	color: #fff;
}
.single-post header .post-date {
	font-size: 14px;
}
.single-post .thumb .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center
}
@media(max-width: 768px) {
	.single-post .thumb {
		height: 190px;
	}
	
}