.elementor-5018 .elementor-element.elementor-element-35b5828{--display:flex;}.elementor-5018 .elementor-element.elementor-element-1185368{--display:flex;}.elementor-5018 .elementor-element.elementor-element-a45f9c3{--display:flex;}.elementor-5018 .elementor-element.elementor-element-94e6ebb{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-5018 .elementor-element.elementor-element-a98d136 .elementor-button{background-color:#F41E3C;}/* Start custom CSS for html, class: .elementor-element-db99555 */.servicios-section {
  padding: 60px 20px;
  background: #f5f7f9;
}

.servicios-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* TARJETA */
.servicio-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.servicio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ICONO LIMPIO */
.icono {
  margin-bottom: 15px;
}

.icono-fa {
  font-size: 48px;
  color: #2c3e50;
  display: inline-block;
  width: 60px;
  text-align: center;
  line-height: 1;
  transition: 0.3s ease;
}

/* hover */
.servicio-card:hover .icono-fa {
  transform: scale(1.1);
}.icono i {
  font-size: 48px;
  color: #2c3e50;
  transition: 0.3s ease;
}

/* HOVER SUAVE */
.servicio-card:hover .icono i {
  color: #e30613;
  transform: scale(1.1);
}

/* TITULO */
.servicio-card h3 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 10px;
}

/* TEXTO */
.servicio-card p {
  font-size: 14px;
  color: #5f6f7f;
  margin-bottom: 20px;
}

/* BOTÓN */
.btn-servicio {
  display: inline-block;
  background: #e30613;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-servicio:hover {
  background: #c00510;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .servicios-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .servicios-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-822d7e6 *//* CONTENEDOR GENERAL */
.noticias {
  background: #f8f8f8;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* TITULO */
.titulo-seccion {
  text-align: center;
  background: #c62828; /* rojo principal */
  color: white;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 1px;
}

/* GRID */
.grid-noticias {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
  border-top: 4px solid #c62828; /* detalle elegante */
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* IMAGEN */
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* CONTENIDO */
.contenido {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* CATEGORIA */
.categoria {
  display: inline-block;
  background: #fdecea;
  color: #c62828;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* TITULO */
.contenido h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}

/* TEXTO */
.contenido p {
  font-size: 14px;
  color: #666;
  flex-grow: 1;
}

/* LINK */
.contenido a {
  margin-top: 15px;
  color: #c62828;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.contenido a:hover {
  color: #8e0000;
  text-decoration: underline;
}

/* BOTON */
.boton-centro {
  text-align: center;
  margin-top: 40px;
}

.btn {
  border: 2px solid #c62828;
  color: #c62828;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #c62828;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .grid-noticias {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-noticias {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c18f22 */.direccion-section {
  margin-top: 50px;
}
<h2 class="titulo-seccion">Ubicación y horarios de atención</h2>
.titulo-seccion {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
  border-left: 4px solid #e53935;
  padding-left: 12px;
}

/* GRID */
.direccion-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 25px;
}

/* TARJETA */
.direccion-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* HEADER */
.direccion-header {
  background: #e53935;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.numero {
  background: #ffffff;
  color: #e53935;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.direccion {
  font-size: 16px;
  font-weight: 500;
}

/* HORARIO */
.horario {
  padding: 20px;
}

.horario p {
  margin: 8px 0;
  font-size: 14px;
  color: #444;
}

/* BOTÓN */
.btn-mapa {
  margin: 0 20px 20px;
  padding: 10px;
  text-align: center;
  background: #1e88e5;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-mapa:hover {
  background: #1565c0;
}

/* MAPA */
.mapa {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  min-height: 300px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .direccion-grid {
    grid-template-columns: 1fr;
  }

  .mapa {
    height: 300px;
  }
}/* End custom CSS */