.img-eventos {
  cursor: pointer;
}
.img-eventos img {
  width: 100%;
  height: auto;
}
.franco-titulo {
  font-family: 'lexend_light';
  font-size: 20px;
  color: #414042;
  height: 1.4em;
  overflow: hidden;
}
.card-eventos {
  margin-top: 30px;
}
.card-eventos .info {
  padding-top: 5px;
  padding-bottom: 13px;
  height: 55px;
  overflow: hidden;
}
.img-eventos-modal {
  text-align: center;
}
.img-eventos-modal img {
  width: 90%;
}
.conteudo-carousel {
  position: relative;
  left: 0%;
  color: black;
  text-shadow: initial;
  font-family: "lexend_light";
  font-size: 15px;
}
.conteudo-carousel div {
  text-shadow: initial;
}
.conteudo-carousel > div:nth-child(1) {
  text-align: left;
  padding-left: 5%;
  padding-top: 20px;
}
.conteudo-carousel > div:nth-child(2) {
  text-align: right;
  padding-right: 5%;
  padding-top: 20px;
}
.semibold {
  font-family: 'lexend_medium';
}
.carousel-control.left {
  background-image: initial;
  opacity: 1;
}
.carousel-control.right {
  background-image: initial;
  opacity: 1;
}
.modal-header {
  border-bottom: 0px;
}
.modal-content {
  border-radius: 0px;
}
@media only screen and (max-width: 720px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    top: 29%;
  }
}
