/*!
 * Start Bootstrap - Creative v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
.img-fluid {
    max-width: 100%;
    height: auto;
}

[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.popup-gallery{
    width: auto;
    margin: auto;
    max-width: calc(100% - 5%);
    text-align: center;
}

.portfolio-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100;
  margin: 0 auto;
  border: solid 1px #fff;
  /*padding: 5px;*/
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
    
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name  .project-date {
  padding: 0 15px; 
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 18px;
  font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.project-description {
  padding: 0px 25px 0px 25px;
  font-size: 12px;
  text-align: left;
}

.project-date {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.6;
}

.project-button button{
  font-size: 12px;
  padding: 10px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.project-button button:hover{
  opacity: 0.7;
  cursor: pointer;
}
  
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
  
.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 20px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.row {
    margin-right: 0px;
    margin-left: 2%;
}

.celda1{
    background: #037A7C;
}

.celda2{
    background: #009b9e;
}

.celda3{
    background: #59C5C6;
}

.celda4{
    background: #C075C6;
}

.celda5{
    background: #F4A83D;
}

.celda6{
    background: #E8C737;
}