.card-body:hover {
  background-color: rgba(255,255,255) !important;
  color: #16134a !important;
  /*border: solid 1px #16134a !important;*/
}

.card-body h4:hover {
  background-color: rgba(255,255,255) !important;
  color: #16134a !important;
  /*border: solid 1px #16134a !important;*/
}

.h4_serv:hover {
  color: #151248 !important;
}

a {
  color: #16134a !important;
}

.col_proyecto:hover {
  color: white;
  background-color: rgb(21,18,72);
  position: relative;
  transform: scale( 1.05 );
  transition: 0.5s linear;
  object-fit: cover;
}

.col_proyecto {
  padding-top: 5%;
  padding-bottom: 5%;
}

