body{
    background-color: #000000;
  }
  .temp-title{
    font-size: 25px;
    color: #ffffff;
  }
  .temporizador{
    border:1px solid #ffffff;
  }
  #demo{
    font-weight: bold;
    font-size:40px;
    color: #ffffff;

  }
  .temp-text{
    margin-top: -20px;
    word-spacing: 14px;
    color: #ffffff;
  }


  /*css cadastro*/
  img.btn-conf {
    margin-top: -11px;
  }
  .text-cdst{
    color:#cccccc;
    font-size: 20px;
    margin-top: 10px;
  }


  .fundo-form{
    background-color: #232323;
    border-radius: 25px;
    margin-top: 10px;
  }

  .cadastro{
    margin-top: 10px;
  }

    input#nome{
      background-color:#232323;
    }

    input#email{
      background-color:#232323;
    }

    input#cupom{
      background-color:#232323;
    }

  form button{
    cursor: pointer;
  }
  /*css cadastro fim*/

  .information{
    background-color:
    #060606 ;
    margin-top:30px; 
  }

  .title-information{
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
  }

  .subtitle-one{
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
  }

  .text-information{
    color: #ffffff;

  }

  .first-information{
    line-height: 18px;
  }
  .second-information{
    line-height: 18px;
  }

  .third-information{
    line-height: 18px;
  }



  /*Accordion*/

  .accordion-area{
    margin-top: 30px;
  }
  .accordion {
    background-color: #000000;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: 1px solid #ffffff;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #ffffff;
  }

  .active, .accordion:hover {
    background-color: #000000;
  }

  .accordion:after {
    font-family:"FontAwesome" ;
    content: '\f107';
    color: #ffffff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .active:after {
    content: "\2212";
  }

  .panel {
    padding: 0 18px;
    background-color: #000000;
    max-height: 0;
    color: #ffffff;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: justify;
  }
  /*fim accordion*/
  button{
    padding: 0px;
    border: 0px;
    margin: 0px;
  }
  @media only screen and (max-width: 3080px) and (min-width: 1026px)  {
    .img-center{
      text-align: center;
    }

  }

  @media only screen and (max-width: 1025px) and (min-width: 770px)  {
    .img-center{
      text-align: center;
    }
  }

  @media only screen and (max-width: 768px) and (min-width: 740px)  {
    img.btn-conf {
      width: 115px;
    }
    .img-center{
      text-align: center;
    }

  }

  @media only screen and (max-width: 699px) and (min-width: 600px)  {
    .img-center{
      text-align: center;
    }

  }

  @media only screen and (max-width: 426px) and (min-width: 378px)  {

    img.img-2 {
      width: 300px;
    }
    img.img-5 {
      width: 90px;
      height: 90px;
      float: center;
    }
    img.img-6 {
      width: 90px;
      height: 90px;
      float: left;
    }
    img.img-6 {
      width: 90px;
      height: 90px;
      float: left;
    }

    p.text-information {
      font-size: 15px;
    }


    h5.subtitle-one {
      font-size: 14px;
    }

    .box-1{
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .box-2{
      margin-bottom: 30px;
    }
    p.title-information {
      font-size: 15px;
    }

    .col-md-8.col-lg-8.fundo-form {
      margin-bottom: 10px;
    }

    img.img-8 {
      margin-left: 72px;
    }
    .col-md-4.col-lg-4.img-4 {
      margin-bottom: 20px;
    }
    img.btn-conf {
      width: 155px;
    }

    .img-center{
      text-align: center;
    }

  }
  @media only screen and (max-width: 376px) and (min-width: 351px)  {
    img.img-2 {
      width: 300px;
    }
    img.img-5 {
      width: 70px;
      height: 70px;
      float: center;
    }
    img.img-6 {
      width: 70px;
      height: 70px;
      float: left;
    }
    img.img-6 {
      width: 70px;
      height: 70px;
      float: left;
    }

    p.text-information {
      font-size: 12px;
    }


    h5.subtitle-one {
      font-size: 14px;
    }

    .box-1{
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .box-2{
      margin-bottom: 30px;
    }
    p.title-information {
      font-size: 15px;
    }

    .col-md-8.col-lg-8.fundo-form {
      margin-bottom: 10px;
    }

    img.img-8 {
      margin-left: 72px;
    }
    .col-md-4.col-lg-4.img-4 {
      margin-bottom: 20px;
    }
    img.btn-conf {
      width: 135px;
    }
    .img-center{
      text-align: center;
    }


  }




  @media(max-width: 350px){
    img.img-2 {
      width: 300px;
    }
    img.img-5 {
      width: 70px;
      height: 70px;
      float: center;
    }
    img.img-6 {
      width: 70px;
      height: 70px;
      float: left;
    }
    img.img-6 {
      width: 70px;
      height: 70px;
      float: left;
    }

    p.text-information {
      font-size: 12px;
    }


    h5.subtitle-one {
      font-size: 10px;
    }

    .box-1{
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .box-2{
      margin-bottom: 30px;
    }
    p.title-information {
      font-size: 15px;
    }

    .col-md-8.col-lg-8.fundo-form {
      margin-bottom: 10px;
    }

    img.img-8 {
      margin-left: 72px;
    }
    .col-md-4.col-lg-4.img-4 {
      margin-bottom: 20px;
    }
    img.btn-conf {
      width: 115px;
    }



    img.img-20 {
      width: 90px;
      height: 108px;
      float: left;
    }

    .panel{
      font-size: 12px;
    }

  }

  /*modal*/

  .modal-content {
    margin-top: 300px;
    background-color:  #000000;
    border: 1px solid #f2f2f2;
  }
  .modal-header{
    border-bottom: 0px;
  }
  .modal-footer{
    border-top:0px;
  }

  .message{
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
  }

  .pad{
    padding-bottom: 54px;
  }