body {
  background-color: #f3f9ff;
}

.bgbody {
  background-color: #f3f9ff !important;
}

.loader {
    position: fixed;
    background-color: #00000020;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  .jimu-primary-loading:before,
  .jimu-primary-loading:after {
    position: absolute;
    top: 0;
    content: '';
  }
  
  .jimu-primary-loading:before {
    left: -19.992px;
  }
  
  .jimu-primary-loading:after {
    left: 19.992px;
    -webkit-animation-delay: 0.32s !important;
    animation-delay: 0.32s !important;
  }
  
  .jimu-primary-loading:before,
  .jimu-primary-loading:after,
  .jimu-primary-loading {
    background: #076fe5;
    -webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    animation: loading-keys-app-loading 0.8s infinite ease-in-out;
    width: 13.6px;
    height: 32px;
  }
  
  .jimu-primary-loading {
    text-indent: -9999em;
    margin: auto;
    position: absolute;
    right: calc(50% - 6.8px);
    top: calc(50% - 16px);
    -webkit-animation-delay: 0.16s !important;
    animation-delay: 0.16s !important;
  }
  
  @-webkit-keyframes loading-keys-app-loading {
  
    0%,
    80%,
    100% {
      opacity: .75;
      box-shadow: 0 0 #076fe5;
      height: 32px;
    }
  
    40% {
      opacity: 1;
      box-shadow: 0 -8px #076fe5;
      height: 40px;
    }
  }
  
  @keyframes loading-keys-app-loading {
  
    0%,
    80%,
    100% {
      opacity: .75;
      box-shadow: 0 0 #076fe5;
      height: 32px;
    }
  
    40% {
      opacity: 1;
      box-shadow: 0 -8px #076fe5;
      height: 40px;
    }
  }

  /* @import url(https://pro.fontawesome.com/releases/v5.11.2/css/all.css);
:root {
  --user-button-circle: rgba(0, 0, 0, 0.025);
  --user-button-cardborder: rgba(255, 255, 255, 0.25);
  --user-button-text: #323133;
  --user-button-shadow: rgba(0, 0, 0, 0.1);
}

body #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
  animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%,
  50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%,
  50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
body #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow),
    inset 0 0 1rem -0.75rem var(--user-button-shadow);
}

body #user-button .u-elemento__icones {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body #user-button .u-elemento__icones a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
body #user-button .u-elemento__icones a div {
  padding: 0.5rem;
  transition: 0s;
}
body #user-button .u-elemento__icones a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
  animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body #user-button .u-elemento__icones a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
body #user-button .u-elemento__icones > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
body #user-button .u-elemento__icones > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #user-button .u-elemento__icones > *:hover,
body #user-button .u-elemento__icones > *:focus-within {
  background: var(--hcolour);
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(1):nth-child(1),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(1)
  ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(2):nth-child(1),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(2)
  ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(2):nth-child(2),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(2)
  ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(3):nth-child(1),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(3)
  ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(3):nth-child(2),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(3)
  ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(3):nth-child(3),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(3)
  ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(4):nth-child(1),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(4)
  ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(4):nth-child(2),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(4)
  ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(4):nth-child(3),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(4)
  ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(4):nth-child(4),
body
  #user-button
  .u-elemento__icones
  > *:first-child:nth-last-child(4)
  ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}
body #user-button:hover .u-elemento__icones,
body #user-button:focus-within .u-elemento__icones {
  width: 300% !important;
  height: 300% !important;
}

body.dark {
  background: #212123;
  color: white;
}
@media (prefers-color-scheme: dark) {

}
body .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}
body .caixa__geral {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  height: 400px;
}
@media screen and (max-width: 718px) {
  body .caixa__geral {
    min-width: 520px;
  }
  body .caixa__geral .caixa__imagem__fundo:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  body .caixa__geral {
    min-width: 440px;
  }
  body .caixa__geral .caixa__imagem__fundo:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 558px) {
  body .caixa__geral {
    min-width: 360px;
  }
  body .caixa__geral .caixa__imagem__fundo:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  body .caixa__geral {
    min-width: 280px;
  }
  body .caixa__geral .caixa__imagem__fundo:nth-child(2) {
    display: none;
  }
}
body .caixa__geral .caixa__imagem__fundo {
  position: relative;
  overflow: hidden;
  min-width: 125px;
  margin: 10px;
  background: var(--imagemFundo, var(--defaultBackground, #e6e9ed));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .caixa__geral .caixa__imagem__fundo:nth-child(1) {
  --defaultBackground: #ed5565;
}
body .caixa__geral .caixa__imagem__fundo:nth-child(2) {
  --defaultBackground: #fc6e51;
}
body .caixa__geral .caixa__imagem__fundo:nth-child(3) {
  --defaultBackground: #ffce54;
}
body .caixa__geral .caixa__imagem__fundo:nth-child(4) {
  --defaultBackground: #2ecc71;
}
body .caixa__geral .caixa__imagem__fundo:nth-child(5) {
  --defaultBackground: #5d9cec;
}
body .caixa__geral .caixa__imagem__fundo:nth-child(6) {
  --defaultBackground: #ac92ec;
}
body .caixa__geral .caixa__imagem__fundo.caixa__ativo {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
}

body .caixa__geral .caixa__imagem__fundo.caixa__ativo .elemento__interno {
  bottom: 20px;
  left: 20px;
}

body .caixa__geral .caixa__imagem__fundo:not(.caixa__ativo) {
  flex-grow: 1;
  border-radius: 30px;
}

body .caixa__geral .caixa__imagem__fundo:not(.caixa__ativo) .elemento__interno {
  bottom: 10px;
  left: 10px;
}


body .caixa__geral .caixa__imagem__fundo .elemento__interno {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .caixa__geral .caixa__imagem__fundo .elemento__interno .elemento__icone {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #212123;
  color: var(--defaultBackground);
} */

.button {
  width: 5%;
  height: 21%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  z-index: 2;
}

.button:hover {
  cursor: pointer;
}

.button:active {
  outline: none;
  border: none;
}

.button:focus {
  outline: none;
  border: 3px solid #ecffbc;
}

#slideLeft {
  left: 94%;
  top: 40%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#slideRight {
  left: 1%;
  top: 40%;

}

.sliderCont {
  width: 100%;
  height: 22em;
  padding-bottom: 25%;

  position: relative;

  overflow: hidden;
}

.sliderImg {
  display: none;
  /*width: 840px; height:560px;*/
  height: 100%;
  width: 42%;
  /* max-width: 840px;
  max-height: 560px; */

  margin: 0 29.5%;

  position: absolute;

  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, .70); */

  /*  transition: left .3s;*/
}