@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

:root {
  font-size: 62.5%
}

html, body {
  width: 100%;
  height: auto;
  min-height: 100vh
}

body {
  animation: fade-in 1.5s forwards;
  -webkit-animation: fade-in 1.5s forwards;
  font: 400 16px/1 "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif
}

img {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}



.button {
  cursor: pointer;
  min-height: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .4em 1.2em;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  border-radius: 8px;
  border: none;
  -webkit-transition: background-color 240ms ease, -webkit-transform 200ms ease-out;
  transition: background-color 240ms ease, -webkit-transform 200ms ease-out;
  transition: background-color 240ms ease, transform 200ms ease-out;
  transition: background-color 240ms ease, transform 200ms ease-out, -webkit-transform 200ms ease-out
}

.button:not(:disabled):active {
  -webkit-transform: scale(0.975);
  transform: scale(0.975)
}

.button:hover {
  text-decoration: none
}

.button:disabled {
  cursor: default;
  opacity: .85
}

.button-primary {
  color: #e2e2e2;
  background-color: #3a67a0
}

.button-primary:not(:disabled):hover {
  color: #e2e2e2;
  background-color: #062d34
}

.button-secondary {
  color: #e2e2e2;
  background-color: #0066a3
}

.button-secondary:not(:disabled):hover {
  color: #e2e2e2;
  background-color: #00263d
}

.cookie-consent-container {
  position: fixed;
  width: 100%;
  padding: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .65);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000
}

.cookie-consent-container .cookie-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  font: 400 16px/1 "Montserrat", sans-serif;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%)
}

.cookie-consent-container .cookie-content a {
  color: #fff;
  font-weight: bold;
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 6px;
  text-decoration: underline
}

.cookie-consent-container .cookie-content a:focus, .cookie-consent-container .cookie-content a:hover {
  outline-offset: 2px;
  outline-color: currentColor;
  text-decoration: none;
  -webkit-transition: outline-offset 280ms ease, outline-color 200ms ease;
  transition: outline-offset 280ms ease, outline-color 200ms ease
}

.cookie-consent-container .cookie-content .title {
  font-weight: bold
}

.cookie-consent-container .cookie-content .button {
  margin-top: 2.4rem
}

@media screen and (min-width: 550px) {
  .cookie-consent-container .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .cookie-consent-container .cookie-content .button {
    margin-top: 0;
    margin-left: 1.6rem
  }
}

.featured-event-background {
  color: #fff;
  background: #ddd url("../../Imagens/background.jpg") no-repeat left top/cover fixed
}

@media screen and (max-width: 667.98px) {
  .featured-event-background {
    background-position: center
  }
}

.c-nav-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
  border-radius: 100vw
}

.c-nav-button-icon {
  padding: .6rem;
  border-radius: 50%
}

.c-nav-button-text {
  display: inline-block;
  padding-left: 8px;
  padding-right: 16px;
  font-size: 14.05px;
  font-weight: bold;
  text-transform: uppercase
}

.c-nav-button:hover {
  opacity: .85
}

.c-nav-button-home {
  color: #111;
  background-color: #f5f5f5
}

.c-nav-button-home:not(:disabled):hover {
  color: #111;
  background-color: #c2c2c2
}

.c-nav-button-home .c-nav-button-icon {
  background-color: #2a767c;
  color: #f5f5f5
}

.c-nav-button-logout {
  color: #f5f5f5;
  background-color: #dc3545
}

.c-nav-button-logout .c-nav-button-icon {
  background-color: #f5f5f5;
  color: #111
}

.c-nav-button-logout:not(:disabled):hover {
  color: #f5f5f5;
  background-color: #921925
}

.external-link {
  color: inherit;
  -webkit-text-decoration: underline 1px currentColor;
  text-decoration: underline 1px currentColor;
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 6px
}

.external-link:focus, .external-link:hover {
  color: inherit;
  outline-offset: 2px;
  outline-color: currentColor;
  text-decoration: none;
  -webkit-transition: outline-offset 280ms ease, outline-color 200ms ease;
  transition: outline-offset 280ms ease, outline-color 200ms ease
}
