.elementor-4010 .elementor-element.elementor-element-1168bb2{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-4010 .elementor-element.elementor-element-670a5a7{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-4010 .elementor-element.elementor-element-5c9d72a{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-4010 .elementor-element.elementor-element-5c9d72a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4010 .elementor-element.elementor-element-449131c{--display:flex;}@media(min-width:768px){.elementor-4010 .elementor-element.elementor-element-5c9d72a{--width:97.857%;}}@media(max-width:1024px){.elementor-4010 .elementor-element.elementor-element-670a5a7{--grid-auto-flow:row;}.elementor-4010 .elementor-element.elementor-element-5c9d72a{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-4010 .elementor-element.elementor-element-670a5a7{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-4010 .elementor-element.elementor-element-5c9d72a{--e-con-grid-template-columns:1;--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-8e23bac *//* CONTENEDOR */
.servicios-img-v2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}

/* BLOQUES */
.bloque-servicio {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

/* HOVER SUAVE */
.bloque-servicio:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* TÍTULOS */
.bloque-servicio h3 {
  color: #e30613;
  font-size: 18px;
  margin-bottom: 15px;
  border-left: 4px solid #e30613;
  padding-left: 10px;
}

/* LISTAS */
.bloque-servicio ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ITEMS */
.bloque-servicio ul li {
  padding: 6px 0;
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: center;
}

/* CHECK */
.bloque-servicio ul li::before {
  content: "✔";
  color: #16a34a;
  margin-right: 10px;
  font-size: 13px;
}

/* COLUMNAS INTERNAS */
.columnas-lista {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .columnas-lista {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38fa02a */.horario-box {
  max-width: 500px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
}

.horario-box h3 {
  margin-bottom: 20px;
  color: #2c3e50;
}

.horario-item {
  margin-bottom: 15px;
}

.horario-item strong {
  display: block;
  color: #e30613;
  font-size: 15px;
}

.horario-item span {
  color: #5f6f7f;
  font-size: 14px;
}

.horario-info {
  margin: 20px 0;
  font-size: 14px;
  color: #6c7a89;
}

/* BOTÓN */
.horario-btn {
  display: inline-block;
  background: #e30613;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
}

.horario-btn:hover {
  background: #c00510;
}
.importante {
  color: #000;
  font-weight: bold;
}/* End custom CSS */