.elementor-342 .elementor-element.elementor-element-0856f62{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-342:not(.elementor-motion-effects-element-type-background), body.elementor-page-342 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#212121;background-image:url("https://3krgroup.es/wp-content/uploads/2024/08/fondo-3krgroup.es_.png");}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0f968e1 *//* Estilos del nuevo Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.9) ), url("https://3krgroup.es/wp-content/uploads/2025/07/la-finca-hero.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: -20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  z-index: 1;
}


.gallery-section {
  
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

.gallery-subtitle {
  text-align: center;
  color: #ccc;
  font-size: 1.1rem;
  margin-top: -20px;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.02);
}


      .hero-content {
        max-width: 800px;
        padding: 0 20px;
      }

      .hero-title {
        font-size: 4.5rem;
        font-weight: 800;
        margin-bottom: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1.1;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
        color: #fff;
      }

      .hero-text {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 40px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
      }

      /* Sección de información principal */
      .main-info-section {
        padding: 0;
        position: relative;
        z-index: 2;
        margin-top: 50px;
        margin-bottom: 0;
        padding-bottom: 80px;
      }

      .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
      }

      .info-text h2 {
        font-size: 2.5rem;
        margin-bottom: 25px;
        font-weight: 700;
        color: #fff;
      }

      .info-text p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 25px;
        color: #e0e0e0;
      }

      .info-image {
        position: relative;
        height: 450px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
      }

      .info-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }

      .highlight-box {
        background-color: rgba(229, 60, 8, 0.1);
        border-left: 4px solid #e53c08;
        padding: 20px;
        margin: 30px 0;
      }

      /* Estilos para la lista de instalaciones compacta */
      .facilities-compact {
        margin-top: 40px;
      }

      .facilities-compact h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        font-weight: 700;
        position: relative;
        padding-bottom: 10px;
        color: #fff;
      }

      

      .facilities-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .facilities-list li {
        margin-bottom: 20px;
        padding-left: 25px;
        position: relative;
      }

      .facilities-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 8px;
        height: 8px;
        background-color: #e53c08;
        border-radius: 50%;
      }

      .facility-name {
        display: block;
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 5px;
        color: #fff;
      }

      .facility-desc {
        display: block;
        font-size: 0.95rem;
        color: #ccc;
        line-height: 1.5;
      }

      /* Estilos para las cards de características sin iconos */
      .features-section {
        padding: 0;
        position: relative;
        min-height: 600px;
        margin-top: -50px;
        margin-bottom: -50px;
        z-index: 1;
        display: flex;
        align-items: center;
      }

      .features-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("https://3krgroup.es/wp-content/uploads/2025/07/fondo-finca.webp");
        background-size: cover;
        background-position: center;
        filter: brightness(0.4);
        z-index: 0;
      }

      .features-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          to bottom,
          rgba(10, 10, 10, 1) 0%,
          rgba(10, 10, 10, 0.2) 15%,
          rgba(10, 10, 10, 0.2) 85%,
          rgba(10, 10, 10, 1) 100%
        );
        z-index: 0;
      }

      .features-section .container {
        position: relative;
        z-index: 1;
        padding: 120px 20px;
      }

      .section-title {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 40px;
        font-weight: 700;
        position: relative;
        color: #fff;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
      }

      .section-title::after {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background-color: #e53c08;
        margin: 15px auto 0;
      }

      .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 900px;
        margin: 0 auto;
      }

      .feature-card {
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(2px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        padding: 20px 25px;
        border-radius: 3px;
        transition: background-color 0.3s ease;
        overflow: hidden;
      }
      
      .feature-card:last-child{
          grid-column: 1 / -1;
          margin: 0 auto;
          max-width: 400px;
      }

      .feature-card:hover {
        background-color: rgba(0, 0, 0, 0.5);
      }

      .feature-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
        font-weight: 600;
        color: #fff;
        border-bottom: 1px solid rgba(229, 60, 8, 0.3);
        padding-bottom: 8px;
        display: inline-block;
      }

      .feature-text {
        font-size: 0.95rem;
        line-height: 1.5;
        color: #ddd;
        opacity: 0.9;
      }

      /* Estilos eliminados de sección de instalaciones */

      /* Sección CTA */
      .cta-section {
        padding: 60px 0;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.7);
      }

      .cta-content {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
      }

      .cta-title {
        font-size: 3rem;
        margin-bottom: 25px;
        font-weight: 700;
      }

      .cta-text {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 40px;
        color: #e0e0e0;
      }

      .cta-button-primary {
        display: inline-block;
        background-color: #e53c08;
        color: #fff;
        padding: 15px 30px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
      }

      .cta-button-primary:hover {
        background-color: #c73407;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      }

      /* Media queries para responsividad */
      @media (max-width: 992px) {
        .info-grid,
        .features-grid,
        .facilities-grid {
          grid-template-columns: 1fr;
        }
    
    .facilities-compact h3{
        font-size: 2rem;
    }
    
        
        .info-image {
          height: 400px;
          margin-top: 30px;
        }

        .hero-title {
          font-size: 3.5rem;
        }

        .feature-card {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
        }

        .features-section .container {
          padding: 90px 20px;
        }
      }

      @media (max-width: 768px) {
        .hero-title {
          font-size: 2.8rem;
        }

        .hero-text {
          font-size: 1rem;
        }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 
}
        

        /* Mejoras de texto centrado */
        .info-text,
        .info-text h2,
        .info-text p,
        .highlight-box,
        .feature-content,
        .feature-icon,
        .feature-title,
        .feature-text {
          text-align: center;
        }

        .feature-content::before {
          left: 50%;
          transform: translateX(-50%);
        }

        .highlight-box {
          border-left: none;
          border-top: 3px solid #e53c08;
          border-bottom: 3px solid #e53c08;
          padding-left: 15px;
          padding-right: 15px;
        }

        .facilities-compact h3 {
          text-align: center;
        }

        .facilities-compact h3::after {
          left: 50%;
          transform: translateX(-50%);
        }
      }

      @media (max-width: 576px) {
        .hero-title {
          font-size: 2.3rem;
        }

        .info-text h2 {
          font-size: 2.3rem;
        }

        .section-title {
          font-size: 1.8rem;
        }

        .cta-title {
          font-size: 2rem;
        }

        .feature-card {
          padding: 20px;
        }
      }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0856f62 */.elementor-element-0856f62{
    padding: 0;
}/* End custom CSS */