
        /* NAVEGACIÓN */
        nav {
            height: auto;
            min-height: 70px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            width: auto;
            z-index: 1000;
        }

        .logo {
            height: 40px;
            max-height: 70px;
            width: auto;
            cursor: pointer;
            transition: transform 0.3s;
        }

        @media (max-width: 480px) {


            .logo {
                width: 370px;
            }
        }

        
        /* Estilos del footer (mantenidos de tu código original) */
        ul {
            list-style: none;
            padding-left: 0;
        }

        footer {
            background-color: rgb(105, 28, 51);
            color: #bbb;
            line-height: 1.5;
        }

        footer a {
            text-decoration: none;
            color: #eee;
        }

        a:hover {
            text-decoration: underline;
        }

        .ft-title {
            color: #fff;
            font-family: "Merriweather", serif;
            font-size: 1.375rem;
            padding-bottom: 0.625rem;
        }

        .ft-text {
            color: #DDC8A1;
            width: 300px;
            font-size: 1.05rem;
            margin-top: 35px;
        }

        .footer-img {
            max-width: 100%;
            width: 300px;
            margin-top: 35px;
        }

        .footer-img-logo {
            max-width: 100%;
            width: 200px;
        }

        .ft-main {
            padding: 1px 2px;
            display: flex;
            flex-wrap: wrap;
        }

        @media only screen and (min-width: 230px) {
            .ft-main {
                justify-content: space-evenly;
            }
        }

        @media only screen and (min-width: 430px) {
            .ft-main {
                justify-content: space-evenly;
            }
        }

        @media only screen and (min-width: 1240px) {
            .ft-main {
                justify-content: space-evenly;
            }
        }

        .ft-main-item {
            padding: 1.25rem;
            min-width: 12.5rem;
        }

        .ft-main-item>p:first-child {
            border-left: 3px solid #DDC8A1;
            padding-left: 15px;
        }

        .ft-social {
            padding: 0 1.875rem 1.25rem;
        }

        .ft-social-list {
            display: flex;
            justify-content: center;
            padding-top: 3.25rem;
        }

        .ft-social-list li {
            margin: 0.5rem;
            font-size: 1.25rem;
        }

        .ft-social-pie {
            max-width: 100%;
            width: 100%;
        }

        .ft-social-list li a img {
            max-width: 100%;
            width: 60px;
        }

        @media (max-width: 768px) {
            .ft-social-pie {
                width: 100%;
                content: url('../img/Plecas/cenefa2.png');
                height: auto;
            }
        }

        .ft-social img {
            max-width: 100%;
            width: 100%;
        }
