/*FOOTER*/
	footer {
		margin-top: 0px;
		background: #FFFFFF;
	}

	.footer2{
		background: #bababa;
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.footer2 .footer-link{
		color: #FFFFFF;
		font-size: 12px;
	}

	.footer-redes{
		color: #bababa;
		margin-bottom: 25px;
	}
	.footer-redes .footer-link{
		color: #bababa;
		font-size: 12px;
	}

	.iconred{
		display: inline-block;
		margin-right: 20px;
	}

	.footer .container-footer-top{
    	padding-top: 40px;
    	padding-bottom: 10px;
    	/*padding-left: 5%;*/
		
	}

	.footer .social-list-footer .label-social-list{
		font-weight: 700;
		display: block;
		padding: 0 0 10px 0;
	}

	.footer .social-list-footer{
		max-width: 120px;
		margin: 0 auto;
	}
	.footer .footer-link img{

	width: 30px;
	height: 30px;

	}
	.footer .footer-link{
		color: #545454;
	}

	.footer .footer-link b {
    font-weight: 700;
    padding-top: 12px;
    display: grid;
}

	
	
	.footer .footer-link:hover{
		color: #E30613;
		text-decoration: none;
	}

	.footer .container-footer-bottom{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer .container-footer-bottom .logo-footer{
		max-width: 100px;
	}


	@media screen and (max-width: 463px){
		
		.footer{
			font-size:12px;
			padding: 8px;
		}
	}