/**
 * Align footer always on bottom
 *
 * @link https://codepen.io/cbracco/pen/zekgx
 */
html {
  height: 100%;
}

body {
  min-height: 100%;
}

#main-footer {
  background-color: #fff;
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  color: #969696;
}
#main-footer a {
  color: #5E5E5E;
  font-weight: bold;
}
#main-footer a:hover {
  color: #F3C842;
  text-decoration: none;
}
#main-footer > .container {
  max-width: 100%;
}
#main-footer > .container .adjust-desktop {
  padding-left: 0;
}
@media (max-width: 991px) {
  #main-footer > .container .adjust-desktop {
    order: 1;
  }
}
#main-footer > .container::before {
  content: "";
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  #main-footer > .container::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
  }
}
@media (min-width: 1200px) {
  #main-footer > .container::before {
    width: 39%;
  }
}
#main-footer .promo-text {
  padding-top: 30px;
  font-size: 1.4rem;
  word-spacing: -0.1em;
}
@media (min-width: 992px) {
  #main-footer .promo-text {
    padding-top: 51px;
    padding-right: 43px;
  }
}
#main-footer .promo-text-content {
  text-align: left;
  position: relative;
}
@media (max-width: 992px) {
  #main-footer .promo-text-content {
    text-align: center;
  }
}
@media (min-width: 1393px) {
  #main-footer .promo-text-title {
    text-align: left;
  }
  #main-footer .promo-text-right {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#main-footer .nav-footer {
  list-style-type: none;
  padding-top: 20px;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  #main-footer .nav-footer {
    width: 100%;
    -moz-columns: 3;
         columns: 3;
  }
}
#main-footer .nav-footer > li > a {
  display: block;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  #main-footer .footer-main-menu {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  #main-footer .footer-main-menu {
    padding-left: 8px;
  }
}
@media (max-width: 991px) {
  #main-footer .footer-main-menu {
    order: 1;
  }
}
#main-footer .footer-main-menu .nav-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-width: 1px 0 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  #main-footer .footer-main-menu .nav-footer {
    display: unset;
    margin-top: 10px;
  }
}
#main-footer .footer-main-menu .nav-footer > li:nth-last-child(-n+4) {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  #main-footer .footer-main-menu .nav-footer {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 148px;
    -moz-columns: 2;
         columns: 2;
    text-align: left;
    border-width: 0 0 0 1px;
  }
  #main-footer .footer-main-menu .nav-footer > li:nth-last-child(-n+4) {
    display: list-item;
  }
}
#main-footer .footer-crmall {
  padding-top: 10px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  #main-footer .footer-crmall {
    text-align: center;
    order: 2;
  }
}
#main-footer .first-icon {
  display: flex;
  margin: 50px 0;
}
@media (max-width: 991px) {
  #main-footer .first-icon {
    display: none;
  }
}

#main-footer .promo-text {
  text-align: center;
  padding: 0 10px;
}

#main-footer .nav-footer li {
  margin-bottom: 10px;
}

.social {
  padding: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 1.5em;
  transition-duration: 0.4s;
}
.social:hover {
  transform: scale(1.2);
}
@media (max-width: 991px) {
  .social {
    order: 1;
  }
}

.social-facebook {
  background-image: url("/img/social/social-facebook.png");
}

.social-twitter {
  background-image: url("/img/social/social-twitter.png");
}

.social-instagram {
  background-image: url("/img/social/social-instagram.png");
}

.social-linkedin {
  background-image: url("/img/social/social-linkedin.png");
}

.social-youtube {
  background-image: url("/img/social/social-youtube.png");
}

@media (max-width: 991px) {
  .footer-social {
    display: flex;
    flex-direction: column;
  }
}

ul.social-media {
  display: flex;
  gap: 40px;
  list-style: none;
  padding-left: 0;
  text-align: right;
}
ul.social-media li {
  display: inline-flex;
}
@media (max-width: 768px) {
  ul.social-media {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  ul.social-media {
    text-align: center;
  }
}

.hr-footer {
  border-top: 3px solid #969696;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .adjust-div-footer {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer-adjust-mobile {
    order: 2;
    padding-top: 45px;
  }
}

.logo-rodape-mobile {
  display: none;
}
@media (max-width: 991px) {
  .logo-rodape-mobile {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .logo-rodape-mobile img {
    max-width: 40%;
  }
}

.footer-description {
  white-space: nowrap;
  padding-left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .footer-description {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  #footer-description-row {
    place-items: center;
  }
}

@media (max-width: 991px) {
  .item-centralize-mobile {
    display: flex !important;
    justify-content: center !important;
  }
}

.log-in-footer {
  max-width: 77px;
  margin-top: -4px;
}
.log-in-footer img {
  max-width: 77px;
}
@media (max-width: 991px) {
  .log-in-footer {
    padding: 15px 0 0 0 !important;
  }
}

.participe-ja-footer {
  align-self: center;
}
.participe-ja-footer a {
  background-color: #41454F;
  color: #FFF !important;
  border-radius: 5px;
  max-width: 300px;
  font-weight: 600;
  padding: 8px 25px !important;
}

.social-item {
  background: #E72172;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 5px;
}
.social-item a {
  color: #fff !important;
}

.footer-full-desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .footer-full-desktop {
    display: block !important;
  }
}

.footer-full-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .footer-full-mobile {
    display: block !important;
  }
}