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;
}
/*# sourceMappingURL=style.css.map */

.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;
}