
a.mod1{
    position: relative;
    display: flex;
    width: 19vw;
    z-index: 1;
    
}

.imagem1tela0{
    
    position: relative;
    display: flex;
    width: 36vw;
    margin-left: -5vw;

}

.imagem1tela2{
    position: relative;
    display: flex;
    z-index: 2;
    width: 38vw;
}

.imagem1tela9{
    position: relative;
    display: flex;
    z-index: 2;
    width: 36vw;
}

.imagem1tela10{
    position: relative;
    display: flex;
    z-index: 2;
    width: 18vw;
    height: 100%;
}

.caixanumero{
    width: 20vw;
    display: flex; 
    
    justify-content: center; 
}

.imagem1tela3{
    display: flex;
    background-repeat: no-repeat;
    background-image: url("../img/imagem1-tela3.png");
    height: 30vw;
    width: 40vw;
    justify-content: center;
    align-items: flex-start;
    background-size: cover;
    text-align: center;
}

.fecharClick{
    position:absolute;
    right: 2.4%;
    top:15%;
    cursor: pointer;
    z-index: 999;
    transition: color 0.3s;
    background-color:white;
    padding:8px;
    width: 20px;
    text-align:center;
    border-radius:60%;
    box-shadow:0 22px 2 rgba(0, 0, 0, 0.034);
}

.fecharClick:hover{
    color:red;
    
}

.imagem1tela5{
    position: relative;
    display: flex;
    z-index: 2;
    width: 50vw;
}

.botaodivtela3{

    width: 9vw;
}

.botaodivtela3h{
    height: 15vh;
    width: 9vw; 
    margin-top: 8%; 
    margin-left: -8%;
}

.botaodivtela7{
    width: 8vw; 
}
.botaodivtela7h{
    height: 15vh;
    width: 8vw; 
    margin-bottom: 4%; 
    margin-right: 13%; 
}
.botaodivtela8{
    width: 8vw;
}

.botaodivtela8h{
   
    width: 8vw; 
    margin-left: 6%; 
}

.botaodivtela8_2{
    width: 8vw;
}

.botaodivtela8h_2{
   
    width: 8vw; 
    margin-left: 6%; 
}

.botaodivtela3:hover{
    cursor: pointer;
}

.botaodivtela8:hover{
    cursor: pointer;
}

.botaodivtela8_2:hover{
    cursor: pointer;
}

.botaodivtela7:hover{
    cursor: pointer;
}

.imagem1tela6{
    
    background-repeat: no-repeat;
    background-image: url("../img/imagem1-tela6.png");
    height: 30vw;
    width: 45vw;

    background-size: cover;
}

.imagem1tela7{
    display: flex;
    background-repeat: no-repeat;
    background-image: url("../img/imagem1-tela7.png");
    height: 30vw;
    width: 42vw;
    justify-content: flex-end;
    align-items: flex-end;
    background-size: cover;
    text-align: center;
}

.imagem1tela8{
    display: flex;
    background-repeat: no-repeat;
    background-image: url("../img/imagem1-tela8.png");
    height: 30vw;
    width: 35vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    text-align: center;
}


.indicadoresquerda{
    background-color: white;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 15vw;
      height: 6vw;
      border-radius: 15px;
      padding: 3vh;
      box-sizing: border-box;
      
    box-shadow: 0 0 5px gray;

}

.indicadoresquerda:after{
    position: absolute;
    width: 3vh;
    height: 3vh;
    top:50%;
    right: 100%;
    margin-right: -1.5vh;
    content: '';
    transform: rotate(45deg);
    margin-top: -1.5vh;
    background: white;
    
  box-shadow: 0 0 5px gray;
}

.indicadordireita{
    background-color: white;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 15vw;
      height: 6vw;
      border-radius: 15px;
      padding: 3vh;
      box-sizing: border-box;
      
    box-shadow: 0 0 5px gray;

}

.indicadordireita:after{
      position: absolute;
      width: 3vh;
      height: 3vh;
      top:50%;
      left: 100%;
      margin-left: -1.5vh;
      content: '';
      transform: rotate(45deg);
      margin-top: -1.5vh;
      background: white;
      
    box-shadow: 0 0 5px gray;
}


.botaobola{
    font-family: "Open Sans";
    font-size: 1.5vw;
    border-radius: 50%;

    height: 6vw;
    width: 6vw;

    color: white;
    background-color:  #e25f07;
    border: 1.5px solid #e25f07;

    cursor: pointer;

    white-space: nowrap;

}

.botaobola:hover{
    cursor: pointer;

    font-family: "Open Sans";
    background-color: white;
    color: #e25f07;
    
}

#caixafase {
    position: relative;
    width: 100%;
    height: 100%;
}

#caixafase button {
    position: absolute;
  }

.resultado1fb{
    position: relative;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 2vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
    width: 40vw;
    background-color: #6abb9b;
    transition: visibility 300ms;
}

.resultado2fb{
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    display:none;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 2vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
    width: 40vw;
    background-color: #ca5044;
    visibility: hidden;
    transition: visibility 300ms;
}

.resultado1fb.active {
    display: flex;
}

.resultado2fb.active {
    display: flex;
}

.dropetica{
    height: 50vh; 
    width:22%; 
    border-radius: 10px; 
    border: #e25f07 dashed;
    display: flex; 
    flex-direction: column;
}

.dropqualidade{
    height: 50vh; 
    width:22%; 
    border-radius: 10px; 
    border: #e25f07 dashed;
    display: flex; 
    flex-direction: column;
}

.drophovered{
    width: 23%;
    height: 52vh;
}

.draglist{
    width:90%; 
    height: 60%; 
    border-radius: 10px; 
    border: #e25f07 solid;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    padding: 0.5vw;
}

.dragitem{
    margin-bottom: 5px;
    margin-left: 0.5vw;
    font-size: 3vh;
    cursor: move;
}

.checkBoxSpace13{
    margin-top:2%;
    height: 50vh;
    width:100%
}

.imagem10SlideLayout {
    height: 50vh;
    width: 100%;
}

@media(max-width: 568px){
    .imagem1tela10{
        height: 20%;
        width: 20%;
    }

    .checkBoxSpace13{
        margin-top:2%;
        height: 52vh !important;
        width: 100%;
    }
}