#assembleia {
  padding-bottom: 50px;
}
.main-consulta-section-title {
  color: #323c32;
  font-size: 44px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .main-consulta-section-title {
    font-size: 36px;
    line-height: 40px;
  }
}
.informativo-assembleias-com-video {
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(90, 100, 90, 0.3);
  cursor: pointer;
  padding: 27px 18px;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}
.informativo-assembleias-com-video
  .informativo-assembleias-com-video-first-row.center {
  -ms-flex-pack: center;
  justify-content: center;
}

.informativo-assembleias-com-video
  .informativo-assembleias-com-video-first-row {
  -ms-flex-align: end;
  -ms-flex-pack: start;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.informativo-assembleias-com-video
  .informativo-assembleias-com-video-first-row
  .informativo-assembleias-com-video-thumbnail {
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  height: 219px;
  max-width: 219px;
  width: 100%;
}

.informativo-assembleias-com-video
  .informativo-assembleias-com-video-first-row
  .informativo-assembleias-com-video-play-icon.center {
  left: 50%;
  margin-left: -77px;
  transform: translateX(-50%);
}

.informativo-assembleias-com-video
  .informativo-assembleias-com-video-saiba-mais-row {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  justify-content: flex-end;
  overflow: visible;
  width: 100%;
}
.informativo-assembleias-com-video
  .informativo-assembleias-com-video-saiba-mais-row
  .informativo-assembleias-com-video-icon
  svg {
  color: #3fa110;
  height: 16px;
  width: 16px;
}
.informativo-assembleias-com-video .informativo-assembleias-com-video-title {
  color: #323c32;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}
.informativo-assembleias-com-video
  .informativo-assembleias-com-video-sub-title {
  color: #323c32;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#assModal button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}

/* Cargos */
#cargos {
  padding-bottom: 50px;
}
.carousel-persona-persona {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 25%;
}
.carousel-persona-persona .carousel-persona-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 210px;
  margin: 8px;
  width: 210px;
}
.carousel-persona-persona .carousel-persona-name {
  color: #323c32;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.carousel-persona-persona .carousel-persona-description {
  color: #323c32;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  text-align: center;
  width: 100%;
}

#info-assembleia {
  margin-top: 40px;
  background-color: #f2f2f1;
}
