.agrupa-galerias{
  display:flex;
  justify-content:space-around; 
  width: 100%;
  padding:0px !important;
}
.agrupa-galerias .galeria{
   background-color:#999;
   width:24%;
   float:left;
   height:360px;
   overflow:hidden;
   position:relative;
}
 .agrupa-galerias .galeria img{
   height:100%;
   z-index:1;
   float:left;
   bottom:0;
}
 
 .card-title-foto {
    text-transform: uppercase;
    line-height: 28px;
    font-size: 25px;
    text-shadow: 2px 2px 1px #1d2b46;
    height: 360px;
    background: url("../img/bg-caption2.png") bottom center repeat-x;
    position:absolute;
    z-index:1;
    width:100%;
    /*border:solid 1px red;*/
    color:#fff;
    padding:5%;
    padding-top:280px;
    font-size:1.2rem;
    line-height:1.4rem;
    font-family: 'Oswald', sans-serif;
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card-conq{
    /*border:solid 1px blue;*/
    width:100%;
}
.card-conq .card-image{
    /*border:solid 1px red;*/
}
.card-conq .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    top: 0;
    bottom: 0;
    width: 60%;
    margin-left: 20%;
}



@media only screen and (max-width: 900px) {
  .agrupa-galerias{
  display:block;
  justify-content:none; 
  width: 100%;
  padding:0px !important;
}
  .agrupa-galerias .galeria{
   background-color:#999;
   width:50% !important;
   float:left;
   height:250px;
   overflow:hidden;
   position:relative;
}
.card-title-foto {
    text-transform: uppercase;
    line-height: 28px;
    font-size: 25px;
    text-shadow: 2px 2px 1px #1d2b46;
    height:250px;
    background: url(../img/bg-caption2.png) bottom center repeat-x;
    position: absolute;
    z-index: 1;
    width: 100%;
     border: solid 1px #fff; 
    color: #fff;
    padding:180px 20px 0px 20px !important;
    font-size: 1.0rem;
    line-height: 1.2rem;
    text-align:center;
    font-family: 'Oswald', sans-serif;
}
}