@charset "utf-8";
/* CSS Document */


.overlay {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  opacity: 0;
  transition: opacity .25s ease-out;

}

.box2:hover .overlay {
  opacity: 1;
}

.box2.style1 {
					padding: 0em;;
					background:url(../../images/proyectos/black-and-decker.png);
					background-size:100%;
					background-repeat:no-repeat;
					min-height:325px;
					width:350px;
					height:auto;
					margin-left: 96px;
				}
				

				.box2.style2 {
					padding: 0em;;
					background:url(../../images/proyectos/uniandes.png);
					background-size:100%;
					background-repeat:no-repeat;
					min-height:325px;
					width:387px;
					height:auto;
					margin-left: -60px;
				}

			
				
				.box2.style3 {
					padding: 0em;;
					background:url(../../images/proyectos/procolombia.png);
					background-size:100%;
					background-repeat:no-repeat;
					min-height:325px;
					width:350px;
					height:auto;
				   margin-left: -61px;
				}

.hover-text {
  font-family: Helvetica;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  padding: 0px;
}

.box2 {
  
  width: 100%;
  /*height:339px;
  padding: 2em;*/
  margin-left:auto;
  margin-right:auto;
}

.custom-button {
  border: 2px solid #fff;
  border-radius: 10px;
  height: 20px;
  width: auto;
  padding: 5px;
  color: #fff !important;
}

.box2 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.overlay {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}