.section-footer {
    height: max-content;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.area-container-footer {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.informative-footer {
    height: max-content;
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--color-light-plus-gray);
}

.text-informative {
    width: 90%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.area-contact {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.area-contact p {
    width: 100%;
    height: 18px;
    margin-bottom: 4px;
    font-size: 16px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    float: left;
}

.area-contact h3 {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}

.data-contact {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 80%;
    gap: 10px;
    margin-top: 10px;
}

.data-contact a {
    font-size: 16px;
    padding-right: 30px;
    color: var(--color-black);
    margin: 0%;
}

.data-contact i {
    font-size: 16px;
    color: var(--color-black);
}

.area-social-media {
    width: 90%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.area-social-media p {
    font-size: 18px;
    font-weight: bold;
    margin: 0%;
}

.principal-footer {
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    padding: 40px 80px;
    gap: 20px;
    position: relative;
}

.logo-footer {
    height: 120px;
    width: 120px;
    overflow: hidden;
}

.logo-footer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.menu-footer .list-footer {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.menu-footer .list-footer li {
    margin: 5px 20px;
}

.menu-footer .list-footer li a {
    color: var(--color-black);
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.menu-footer .list-footer li a:hover {
    color: #F28705;
    font-weight: 600;
}

.menu-footer .list-footer li a i {
    margin-right: 5px;
}


.copyright-footer {
    height: auto;
    width: 100%;
    padding: 10px 0px 13px 0px;
    background-color: var(--color-light-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.copyright-footer a {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0%;
}

.copyright-footer p {
    margin: 0%;
    color: var(--color-black);
}

.decoration1 {
    position: absolute;
    top: 10%;
    left: 0%;
    height: auto;
    width: 220px;
}

.decoration2 {
    position: absolute;
    top: 10%;
    right: 5%;
    height: 100px;
    width: 260px;
}

.decoration1 img,
.decoration2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

:root {
    --color-primary-dark: #03258C;
    --color-accent-orange: #F28705;
    --color-white: #FFFFFF;
}

/* =========================================
   ESTILOS GENERALES (Mantenemos los de antes)
   ========================================= */
.social-links-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.social-links-list .social-item {
    margin-right: 15px;
    margin-bottom: 10px;
}

.social-links-list .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--color-white);
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-links-list .facebook-link {
    background-color: #3b5998;
    /* Facebook Azul */
}

.social-links-list .twitter-link {
    background-color: #00acee;
    /* Twitter Azul */
}

.social-links-list .instagram-link {
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-links-list .tiktok-link {
    background-color: #000000;
    /* TikTok Negro */
}

.social-links-list .pinterest-link {
    background-color: #cc0821;
    /* Pinterest Rojo */
}

.social-links-list .youtube-link {
    background-color: #ff0000;
    /* YouTube Rojo */
}

.social-links-list .google-link {
    background-color: #db4a39;
    /* Google/Google Plus Rojo/Naranja */
}

.social-links-list .linkedin-link {
    background-color: #0077B5;
    /* LinkedIn Azul */
}

.social-links-list .social-link:hover {
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}


@media (max-width: 1024px) {
    .informative-footer {
        flex-direction: column;
        gap: 20px;
    }

    .area-contact {
        flex-direction: column;
        text-align: center;
    }

    .menu-footer .list-footer {
        flex-direction: column;
        align-items: center;
    }

    .decoration1 {
        position: absolute;
        top: 60%;
        left: 0%;
        height: auto;
        width: 120px;
    }

    .decoration2 {
        position: absolute;
        top: 10%;
        right: 5%;
        height: 100px;
        width: 160px;
    }


    .data-contact {
        justify-content: center;
    }

    .social-links-list {
        justify-content: center;
        gap: 15px;
    }

    .copyright-footer p {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .data-contact {
        flex-direction: column;
    }

    .data-contact p {
        padding-right: 0%;
    }

    .social-links-list .social-item {
        margin: 0%;
    }

    .decoration1 {
        top: 74%;
        width: 100px;
    }

    .decoration2 img {
        height: 50%;
        width: 100px;

    }

    .decoration2 {
        top: 2%;
        left: 60%;
    }

    .principal-footer {
        padding: 40px;
    }
}