/* ============ IMPORTS ============ */
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(../css/colors.css);

/* ============ ESTILO DO RODAPÉ ============ */
.footer {
  position: relative;
  width: 100%;
  background: var(--background-color);
  border-top: 6px solid var(--dark-blue);
  z-index: 999;
  overflow: hidden;
  bottom: 0px;
}

.footer-box.one {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-box.two {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-box.three {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.footer-box.four {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.footer-box.five {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 10%;
  width: 100%;
  align-items: center;
}

.footer-box {
  flex-basis: 50%;
  padding: 0 20px;
}

.footer-logo {
  position: relative;
  width: 9vmin;
  z-index: 10;
  white-space: nowrap;
}

.footer-title {
  color: var(--light-blue);
  font-size: 16px;
  white-space: nowrap;
  cursor: default;
}

.footer-subtitle {
  color: var(--light-gray);
  font-size: 13px;
  white-space: nowrap;
  cursor: default;
}

.footer-subtitle.cnpj {
  color: var(--light-gray);
  font-size: 10px;
  white-space: nowrap;
}

.footer-info {
  color: var(--white);
  font-size: 15px;
  white-space: nowrap;
}

.footer-icon {
  color: var(--white);
  font-size: 22px;
  font-family: Poppins;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.footer-icon span {
  padding-right: 7px;
}

.footer-social {
  white-space: nowrap;
}

.footer-social a {
  color: var(--white);
  padding: 0 6px;
  font-size: 22px;
  white-space: nowrap;
}

.footer-box.three a,
.footer-box.four a {
  font-family: Lato;
}

.footer button {
  overflow: hidden;
  transition: background 400ms;
  background: var(--dark-blue);
  color: var(--white);
  font-family: Poppins;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  width: 14rem;
  transition: 0.2s;
  cursor: pointer;
  border: none;
  outline: none;
}

.footer button:hover {
  background: var(--light-blue);
  transition: 0.2s;
}

span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7);
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* ============ MEDIA QUERY PARA TABLET E MOBILE ============ */
@media only screen and (max-width: 1500px) {
  .footer-logo {
    width: 6vmin;
  }

  .footer-title {
    font-size: 14px;
  }

  .footer-social a {
    padding: 0 3px;
    font-size: 19px;
  }

  .footer-info {
    font-size: 12px;
  }

  .footer-box.five a {
    font-size: 11px;
    padding: 7px;
    width: 10rem;
  }

  .footer-subtitle {
    font-size: 11px;
  }

  .footer-content {
    padding: 0.8rem 3%;
  }

  .footer-icon {
    font-size: 18px;
  }

  .footer-box {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer {
    bottom: -280px;
  }

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

  .footer-box {
    padding: 22px 0;
  }

  .footer-logo {
    padding-top: 6px;
    width: 82px;
  }

  .footer-box.one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    size: 8vmin;
    margin: 0;
    padding: 0;
  }

  .footer-subtitle {
    padding: 0;
    font-size: 10px;
  }

  .footer-box.two {
    flex-direction: row;
    margin: 15px 0;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .footer-social {
    padding-left: 12px;
  }

  .footer-title {
    font-size: 14px;
  }

  .footer-social a {
    padding: 0 2px;
    font-size: 16px;
  }

  .footer-box.three {
    margin: 10px 0;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .footer-subtitle {
    font-size: 14px;
    padding-left: 3px;
  }

  .footer-info {
    font-size: 14px;
  }

  .footer-box.four {
    margin: 15px 0;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .footer-box.five {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .footer button {
    font-size: 13px;
    padding: 8px;
    margin-top: 0.7rem;
    margin-bottom: 1.2rem;
    width: 12rem;
    border: none;
    outline: none;
  }
}