/* logo blue: #204061; */
/* Azul escuro #2d3e50 (para confiança) */
/* Laranja #f57c00 (para energia e ação) */
/* crefaz orange #ef6b21 */
/* crefaz blue #263759 }

/* Leave footer at the bottom */
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

footer {
  padding: 1rem;
}

/* style */

body {
  background-color: #f8f9fa;
  color: #333;
}

.text-brand-blue {
  color: #204061;
}

.bg-brand-blue {
  background-color: #204061;
}

.bg-crefaz-orange, .btn.bg-crefaz-orange:hover, .btn.bg-crefaz-orange:active, .btn.bg-crefaz-orange:focus {
  background-color: #f57c00;
}

.text-crefaz-orange {
  color: #f57c00;
}

.bg-crefaz-blue {
  background-color: #263759;
}

.bg-crefaz-blue {
  background-color: #263759;
}

.text-crefaz-blue {
  color: #263759;
}

.navbar {
  /* background-color: #2d3e50; */
  background-color: #f57c00;
  margin-bottom: 2rem;
}

.navbar-brand {
  font-weight: 600;
}

footer {
  background-color: #263759;
  /* background-color: #ef6b21; */
  color: #ccc;
  padding: 1rem 0;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.copy-to-clipboard-container .copy-icon {
  display: none !important;
  color: #ccc;
}

.copy-to-clipboard-container:hover .copy-icon {
  display: inline-block !important;
}

.logo {
  max-width: 200px;
  width: 100%;
}

.logo-250 {
  max-width: 250px;
}

.logo-300 {
  max-width: 300px;
}

.logo-400 {
  max-width: 400px;
}

h1, h2, h3, h4, h5, h5 h6 {
  color: #263759;
}


.form-select.is-valid,
.form-select.is-valid:focus,
.form-select.is-invalid:focus,
.form-control.is-valid,
.form-control.is-valid:focus,
.form-control.is-invalid:focus {
  border-color: #ced4da;
  box-shadow: none;
  background-image: none;
}

input::placeholder {
  color: #bbb !important;
  opacity: 1;
  font-style: italic;
}


@keyframes spin {
  to { transform: rotate(360deg); }
}

.animate-spin, .spinner {
  width: 36px;
  height: 36px;
  animation: spin 1s linear infinite;
}


/* Credit bubble */
.credit-bubble {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.credit-bubble .currency-symbol,
.credit-bubble .amount-cents {
  position: relative;
  top: -0.5em;
}

.credit-bubble .amount-integer {
  font-size: 2.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* Carousel of offers */

.scroll-x-compact {
  overflow-x: auto !important;
  white-space: nowrap !important;
  padding-bottom: 10px;
}

.credit-button-wrapper {
  display: inline-block;
  margin-right: 8px;
}

/* installment selection */

.list-group.installment-selection button {
  visibility: hidden;
}

.list-group.installment-selection .list-group-item-action:hover button {
  visibility: visible;
}
