body{
margin:0;
padding:0;
font-family: Roboto;}

.pic {
	width: 738px;
	height: 913px;
	margin: 0px auto;
	
	display: block;
	
	position: relative;
	
}


	.one {
		position: absolute;
		top: 38%;
		left: 11.1%;
	}
	.two {
		position: absolute;
		top: 65.5%;
		left: 11.1%;
	}
	.three {
		position: absolute;
		top: 38%;
		left: 51%;
	}
	.four {
		position: absolute;
		top: 65.5%;
		left: 51%;
	}
	.five {
		position: absolute;
		top: 50.1%;
		left: 25%;
	}
	.six {
		position: absolute;
		top: 74.3%;
		left: 25%;
	}
	.seven {
		position: absolute;
		top: 36%;
		left: 77%;
	}
	
	.eight {
		position: absolute;
		top: 38%;
		left: 89%;
	}
	
	
		
.modal {
  will-change: visibility, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 600px;
  /* padding: 1rem; */
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 10px;
  padding-left: 30px;
  background: #eee;
  width: 420px;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  /* transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1); */
  border-radius: 10px;
}
h2
{color: #a42d2e;
font-size: 18px;


}

p {
	font-size: 15px;
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: absolute;
  display: inline-block;
 text-align: center;
 text-decoration: none;
  
  width: 35px;
  height: 35px;
  cursor: pointer;
  
 
  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 50%;
}
.cifra {
	width: 28px;
	
}
.modal__trigger--active {
  z-index: 10;
}
.modal__trigger:hover {
  background: #ffffff;
}
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.3rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}	

img {
	width: 420px;
}

.icon {
	width: 150px;
}

.active, .passive{
display: inline-block;
width: 240px;
text-decoration:none;
margin-left: 5px;
text-align: center;
margin-bottom: 15px;
border: 2px solid #a42d2e;
padding: 6px 6px;
font-weight: bold;
color: #a42d2e;
 box-shadow: 0 5px 8px 0 rgba(0,0,0,0.11);
 border-radius: 10px;
}

.active {
	background: #a42d2e;
	color: #fff;
	
}

.down {
	padding: 2px 12px; 
		text-align:center;  
		color:#FFF;  
		text-decoration:none;  
		line-height:29px;  
		font-family: Roboto; 
		font-size: 16px;
		 
	position: absolute;
	bottom: 96.1%;
	right: 5.3%;
		
		background: #3EACBA;  
		border:1px solid #379AA4;  
		background-image:-webkit-linear-gradient(top, #7a3434, #e89296);  
		background-image:-moz-linear-gradient(top, #7a3434, #e89296);
		background-image:-ms-linear-gradient(top, #7a3434, #e89296);  
		background-image:-o-linear-gradient(top, #7a3434, #e89296);  
		background-image:linear-gradient(top, #7a3434, #e89296);    
		border: solid 1px #6e0309;       
border-bottom: solid 1px #6e0309;       
box-shadow: inset 0 0 0 1px #fcc7ca;    
   color: #fff;    
 text-shadow: 0 1px 0 #85050e;
}
.down:hover {
  background: #a42d2e;
}

.downm {
	padding: 2px 12px; 
		text-align:center;  
		color:#FFF;  
		text-decoration:none;  
		line-height:29px;  
		font-family: Roboto; 
		font-size: 16px;
		 
	position: absolute;
	bottom: 80.3%;
	right: 3%;
		
		background: #3EACBA;  
		border:1px solid #379AA4;  
		background-image:-webkit-linear-gradient(top, #7a3434, #e89296);  
		background-image:-moz-linear-gradient(top, #7a3434, #e89296);
		background-image:-ms-linear-gradient(top, #7a3434, #e89296);  
		background-image:-o-linear-gradient(top, #7a3434, #e89296);  
		background-image:linear-gradient(top, #7a3434, #e89296);    
		border: solid 1px #6e0309;       
border-bottom: solid 1px #6e0309;       
box-shadow: inset 0 0 0 1px #fcc7ca;    
   color: #fff;    
 text-shadow: 0 1px 0 #85050e;
}

