footer {
  background-color: #0069b4;
  width: 100%;
  /* height: 466px; */
  height: auto;
  padding: 40px 0 41.5px 0;
}

footer .footer .footer-bottom.container {
  width: 100%;
  background-color: #0069b4;
  padding: 32.5px 0 41.5px 0;
}

footer .redes-sociais-footer img {
  opacity: 0.8;
}

footer .footer .footer-bottom a {
  color: #fff !important;
}

footer span.redes {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #ffffff !important;
}

footer .text-heading-5 {
  font-family: "Superclarendon";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

footer .text-body-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  color: #ffffff;
}

.footer .menu-footer li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff !important;
  flex-wrap: nowrap;
  display: flex;
}

footer .text-body-lead a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  float: right;
}

footer .row {
  --bs-gutter-x: 0 !important;
  justify-content: space-between;
}

footer .redes-sociais-footer img {
  width: 25px;
  height: 25px;
  text-align: right !important;
  float: right;
}

footer .redes-sociais-footer {
  gap: 14.15px;
  float: right;
}

.footer .redes-sociais-footer img:hover {
  opacity: 1;
  transition-duration: 0.2s;
}

.footer .redes-sociais-footer img:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

footer span.sub-2 {
  text-align: right;
}

footer .footer-top .top {
  margin-top: 45px;
}

footer .footer-top img.img {
  margin-right: 3px;
}

#app
  > footer
  > div
  > div:nth-child(2)
  > div
  > div.col-lg-3.mb-30
  > ul
  > li:nth-child(3)
  > a {
  display: flex;
  flex-wrap: nowrap;
}

.footer-top .col-lg-3 {
  width: 20%!important;
}

.footer-top .col-lg-4 {
  width: 28%!important;
}

.footer a.youtube img{
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
}
/* Voltar ao topo */
.cd-top {
  background: #ED6B47 center 50%;
  background-size: 15px;
  border-radius: 300px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 18px;
  right: 15px;
  opacity: 0;
  overflow: hidden;
  padding: 20px 0;
  position: fixed;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  z-index: 100000000;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -ms-border-radius: 300px;
  -o-border-radius: 300px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
.cd-top.cd-is-visible {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
.cd-top:hover {
  opacity: 1;
}
.cd-top i {
  color: #ffffff;
  margin: 0 auto;
}
.cd-top img {
  width: 12px;
}

.cd-top .upload-two {
  margin-top: -3px;
}

/* Botão whatsapp */
.whatsapp-btn {
  align-items: center;
  justify-content: center;

  position: fixed;
  z-index: 100000000;
  font-size: 42px;
  bottom: 20px;
  left: 30px;
  color: #fff;
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;

  box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);

  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;

  -webkit-animation: heartbeat 3s ease-in-out infinite both;
  animation: heartbeat 3s ease-in-out infinite both;
}

.whatsapp-btn-msg {
  display: none;
  opacity: 0;
}

.whatsapp-btn:hover {
  cursor: pointer;
  background: #128c7e;
}

.whatsapp-btn:hover .whatsapp-btn-msg {
  opacity: 1;
  display: flex;
  align-items: center;

  position: absolute;
  color: #000;
  font-size: 14px;

  width: max-content;

  left: 70px;
  background-color: #fff;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
  padding: 8px;

  border-radius: 50px;

  font-family: var(font-family-default);

  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.whatsapp-btn img {
  width: 40px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  margin-top: 6px;
}