.footer-logo {
	stroke: #6b6b6b
}
.h-center {
	left: 50%;
    margin-left: -134px;
    text-align: center;
}
	

footer {
	padding-top: 145px;
	padding-bottom: 60px;
	z-index: 1;
	color: #2d2d2d;
}

footer h1 {
	color: #2d2d2d;
}

footer a {
	color: #2d2d2d;
}

footer ul {
	margin-top: 6px;
}

footer li {
	display: inline-block;
}

footer li + li {
	margin-left: 30px;
}

footer .language-select ul li.hide {
	display: none;
}

footer .language-select ul.open {
	height: auto;
}

footer .language-select {
	position: fixed;
	z-index: 999;
	bottom: 2em;
	right: 2em;
	/*
	bottom: 3px;
	right: 285px;
	*/
}
footer .language-select {
	margin-top: 5px;
}

footer .language-select p {
	display: inline-block;
}

footer .language-select ul {
	display: inline-block;
	margin-top: 0;
	height: 20px;
	overflow: hidden;
	vertical-align: top;
	margin-left: 10px;
	cursor: pointer;
}

footer .language-select ul li {
	display: block;
	margin-top: 1px;
}

footer .language-select ul li + li {
	margin-left: 0;
}

footer .language-select img {
	width: 10px;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

footer .logo-levain {
	width: 162px;
}

footer .line {
	width: 100%;
	height: 1px;
	background: #2d2d2d;
	margin-bottom: 40px;
	margin-top: 59px;
}

footer .button-line-black {
	margin-top: 25px;
}

footer .direccion {
	margin-top: 46px;
}
footer .contacto a{
	display: block;
}
footer h2 {
	margin-bottom: 18px;
	color: #2d2d2d;
}

@media screen and (max-width: 991px ){
	footer {
		padding-top: 76px;
		padding-bottom: 30px;
		z-index: 1;
	}
	footer .container {
		padding: 0 30px;
	}
	footer .line {
		margin: 30px 0;
	}

	footer .language-select {
		/*right: 268px;*/
		text-align: right;
		bottom: 2px;
	}
	
	footer .language-select p span {
		margin: 0 10px;
	}

	footer .logo-levain {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px ){
	footer {
		padding-top: 76px;
		padding-bottom: 30px;
		z-index: 1;
		text-align: center;
	}
	footer .container {
		padding: 0 15px;
	}
	.logo-levain-cont {
		text-align: center;
		width: 100%;
		display: block;
	}
	footer .container .row + .row {
		text-align: center;
	}
	footer ul {
		margin-top: 40px;
	}
	footer .logo-levain {
		margin-top: 0px;
	}
	footer .language-select {
		margin-top: 0px;
		text-align: center;
	}
	footer .button-line-black {
		margin-top: 29px;
	}
	footer .contacto {
		margin-top: 66px;
	}
	footer .line {
		margin-bottom: 33px;
		margin-top: 59px;
	}
	footer ul {
		text-align: center;
		margin-top: 30px;
	}
	footer li {
		display: inline-block;
	}
	footer li + li {
		margin-left: 20px;
		margin-top: 0px;
	}
	footer .line-mobile {
		width: 100%;
		margin: 35px 0 30px;
		height: 1px;
		background: #2d2d2d;
	}
}


@media screen and (max-width: 500px ){
	.langs {
		display: block !important;
		left: 50%;
	    margin-left: -134px;
    	text-align: center !important;
    	margin-bottom: 1em;		
	}	
}
