.column-text {
  text-align: justify;
  font-size: 20px;
}

.objetivos-ul li {
  padding-bottom: 10px;
}

.font-new {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.img-hover:hover {
  transform: scale(1.5);
  transition: all 300ms;
}
.icon-hover {
  color: black;
}

.icon-hover i:hover {
  cursor: pointer;
  transform: scale(1.5);
  transition: all 300ms;
}
.footer-divider {
  height: 2px;
  background-color: white;
}

.container-images {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 8%;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery-images img {
  width: 100%;
}

@media only screen and (max-width: 780px) {
  .mfn-main-slider {
    padding-top: 0px !important;
  }

  .img-mobile img {
    width: 120% !important;
  }
  
  .equipo-card {
      text-align: center !important;
      cursor: pointer !important;
      flex-basis: 100% !important; 
      padding: 20px 0 !important;
    }
}

.equipo-card-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}

.equipo-card {
  flex-basis: 20%;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}

.equipo-card p {
  display: block;
  position: relative;
}

.equipo-card:hover img {
  transform: scale(1.2);
  transition: all 400ms;
  margin-bottom: 10px;
}

@keyframes drop-down {
  0% {
    top: -100px;
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    top: 0;
  }
}

.whastapp-button {
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding: 0 0 30px 30px;
}
.whastapp-button img {
  height: 60px;
  width: 60px;
}
