#header .logo img {
  max-height: 70px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 54px;
  height: 8px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /* opacity: .5; */
  transition: opacity 0.6s ease;
}

.modal-title {
  color: #000;
}

.flexslider .slides img {
  border-radius: 30px;

  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.section-bg-01 {
  background-image: url(../img/observatorio_home_bgv02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero {
  height: 100px !important;
  padding: 25px 0;
}

#featured-services {
  padding-top: 20px;
}
