.fonca{
  font-size: 11px;
}

.text-footer{
  color: #434343;
  font-size: 12px;
}

#socialm{
  margin: 0 5px;
}

.cont{
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(67, 67, 67, 0.5);
}

.cont:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text p{
  margin: 50px 0;
}

.text a{
  color: white;
}

.top30{
  margin-top: 30px;
}

.nav-item{
  margin: 0 50px 0 0;
}

.p-left-0{
  padding-left: 0;
}

.card{
  background:none;
  border: none;
}

.card-body{
  padding: 0;
}

.gal a{
  margin-right: 5%;
  font-size: 1rem
}

.navbar a{
  font-size: 1rem;
}
