/* tarja-section */
.tarja-section {
  position: fixed;
  background: #0faa75;
  bottom: 0;
  width: 100%;
  z-index: 20;
  height: 75px;
}

.tarja-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

#colegio .tarja-section {
  background: #92d400;
}

#corporate .tarja-section {
  background: #0b0b0b;
}

#asa .tarja-section {
  background: #272727;
}

#asa .tarja-section p {
  color: #ffdc48;
}

#conexaoempresarial .tarja-section {
  background: #0faa75 !important;
}

.categoria-curta .tarja-section {
  background: #0b0b0b;
}

.categoria-curta.tarja-conexao-empresarial .tarja-section {
  background: #0faa75;
}

#curta .tarja-section {
  background: #111111;
}

.tarja-section p {
  padding: 10px;
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
}

.tarja-section p.inscreva {
  font-size: 1.4rem;
  font-weight: 400;
  color: #00ff7e;
}

.tarja-section p.border-right {
  border-right: 1px solid #0b8c60 !important;
}

#asa .tarja-section p.border-right {
  border-right: 1px solid #ffdc48 !important;
}

.tarja-section i {
  font-size: 2rem;
  margin-right: 10px;
}

.tarja-section .icone {
  height: 32px;
  margin-right: 10px;
}

.floating-stripe-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  height: 75px;
}

.floating-stripe-section {
  background-color: rgba(255, 255, 255, 0.7);
}

.floating-stripe-section .floating-stripe-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-stripe-section .btn-fecap {
  padding: 0.6rem 2rem;
  margin-left: 48.2px;
  background-color: var(--f-global-color-guppie-green);
}

.floating-stripe-section .btn-whatsapp {
  padding: 0.5rem;
  border-radius: 50%;
  background-color: var(--f-global-color-guppie-green);
  color: var(--f-global-color-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43.2px;
  width: 43.2px;
  left: 59%;
  margin-left: 10px;
}

.floating-stripe-section .btn-whatsapp i {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .tarja-section {
    height: 58px;
  }

  .tarja-section i {
    font-size: 1rem;
  }

  .tarja-section p,
  .tarja-section p.inscreva {
    font-size: 0.5rem;
  }

  .tarja-section .icone {
    height: 18px;
    margin-right: 8px;
  }
}
