.background-finanzas {
  background-color: #03671e !important;
}

.activeF {
  border-bottom: 2px solid #03671e;
  transition: all 0.5s;
}

.border-top-F {
  border-top: 2px solid #03671e;
}

.icons-finanzas {
  text-align: center;
  font-size: 80px;
  color: #03671e;
}

.text-color-finanzas {
  color: #03671e;
}

.btn-finanzas {
  box-shadow: 0 2px 6px #acecbd;
  background-color: #03671e;
  border-color: #03671e;
  color: #ffffff;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.modal-comprobante {
  max-width: 1200px;
}

/*receipts*/

.alignTextRight {
  text-align: right;
}

.footer-social-container {
  display: flex !important;
  width: 100%;
  height: 50px;
  position: fixed;
  margin-bottom: 50px;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  z-index: 1;
}

.footer-social-container ul {
  position: absolute;
  list-style: none;
  margin: 0 20px;
}

ul .social-icon-call {
  border-radius: 80px;
  background: #2999f3;
  margin-bottom: 10px;
  list-style: none;
}

ul .social-icon-whatsapp {
  border-radius: 80px;
  background: #2db742;
  list-style: none;
}

ul li a {
  margin-top: 10px;
  margin: 30px 7px;
  color: #ffffff;
}

.mdi::before {
  padding-top: 8px;
  font-size: 30px;
}
