/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.1.1763654734
Updated: 2025-11-20 16:05:34
/* --- Estilos CSS para la Página de Contacto de Luxtelar --- */

/* Estilos de Contenedor */
.luxtelar-contacto-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: sans-serif;
}

/* Estilos para las Tarjetas/Columnas de Contacto */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.contact-card {
    background-color: #f7f7f7; /* Gris claro */
    padding: 20px;
    border-radius: 8px;
    border-top: 3px solid #DAA520; /* Dorado, color de marca */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.contact-card h3 {
    color: #333;
    margin-top: 10px;
    font-size: 1.5em;
}

.contact-card .icon {
    font-size: 2em;
    color: #DAA520; /* Dorado */
    display: block;
    margin-bottom: 5px;
}

/* Estilos del Formulario (Simplificado - Ajustar con el Plugin Real) */
.contact-form label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form button {
    background-color: #DAA520;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 1.1em;
    transition: background-color 0.3s;
}

.contact-form button:hover {
    background-color: #b8860b;
}

/* Estilo para las FAQs (Estilo Acordeón Simple) */
.faq-item summary {
    font-weight: bold;
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    list-style: none; /* Oculta el triángulo por defecto */
}
.faq-item details[open] summary {
    color: #000;
}
.faq-item p {
    padding: 10px 0 15px 20px;
    background-color: #fafafa;
    border-left: 3px solid #DAA520;
}
*/


