@import url('https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700');

body {
  margin: 0;
  font-family:'Maven Pro', sans-serif;
  background: rgb(255,255,255,0) !important;
}

#svgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Center vertically on screen */
  z-index: -10;	
  margin-top: 50px;

	
}

#svgContainer svg {
  width: 90%; /* Set the SVG width to 90% of the window width */
  max-width: 1500px;
  height: auto; /* Maintain aspect ratio */
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

}

.tippy-box {
	font-size: 20px; /* Adjust the text size as needed */
	box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.2);

	background: rgba(255,255,255,0.5);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);

	color: black;
	padding: 10px;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	border-radius: 10px;
	margin: 10px;
/*	transform: translate3d(-50%,60%,0);*/
}

.tippy-arrow:before{
	color: rgba(255,0,0,1);
	border-radius: 3px;
	border-width: 0px 20px 20px!important;
	transform: translate(-12px,-18px);
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}


#textoApoyo{
	margin-top: 6px;
	margin-bottom: 70px;
}

#hoverText{
	margin-top: 20px;
	margin-bottom: 0px;
}