.container {
    padding:0;
    margin:0;
  }

.img5{
  display: none;
}

.img6{
  display: none;
}

#regulam{
  cursor: pointer;
}

  body {
    padding:0;
  }

.div1{
    position: relative;
    background-image: url("../imagens/Imgs/desktop/img1.png?v=3706");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
  }

.vxdiv2{
  text-shadow: 2px 2px 15px rgba(0,0,0,0.42);
  font-weight: bold;
  }

  .div2{
    position: relative;
    background-image: url("../imagens/Imgs/desktop/img2.png?v=3706");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    padding: 0;
  }

  .div8{
    margin-top: -20px;
    font-size: 2.5vh;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }

  .div3{
    position: relative;
    background-image: url("../imagens/Imgs/desktop/_premios_desktop.png?v=3706");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 45vh;
  }

  #excelbtn{
    cursor: pointer;
  }

  #excelbtn:hover{
    opacity: 0.5;
  }


  #modal-content{
    background:transparent;
  }

  .modal-footer{
    background-color: rgb(255, 254, 254);
  }

  .divmodal{
    position: relative;
    background-image: url("../imagens/vxnovo.jpg?v=3706");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 90vh;
  }

  .label3{
    background: transparent;
    color:white;
    font-weight: bold;
  }

  .form-control{
    border-radius: 10px;
  }

  #modalheader{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn1{
    min-width:75%;
    background: #532C14;
    background: -webkit-linear-gradient(90deg,rgba(83, 44, 20, 1) 0%, rgba(155, 97, 52, 1) 50%, rgba(209, 137, 76, 1) 100%);
    background: -moz-linear-gradient(90deg,rgba(83, 44, 20, 1) 0%, rgba(155, 97, 52, 1) 50%, rgba(209, 137, 76, 1) 100%);
    background: linear-gradient(90deg,rgba(83, 44, 20, 1) 0%, rgba(155, 97, 52, 1) 50%, rgba(209, 137, 76, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#532C14",
      endColorstr="#D1894C",
      GradientType=1
    );
    letter-spacing: 0.2rem;
    border: 0;
  }

  .form-check-label{
    color:white;
    font-weight: bold;
    font-size: 12px;
  }

  @media (max-width: 1000px) {

    .img5{
      display: block;
      min-height: 60vh;
      margin-top: -7vh;
    }

    .img6{
      display: block;
      max-height: 25vh;
      margin:2vh auto;
    }

    .div1{
      min-height: 40vh;
      background: none;
      }

    .div2{
      background: none;
      min-height: 75vh;
      }

    .div3{
        position: relative;
        background-image: url("../imagens/Imgs/mobile/_premios_mobile.png?v=3706");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        min-height: 33vh;
      }

    .div9{
      background-image: url("../imagens/Imgs/mobile/bgfundo3.png?v=3706");
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }

    .div8{
      font-size: .8rem;
      margin-top:0px;
      background-color: rgba(0, 0, 0, 0.3);

    }

  }

  @media (max-width: 700px) {
    .div9{
      background-image: url("../imagens/Imgs/mobile/bgfundo3.png?v=3706");
      background-repeat: no-repeat;
      background-size: contain;
      background-color: black;
    }
  }

  .heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
            animation: heartbeat 1.5s ease-in-out infinite both;
  }

  /* ----------------------------------------------
 * Generated by Animista on 2024-6-21 17:4:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.bounce-in-top{-webkit-animation:bounce-in-top 2s cubic-bezier(.6,.04,.98,.335) both;animation:bounce-in-top 2s cubic-bezier(.6,.04,.98,.335) both}

 @-webkit-keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

 .bounce-in-bottom{-webkit-animation:bounce-in-bottom 2s both;animation:bounce-in-bottom 2s both}


@-webkit-keyframes bounce-in-bottom{0%{-webkit-transform:translateY(500px);transform:translateY(500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(65px);transform:translateY(65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(28px);transform:translateY(28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(8px);transform:translateY(8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes bounce-in-bottom{0%{-webkit-transform:translateY(500px);transform:translateY(500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(65px);transform:translateY(65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}72%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(28px);transform:translateY(28px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{-webkit-transform:translateY(8px);transform:translateY(8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

.jello-vertical{-webkit-animation:jello-vertical 2s ease-in infinite both;animation:jello-vertical 2s ease-in infinite both}

@-webkit-keyframes jello-vertical{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jello-vertical{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}

.pulsate-bck{animation:pulsate-bck 1s ease-in-out infinite both}

@keyframes pulsate-bck{0%{transform:scale(1)}50%{transform:scale(.9)}100%{transform:scale(1)}}