.elementor-99 .elementor-element.elementor-element-a8144f9{--display:flex;}.elementor-99 .elementor-element.elementor-element-96a689f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-064e8a6 *//* ====== Estructura general ====== */
main.sidreria, 
main.restaurante {
  font-family: sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  color: #333;
}

/* ====== Secciones negocio ====== */
.negocio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.negocio .col {
  flex: 1;
}

.negocio .col-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

/* Imagen Sidrería más controlada */
#sidreria .col-img img {
  height: 350px;         /* altura uniforme */
  object-fit: cover;     /* recorta sin deformar */
}

/* ====== Botones ====== */
.botones {
  margin-top: 1rem;
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}
.btn {
  background: #556b2f;
  color: #fff;
  text-decoration: none;
  padding: .6rem 1.2rem;
  border-radius: 25px;
  font-weight: bold;
  transition: all .2s ease;
}
.btn:hover {
  background: #4b5320;
}

/* ====== Mapas ====== */
.mapas h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #8b5a2b;
}
.mapas h3 {
  margin: 1rem 0 .5rem;
}
.mapas iframe {
  border-radius: 12px;
  margin-bottom: 2rem;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .negocio {
    flex-direction: column;
  }
}/* End custom CSS */