/* ===================================== */
/* Container width */

.contenedor-full {
  display: block;
  float: none !important;
  position: relative;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 15px;
}
.contenedor {
  display: block;
  float: none !important;
  position: relative;
  max-width: 1080px;
  margin: 0 auto !important;
  padding: 0 15px;
}
.contenedor-small {
  display: block;
  float: none !important;
  position: relative;
  max-width: 700px;
  margin: 0 auto !important;
  padding: 0 15px;
}
.contenedor-full p:last-child, .contenedor p:last-child, .contenedor-small p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .contenedor-small,
  .contenedor,
  .contenedor-full {
    display: block !important;
  }
  .contenedor-small .span6,
  .contenedor .span6,
  .contenedor-full .span6 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .contenedor-small .span6:last-child,
  .contenedor .span6:last-child,
  .contenedor-full .span6:last-child {
    width: 100% !important;
    margin-bottom: 0px;
  }
} 

/* ===================================== */
/* Align vertical */

.aligner_item_top {
  align-self: flex-start;
}
.aligner_item_bottom {
  align-self: flex-end;
}
.aligner_item_middle {
  align-self: auto;
}
/* ===================================== */
/* Projects */

.card_proyectBMF{
   width: 75%;
  padding: 30px;
//  font-size: 12px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 15px;
  border-radius: 5px;
  transition: all .5s;
  cursor: pointer;
  background: #3d525f;
  color: white;
  float: none !important;
  margin: auto;
}
.card_proyectBMF:hover{
  transform:scale(1.1);
}
.card_proyect_inter{
  position: relative;
  padding: 10px;
  border:3px white solid;
  border-style: inset;
  min-height:193px;
}
.image_card_proyect{
  max-width: 50%;
  display: block;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 8px;
// background-color: white;
}
.card_proyect_inter a{
  position: absolute;
  right: 0;
  left: 0;
  bottom: auto;
}