@charset "utf-8";

/* Paleta de colores
Rojo: #D71920
Azul: #2B3990
Blanco: #FFFFFF
*/

footer {
    width: 100%;
    height: 650px;
    background-color: #000;
    font-family: "Lato", sans-serif;
    color: #FFF;
    align-content: center;
    border-top: #2f2f2f 1px solid;

}

footer article {
    width: 32.3%;
    height: 600px;
    float: left;
}

footer article img {
    width: 200px;
    height: auto;
    margin-top: 10px;
    margin-left: 10%;
}

footer article h2 {
    font-size: 18px;
    color: silver;
    width: 80%;
    letter-spacing: 1.5px;
    text-align: left;
    margin-left: 10%;
    margin-top: 5%;
}

footer article p {
    font-size: 1rem;
    line-height: 20px;
    width: 80%;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 10%;
}

footer .foot-rss {
    float: left;
    width: 35px;
    height: auto;
    margin-left: 5px;
    margin-top: 2%;
}

footer article #foot_1_rss {
    margin-left: 10%;
}

footer .foot-rss:hover {
    border-radius: 50%;
    transition: .5s;
    margin-top: -3px;
}

footer article li {
    list-style: none;
    font-size: 0.7rem;
    line-height: 15px;
    height: 15px;
    text-align: left;
    width: 80%;
    margin-left: 10%;
    margin-top: 15px;
    letter-spacing: 2px;
}

footer article li:hover {
    font-size: 0.8rem;
    transition: .5s;

}

footer article .li-user {
    font-size: 1rem;

}

footer article .li-user:hover {
    font-size: 1rem;
}

footer article a {
    color: #fff;
    text-decoration: none;
}


@media only screen and (max-width:1030px) {
    footer article img {
        margin-left: 30%;
    }
}

@media only screen and (max-width:850px) {
    footer {
        height: 1600px;
    }

    footer article {
        width: 100%;
        height: 500px;
        float: none;
    }

    footer article img {
        margin-left: 5%;
        width: auto;
        height: 150px;
        margin-left: 28%;
    }

    footer article h2 {
        font-size: 25px;
        text-align: center;

    }

    footer article p {
        font-size: 15px;
        text-align: center;
    }

    footer article #foot_1_rss {
        margin-left: 44%;
    }

    footer article li {
        font-size: 13px;
        text-align: center;
    }
}

#copy {
    width: 100%;
    height: auto;
    background-color: #000;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    list-style: none;
    color: #FFF;
}

#copy p {
    width: 100%;
    margin: 0;
    font-size: 1rem;
}

#copy a {
    color: #fff;
    text-decoration: none;
}

#copy a:hover {
    transition: .5s;
}

/* CSS Para versión dispositivos móviles
*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    footer {
        height: auto;
        display: table;
    }

    footer article img {
        width: 50%;
        height: auto;
        margin-left: 25%;
    }

    footer article {
        width: 100%;
        padding-bottom: 100px;
        padding-top: 50px;
        border: #2f2f2f 1px groove;
        height: auto;
        float: none;
        border-bottom: 1px solid rgba(242, 242, 242, 0.27);
    }

    footer #id-foot-01 {
        height: auto;
    }

    footer #id-foot-02 {
        height: auto;
    }

    footer #id-foot-03 {
        height: auto;
    }

    footer article h2 {
        text-align: center;
        font-size: 1.5  rem;
        line-height: 3rem;
    }


    footer article p {
        font-size: 1.5rem;
        line-height: 35px;
        text-align: center;
    }

    footer .foot-rss {
        width: 30px;
        height: auto;
    }

    footer article #foot_1_rss {
        margin-left: 37%;
    }

    footer article li {
        font-size: 1rem;
        padding-bottom: 30px;
        margin-top: 0%;
        text-align: center;
    }


    footer article .li-user {
        font-size: 1.2rem;
        padding-bottom: 10px;
        height: auto;
        font-weight: 800;
        color: #2f2f2f;
    }

    iframe {
        width: 100%;
        height: 700px;
    }

    #copy {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 15px;
        background-color: #000;
    }

    #copy p {
        font-size: 0.9rem;
        line-height: 25px;
        text-align: center;
        align-content: center;
        height: auto;
        color: #FFF;
        list-style: none;
    }

    #copy strong {
        font-size: 1rem;
        color: #056839;
    }

    #copy a {
        color: #81734f;
        text-decoration: none;
    }

}