.footer {
    color: #fff;
    background-color: rgb(30, 30, 30);
    display: flex;
    justify-content: space-between;

}

.footer p {
    margin: 0;
    line-height: 20px;
}

.footer>div {
    margin: 0 20px;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.informacion p {
    font-size: 180%;
    text-align: center;
}

.footer h2 {
    text-align: center;
    font-size: 200%;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: bold;
}

.pieFooter {
    display: flex;
    background-color: black;
    color: #fff;
}

.pieFooter p {
    margin: 0;
    padding: 0px 20px;
    border-right: 2px solid white;
    margin: 10px 0;
    font-size: 140%;
}

.pieFooter p:last-of-type {
    border-right: none;
    font-size: 160%;

}

.icon-redes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    display: inline-block;
    font-size: 440%;
    animation: float 5s ease-in-out infinite;
    padding: 5px;
}

.icon-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 50px #d6249f;
}

.icon-facebook {
    animation-delay: 1s;
    color: #3b5998;
    text-shadow: 0 0 30px #3b5998;
}

.icon-twitter {
    animation-delay: 2s;
    color: #00acee;
    text-shadow: 0 0 30px #00acee;
}

.icon-linkedin2 {
    animation-delay: 3s;
    color: #0077b5;
    text-shadow: 0 0 30px #0077b5;
}

.icon-youtube {
    animation-delay: 4s;
    color: #cd201f;
    text-shadow: 0 0 30px #cd201f;

}

.icono {
    padding: 10px;
}

.mail p {
    margin: 0;
}


@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1200px) {
    .footer {
        display: flex;
        flex-wrap: wrap;
    }

    .footer>div {
        min-width: 400px;
    }
}

@media only screen and (max-width: 1100px) {

    .redes {
        margin-top: 80px;
    }

    .informacion p {
        text-align: center;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 900px) {
    .footer {
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
    }

    .footer>div {
        min-width: 350px;
    }

    .redes,
    .contacto {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 720px) {
    .pieFooter {
        flex-direction: column;
        text-align: center;
    }

    .pieFooter p {
        border: none;
    }
}

@media only screen and (max-width: 650px) {
    .redes {
        margin-top: 0px;
    }
}

.div-pol_priv{
        width: 45%;
}