

#imagenSeg{
	width: 350px;
	margin-top: 40px;
}

#imagenGob{
	width: 250px;
	margin-top: 30px;
	margin-left: 70px;
}

#login-form{
	margin-top: -105px;
	
}
#titulo{
	font-size: 18px;
	margin-left: 15px;
}


@media screen and (max-width: 600px) {
#login-form{
	margin-top: auto;
	
}
#imagenSeg{
	display: none;
}
#imagenGob{
	display: none;
}
}

@media screen and (max-width: 1000px) {
#login-form{
margin-top: auto;

}
#imagenSeg{
	display: none;
}
#imagenGob{
	display: none;
}
}
/*detalle reporte +*/

  #myBtn {
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
 background: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}
	#map-canvas{
		width: 480px;
		height: 250px;

	}

	#card-header{
     color: #fff;
    height: 70px
	}
  #titulo{
    margin-left: 400px;
  }
  
	@media only screen and (max-width: 1200px) {
     #map-canvas{
     	display: none;
     }

   #titulo{
    margin-left:auto;
  }
  
     
    }
