.elementor-3741 .elementor-element.elementor-element-3eda208{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3741 .elementor-element.elementor-element-a4666fd img{width:100%;height:137px;}body.elementor-page-3741{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-3741 .elementor-element.elementor-element-3eda208{--z-index:0;}.elementor-3741 .elementor-element.elementor-element-a4666fd > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3741 .elementor-element.elementor-element-a4666fd img{width:100%;max-width:100%;height:82px;}body.elementor-page-3741{padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-3eda208 *//* ===== TIPOGRAFÍA Y ESTÉTICA GENERAL ===== */
body, .patitas-page {
  font-family: 'Lora', serif;
  background: #fdfdfd;
  color: #333;
  text-align: center;
  padding: 2rem 1rem;
}

/* ===== TITULOS ===== */
.patitas-title {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #222;
}
.patitas-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}

/* ===== ITEMS ===== */
.patitas-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
.patitas-item {
  padding: 1.5rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}
.patitas-item h3 {
  margin: 0.5rem 0;
  font-weight: 600;
  color: #2b2b2b;
}
.patitas-item p {
  color: #555;
  font-size: 1rem;
}
.patitas-icon {
  font-size: 1.6rem;
  color: #aaa; /* super minimalista, no colores fuertes */
}

/* ===== FORMULARIO ===== */
.patitas-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.patitas-form label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 500;
  color: #444;
}
.patitas-form input,
.patitas-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1rem;
  background: #fafafa;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-family: 'Lora', serif;
}
.patitas-form input:focus,
.patitas-form textarea:focus {
  border-color: #7fb8d4; /* azul suave (corporativo) */
  box-shadow: 0 0 6px rgba(127, 184, 212, 0.3);
  outline: none;
}

/* Botón WhatsApp */
.whatsapp-btn {
  display: block;
  background: #7fb8d4; /* azul corporativo */
  color: #fff !important;
  text-align: center;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  width: 100%;
  margin-top: 1rem;
}
.whatsapp-btn:hover {
  background: #5ba4c5;
  transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
  .patitas-items {
    grid-template-columns: repeat(3, 1fr);
  }
}/* End custom CSS */