@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Press+Start+2P&display=swap');

html {
  min-height: 100%;
  ;
}

body {
  background-image: url('/img/bgGen2.png');
  background-color: #f2f1ec;
  background-attachment: fixed;
  color: #040707;
  padding: 80px 0 50px 0;
  min-height: 100%;
  font-family: 'Open Sans';
}

header {
  background-color: #f2f1ec;
  z-index: 1046 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Open Sans", system-ui;
  font-weight: 100 !important;
}

.open-sans {
  font-family: 'Open Sans';
}

.press-start {
  font-family: "Press Start 2P", system-ui;
}

.bg-base {
  background-color: #f2f1ec;
}

.bg-theme {
  background-color: #0e6b38;
}

.bg-deloitte {
  background-color: #7fc241;
}

.text-theme {
  color: #0e6b38 !important;
}

.text-deloitte {
  color: #7fc241;
}

.btn-success {
  background-color: #87be40;
  border-color: #87be40;
}

#menuBurger {
  background-color: #f2f1ec;
}

#menuBurger .nav-link {
  font-family: 'Open Sans';
  font-weight: 100;
  padding: .5rem 1.6rem;
  color: #040707;
}

#menuBurger .nav-link.active {
  background-color: #87be40;
  color: #fff;
}

#menuBurger .dropdown-toggle::after {
  float: right;
  margin-top: .3em;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-top: 0;
  border-left: 0.3em solid transparent;
}

#menuBurger .dropdown-toggle.collapsed::after {
  margin-top: .3em;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.pointer {
  cursor: pointer;
}

ol.marker-bold>li::marker {
  font-weight: bold !important;
}

.modal-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 1;
}

.offcanvas-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.offcanvas-backdrop.show {
  opacity: 1;
}

.copyright,
.copyright .btn-small {
  font-size: small;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #040707;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.days,
.hours,
.minutes,
.seconds,
.tt {
  color: #0e6b38;
  font-family: "Open Sans", system-ui;
  font-size: 26pt;
  line-height: 1;
}

.days-wrapper,
.hours-wrapper,
.minutes-wrapper,
.seconds-wrapper {
  background-color: #f2f1ec;
}

.timer .small {
  font-size: .7em;
  position: relative;
  margin-top: -5px
}

.bg-blur {
  backdrop-filter: blur(5px);
}

.ratio-3x4 {
  aspect-ratio: 3 / 4;
}

.form-floating>textarea:not(:placeholder-shown)~label::after {
  background-color: transparent;
}