body {
  background-color: rgb(255, 251, 237);
  color: #000;
}
.navbar {
  text-transform: uppercase;
}
.nav-link {
  color: #000;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link.btn-dark {
  background: #000;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
}
.btn {
  border-radius: 0;
}
.has-slash {
  padding-left: 1.5rem;
  position: relative;
}
.has-slash::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 26px;
  left: 0;
  top: 0;
  background: #000;
  transform: rotate(25deg);
  transform-origin: bottom left;
}
.hassup sup {
  display: inline-block;
  background-color: rgb(255, 217, 102);
  line-height: 1em;
  width: 1em;
  text-align: center;
}
.bgyellow {
  background-color: rgb(255, 217, 102);
}
.overline {
  border-top: 1px solid #000;
  padding-top: 0.5rem;
}
.ombra {
  background-image: url("../../images/ombra.png");
  display: inline-block;
  padding-bottom: 1rem;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
footer#footer {
  background-color: #000;
  color: #fff;
}
footer#footer a {
  color: rgb(255, 217, 102);
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: rgb(255, 217, 102);
  box-shadow: 0 0 0 0.25rem rgb(255, 251, 237);
}
.table-transparent th,
.table-transparent td {
  background: transparent;
}
.table-transparent a {
  color: #000;
}
.table-transparent .kv-table-header {
  background: rgb(255, 217, 102);
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
}
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
@media (max-width: 991.98px) {
}
@media (min-width: 992px) {
  .slashbar .nav-item {
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .slashbar .nav-item::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 26px;
    left: 0;
    top: 6px;
    background: #000;
    transform: rotate(25deg);
    transform-origin: center center;
  }
  .slashbar > .nav-item:first-child::before {
    content: none;
  }
  .slashbar > .nav-item:first-child {
    padding-left: 0;
  }
  .justify {
    text-align: justify;
  }
}
@media (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}
.cookie-consent-popup {
  animation-name: show;
  animation-duration: 1s;
  animation-timing-function: ease;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
  padding: 1rem;
  text-align: center;
}

.cookie-consent-popup.open {
  display: block;
  opacity: 1;
  animation-name: show;
  animation-duration: 1s;
  animation-timing-function: ease;
}

.cookie-consent-controls {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.cookie-consent-controls.open {
  margin: 0;
  max-height: 600px;
}

.cookie-consent-details {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.cookie-consent-details.open {
  max-height: 600px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.noUi-connect {
  background-color: rgb(255, 217, 102);
}
