/* ================================
   ESTILOS GENERALES
   ================================ */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    color: #333;
}

/* ================================
   HEADER
   ================================ */

header {
    background-color: #000;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-dorado {
    color: #d4af37;
    font-size: 28px;
    font-weight: bold;
}

nav a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-size: 16px;
}

nav a:hover {
    color: #d4af37;
}

.lang-btn {
    margin-left: 20px;
    color: #d4af37;
    font-weight: bold;
}

/* ================================
   HERO
   ================================ */

.hero {
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 80px 20px;
}

.cta-btn {
    background-color: #d4af37;
    color: black;
    padding: 12px 25px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
}

/* ================================
   SERVICIOS
   ================================ */

#servicios {
    padding: 40px 20px;
    text-align: center;
}

#servicios p {
    cursor: pointer;
    font-size: 18px;
    margin: 15px 0;
}

/* ================================
   GALERÍA
   ================================ */

.galeria-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 80%;
    margin: auto;
}

.galeria-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

/* ================================
   POPUP
   ================================ */

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.popup-content {
    margin: auto;
    display: block;
    max-width: 80%;
    border-radius: 10px;
    box-shadow: 0 0 20px black;
}

.close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

/* ================================
   FOOTER
   ================================ */

footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}
/* HEADER CON LOGO CENTRADO */
header {
    header {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
}

.header-left {
    display: flex;
    justify-content: flex-start;
}

.header-center {
    display: flex;
    justify-content: center;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.logo-img {
    height: 45px;
    object-fit: contain;
}



/* FOOTER CON LOGO */
.footer-logo {
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}
.logo-img {
    height: 45px;
    object-fit: contain;
}
header {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
.footer-logo {
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}
.logo-img {
    height: 45px;
    object-fit: contain;
}
header {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
.footer-logo {
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}
.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 45px;
    object-fit: contain;
    margin: 0; /* elimina espacio fantasma */
    padding: 0;
}
.nombre-empresa {
    margin: 0;
    padding: 0;
}
/* LOGO RESPONSIVE */
.logo-img {
    height: 45px;
    max-width: 100%;
    width: auto;
}
@media (max-width: 600px) {
    .logo-img {
        height: 35px; /* más pequeño en celular */
    }

    header {
        grid-template-columns: 1fr auto 1fr;
        padding: 8px 15px;
    }

    .nombre-empresa {
        font-size: 18px;
    }

@media (max-width: 600px) {
    .footer-logo {
        height: 30px;
    }
.contacto-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #111;
    color: white;
}

.contacto-section a {
    color: #d4af37;
    text-decoration: none;
    font-weight: bold;
}
#contacto {
    scroll-margin-top: 120px;
}
.contacto-section {
    text-align: center;
}
/* CONTACTO PREMIUM */
.premium-contact {
    padding: 60px 20px;
    text-align: center;
    background-color: #0d0d0d;
    color: white;
}

.premium-contact h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #d4af37; /* Dorado elegante */
    letter-spacing: 1px;
}

.premium-contact .contact-info p {
    font-size: 18px;
    margin: 10px 0;
}

.premium-contact a {
    color: #d4af37;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.premium-contact a:hover {
    color: #f5d77b; /* Dorado más claro al pasar el mouse */
}
/* CONTACTO PREMIUM */
.premium-contact {
    padding: 60px 20px;
    text-align: center;
    background-color: #0d0d0d;
    color: white;
}

.premium-contact h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #d4af37; /* Dorado elegante */
    letter-spacing: 1px;
}

.premium-contact .contact-info p {
    font-size: 18px;
    margin: 10px 0;
}

.premium-contact a {
    color: #d4af37;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.premium-contact a:hover {
    color: #f5d77b; /* Dorado más claro al pasar el mouse */
}
.barra-contacto-granito {
    background: url('img/granito.jpg') center/cover no-repeat;
    padding: 18px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
}

.barra-contacto-granito a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.barra-contacto-granito a:hover {
    color: #d4af37; /* Dorado suave */
}
.barra-contacto-granito {
    width: 100%;
    display: flex;
    justify-content: center;   /* CENTRA HORIZONTAL */
    align-items: center;       /* CENTRA VERTICAL */
    text-align: center;        /* CENTRA EL TEXTO */
}
background: url('img/granito.jpg') center/cover no-repeat;
img/granito.jpg
}
.logo-header {
    height: 70px;
    object-fit: contain;
}
.logo-footer {
    height: 50px;
    margin-bottom: 10px;
    object-fit: contain;
}
.logo-img {
    height: 110px;        /* Ajusta el tamaño vertical */
    width: auto;         /* Mantiene proporción */
    object-fit: contain; /* Evita deformaciones */
    display: block;
    margin: 0 auto;      /* Lo centra dentro del div */
}
.contacto-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding
}
.contacto-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

.contacto-info {
    font-size: 18px;
    font-weight: 700;
}

.contacto-logo img {
    height: 90px; /* Ajustá aquí si lo querés más grande */
    width: auto;
    object-fit: contain;
}
.contacto-logo img {
    height: 60px;
    width: auto;
}
.logo-img {
    height: 80px;
    width: auto;
}
.header-center {
    padding: 10px 0;
}
.contacto-logo img {
    height: 55px !important;
    width: auto !important;
    object-fit: contain;
}
.logo-footer {
    height: 45px !important;
    width: auto !important;
    object-fit: contain;
}
/* LOGO DEL CONTACTO */
.contacto-section img {
    height: 55px !important;
    width: auto !important;
    max-height: 55px !important;
    display: block !important;
}

/* LOGO DEL FOOTER */
footer img {
    height: 45px !important;
    width: auto !important;
    max-height: 45px !important;
    display: block !important;
}
.icono-wsp-premium {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.25));
}

.wsp-premium {
    font-weight: 600;
    color: #1A1A1A;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s ease;
}

.wsp-premium:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}
.hero {
    background: url('img/kitchen-hero.jpg') center/cover no-repeat;
    padding: 140px 20px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    backdrop-filter: blur(6px);
}

.hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero p {
    font-size: 20px;
    margin-bottom: 25px;
}

.cta-btn {
    padding: 14px 32px;
    font-size: 18px;
    background: #f4c542;
    color: #000;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s ease;
}

.cta-btn:hover {
    background: #ffdd5c;
    transform: scale(1.05);
}
<section id="contacto" class="contacto-section">
    <h2>Contacto</h2>

    <p>Teléfono: <a href="tel:4013593865">401‑359‑3865</a></p>
    <p>WhatsApp: 
        <a href="https://wa.me/14013593865?text=Hola%20Andrea,%20quiero%20una%20cotización">
            401‑359‑3865
        </a>
    </p>
    <p>Email: garciastoneri@gmail.com</p>
</section>
.contacto-section {
    padding: 60px 20px;
    background: #111;
    color: white;
    text-align: center;
}

.contact-form {
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
}

.contact-form button {
    padding: 14px;
    background: #f4c542;
    color: #000;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s ease;
}

.contact-form button:hover {
    background: #ffdd5c;
    transform: scale(1.05);
}