nav {
    background-color: rgba(17, 17, 20, 0.75);
    width: 100%;
    height: 64px;
    top: 0;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    min-width: 700px;
}

nav li{
    display: inline-block;
    padding: 1em;
    margin-right: 20px; 
}

nav li a {
    color: #e8c76a;
    background-color: transparent;
    text-decoration: none;
}

footer li:hover,
footer li:hover a {
    color: #f1c959;
    cursor: pointer;
}

#nav-button {
    background-color: transparent;
    color: #c9a84c;
    border: 1px solid #c9a84c;
    border-radius: 6px;
    padding: 5px 12px;
    margin-right: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s;
}

#nav-button:hover {
    background-color: #c9a84c;
    color: #111114;
}

#nav-logo {
    height: 45px;
    width: auto;
    margin-left: 20px;
    display: block;
}

#nav-logo-link {
    display: flex;
    align-items: center;
}

#nav-logo:hover {
    cursor: pointer;
}

#nav-profile {
    align-items: center;
    gap: 10px;
    margin-right: 20px;
}

#nav-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c9a84c;
}

#nav-inicial {
    color: #c9a84c;
    padding: 0 1em;
    font-size: 15px;
}

#nav-logout {
    background-color: transparent;
    color: #c9a84c;
    border: 1px solid #c9a84c;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s;
}

#nav-logout:hover {
    background-color: #c9a84c;
    color: #111114;
}

footer {
    background-color: #171e26;
    width: 100%;
    min-height: 175px;
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    min-width: 1200px;
}

.bloque-footer {
    padding-top: 30px;
    flex-direction: column;
    box-sizing: border-box;
    line-height: 1.2;
    align-items: flex-start;
}

#polla-info {
    width: 500px;
    height: 300px;
    align-self: flex-start;
    padding: 20px 50px;
}

#footer-logo {
    height: 50px;
    width: auto;
}

.logo-ypolla {
    flex-direction: row;
    gap: 25px;
    margin-bottom: 0;
}

#footer-la {
    font-family: Oswald;
    font-size: 15px;
}

#footer-mundialista {
    font-family: Oswald;
    font-size: 25px;
    margin-top: 2px;
    color: rgb(249, 248, 213);
}                                                                                                      

#navegacion {
    width: auto;
    height: 300px;
}

#footer-ul {
    list-style: none;
    padding-left: 0;
}

footer li {
    position: relative;
    line-height: 2;
    color: #cac4b1;
    font-weight: 300;
    font-size: 18px;
    bottom: 15px;
}

footer li a {
    color: #cac4b1;
    background-color: transparent;
    text-decoration: none;
}

.footer-h4 {
    margin-top: 0;
    font-size: 20px;
    color: rgb(232, 199, 106);
}

#info-p {                                                                                                         
    margin-top: 3px;
    font-size: 20px;
    font-weight: 300;
}

#footer-right {
    gap: 120px;
    align-items: flex-start;
    padding-right: 240px;
}

#contacto {
    width: auto;
    padding: 60px 240px 0 0;
}

#contact {
    position: relative;
    bottom: 40px;
}

.footer-contact {
    position: relative;
    flex-direction: row;
    gap: 30px;
    bottom: 20px;
}

.email-whats {
    color: #cac4b1;
    line-height: 1;
}

#whatsapp-icon-contact {
    height: 35px;
    width: auto
}

#mail-logo {
    height: 35px;
    width: auto
}

.blank-p {
    color: rgb(250, 249, 230)
}

footer p {
    font-family: Lato, sans-serif;
    color: #cac4b1;
    font-weight: 200;
}

@media (max-width: 768px) {
    nav {
        min-width: unset;
        height: auto;
        padding: 8px 0px;
        flex-wrap: wrap;
        gap: 6px;
    }

    nav li {
        padding: 0.4em 0.6em;
        margin-right: 0px;
    }

    #nav-logo {
        height: 36px;
        margin-left: 12px;
    }

    #nav-button {
        padding: 4px 10px;
        font-size: 12px;
    }

    #nav-logout {
        padding: 4px 10px;
        font-size: 12px;
    }

    #nav-profile {
        margin-right: 10px;
        gap: 6px;
    }

    #nav-avatar {
        width: 28px;
        height: 28px;
    }

    #nav-inicial {
        font-size: 13px;
        padding: 0 0.5em;
    }

    footer {
        min-width: unset;
        flex-direction: column;
        min-height: auto;
        padding: 24px 16px;
        align-items: flex-start;
    }

    #polla-info {
        width: 100%;
        height: auto;
        padding: 16px;
        box-sizing: border-box;
    }

    #footer-logo {
        height: 38px;
    }

    .footer-h4 {
        font-size: 16px;
    }

    #info-p {
        font-size: 15px;
    }

    footer li {
        font-size: 15px;
    }

    #footer-right {
        flex-direction: column;
        gap: 20px;
        padding-right: 0;
        padding: 0 16px 16px;
        width: 100%;
        box-sizing: border-box;
    }

    #navegacion {
        height: auto;
    }

    #contacto {
        width: 100%;
        padding: 16px 16px 0;
        box-sizing: border-box;
    }

    #contact {
        bottom: 0;
    }

    .footer-contact {
        bottom: 0;
        gap: 16px;
    }

    #whatsapp-icon-contact,
    #mail-logo {
        height: 28px;
    }
}