@media screen and (min-width: 300px) and (max-width: 767px) 
	{
		.cover{
			min-height: 50%;
		}
		
		.cover-image{
		   margin-top: 30px;
		   background-size: contain !important;
		   background-repeat: no-repeat; 	
		   background-position: right !important;
		}
		
		.submenu{
		
			margin-top: 0px;
    	
		}
		
		#beneficios h1 {
		    font-size: 3.5em;
		}
		 
		.sugerencias h1 {
			font-size: 3em;
		}
		
		#beneficios .bene {
			font-size: 13pt;
		}
	}
	