@charset "utf-8";
/* CSS Document */
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;
}
.grilla-servicios {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px; 
  gap: 16px;
  justify-content: center;
  padding: 20px;
}

.servicio {
  flex: 1 1 calc(33.333% - 16px);
  font-weight: 500;
  width: 100%;
  max-width: 300px; 
  text-align: center;
}
.servicio a{
  text-decoration: underline;
color: #333333;
}
.servicio img{
  width: 100%;
  max-width: 290px; 
}
@media (max-width: 768px) {
  .contenedorCuatroCol {
    grid-template-columns: repeat(2, 1fr);
  }
.Carouselstyle__CarouselSlide-sc-1cnntgx-1.djFLxn.carousel-inner{
    padding-top: 66% !important;
}
  .servicio {
    flex: 1 calc(100%);
    width: 100%;
  }
}