body {
    /* background-color: #111111;
    margin: 0;
    overflow-x: hidden; */
    font-family: "Questrial";
  }
  
  .chuvisco {
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background: transparent
      url("http://assets.iceable.com/img/noise-transparent.png") repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation 0.2s infinite;
    opacity: 0.9;
    visibility: visible;
  }
  
  @keyframes bg-animation {
    0% {
      transform: translate(0, 0);
    }
    10% {
      transform: translate(-5%, -5%);
    }
    20% {
      transform: translate(-10%, 5%);
    }
    30% {
      transform: translate(5%, -10%);
    }
    40% {
      transform: translate(-5%, 15%);
    }
    50% {
      transform: translate(-10%, 5%);
    }
    60% {
      transform: translate(15%, 0);
    }
    70% {
      transform: translate(0, 10%);
    }
    80% {
      transform: translate(-15%, 0);
    }
    90% {
      transform: translate(10%, 5%);
    }
    100% {
      transform: translate(5%, 0);
    }
  }
  h1 {
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
    color: #ffffff;
  }
  .caixatexto {
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    padding: 15px;
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: help !important;
    pointer-events: auto;
  }
  
  @media only screen and (min-width: 600px) {
    .botoes-de-acesso {
      width: 50%;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .botoes-de-acesso {
      position: fixed;
      top: 50%;
      left: 10%;
      transform: translate(-5%, -40%);
      text-align: center;
    }
  }
  
  .page-header-bg-gradient {
    background: url(/imagens/grid.png),
      linear-gradient(to right, rgb(174 0 0 / 85%), #ed2828);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .page-header-bg {
    background-color: #ed2828;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  
  .acesso-mvp-topo {
    background-color: #242424;
    border: 1px solid;
    color: rgb(243, 243, 243);
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.16);
    position: relative;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .acesso-mvp-topo:hover {
    background-color: #a61d19;
    /* background: transparent; */
    border: 1px solid;
    color: rgb(243, 243, 243);
    padding: 20px 30px;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.16);
    position: relative;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  .acesso-mvp-topo2 {
    background-color: #242424ce;
    border: 1px solid;
    color: rgba(243, 243, 243, 0.5);
  }
  .acesso-mvp-topo2:hover {
    background-color: #441110;
  }
  
  svg.slide-next {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    right: -15px;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    transition: 0.3s all;
  }
  
  svg.slide-next2 {
    background-color: rgba(243, 243, 243, 0.5);
  }
  
  /* PAINEL/MENU DE SELEÇÃO DO DESTINO */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html,
  body {
    font-size: 62.5%;
    height: 100%;
  }
  @media (max-width: 768px) {
    html,
    body {
      font-size: 50%;
      height: 100%;

    }
  }
  
  
  .rodape {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.5rem;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
  }
  .rodape a {
    color: #4ddbfc;
  }
  