@import url('https://fonts.googleapis.com/css?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css?family=AugusteSansPro-Bold&display=swap');
@font-face {
  font-family: 'AugusteSansPro-Bold';
  src:      url('font/Auguste Sans/web/pro/auguste-sans-bold-pro.woff') format('woff'),
          url('font/Auguste Sans/web/pro/auguste-sans-bold-pro.woff2') format('woff2');	 		 
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url('font/Inter/static/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-ExtraBold';
  src: url('font/Inter/static/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-ExtraLight';
  src: url('font/Inter/static/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Light';
  src: url('font/Inter/static/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url('font/Inter/static/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Regular';
  src: url('font/Inter/static/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-SemiBold';
  src: url('font/Inter/static/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-Thin';
  src: url('font/Inter/static/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* General body and html styles */
body, html {
  height: 100%;
  width: auto;
  font: 400 15px/1.8;
  font-family:"Inter Regular", "Inter Light", "Inter ExtraLight", "Inter Medium", "Inter Regular Light", "Inter Regular Regular", "Inter Regular Thin";
  color: #616161;
font-size: clamp(0.7rem, 1vw + 0.15rem , 1.1rem);
}

/* ESTO VIENE DEL D3:*/

#d3sections {
  position: relative;
  display: inline-block;
  width: 300px;
  top: 60px;
  z-index: 90;
  margin: 0;
  padding: 0;
}

.categoryLegend {
  font-family: "Inter-Regular";
}

.step {
  margin-bottom: 100px;
  height: 700px;
  font-family: "Inter-Light";
  font-weight: 400;
  line-height: 1.6em;
  text-align: left;
  margin-left: 30px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-around; */
}

h1, h2 {
  font-weight: 700;
  text-align: left;
  line-height: 3rem;
	font-family: "Auguste Sans Pro";
  color:rgb(67,40,105);
}

h1 {
  font-size: 1.9rem;
	color:rgb(67,40,105);
}

#textseccion {
  width: 300px;
  text-align: left;
  line-height: 0.85rem;
}

strong {
  color: rgb(175, 175, 176);
  font-weight: 700;
}

strong1 {
  color: rgb(252, 252, 252);
  font-weight:500;
  font-size: 1.5em;
  line-height: 1.9rem;
}

.mark0 {
  background-color: grey;
  color: white;
}


.mark1 {
  background-color: #d13e36;
  color: white;
}

.mark2 {
  background-color:#a7b48b ;
  color: white;
}

.mark3 {
  background-color:#EEC257 ;
  color: white;
}



#graphic {
  margin: auto;
  width: auto;
  flex-direction: row;
  align-items: top;
  justify-content: space-around;
  padding-right: 15px;
}

#vis {
  display: inline-block;
  position: fixed;
  top: 0px;
  z-index: 1;
  margin-left: 0;
  height: 900px;
  width: 900px;
}




.tick line {
  stroke: 'red'
}

#tooltip {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, .7);
  border-radius: 3px;
  box-shadow: -3px 3px 15px #939393;
  color: white;
  padding: 6px;
  font-family: "Inter-Light";
  font-size: 0.9em;
  max-width: 400px;
  z-index: 100;
}

svg circle:hover{
  cursor: pointer;
}

.swatch {
  fill: #939393;
}

.sizeLegend2 {
  opacity: 0.7
}

a {
  color: #986e74;
  text-decoration: none;
}



/*img {
  display: none;
}*/


