html {
  margin: 0
}

body {
  margin: 0
}

body #acc {
  text-align: right;
  color: #fff;
  margin-top: 1em
}

body #acc a {
  background-color: #000;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  color: #ccc
}

body #acc a:hover {
  color: #fff
}

body #acc a:focus {
  color: #fff
}

#corpo .section .add .btn-esic {
  background: #ffd54f;
  padding: 5px;
  text-align: center;
}

.owl-carousel.owl-theme:hover .item .entry-date {
  left: -25px;
  transform: rotate(0deg);
}

.owl-carousel.owl-theme .item .entry-date {
  position: absolute;
  left: -47px;
  top: 0;
  transform: rotate(-45deg);
  transition: all 200ms ease-in-out 0s;
  background-color: #212331;
  color: white;
  padding-top: 10px;
}

.owl-carousel.owl-theme .item .entry-date ul {
  list-style: none;
}

.bento-item {
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.bento-item:hover {
  transform: scale(1.05);
}

.bento-tall {
  height: 410px;
}

.bento-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titulo_galeria {
    margin: 0 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 150%;
    font-size: small;
    width: 100%;
    background: rgba(0,0,0,.7)!important;
    background: #000;
    text-shadow: 0 1px 0 #000;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}