.elementor-kit-7{--e-global-color-primary:#D16F1B;--e-global-color-secondary:#3E7233;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1357e71:#3E7233;--e-global-color-29ada95:#295148;--e-global-color-e757604:#D1F4A5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.servicios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columnas */
  gap: 40px;
  text-align: center;
  margin: 40px auto;
  max-width: 1400px; /* centrado */
}

.servicio .imagen-circular {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.servicio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.servicio .imagen-circular:hover img {
  transform: scale(1.1);
}

.servicio .btn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0078D7;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.servicio .imagen-circular:hover .btn-hover {
  opacity: 1;
}

.servicio .punto {
  width: 8px;
  height: 8px;
  background: #0078D7;
  border-radius: 50%;
  margin: 15px auto;
}

.servicio h3 {
  font-size: 16px;
  color: #333;
}/* End custom CSS */