footer{
	font-size: 0.7rem;
	line-height: 1.7;
	border-top: 1px solid #eee;
	
}

footer .image-footer{
	padding-bottom: 35px;
	padding-top: 35px;
	background-color: #212121;
	background-image: url(../img/images/footer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.informacion{
	padding-bottom: 40px;
	padding-top: 40px;
	color: #666;
	font-weight: 500;
	line-height: 1.5;
}

.informacion > div {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

.copy{
	background-color: #EEEEEE;
	padding: 25px;
	color: #444444;
	font-weight: 500;
}

nav.menu-footer {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}

nav.menu-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

nav.menu-footer a:hover {
    color: var(--c-primary);
}

nav.menu-footer > .flex {
    gap: 25px;
    margin: 0;
    padding: 0;
}

.logos-footer {
    gap: 55px;
    line-height: 1.4;
}

.contacts-footer {
    background-color: #202020;
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.contacts-footer a {
    text-decoration: underline;
}

.contacts-footer a:hover {
    color: var(--c-primary) !important;
}

.contacts-footer > .flex {
    gap: 30px;
}

.contacts-footer .flex {
    margin: 0;
}

@media screen and (max-width: 900px) {
	nav.menu-footer {
		display: none;
	}
	footer .image-footer{
		padding-top: 50px;
	}
	.logos-footer img{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.ssl{
		text-align: center;
	}
	.contacts-footer{
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 30px;
	}
	.contacts-footer > .flex > .flex{
		display: flex;
	}
	.tels a{
		display: block;
	}
	.tels span{
		display: none;
	}
	.m-right{
		justify-content: flex-end;
	}
	.copy{
		padding-bottom: 80px;
		text-align: center;
	}
}