* {
  margin: 0;
  padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;

    background: rgba(205,92,92);

    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  h1 {
    font-size: 4.2em;
  }

  h2 {
    font-size: 1.65em;
    padding-top: 10px;
  }
  
  header img {
    width: 38px;
    height: 38px;
  }

  label {
    margin-left: 5px;
  }
  
  button {
    width: 82px;
    height: 35px;
    cursor: pointer;
    border: none;
    border-bottom: 3.5px solid silver;
    border-radius: 2px;
    background: #f5f5f5;
    
    font-size: 1.15em;
    color: #3d3d3d;
  }
  
    button:hover {
      border-bottom: none;
    }

  input {
    width: 70%;
    height: 32px;
    outline: none;
    border: none;
    background: #f5f5f5;

    padding: 5px;
    box-sizing: border-box;
  }

  .App {
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
    
    .App .header {
      width: 320px;
      margin-bottom: 15px;

      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
      .App .header img {
        margin-right: 5px;
      }
    

    .App .bar {
      width: 248px;
      height: 3px;
      border-radius: 10px;
      background: black;
    }
        
      .App .bar .progressbar {
        width: 0%;
        height: 3px;
        border-radius: 10px;
        background: coral;
      }


    .App .box-option {
      width: 320px;
      height: 35px;
      border-radius: 5px;
      margin: 15px 0px 15px 0px;
      padding: 0;

      display: flex;
      justify-content: space-around;
      align-items: center;
    }

      .App .box-option li {
        cursor: pointer;
        width: 30%;
        height: 30px;
        list-style: none;
        border-radius: 5px;
        background: #fff;

        color: #3d3d3d;

        display: flex;
        justify-content: center;
        align-items: center;
      }

      .App .box-option li:hover {
        background: rgb(253, 108, 103);
      }
  

    .App .app-box {
      width: 320px;
      height: 150px;
      border-radius: 5px;
      background: #f08080;
  
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center
    }
  

    .App .buttons {
      width: 100%;
      height: 35px;
      margin-top: 15px;
  
      display: flex;
      justify-content: space-between;
    }
    

    .App .box-nota {
      width: 320px;
      height: 120px;
      margin-top: 15px;

      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: start;
    }

      .App .box-nota .checkBox {
        width: 320px;
        display: flex;
        align-items: center;
      }

      .App .box-nota .eNota {
        position: relative;
        width: 320px;
        height: 35px;
        border: 1px dotted #fff;
        border-radius: 5px;
        background: rgb(0,0,0,0.1);

        display: flex;
        justify-content: center;
        align-items: center;
      }

        .eNota p {
          font-size: 14px;
        }

        .eNota .rem {
          cursor: pointer;
          position: absolute;
          width: 18px;
          height: 18px;
          top: -15px;
          right: -14px;
          padding: 5px;
          filter: grayscale(1);
          border-radius: 5px;
        }

        .eNota .rem:hover {
          filter: grayscale(0);
        }


    #check {
        width: 18px;
    }
    

    .App .social-box {
      width: 320px;
      height: 62px;
      margin-top: 5%;
      border-radius: 5px;
      border: 1px solid #fff;
      background: transparent ;
  
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
    }


    /*Página de pagamento*/
    .App .box-pay {
      width: 420px;
      height: 320px;
      border-radius: 5px;
      background: #f08080;
  
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center
    }

      .box-pay p {
        text-align: justify;
        margin-bottom: 20px;
        padding: 20px;
      }

      .box-pay input {
        margin-bottom: 10px;
      }

      .box-pay button {
        margin-top: 20px;
      }


  body #box-icon {
    position: absolute;
    height: 42px;
    top: 15px;
    right: 15px;
  }

    body .icon {
      cursor: pointer;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 50%;
      background: #fff;
      color: black;
    }

      .icon img {
        width: 25px;
        height: 25px;
      }

    .box-config {
      position: absolute;
      width: 230px;
      height: 175px;
      border-radius: 10px;
      background: #fff;
      top: 65px;
      right: 15px;

      color: black;

      display: none;
      flex-wrap: wrap;
      justify-content: center;
    }

    .box-config p {
      width: 95%; 
      height: 15px; 
      
      color: #3d3d3d; 
      padding: 10px 0px 0px 5px;
    }


    .box-config ul {
      width: 95%;
      height: 50px;
      border-radius: 10px;
      margin-top: 0px;
      background: #c0c0c0;

      display: flex;
      justify-content: space-evenly;
      align-items: center;
    }

      .box-config ul li {
        cursor: pointer;
        width: 35px;
        height: 35px;
        list-style: none;
        border-radius: 5px;
        background: #a9a9a9;

        color: #fff;

        display: flex;
        justify-content: center;
        align-items: center;
      }

    .box-config .buy {
      cursor: pointer;
      width: 95%;
      height: 50px;
      border-radius: 10px;
      background: #32CD32;

      font-size: 1.26em;
      color: #fff;

      display: flex;
      justify-content: center;
      align-items: center;
    }

