@charset "utf-8";

/* CSS Document */
footer {
    width: 100%;
    height: auto;
    background-color: #000;
    display: table;
    padding-bottom: 80px;
}

footer article {
    width: 33.3%;
    height: auto;
    margin-top: 15px;
    float: left;
}

footer article img {
    width: 50%;
    height: auto;
    margin-top: 70px;
    margin-left: 10%;
}

footer article a {
    color: #fff;
    text-decoration: none;
}

footer article h2 {
    font-size: 1.3rem;
    width: 80%;
    letter-spacing: 1.5px;
    text-align: left;
    margin-left: 10%;
    color: #f2f2f2;
    margin-top: 5%;
}

footer .foot-rss {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 0%;
}

footer .foot-rss:hover {
    border-radius: 50%;
    transition: .5s;
    margin-top: -3px;
}

footer article #foot_1_rss {
    margin-left: 10%;
}

footer article li {
    list-style: none;
    font-size: 0.8rem;
    line-height: auto;
    text-align: left;
    width: 80%;
    color: #fff;
    margin-left: 10%;
    margin-top: 15px;
    letter-spacing: 2px;
}

footer article li:hover {
    font-size: 0.78rem;
    font-weight: 600;
    transition: .5s;
    color: #666666;
}

footer article .li-user {
    font-size: 1rem;
    font-weight: bold;
    color: #00A6DE;
}

footer article .li-user:hover {
    font-size: 1rem;
}

@media (max-width: 750px) {
    footer article {
        width: 90%;
        height: auto;
        margin-top: 15px;
        float: left;
        margin-left: 5%;
        padding-bottom: 30px;
    }

    footer article img {
        margin-left: 25%;
    }

    footer article h2 {
        text-align: center;
    }

    footer article li {
        text-align: center;
    }

    footer .foot-rss {
        float: left;
        width: 5%;
        height: auto;
        margin-left: 1%;
        margin-top: 0%;
    }

    footer .foot-rss:hover {
        border-radius: 50%;
        transition: .5s;
        margin-top: -3px;
    }

    footer article #foot_1_rss {
        margin-left: 41%;
    }
}

#copy {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #000;
    list-style: none;
}

#copy p {
    font-size: 0.8rem;
    text-align: center;
    color: #f2f2f2;
}
#copy a{
    color: #00A6DE;
    text-decoration: none;
}

#copy a:hover {
    color: #056839;
    transition: .5s;
}

/* CSS Para versión dispositivos móviles
*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    footer article {
        width: 90%;
        height: auto;
        margin-top: 15px;
        float: left;
        margin-left: 5%;
        padding-bottom: 30px;
    }

    footer article img {
        margin-left: 25%;
    }

    footer article h2 {
        text-align: center;
    }

    footer article li {
        text-align: center;
    }

    footer .foot-rss {
        float: left;
        width: 5%;
        height: auto;
        margin-left: 1%;
        margin-top: 0%;
    }

    footer .foot-rss:hover {
        border-radius: 50%;
        transition: .5s;
        margin-top: -3px;
    }

    footer article #foot_1_rss {
        margin-left: 41%;
    }

    iframe {
        width: 100%;
        height: 700px;
    }

    #copy {
        width: 100%;
        background-color: #000;
    }

    #copy p {
        font-size: 0.7rem;
        line-height: auto;
        text-align: center;

        height: auto;
        list-style: none;
    }

    #copy strong {
        font-size: 16px;
        color: #056839;
    }

    #copy a {
        color: #81734f;
        text-decoration: none;
    }

}