@media only screen  and (min-width: 0px) and (max-width: 767px) 
{
	.txtTop {
    font-size: 22px;
   }
	xmp {
    font-size: 17px;
   }
	.infoMapa {
        margin-bottom: 40px;
     }
	.SectionMap {
    height: 100%;
    }
	.txtInfoMapa {
    font-size: 18px;
    width: 100%;
	margin-bottom: 20px;
   }
	
   .input1 {
    width: 100%;
   
   }

 .txtarea1 {
    width: 100%;
 }
	
 .btnEnviar {
    width: 100%;
    }
	#map{
	 height: 250px !important;
	 margin-bottom: 35px;
	}
}
