.elementor-6 .elementor-element.elementor-element-7573521{--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;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-eda22b3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-eda22b3 *//* --- ESTILOS GENERALES --- */
#landing-volquetes-container {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333; 
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
#landing-volquetes-container * { box-sizing: border-box; }

:root {
    --primary-color: #ff6b00;
    --secondary-color: #2c3e50;
    --accent-color: #25d366;
    --white: #ffffff;
    --light-gray: #f4f4f4;
}

#landing-volquetes-container h1, 
#landing-volquetes-container h2, 
#landing-volquetes-container h3 {
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
}

/* --- HERO SECTION --- */
.hero-section {
    position: relative; 
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://volquetesgenerart.com/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-15-at-10.37.07.jpeg'); 
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 120px 20px 100px 20px; 
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.hero-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: auto;
    z-index: 10;
    border-bottom-right-radius: 8px; 
}

/* Textos Hero */
.hero-section h1 { 
    font-size: 2.5rem; 
    margin-bottom: 15px; 
    color: #ffffff !important; 
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); 
}
.hero-subtitle { 
    font-size: 1.3rem; 
    margin-bottom: 30px; 
    color: #f0f0f0 !important; 
    font-weight: 500; 
}
.hero-content { max-width: 800px; margin: 0 auto; }


/* --- SECCIONES INTERMEDIAS --- */
.vg-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
#landing-volquetes-container h2 { 
    font-size: 2rem; 
    color: #2c3e50 !important; 
    text-align: center; 
    margin-bottom: 30px; 
}
#landing-volquetes-container p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333; 
}

/* --- BOTONES CTA --- */
.btn-cta {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.2s;
    margin: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.btn-primary { background-color: #ff6b00; color: #ffffff !important; box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4); }
.btn-whatsapp { background-color: #25d366; color: #ffffff !important; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); }
.btn-cta:hover { transform: translateY(-3px); filter: brightness(110%); color: #fff !important;}

/* --- CARACTERISTICAS --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.feature-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
    border-top: 4px solid #ff6b00;
}
.feature-card h3 { color: #333 !important; }
.feature-card p { color: #555 !important; }
.feature-icon { font-size: 2.5rem; margin-bottom: 15px; display: block; }

/* --- GALERÍA --- */
.gallery-intro p { text-align: center; max-width: 700px; margin: 0 auto 30px auto; }
.fleet-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 20px;
}
.gallery-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 250px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.gallery-item:hover img { transform: scale(1.08); }

/* --- SERVICIOS (LISTA DE BOTONES) CORREGIDO --- */
.services-section { 
    background-color: #f4f4f4; 
    border-radius: 20px; 
    margin-top: 30px; 
    margin-bottom: 30px; 
}
.services-list {
    list-style: none; 
    padding: 0; 
    margin: 0; /* Corrección: asegurar margen cero */
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 15px;
}
.services-list li {
    background: #ffffff; 
    padding: 15px 25px; 
    border-radius: 50px; 
    font-weight: 600;
    color: #333 !important; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
    display: flex; 
    align-items: center;
    justify-content: center; /* CORRECCIÓN CLAVE: Centrar texto e icono dentro del botón */
    width: auto; /* Dejar que el ancho se adapte al texto */
    max-width: 100%; /* Evitar que se salga en pantallas muy chicas */
}
.services-list li:before { 
    content: "✔"; 
    color: #ff6b00; 
    margin-right: 10px; 
    font-weight: 900; 
}

/* --- ZONAS --- */
.zones-section { text-align: center; }
.zones-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.zone-tag { background-color: #e1e8ed; color: #2c3e50 !important; padding: 8px 15px; border-radius: 20px; font-size: 0.9rem; font-weight: 500; }

/* --- FINAL CTA & WHATSAPP --- */
.final-cta { 
    background-color: #2c3e50; 
    color: #ffffff !important; 
    text-align: center; 
    padding: 60px 20px; 
    border-radius: 20px; 
    margin-bottom: 30px; 
}
.final-cta h3 { color: #ffffff !important; }
.final-cta p { color: #dddddd !important; }

.phone-number { font-size: 2rem; font-weight: bold; display: block; margin: 20px 0; color: #ffffff !important; text-decoration: none; }

.floating-whatsapp {
    position: fixed; bottom: 25px; right: 25px; background-color: #25d366; color: white !important; width: 65px; height: 65px;
    border-radius: 50%; text-align: center; line-height: 65px; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999; transition: transform 0.3s;
}
.floating-whatsapp:hover { transform: scale(1.1); }
.floating-whatsapp svg { width: 35px; height: 35px; margin-top: 15px; fill: white; }

/* --- FOOTER --- */
.site-footer-copyright {
    text-align: center;
    padding: 20px;
    color: #888 !important;
    font-size: 0.9rem;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.site-footer-copyright p { margin: 0; color: #888 !important; }

/* RESPONSIVE */
@media (max-width: 768px) {
    #landing-volquetes-container h1 { font-size: 2rem; }
    
    .hero-logo { 
        width: 90px; 
        top: 0; 
        left: 0; 
    }
    
    .hero-section { padding: 100px 15px 70px 15px; }
    .btn-cta { width: 100%; display: block; margin: 10px 0; }
    .phone-number { font-size: 1.5rem; }
    .gallery-item { height: 200px; }
    
    /* Ajuste para que los botones de servicios se vean más llenitos en móvil */
    .services-list li {
        width: 100%; /* Opcional: Si quieres que todos tengan el mismo ancho en móvil, descomenta esto */
        /* max-width: 300px; */
    }
}/* End custom CSS */