/*Responsive para Celulares*/
@media (max-width: 600px){

	/*==================> Container */
	#container{
		width: 90%;
	  	height: auto;
	}


	/*==================> Container - Footer */
	#container-footer{
		height: 75px;
		border: 5px solid #e9e9e9;
		border-bottom-left-radius: 95px;
		border-bottom-right-radius: 26px;
	}

	#box5-icon{
		display: inline-block;
  		width: 50px;
  		height: 55px;
  		margin-top: 9px;
  		margin-right: 7px;
  		margin-left: 7px;
	}

	#box5-icon .images{
		display: none; 
	}

	#box5-icon .intercambio1 .intercambio2 {
  		opacity: 1;
	}
}