.content #top_servicios_section .container-fluid {
  background-image: url("../img/servicios/top.png");
  background-position: left top;
  background-size: cover;
  height: 40vh;
  display: flex;
  align-items: flex-end;
  margin-top: -9rem;
  justify-content: center;
}
.content #top_servicios_section .container-fluid h1,
.content #top_servicios_section .container-fluid h5 {
  color: white;
  font-family: Poppins;
}
.content #top_servicios_section .container-fluid h1 {
  font-weight: 700;
}
.content #informacion_section .container h2,
.content #informacion_section .container h5 {
  color: #151515;
  font-family: Poppins;
  font-weight: 700;
}
.content #informacion_section .container h5 {
  color: #ee2a3a;
}
.content #informacion_section .container p {
  font-family: Poppins;
  color: #1a1a1a;
}
.content #informacion_section .container p span {
  font-weight: 700;
}
.content #informacion_section .container i {
  color: #151515;
}
.content #informacion_section .container .carousel-control-prev,
.content #informacion_section .container .carousel-control-next {
  top: 47% !important;
  bottom: 47% !important;
  width: 3% !important;
  color: #fff !important;
  opacity: 1 !important;
  background-color: white !important;
  padding: 0.5rem !important;
  border-radius: 0.2rem !important;
}
