.elementor-7139 .elementor-element.elementor-element-d95c07b{--display:flex;--min-height:0px;--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;--justify-content:flex-start;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7139 .elementor-element.elementor-element-cd91902{width:100%;max-width:100%;margin:-262px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-7139 .elementor-element.elementor-element-cd91902{margin:-282px -2px calc(var(--kit-widget-spacing, 0px) + -2px) -2px;}}@media(max-width:767px){.elementor-7139 .elementor-element.elementor-element-cd91902{margin:-238px 4px calc(var(--kit-widget-spacing, 0px) + 2px) -20px;}}/* Start custom CSS for html, class: .elementor-element-cd91902 *//* ===============================
   PÁGINA: CANCHAS
================================= */

/* Hero */
.fields-hero {
  background: url("https://tvl.uy/wp-content/uploads/2025/09/vista-del-campo-de-futbol-con-cesped-scaled.jpg") repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 130px 0 100px;
}

.fields-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #fff;
   text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

/* Contenedor */
.fields-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  padding: 60px 80px;
  background: #fff;
  box-sizing: border-box;
}

.field-item {
  background: #fafafa;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.field-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.field-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.field-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

/* Map */
.field-map iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 8px;
}

/* Responsivo */
@media (max-width: 768px) {
  .fields-hero {
    padding: 100px 20px 80px;
  }
  .fields-hero h1 {
    font-size: 34px;
  }
  .fields-container {
    padding: 40px 20px;
    gap: 20px;
  }
  .field-item {
    padding: 20px 15px;
  }
  .field-item h3 {
    font-size: 18px;
  }
  .field-item p {
    font-size: 14px;
  }
}/* End custom CSS */