.footer {
  height: 32rem;
  background-color: #fff;
}

.column-1-title-footer, .column-2-title-footer, .column-3-title-footer, .column-4-title-footer {
  color: #8b8686;
  font-weight: bolder;
  margin-bottom: -.2rem;
}

.content-footer {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  padding-top: 5rem;
}

.column1, .column2, .column3, .column4  {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

/*.logo-footer {
  margin-bottom: .5rem;
}*/

.logo-footer {
  height: 5.5rem;
  width: 4.8rem;
  margin-bottom: .5rem;
}

.column-1-footer, .column-2-footer, .column-3-footer, .column-4-footer, .column-1-footer-p {
  margin-bottom: -.2rem;
  color: #8b8686;
  font-size: 1.2rem;
  text-decoration: none!important;
}

.column-2-footer:hover, .terms-btn:hover {
  color: var(--primary-color-hover);
  cursor: pointer;
}

.column1 > a:hover, .column2 > a:hover, .column3 > a:hover, .column4 > a:hover  {
  color: var(--primary-color-hover);
}

.terms-btn {
  border: none;
  color: #8b8686;
  font-size: 1.2rem;
  background-color: transparent;
  padding: 0;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: .6rem;
}

.socialMidia {
  height: 4rem;
  width: 4rem;
  margin-right: 1.5rem;
}

.youtube-footer {
  height: 4.75rem!important;
  width: 4.75rem!important;
}

.socialMidiaLast {
  height: 4rem;
  width: 4rem;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
}

.test-free-modal {
  padding-top: .3rem!important;
  height: 2.4rem;
  width: 8rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0;
  color: #000!important;
  background-color: transparent;
  transition: .6s;
}

.test-free-modal:hover {
  transform: translateX(-2px) translateY(-2px);
  box-shadow: 7px 7px 8px -4px rgba(0,0,0,0.75);
}

@media (max-width: 990px) {

  .footer {
    height: 75rem;
  }

  .content-footer {
    justify-content: center!important;
    align-items: center!important;
    flex-direction: column;
  }

  .column1, .column2, .column3, .column4  {
    justify-content: center!important;
    align-items: center!important;
    margin-bottom: 3rem;
  }

  .social > img {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: .5rem;
  }

}
