/* --- Sección Hero y Banner (Fondo y Textos Claros) --- */
        .hero-contacto {
                
                min-height: 240px;
                background: url('../img/tierraviva2.jpg') center center/cover no-repeat;
            }



        .hero-banner {
            background-size: cover;
            background-position: center;
            height: 50vh; /* Altura de ejemplo para el banner */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            /* Usar un color de fondo temporal y un texto para la imagen que falta */
            background-color: #333;
        }

        .hero-banner .logo-text {
            color: var(--color-text-light);
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }
        

        /* Simulación de la imagen de fondo con la entrada/rocas (No se usa URL, solo color) */
        .hero-section {
            height: 60vh;
            background-color: #4CAF50; /* Color temporal para simular la imagen de entrada */
            background-image: url('https://placehold.co/1200x400/385f58/ffffff?text=Imagen+Principal+del+Desarrollo');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-content {
            padding: 20px;
            background: rgba(25, 70, 64, 0.6); /* Fondo semi-transparente para el texto */
            border-radius: 10px;
            text-align: center;
        }

        .hero-content h1 {
            font-size: 3rem;
            font-weight: 700;
            color: white; /* Simulación del texto sobre las rocas */
        }
        .hero-content p {
            font-size: 1.25rem;
            color: white;
            font-weight: 300;
        }



/* --- Sección Cotización (Verde Oscuro y Estilo de Texto) --- */
        .quote-section {
            background-color: var(--verde-navbar);
    background-image: url('../img/lineasb.png'); 

            color: var(--color-text-light);
         padding: 50px 0 50px 0px;
         background-size: contain;
        }

        .quote-title {
            font-size: 2.5rem;
            font-weight: 700;
            
        }

        .quote-text {
            font-size: 0.95rem;
            font-weight: 300;
            margin-top: 15px;
            margin-bottom: 30px;
            color: rgba(248, 248, 248, 0.8);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1;
        }

        .stat-label {
            font-size: 1rem;
            font-weight: 400;
            opacity: 0.8;
        }

        .quote-image {
            border-radius: 0.5rem;
            height: 100%;
            min-height: 350px;
            background-size: cover;
            background-position: center;
            background-image: url('https://placehold.co/600x400/a39379/ffffff?text=Imagen+Amenidades+o+Terreno');
        }

        .agenda-cita {
            
            font-size: 2.5rem;
        }

        .contact-white-card-contacto {
        background: #fff;
        border: none;
        /* border-radius: 16px; */
        padding: 2.5rem 2rem 2rem 2rem;
        box-shadow: 0 2px 16px 0 rgba(40,60,60,0.06);
        
    }



    


 @media (min-width: 993px) { /* Breakpoint 'lg' de Bootstrap */
            .hero-contacto {
                min-height: 70vh !important;
            }
¿

            .text-cotiza {
                margin-top: 2.2rem;
            }            
        }

@media (max-width: 992px) { /* Breakpoint 'lg' de Bootstrap */
            
            .imagen-cotiza {
                padding: 0px;
            }      
            
              .quote-title {
            font-size: 2rem;
            font-weight: 700;
            
        }


.quote-section {
    background-color: var(--verde-navbar);
    background-image: url(../img/lineasb.png);
    color: var(--color-text-light);
    padding: 50px 0 0px 0px;
    background-size: auto;
}

.agenda-cita {
    
    font-size: 2rem;
}

        }




        
       

         