@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');

#slider{
  padding:  20px;
  background-color: #fff;
}
.container-obras{
  text-align: center;
}
.slider { 
  padding-bottom: 5px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
 background: #fff; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card img {
  max-height: 200px;
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #FEB900 !important;
}
.boton_obras{
  display: inline-block;
	padding: 10px;
	margin-top: 10px;
	text-decoration: none;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 4px;
	transition: all 400ms ease;
margin-bottom: 20px;
}
.boton_obras:hover{
	background: var(--primary-color);
	color: #fff;
}