html {
  overflow-x: hidden; }

body {
  background: #454d58;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-shadow: none !important;
  --bs-body-line-height: 1.25;
  --bs-body-font-family: "Raleway", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Raleway", sans-serif;
  text-shadow: none !important;
}

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; }

.bg-primary {
  background-color: #647a99 !important;
}
  
.navbar.bg-primary {
  border-color: #647a99;
}
  
.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: 1em;
  --bs-btn-padding-x: 0.8rem !important;
  border: none;
}
@media (max-width: 767.98px) {
  .btn {
    --bs-btn-padding-x: 0.6rem !important;
  }
}

.btn-primary {
  color: #000;
  background-image: linear-gradient(90deg, #242424, #c8c8c8, #ededed, #ededed, #c8c8c8, #242424);
  --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, #242424, #c8c8c8, #ededed, #ededed, #c8c8c8, #242424);
} 

.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;
}
@media (min-width: 767.98px) {
  .gastro-menu-section .nav {
    --bs-nav-link-padding-x: 1rem;
    font-size: 1.6em;
  }
}

.gastro-menu-section .card h4 {
    padding-left: 0.3rem;
    line-height: 1.3;
}    
@media (max-width: 768px) {
  .gastro-menu-section .card h4  {
      line-height: 0.9;
  }
}

.gastro-menu-section .card h5 {
  padding-left: 0.3rem;
  line-height: 1.3;
}    
@media (max-width: 768px) {
  .gastro-menu-section .card h5  {
      line-height: 0.8;
  }
}

.gastro-menu-section .card h6 {
  padding-left: 0.3rem;
  line-height: 1.3;
}    
@media (max-width: 768px) {
  .gastro-menu-section .card h6  {
    line-height: 0.8;
  }
}

.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.5rem;
  --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;
}
@media (max-width: 992px) {
  .container-menu-section .container {
    --bs-gutter-x: 0.8rem;
  }
}

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

menos25, .menos25 {
  font-size: 1.0em;
}
@media (max-width: 992px) {
  menos25, .menos25 {
  font-size: 0.75em;
}
}

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: 992px) {
  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;
  }  
}

.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);
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.99);
  text-shadow: none !important;
}

.navbar-brand{
  font-family: 'Pacifico', cursive;
  font-size: 24px !important;
  text-decoration: none;
  text-transform: none;
  color: white !important;
}

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

.card {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.card-section .card-livre-detail .card {
  background: none;
  background-image: none;
  box-shadow: none;
  border: none;
}

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

.card .card-text{
  font-family: "Raleway", sans-serif;
}

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

.card .big-text {  
  font-family: "Raleway", sans-serif;
  text-align: justify;
}

.card-section big-text, .big-text {  
  font-family: "Raleway", sans-serif;
  text-align: justify;
}

.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);
}
 
.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: #fff;
  background: #454d58;
  padding: 4em 0;
  text-decoration: none;
}

.card-section .titulo {
  font-family: 'Playball', cursive;
  font-size: 44px;
  text-decoration: none;
  color: #fff;
}

.card-section cursivo, .cursivo {
  font-family: 'Playball', cursive;
  text-decoration: none;
}

.passeio-completo .card-section {
  color: #fff;
  background: #4e5763;
}

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

.card-section .card {
  font-family: "Raleway", sans-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: 13px;
  margin: 0 auto;
}

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

.card-section .card .cartao-texto {
  color: #fff;
  border-radius: 13px;
  background-image: none;
  background: #4f5763;  
}

.card-section .card-fundo .card {
  color: #fff;
  border-radius: 13px;
  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 .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: 1.1rem;
  display: flex;
  flex-wrap: wrap;
}

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

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

/* 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, #070707, #4d4d4d, #707070, #909090, #707070, #4d4d4d, #282828);
  border: none;
  transform: scale(1.03);
  text-shadow: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-image: linear-gradient(90deg, #070707, #4d4d4d, #707070, #707070, #707070, #4d4d4d, #282828);
  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: #545e6a;
  text-shadow: none;
  padding: 0.35rem;
  border-radius: .375rem;
  box-shadow: 5px 5px 10px #595d62,5px 5px 10px #3f4144;
} 

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

.silver-theme .nav-pills .nav-link:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #070707, #4d4d4d, #707070, #909090, #707070, #4d4d4d, #282828);
}

.silver-theme .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-image: linear-gradient(90deg, #000, #4d4d4d, #505050, #505050, #505050, #4d4d4d, #000);
  color: #f0f0f0 !important;
}

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

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

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

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

.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 a {
  color: #242424;
  text-decoration: none; }

.card-section .silver-theme a:hover {
  text-decoration: none;
  color: #000;
}
  
.card-section .silver-theme .btn-primary {
  color: #000;
  background-image: linear-gradient(90deg, #3d3d3d, #c8c8c8, #ededed, #ededed, #ededed, #ededed, #c8c8c8, #3d3d3d);
} 

.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, #3d3d3d, #c8c8c8, #ededed, #ededed, #ededed, #ededed, #c8c8c8, #3d3d3d);
} 

.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], select {
  font-family: Verdana, sans-serif;
  text-shadow: none !important;
  border: none;
  color: #fff;
  background:#647a99;
}

.form-control {
  font-family: Verdana, sans-serif;
  color:fff;
  background: #647a99;
  padding: 10px;
  text-shadow: none !important;
  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;
} 

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

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

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

.table {
  font-family: Verdana, sans-serif;
  --bs-table-color: #fff;
  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;
}


