.container_footer {
/*	position: absolute;*/
	margin-top: 5%;
/*	clear:both;*/
/*bottom: 0;*/
	width: 100%;
	height: 200px;
	background-color: #bdbbbc;
}

.footer_mid {
	width: 960px;
	height: 100%;
	margin: 0px auto;
}

#footer_first {
	position: relative;
	height: 100%;
	width: 29%;
	display: inline-block;
	float: left;
}

#footer_second {
	position: relative;
	height: 100%;
	width: 37%;
	display: inline-block;
	float: left;
}

#footer_third {
	position: relative;
	height: 100%;
	width: 30%;
	display: inline-block;
	float: left;
}

.footer_logo {
	max-width: 210px;
	width: 76%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.footer_separador {
	height: 130px;
	position: relative;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1px solid white;
	float: left;
}

.box_txt_mid {
	position: relative;
	max-width: 263px;
	width: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
}

.txt_footer_mid {
	color: white;
	line-height: 20px;
	letter-spacing: 0.5px;
	font-size: 15px;
}

.box_txt_right {
	position: relative;
	top: 50%;
	transform: translateY( -50%);
	margin-left: 26%;
}

.icon_footer {
	position: relative;
	display: inline-block;
	max-width: 30px;
	width: 15%;
}

.txt_icon {
	position: absolute;
	display: inline-block;
	color: white;
	line-height: 20px;
	letter-spacing: 0.5px;
	font-size: 15px;
	margin-top: 2%;
	margin-left: 2%;
}

/*Mobile*/

.container_footer_mob {
	width: 100%;
	height: 200px;
	background-color: #bdbbbc;
}

.footer_mid_mob {
	display: none;
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 600px;
	left: 50%;
	transform: translateX(-50%);
}

#footer_box_logo_mob {
	position: relative;
	height: 100%;
	display: inline-block;
	float: right;
}

#footer_up_mob {
	position: relative;
	height: 45%;
	width: 100%;
	text-align: center;
}

#footer_left_mob {
	position: relative;
	height: 44%;
	width: 50%;
	display: inline-block;
	float: left;
}

.footer_right_mob {
	position: relative;
	height: 44%;
	width: 50%;
	display: inline-block;
	float: left;
}

.footer_logo_mob {
	max-width: 210px;
	width: 76%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.footer_separador_mob {
	position: relative;
	width: 90%;
	border-bottom: 1px solid white;
	margin: 1% auto 3%;
}

.box_txt_mid_mob {
	position: relative;
	max-width: 263px;
	width: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
}

.txt_footer_mid_mob {
	color: white;
	line-height: 20px;
	letter-spacing: 0.5px;
	font-size: 15px;
}

.icones_redes_mob{
	position: relative;
	width: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.icon_footer_mob {
	position: relative;
	display: inline-block;
	max-width: 30px;
	width: 22%;
}

.txt_icon_mob {
	position: absolute;
	display: inline-block;
	color: white;
	line-height: 20px;
	letter-spacing: 0.5px;
	font-size: 15px;
	margin-top: 2%;
	margin-left: 2%;
}

@media only screen and (max-width: 900px) {
	.footer_mid {
		max-width: 960px;
		width: 73%;
	}

	.txt_footer_mid {
		color: white;
		line-height: 16px;
		letter-spacing: 0.5px;
		font-size: 10px;
	}

	.txt_icon{
		margin-top: 0;
	}

}

@media only screen and (max-width: 900px) {
	.footer_mid{
		display: none;
	}

	.footer_mid_mob{
		display: block;
	}

	.container_footer {
		height: 300px;
	}

}

@media only screen and (max-width: 500px) {
	.footer_logo_mob {
		margin-left: 12%;
	}

	.icones_redes_mob {
		left: 39%;
	}
}

@media only screen and (max-width: 370px) {
	.icones_redes_mob {
		left: 27%;
	}

	.txt_icon_mob {
		font-size: 14px;
	}

	.txt_footer_mid_mob {
    line-height: 19px;
    font-size: 14px;
}
	.footer_logo_mob {
		width: 66%;
	}
}
