html {
  overflow-x: hidden; }

body {
  background: #454d58;
  --bs-body-color: #fff;
  font-family: "Times New Roman", serif;
  text-shadow: none !important;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.15;
  --bs-body-font-family: "Times New Roman", serif;
  --bs-navbar-color: white;
  --bs-navbar-brand-color: white;
  --bs-navbar-brand-hover-color: white;
}

.card-body {
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Times New Roman", serif;
  text-shadow: none !important;
  line-height: 1.15;
}

a {
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
  color: #fff;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #fff; 
}

.card-section .card a {
  color: #fff;
}  

.card-section .card a:hover {
  color: #fff;
}  

.card-section .card .cartao-texto a {
  color: #000;
}

.card-section .card .cartao-texto a:hover {
  color: #000;
}

.card-section .card-menu-box .card a {
  color: #fff;
}

.card-section .card-menu-box .card a:hover {
  color: #fff;
}

.bg-primary {
  background-color: #46638c !important;
}
  
.navbar.bg-primary {
  border-color: #46638c;
}
  
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #fff;
  background-image: linear-gradient(90deg, #1f2227, #525b68, #808da1, #525b68, #1f2227);
  filter: none;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.btn {
  font-size: 0.85em;
  --bs-btn-padding-x: 0.6rem !important;
  border: none;
}
@media (max-width: 767.98px) {
  .btn {
    --bs-btn-padding-x: 0.4rem !important;
  }
}

.btn-primary {
  color: #000;
  background-image: linear-gradient(90deg, #747474, #c8c8c8, #ededed, #ededed, #c8c8c8, #747474);
  --bs-btn-padding-x: 0.8rem;
} 

.btn-primary:hover {
  color: #272727;
  background-image: linear-gradient(90deg, #828282, #acacac, #cdcdcd, #cccccc, #afafaf, #818181);
  --bs-btn-padding-x: 0.8rem;
} 

.btn-secondary {
  color: #000;
  background-image: linear-gradient(90deg, #747474, #ededed, #ededed, #ededed, #ededed, #747474);
} 

.btn-secondary:hover {
  color: #272727;
  background-image: linear-gradient(90deg, #828282, #acacac, #cdcdcd, #cccccc, #afafaf, #818181);
} 

.gastro-menu-section .nav {
  --bs-nav-link-padding-x: 0.4rem;
  margin-left: 5px;
}
@media (min-width: 767.98px) {
  .gastro-menu-section .nav {
    --bs-nav-link-padding-x: 1rem;
    font-size: 1.6em;
  }
}

.gastro-menu-section .card {
  line-height: 1.0em;
}    
@media (min-width: 767.98px) {
  .gastro-menu-section h4, h5, h6  {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.gastro-menu-section h4, h5, h6 {
  margin-bottom: .3rem;
}    

.card-menu-box .cartao-texto h4 {
  padding-top: 0.22rem;
  padding-left: 0.22rem;
}    

.card-menu-box .cartao-texto h5 {
  padding-top: 0.22rem;
  padding-left: 0.22rem;
}    

.card-menu-box .cartao-texto h6 {
  padding-top: 0.22rem;
  padding-left: 0.22rem;
}    

.gastro-menu-section h4 {
  line-height: 1.05;
}    
@media (max-width: 992px) {
  .gastro-menu-section h4 {
    line-height: 0.9;
  }
}

.gastro-menu-section h5 {
  line-height: 1.05;
}    
@media (max-width: 992px) {
  .gastro-menu-section h5  {
    line-height: 0.9;
  }
}

.gastro-menu-section h6 {
  line-height: 1.05;
}    
@media (max-width: 992px) {
  .gastro-menu-section h6  {
    line-height: 0.9;
  }
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container-menu-section .container {
  --bs-gutter-x: 1.2rem;
}

.container-menu-section .container .row {
  margin-left: calc(-.8 * var(--bs-gutter-x));
  margin-right: calc(-.8 * var(--bs-gutter-x));
}

minima, .minima, minimo, .minimo {
    font-size: 1.0em;
}
@media (max-width: 768px) {
    minima, .minima, minimo, .minimo {
    font-size: 0.8em;
  }
}

menos25, .menos25 {
  font-size: 0.75em;
}

mais20, .mais20 {
  font-size: 1.2em;
}

mais25, .mais25 {
  font-size: 1.25em;
}

menos10, .menos10 {
  font-size: 0.9em;
}

mais10, .mais10 {
  font-size: 1.1em;
}

small_minima, .small_minima, small_minimo, .small_minimo {
  font-size: 0.9em;
}
@media (max-width: 768px) {
  small_minima, .small_minima, small_minimo, .small_minimo {
    font-size: 0.65em;
  }
}

maxima, .maxima, maximo, .maximo {
  font-size: 1.0em;
}
@media (min-width: 767.98px) {
  maxima, .maxima, maximo, .maximo {
    font-size: 1.2em;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 767.98px) {
  h4, .h4 {
    font-size: 1.6rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}
@media (min-width: 767.98px) {
  h5, .h5 {
    font-size: 1.4rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}
@media (min-width: 767.98px) {
  h6, .h6 {
    font-size: 1.2rem;
  }
}

.navbar-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
}

ul.navbar-nav {
    white-space: nowrap;
    overflow-x: auto;
}

ul.navbar-nav li {
    display: flex;
    float: none;
}

.card-section {
    h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      margin-bottom: .1rem;
    }  
}

.card-section .gastro-menu-section {
  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: .22rem;
  }  
}
@media (max-width: 768px) {
  .card-section .gastro-menu-section .cartao-texto {
    h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      margin-bottom: .022rem;
    }  
  }
}

.card-section .gastro-menu-section .card-body {
  padding: 3px;
}  

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.2rem;
  --bs-navbar-hover-color: #fff;
  border: none;
}

.navbar .nav-link {
  padding: 1rem;
  border-right: 1px solid rgba(0,0,0,.2);
  border-left: 1px solid rgba(255,255,255,.1);
}
@media (max-width: 768px) {
  .navbar .nav-link {
    font-size: small;
  }
}  
  
.navbar-dark {
  --bs-navbar-color: inherit;
  --bs-navbar-brand-color: inherit;
  --bs-navbar-brand-hover-color: inherit;
  text-shadow: none !important;
}

.navbar-brand{
  font-family: 'Brush Script MT', cursive;
  font-size: 22px !important;
  font-weight: 900;
  text-decoration: none;
  text-transform: none;
}
@media (min-width: 767.98px) {
  .navbar-brand {
    font-size: 32px !important;
  }
}  

.card-section .card .titulo {
  font-family: 'Brush Script MT', cursive;
  color: #fff;
}

.card-section .cursivo {
  font-family: 'Brush Script MT', cursive;
  font-size: 1.4em;
  text-decoration: none;
}
@media (min-width: 767.98px) {
  .card-section .cursivo {
    font-size: 1.95em;
  }
}  

.card-section cursivo {
  font-family: 'Brush Script MT', cursive;
  font-size: 1.2em;
  text-decoration: none;
}
@media (min-width: 767.98px) {
  .card-section cursivo {
    font-size: 1.1em;
  }
}  

.card-section .titulo {
  font-family: 'Brush Script MT', cursive;
  font-size: 38px;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 767.98px) {
  .card-section .titulo {
    font-size: 54px;
  }
}  

p.text-author {
  margin-bottom: 0.1rem;
}

.card-section .card-livre-detail .card:hover {
  background: none;
  color: #fff;
  background-image: linear-gradient(90deg, #384251, #768293);
  box-shadow: none;
  border: none;
}

.card-section .card-livre-detail .card {
  background: none;
  color: #fff;
  background-image: linear-gradient(90deg, #364c68, #73839a);
  box-shadow: none;
  border: none;
}

.card-section .card-livre-detail .card {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
  {
      color: #fff;
  }
}

.card-section .card-livre-detail .card:hover {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
  {
      color: #fff;
  }
}

p.card-text.text-muted {
  margin-bottom: 0.1rem;
}

.card .card-text{
  font-family: "Times New Roman", serif;
}

.card .card-body{
  padding: 5px;
}

.card .big-text {  
  font-family: "Times New Roman", serif;
  text-align: justify;
}

.card big-text {  
  font-family: "Times New Roman", serif;
  text-align: justify;
}

.card-section .big-text {  
  font-family: "Times New Roman", serif;
  text-align: justify;
}

.card-section big-text {  
  font-family: "Times New Roman", serif;
  text-align: justify;
}

.card-section text-center {
  text-align: center !important;
}

.card-section text-x-large {
  font-size: x-large;
}

.card-section text-xx-large {
  font-size: xx-large;
}

.card-section text-x-small {
  font-size: x-small;
}

.card-section text-xx-small {
  font-size: xx-small;
}

.card-section text-primary {
  color: var(--bs-primary);
}
 
.card-section text-secondary {
  color: var(--bs-secondary);
}
 
text-footer {
  color: var(--bs-navbar-color);
}

.text-footer {
  color: var(--bs-navbar-color);
}

.card-section text-white {
  color: #fff;
}

.card-section text-black {
  color: #000;
}

.card-section text-red {
  color: #ff0000;
}

.card-section text-navy {
  color: #1e2944;
}

.card-section {
  color: var(--bs-body-color);
  background: #454d58;
  padding: 4em 0;
  text-decoration: none;
}

.passeio-completo .card-section {
  color: var(--bs-body-color);
  background: #454d58;
}

.card-section .text-muted {
  color: #f1f1f1 !important;
}

.card-section .card {
  font-family: "Times New Roman", serif; 
  color: #fff;
  background-image: none;
  background: #5e6877;
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.18),0 3px 12px 0 rgba(0,0,0,0.14);
  transition: box-shadow .3s;
  border: none;
  border-radius: 15px !important;
  padding: 4px;
  margin: 0 auto;
}

.card-section .card-rounded-theme .card {
  padding: 6px;
  border-radius: 12px 60px / 60px !important;
}
@media (max-width: 768px) {
  .card-section .card-rounded-theme .card {
    padding: 5px;
    border-radius: 12px 50px / 30px !important;
  }
}

.card-section .card .cartao-texto {
  color: #fff;
  padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 15px !important;
  background-image: none;
  background: #43546a;  
  box-shadow: inset -4px -4px 4px #2a2f37,
              inset 4px 4px 4px #2a2f37;
}

.card-section .card-rounded-theme .card-menu-box .card {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.card-section .card-rounded-theme .card-menu-box .card .cartao-texto {
  padding: 4px;
  padding-top: 6px;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 50px !important;
}
@media (max-width: 768px) {
  .card-section .card-rounded-theme .card-menu-box .card .cartao-texto {
    border-radius: 10px 50px / 20px !important;
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }
}  

.card-section .card-rounded-theme .card-menu-cards .card .cartao-texto {
  padding: 6px;
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 42px !important;
}
@media (max-width: 768px) {
  .card-section .card-rounded-theme .card-menu-cards .card .cartao-texto {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 25px !important;
  }
}  

.card-section .card-fundo .card {
  color: #fff;
  border-radius: 15px !important;
  background-image: none;
  background: #4f5763;  
}

.card-section .card:hover {
  transform: scale(1.01, 1.01);
  box-shadow: 0 6px 13px 0 rgba(0,0,0,0.22),0 5px 16px 0 rgba(0,0,0,0.18);
}

.gastro-menu-section .card-livre-detail .card {
  box-shadow: 0 6px 13px 0 rgba(0,0,0,0.22),0 5px 16px 0 rgba(0,0,0,0.18);
}

.card-section .card-livre-detail .card-imagem-redonda .card {
  background-image: none;
}

.card-section .card .pad0 {
  font-size: 1.1rem;
  padding: 5px;
}

.card-section .card-img-top {
    object-fit: cover;
}

/* Make all cards in row the same height */
.card-section .row {
  --bs-gutter-x: 0.7rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 767.98px) {
  .card-section .row {
    --bs-gutter-x: 1.6rem;
    margin-right: calc(-1 * var(--bs-gutter-x));
    margin-left: calc(-1 * var(--bs-gutter-x));
    }
}  

.card-section .row .form-row {
  --bs-gutter-x: 0.9rem;
  margin-left: 10px;
  margin-right: 10px;
}

.card-section .row > div[class*='col-'] {
  display: flex;
}

.card-section .card-sem-foto .row > div[class*='col-'] {
  display: block;
}

/* Responsive design for image heights */
.card-section @media (min-width: 576px) {
  .card-img-top {
    height: 50vw;
  }
}

.card-section @media (min-width: 768px) {
  .card-img-top {
    height: 30vw;
  }
}

.card-section @media (min-width: 992px) {
  .card-img-top {
    height: 20vw;
  }
}

.card-section @media (min-width: 1200px) {
  .card-img-top {
    height: 20vw;
  }
}

.navbar @media (min-width: 992px) {
  .navbar.expand {
    margin-left: auto;
  } 
}

.nav-pills .nav-link {
  color: #fff;
  background-image: none;
  border: none;
  text-shadow: none;
}

.nav-pills .nav-link:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #000, #252525, #303030, #252525, #000);
  border: none;
  transform: scale(1.03);
  text-shadow: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-image: linear-gradient(90deg, #000, #252525, #303030, #252525, #000);
  color: #fff !important;
  border: none;
  text-shadow: none;
}

.nav-pills {
  background-image: none;
  border: none;
  text-shadow: none;
}

ul.nav.nav-pills {
  background-image: none;
  background: linear-gradient(270deg, #6982a3 0%, #495b74 100%);
  text-shadow: none;
  padding: 0.35rem;
  border-radius: .375rem;
  box-shadow: 5px 5px 10px rgba(171, 172, 173, 0.501),5px 5px 10px rgba(48, 61, 77, 0.81);
} 

.silver-theme .nav-pills .nav-link {
  color: #000;
}

.silver-theme .nav-pills .nav-link:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #000000, #3b3b3b, #3f3f3f, #3b3b3b, #000);
}

.silver-theme .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-image: linear-gradient(90deg, #000000, #3b3b3b, #3f3f3f, #3b3b3b, #000);
  color: #fff !important;
}

.silver-theme ul.nav.nav-pills {
  background-image: linear-gradient(90deg, #717171, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #717171);
  box-shadow: 5px 5px 10px #595d62,5px 5px 10px #3f4144;
}

.card-section .silver-theme .card {
  color: #000;
  border-radius: 15px;
  background-image: linear-gradient(90deg, #717171, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #717171);
}

.card-section .silver-theme .card .titulo {
  color: #000;
}

.card-section .silver-theme .titulo {
  color: #fff;
}

.card-section .silver-theme .card-menu-box ul.nav.nav-pills {
  background-image: linear-gradient(90deg, #717171, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #717171);
}

.card-section .silver-theme .card-menu-box .card {
  background-image: linear-gradient(90deg, #717171, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #717171);
}

.card-section .silver-theme .card-menu-box .card a {
  color: #000;
}

.card-section .silver-theme .card-livre-detail .card {
  background-image: linear-gradient(90deg, #686868, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #686868);
}

.card-section .silver-theme .card-livre-detail .card:hover {
  background-image: linear-gradient(90deg, #686868, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #cfcfcf, #686868);
}

.card-section .silver-theme .card-livre-detail .card {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
  {
      color: #000;
  }
}

.card-section .silver-theme .card-livre-detail .card:hover {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
  {
      color: #000;
  }
}

.card-section .silver-theme .card-livre-detail .card-imagem-redonda .card {
  background-image: none;
}

.card-section .card-livre-detail .card .cartao-texto {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
      color: #000;
  }
}

.silver-theme .card-menu-box .cartao-texto ul.nav.nav-pills {
  background-image: none;
  background: #43546a;  
  box-shadow: inset 5px 5px 2px #c3c3c3,
              inset -5px -5px 2px #c3c3c3;
}

.silver-theme .card-menu-box .cartao-texto .nav-pills .nav-link {
  color: #fff;
}

.card-section .silver-theme a {
  color: #000;
  text-decoration: none; 
}

.card-section .silver-theme a:hover {
  text-decoration: none;
  color: #242424;
}

.card-section .silver-theme .card .cartao-texto {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 
    {
      color: #fff;
    }
}

.card-section .silver-theme .card .cartao-texto:hover {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 
  {
    color: #fff;
  }
}

.card-section .silver-theme .cartao-texto a {
  color: #fff;
}

.card-section .silver-theme .cartao-texto a:hover {
  color: #fff;
}

.card-section .silver-theme .cartao-texto {
  color: #fff;
}

.card-section .silver-theme .btn-primary {
  color: #000;
  background-image: linear-gradient(90deg, #747474, #c8c8c8, #ededed, #ededed, #ededed, #ededed, #c8c8c8, #747474);
} 

.card-section .btn-info {
  color: #000 !important;
  background-image: linear-gradient(90deg, #646464, #c8c8c8, #ededed, #ededed, #ededed, #ededed, #c8c8c8, #646464);
} 

.card-section .btn-danger {
  color: #fff;
  background: #ceb5b5;
  box-shadow: inset 2px 2px 4px #900000,
              inset -2px -2px 4px #900000;
} 

.card-section .btn a {
  color: #000;
}

.card-section .btn-secondary a {
  color: #000;
}

.card-section .silver-theme .cartao-texto .btn-primary a {
  color: #000;
} 

.card-section .silver-theme .btn-primary:hover {
  color: #272727;
  background-image: linear-gradient(90deg, #828282, #acacac, #cdcdcd, #cccccc, #afafaf, #818181);
} 

.card-section .silver-theme .btn-secondary {
  color: #000;
  background-image: linear-gradient(90deg, #757575, #c8c8c8, #ededed, #ededed, #ededed, #ededed, #c8c8c8, #757575);
} 

.card-section .silver-theme .cartao-texto a.btn.btn-secondary {
  color: #000;
}

.card-section .silver-theme .cartao-texto a.btn.btn-secondary:hover {
  color: #000;
}

.card-section .silver-theme .cartao-texto .btn-secondary a {
  color: #000;
}

.card-section .silver-theme .cartao-texto .btn-secondary a:hover {
  color: #000;
}

.card-section .silver-theme .btn-secondary:hover {
  color: #272727;
  background-image: linear-gradient(90deg, #828282, #acacac, #cdcdcd, #cccccc, #afafaf, #818181);
} 

.form-label {
  font-family: Verdana, sans-serif;
  color: #fff;
}

input[type=text], input[type=number], select {
  font-family: Verdana, sans-serif;
  text-shadow: none !important;
  border: none;
  padding: 10px;
  color: #fff;
  background:#647a99;
}

.card-section .silver-theme input[type=text], input[type=number], select {
  background-image: none;
  background:#7c7c7c;
}

.form-control {
  font-family: Verdana, sans-serif;
  color: #fff;
  background: #647a99;
  padding: 10px;
  text-shadow: none !important;
  border: none;
}
.form-control {
  background-color:#c3c3c3;
  color:#000;
  border: none;
  padding: 10px;
}

.card-section .silver-theme .form-control {
  background-image: none;
  background:#aeaeae;
}

input[type=text]::placeholder {
  color: #acacac;
  opacity: 1;
}

input[type=number]::placeholder {
  color: #acacac;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}

.form-control::placeholder {
  color: #acacac;
  opacity: 1;
}

.card-section .silver-theme .form-control::-moz-placeholder {
  color: #363636;
  opacity: 1;
}

.card-section .silver-theme .form-control::placeholder {
  color: #373737;
  opacity: 1;
}

input.form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.calculator-section .form-control {
  color: #000;
  background:#f5fdff;
  border: 2px solid #dae9eb;
  min-height: calc(1.5em + .75rem + 2px);
  box-shadow: 0 0 0 0.25rem rgba(157, 182, 185, 0.25); 
}

.calculator-section .form-control:focus {
  color: #000;
  background: #f5fdff;
  border: 2px solid #dae9eb;
  min-height: calc(1.5em + .75rem + 2px);
  box-shadow: 0 0 0 0.25rem rgba(153, 172, 174, 0.25); 
}

.calculator-section .btn-primary {
  color: #000;
  background-image: linear-gradient(90deg, #242424, #c8c8c8, #ededed, #ededed, #c8c8c8, #242424);
  --bs-btn-padding-x: 1.0rem;
} 

.calculator-section .btn-primary:hover {
  color: #272727;
  background-image: linear-gradient(90deg, #828282, #acacac, #cdcdcd, #cccccc, #afafaf, #818181);
  --bs-btn-padding-x: 1.0rem;
} 

.table {
  font-family: Verdana, sans-serif;
  --bs-table-color: #fff;
  color: #fff;
}

.silver-theme .table {
  color: #000;
}

.silver-theme .cartao-texto .table {
  color: #fff;
}

.table a {
  color: #fff;
}

tbody, td, tfoot, th, thead, tr {
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px;
  margin-top: auto;
  margin-bottom: auto;
}

.table>tbody {
  vertical-align: middle;
}

.table pre {
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}

.calculator-section .card-section a {
  color: #fff;
  font-family: Verdana, sans-serif;
}

.calculator-section .card-section input {
  color: #fff;
  font-family: Verdana, sans-serif;
  border: none;
}

.calculator-section .card-section h4 {
  color: #fff;
  font-family: Verdana, sans-serif;
}

.calculator-section .card-section h5 {
  color: #fff;
  font-family: Verdana, sans-serif;
}

.calculator-section .card-section h6 {
  color: #fff;
  font-family: Verdana, sans-serif;
}
         
.btn-card {
  background-image: linear-gradient(to right, #2C3E50 0%, #4CA1AF  51%, #2C3E50  100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-card:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

