footer {
    background-color: #7d7070;
}

#contener__footer {
    display: flex;
    padding: 0px 7%;
    justify-content: center;
    padding-top: 50px;
    margin-top: 50px;
}

.menu__footer {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.menu__footer ul {
    display: flex;
    flex-direction: column;
}

.menu__footer-links li a,
.footer__contact {
    font-size: 1.1em;
    color: white;
}

.menu__footer-links li a:hover {
    color: #d00a0a;
}

.menu__footer ul a {
    margin: 10px;
    text-transform: uppercase;
}

.footer__contact {
    text-transform: none;
}

.menu__footer ul li {
    margin: 10px 10px 25px 20px;
}

.footer__contact {
    text-align: center;
}

#logo__footer {
    width: 350px;
    height: 350px;
    margin-top: -66px;
}

.icons__footer {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.icons__footer img {
    padding: 87% 15%;
}

#copyrighttext {
    background-color: #7d7070;
    color: black;
    text-align: center;
	font-size: 0.8em;
}
#copyrighttext span {
    color: #920404;
}

/****************RESPONSIVE**************/

@media only screen and (max-width: 1390px) {

    #contener__footer {
        padding: 0px 3%;
        padding-top: 37px;
    }

    #logo__footer {
        width: 300px;
        height: 300px;
        margin-top: -37px;
    }

    .menu__footer-links li a,
    .footer__contact {
        font-size: 1em;
    }
}


@media only screen and (max-width: 1170px) {

    #logo__footer {
        width: 220px;
        height: 220px;
        margin-top: 10px;
    }

    .menu__footer {
        flex-direction: column-reverse;
    }

    .menu__footer ul {
        text-align: left;
        margin-bottom: 16px;
    }

    .menu__footer ul li {
        margin: 5px 0px;
        text-align: center;
    }

}
@media only screen and (min-width: 1024px) {
	.icons__footer a {
		padding: 5% 1%;
	}
}

@media only screen and (max-width: 820px) {

    .menu__footer-links li a,
    .footer__contact {
        font-size: 0.9em;
    }

    .menu__footer ul {
        margin-bottom: 8px;
    }

    #logo__footer {
        width: 180px;
        height: 180px;
        margin-top: 10px;
    }

    .icons__footer img {
        padding: 26% 4%;
        padding-top: 6em;
        margin-right: 8px;
        width: 59px;
    }
}

@media only screen and (max-width: 630px) {

    #contener__footer {
        flex-direction: column;
        padding: 0;
    }

    #logo__footer {
        width: 100%;
        height: 100%;
        margin: 0;
        margin-bottom: 17px;
    }

    .menu__footer {
        width: 100%;
    }

    .menu__footer-links {
        margin-top: 35px;
    }

    .menu__footer-links li a,
    .footer__contact {
        font-size: 1.4em;
    }

    .icons__footer {
        justify-content: space-around;
    }

    .icons__footer img {
        width: 80px;
        padding: 49% 6%;
    }

}

@media only screen and (max-width: 500px) {

    .icons__footer img {
        width: 45px;

    }

    .menu__footer-links {
        margin-top: 35px;
    }

    .menu__footer-links li a,
    .footer__contact {
        font-size: 1.2em;
    }
}
