.logo {
            margin: .4em;
            margin-left: 3em;
        }

        .marca {
            font-family: 'Playfair Display', serif;
            line-height: 2;
            font-size: 1.7em;
            color: #fff;
        }

        .marca:hover {
            color: #c9a96e;
        }
        .navbar-brand {
            padding-left: 2em;
        }

        .bg-body-tertiary {
            background-color: #0c0c0c;
        }

        .navbar-expand-lg .navbar-collapse {
            justify-content: flex-start;
        }
        /* Sticky navbar */
        header {
            position: sticky;
            top: 0;
            z-index: 1030;
        }

        .nav-link {
            color: rgb(255 255 255);
        }

        .nav-link:hover {
            color: rgb(255 255 255);
        }

        .nav-link::after {
            color: rgb(226, 231, 235);
        }

        /* Toggler blanco alineado con logo */
        .navbar-toggler {
            border-color: rgba(255, 255, 255, 0.3);
            align-self: center;
        }

        .navbar-toggler:focus {
            box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.25);
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        .navbar {
            align-items: center;
        }




        footer {
            background-color: #0c0c0c;
            color: #9ca3a8;
            border-top: 1px solid #2a2a2a;
            padding: 3em 4em 1.5em;
            font-family: 'Poppins', sans-serif;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr;
            gap: 2em;
            margin-bottom: 2.5em;
        }

        .footer-brand .marca-footer {
            font-family: 'Playfair Display', serif;
            font-size: 1.8em;
            color: #fff;
            text-decoration: none;
            display: block;
            margin-bottom: 0.6em;
        }

        .footer-brand p {
            font-size: 0.85em;
            line-height: 1.7;
            color: #6b7280;
            max-width: 220px;
        }

        .footer-col h4 {
            font-size: 0.78em;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: #c9a96e;
            margin-bottom: 1em;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-col ul li {
            margin-bottom: 0.5em;
        }

        .footer-col ul li a {
            color: #6b7280;
            text-decoration: none;
            font-size: 0.88em;
            transition: color 0.2s;
        }

        .footer-col ul li a:hover {
            color: #c9a96e;
        }

        .footer-contact-item {
            display: flex;
            align-items: center;
            gap: 0.5em;
            font-size: 0.88em;
            color: #6b7280;
            margin-bottom: 0.6em;
        }

        .footer-contact-item svg {
            flex-shrink: 0;
            color: #c9a96e;
        }

        .footer-social {
            display: flex;
            gap: 0.8em;
            margin-top: 1.2em;
        }

        .footer-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border: 1px solid #2a2a2a;
            border-radius: 50%;
            color: #6b7280;
            transition: border-color 0.2s, color 0.2s;
        }

        .footer-social a:hover {
            border-color: #c9a96e;
            color: #c9a96e;
        }

        .footer-bottom {
            border-top: 1px solid #1e1e1e;
            padding-top: 1.2em;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.5em;
        }

        .footer-bottom p {
            font-size: 0.78em;
            color: #4b5563;
            margin: 0;
        }

        .footer-bottom a {
            color: #c9a96e;
            text-decoration: none;
        }

        @media (max-width: 768px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .galeria-inicio{
            width: 100%;
            height: 20em;
            border-radius: 15px;
            padding-left: 2em;
            padding-right: 2em;
            /*padding: 2em;*/
        }
        }
        

        @media (max-width: 480px) {
            .footer-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }
            footer {
                padding: 2.5em 1.5em 1.2em;
            }
            .galeria-inicio{
            width: 100%;
            height: 10em;
            border-radius: 15px;
            padding-left: 2em;
            padding-right: 2em;
            /*padding: 2em;*/
        }
        .footer-brand p {
  font-size: 0.85em;
  line-height: 1.7;
  color: #6b7280;
  max-width: 365px;
}
.footer-col{
    display: none;
}
        }