@charset "utf-8";
/* CSS Document */
h1,
h2{
    font-weight: bold !important;
}
ul.eLFlfW:first-child li {
  border-left: 4px solid #0971ce !important;
  background-color: #f5f5f5;
  color: #333333;
}
ul.eLFlfW:first-child li a:hover {
  color: #333333;
}
.contenedorCuatroCol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.colServicios {
  padding: 0px;
  text-align: center;
}
.colServicios a {
    display: block;
    color: #333333;
    text-decoration: underline;
}
@media (max-width: 768px) {
  .contenedorCuatroCol {
    grid-template-columns: repeat(2, 1fr);
  }
.Carouselstyle__CarouselSlide-sc-1cnntgx-1.djFLxn.carousel-inner{
    padding-top: 66% !important;
}
}