body, html {
  height: 100%;
  margin: 0;
    min-height: 350px;
}

.bgimg-1{
   
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    

}
.bgimg-1 {
   
  background-image: url("Images/Fondo.jpg");
  height: 100%;
   
}

.color{
    
    height: 100%;
 background:rgba(0,0,0,0.3) ;
 
}

.caption {
  position: absolute;
   top: 50%;
   left: 50%;
   
   margin-top: -90px; /* Half the height */
   margin-left: -90px; /* Half the width */
}

.caption img{
    max-width: 180px;
}

