/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.proceso{
	display: block;
	
   top: 3em;
   left: 0;
   width: 30em;
   height: 40em;
}
.fondo{
	object-fit: contain;
   position:absolute;
   z-index: -1;
  width:500px;
  
  margin: 0px 50px 90px 10px; 
  padding-bottom: 90px;
}
.reflexion{
   position:absolute;
  z-index: 1;
  
  width:500px;
  margin: 0px 50px 90px 10px; 
  padding-bottom: 90px;

}
.observacion{
   position:absolute;
  z-index: 2;
  
  width:500px;
  margin: 0px 50px 90px 10px; 
  padding-bottom: 90px;
}
.conversacion{
   position:absolute;
  z-index: 3;
 
  width:500px;
 margin: 0px 50px 90px 10px; ;
 padding-bottom: 90px; 
}