
*{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto';
}


.trump:hover{
    background: #eee;
    transition-duration: .5s;
}


.secta{
    display: none;
}


.box-search {
    display: flex;
    justify-content: center;
    gap: .1%;
    position: relative;
}

#pesquisar{
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 300px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #7e7e7e;
}

.historico{
    padding-top: 20px;
}

.trans{
    font-size: 18px;
    color: #7e7e7e;
}

#flex-tabela{
    overflow-x: scroll;
}

#flex-tabela::-webkit-scrollbar{
    width: 10px;
}

#flex-tabela::-webkit-scrollbar-thumb{
    border-left: 400px solid #64bcf4;
    border-right: 400px solid #64bcf4;
}



#flex-tabela2{
    overflow-x: scroll;
}

#flex-tabela2::-webkit-scrollbar{
    width: 10px;
}

#flex-tabela2::-webkit-scrollbar-thumb{
    border-left: 400px solid #64bcf4;
    border-right: 400px solid #64bcf4;
}
.logo{
    width: 20px;
}

.logo-tema{
    color: #64bcf4;
    font-size: 2rem;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.cabeca{
    width: 30px;
}

 .menu{
     z-index: 500;
} 

.logo-img{
    width: 50px;
}


 .icones{
     width: 100%;
     position: fixed; 
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 0;
    bottom: 0px;
} 

.perfil{
    background-color: white;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 1px;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286);
    width: 100%;
    z-index: 200;
}

.perfil2{
    background-color: white;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 1px;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286);
    width: 100%;
    z-index: 200;
}

.bloco-perfil{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top:10px;
    padding-bottom: 10px;
    border-radius: 30px;
    width: 200px;
}

.perfil img{
    width: 60px;
    border-radius: 100%;
     object-fit: cover;
     object-position: center top;
}

.perfil2 img{
    width: 60px;
    border-radius: 100%;
     object-fit: cover;
     object-position: center top;
}

.perfil h1{
    text-align: center;
    padding-top: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.perfil h3{
    font-weight: normal;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.705);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.perfil2 h3{
    font-weight: normal;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.705);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

b{
    color: rgba(0, 0, 0, 0.705);
}

.perfil-paragrafos{
    line-height: 19px;
    width:250px;
    text-align: center;
} 

.paragrafo-1{
    color: rgba(0, 0, 0, 0.705);
}

.porcentagem{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.porcentagem h1{
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 100%;
    margin: auto;
    font-size: 25px;
}

.porcentagem-semana{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid rgba(0, 0, 0, 0.305);
}

.porcentagem-sema-1{
    border-right: 1px solid rgba(0, 0, 0, 0.305);
    padding-right: 20px;
}

 table{
    border-collapse: collapse;
} 

.tabela h1, .tabela2 h1{
    text-align: center;
    margin-bottom: 1rem;
}

th{
    border: 1px solid rgba(177, 177, 177, 0.504);
    padding:5px 5px; 
    background: #64bcf4;
    color: white;
    font-weight: normal;
    font-size: 14px;
}

td{
    padding: 5px 5px; 
}

tr:hover{
    transition-duration: .5s;
    color: black;
    background-color: rgba(154, 153, 153, 0.246);
}



tr{
    border-top: 1px solid rgba(177, 177, 177, 0.23);
}

 .tabela{
    border-collapse: collapse;
    background-color: white;
    font-size: 15px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286);
    height: auto;
} 

.tabela2{
    border-collapse: collapse;
    background-color: white;
    font-size: 15px;
    max-width: 1300px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286);
    margin: auto;
    height: auto;
} 

.botao1{
    padding: 6px 20px;
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    transition-duration: .5s;
    background:#64bcf4;
    color:white;
}


.botao2, 
.botao3{
    padding: 6px 20px;
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    transition-duration: .5s;
    background:rgb(3, 66, 3);
    color:white;
}


.botao4{
    padding: 6px 20px;
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    transition-duration: .5s;
    background:rgb(255, 90, 90);
    color:white;
    width: auto;
}
.botao:hover{
    border: 2px solid #64bcf4;
    background: #903BDF;
    color: #fff;
    transition-duration: .5s;
}

.menu-outros{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    z-index: 900;
    background-color: white;
    width: 300px;
    padding: 5px;
    position: fixed;
    display: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286);
}

.menu-outros section a{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}

.activo.menu-outros{
    display: flex;
    animation: ver .5s;
}
  
@keyframes ver{
    from{
        opacity: 0;
        transform: translate3d(0,0,-30px);
    }
  
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
  }

.menu-outros a{
    font-size: 16px;
    color: rgb(65, 64, 64);
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    transition-duration: .5s;
}

.menu-outros a:hover{
    text-decoration: underline;
    color: #64bcf4;
}

.bloco2-11{
    position: fixed;
    top: -1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
     padding: 8px; 
    background-color: #2e6280;
    width: 100%;
    z-index: 500;
}
.box-search{
    position: relative;
}


.btn-primary{
    background-color: #5bacdf;
    position: absolute;
    right: auto;
    padding: 5px;
    border-radius: 10px;
    margin-top: 3px;
}

.noficatican{
    display: none;
    width: 200px;
    height: 200px;
    background: white;
    position: fixed;
    z-index: 700;
    right: 0;
    top: 50px;
}

.activo.noficatican{
    display: block;
}

    .bloco-perfil img{
        margin-top: 30px;
        height: 100px;
        width: 100px;
    }
    
    .perfil img {
    /* width: 60px; */
    border-radius: 100%;
    object-fit: cover;
    object-position: center top;
}

@media screen and (max-width:767px) {
    .menu-outros {
        position: fixed;
        left:9.5rem;
        top: -1px;
    }
    .secta{
        display: block;
        max-width: 30px;
        margin-left: 10px;
    }

    #flex-tabela{
        overflow-x: scroll;
    }
    
    #flex-tabela::-webkit-scrollbar{
        width: 10px;
    }
    
    #flex-tabela::-webkit-scrollbar-thumb{
        border-left: 400px solid #64bcf4;
        border-right: 400px solid #64bcf4;
    }
    .cabeca{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

   
   
    .icones a{
        font-size: 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px;
    } 

    .menu{
       position: fixed;
        align-items: center;
    }

    .bloco{
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .icones{
        position: fixed;
        background-color: white;
        width: 100%;
        padding-top: 5px;
    }
    
    .icones{
        width: auto;
        position: fixed;
         width: 100%;
    }  

    .menu{
       position: fixed;  
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        top: 97%;
    } 

    .icones .bloco{
        display: flex;
        flex-direction:row ;
        align-items: center;
        justify-content: space-evenly;
         width: auto;
        background-color: white; 
        /*padding-top: 10px;*/
        /*padding-bottom:10px;*/
    }

    .bloco-18{
        margin-left: 10rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }

    .bloco-12{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logo{
        width: 100px;
    }
    .bloco-11{
        display: none;
    }

    .bloco2-11{
        position: fixed;
        top: -1px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
         padding: 8px; 
        background-color: rgb(22, 44, 57);
        width: 100%;
        z-index: 500;
    }

    .bloco-10{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bloco-9{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .bloco-8{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

     .bloco-7{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }


    .bloco-18 a{
        padding: 10px;
    }

    .icones svg{
        width: 15px;
    }

    .icones .logo-img{
        width: 30px;
    }


    .progress{
        text-align: center;
    }
    .progress-container{
        margin: auto; 
        text-align: center;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 1px solid #cfcfcf;
    }
    h2{
        margin: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    
    .progress .mask,
    .progress .fill{
        width: 150px;
        height: 150px;
        position: absolute;
        border-radius: 50%;
    
    }
    .progress .mask{
        clip: rect(0px, 150px, 150px, 75px);
    }
    .inside-circle{
        width: 122px;
        height: 122px;
        font-size: 2rem;
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 14px 0 0 14px;
    }
    .mask .fill{
        clip: rect(0px, 75px, 150px, 0px);
        background: #903BDF;
    }
    .mask.full,
    .progress .fill{
        animation: fill ease-in-out 3s;
        transform: rotate(150deg);
    }

    .tabela{
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 75px; 
        background-color: white;
        border-radius: 20px;
    }

    .tabela2{
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 105px; 
        background-color: white;
        border-radius: 20px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286); 
        top: 2rem;
    }

    .trans{
        text-align: center;
       margin-left: 30px;
       font-family: Arial, Helvetica, sans-serif;

    }
    table{
        height: 185px; 
        max-width: 100%;
        margin:auto;
    } 

   
    .w-25{
        padding: 10px;
        border: none;
    }

    .historico{
        margin-bottom: 20px;
      }

    .perfil{
        height: auto;
        width:100%;
        border-radius: 1px;
        border-radius: 20px;
        padding: 0;
    }

    .perfil2{
        height: auto;
        width:100%;
        border-radius: 1px;
        border-radius: 20px;
        padding: 0;
    }

    .bloco-perfil{
       margin: auto;
    }

    .bloco-perfil img{
        margin-top: 30px;
        height: 100px;
        width: 100px;
    }

    .paragrafo-1{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 900;
        color: #5bacdf;
    }
    .fechar{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 4px solid white;
        margin-top:-2rem;
        left: 5rem;
        position: absolute; 
      }
      .modalSucesso{
          background-color: flex;
      }
  

    /*  .background{*/
    /*    position: absolute;*/
    /*     background-color: rgba(0, 0, 0, 0.6);*/
    /*     text-align: center;*/
    /*     padding-left: 50px;*/
    /*     padding-right: 50px;*/
    /*     padding-top: 15px;*/
    /*     padding-bottom: 15px;*/
    /*     border-radius: 20px;*/
    /*     width: 28rem;*/
    /*     line-height: 6px;*/
    /*     margin-left: -38%;*/
    /*     top: 7%;*/
    /*  }*/
      
    /*  .background .labelInput{*/
    /*      display: flex;*/
    /*      flex-direction: column;*/
    /*      color: white;*/
    /*      font-size: 20px;*/
    /*      padding: 10px;*/
    /*      font-family: Arial, Helvetica, sans-serif;*/
    /*  }*/
    
    /*  .background .inputUser{*/
    /*      margin: auto;*/
    /*      padding: 10px;*/
    /*      width: 18rem;*/
    /*  }*/
    /*.tipo-opc{*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    align-items: center;*/
    /*    justify-content: space-evenly;*/
    /*}*/
    
    /*.operacao{*/
    /*    color: white;*/
    /*    font-family: Arial, Helvetica, sans-serif;*/
    /*    font-size: 17px;*/
    /*    line-height: 0px;*/
    /*}*/
    
    td{
        font-size: 11px;
    }
}
@media screen and (min-width:767px) and (max-width:1023px){
        .bloco-perfil img{
        margin-top: 30px;
        height: 100px;
        width: 100px;
    }
    
        .perfil img {
        /* width: 60px; */
        border-radius: 100%;
        object-fit: cover;
        object-position: center top;
    }
    .bloco2-11{
        display: none;
    }
    .menu-outros{
        top: 30%;
     
    }
    .display{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
       
    } 

    .menu{
        width: 120px;
        line-height: 15px;
    }

    .icones{
        width:150px;
        height: 100vh;
        padding-bottom: 40px;
    }

    .icones a{
        width: 15px;
        font-size: 18px;
        margin-right: 115px;
        padding: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .sair-div{
        margin-top: 110px;
    }
    

    .icones img{
        width: 20px;
        margin-left: 10px;
    }

    .icones .logo-img{
        width: 40px;
    }

    .logo{
        margin-left: 5px;
    }

    .logo-tema{
        font-size: 25px;
    }
    
    .sair-div{
        margin-top: 110px;
    }

    .icones img{
        width: 20px;
    }

    .icones .logo-img{
        width: 40px;
    }

    .logo{
        margin-left: 5px;
    }

    .logo-tema{
        font-size: 25px;
    }
    
    .tabela{
        position: relative;
        height: 540px;
        width: 50%;
        padding-left: 0;
        padding-top: 20px;
        margin-left: 12rem;
        border-radius: 20px;
        background-color: white;
    }

    .tabela2{
        position: relative;
        height: 540px;
        width: 50%;
        padding-top: 20px;
        padding-right: 0;
        margin-left: 10rem;
        margin-right: 10rem; 
        border-radius: 20px;
        background-color: white;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286); 
        top: 2rem;
    }

    .trans{
        text-align: center;
       margin-left: 30px;
       font-family: Arial, Helvetica, sans-serif;
    }
    table{
        height: 185px;
    }

    thead{
        width: 500px;
    }

    #flex-tabela{
        overflow-x: scroll;
    }

    th{
       
        width: 1px;
        text-align: center;
    }

    .perfil{
        height: auto;
        width: 50%;
        border-radius: 1px;
        margin-left: 10rem;
        margin-right: 10rem;
        border-radius: 20px;
    }

    .perfil2{
        height: auto;
        width: 50%;
        border-radius: 1px;
        margin-left: 20rem;
        margin-right: 10rem;
        border-radius: 20px;
    }

    .bloco-perfil{
       margin: auto;
       text-align: center;
    }


    .paragrafo-1{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 900;
        color: #5bacdf;
    }
    .porcentagem-semana{
        justify-content:space-evenly ;
    }

    .porcentagem-sema-1{
        padding-left: 40px;
    }

    .porcentagem-sema-2{
        padding: 0px;
    }
    .fechar{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 4px solid white;
        margin-top:-2rem;
        left: 15rem;
        position: absolute; 
      }



    /*  .background{*/
    /*    position: absolute;*/
    /*     background-color: rgba(0, 0, 0, 0.6);*/
    /*     text-align: center;*/
    /*     padding-left: 50px;*/
    /*     padding-right: 50px;*/
    /*     padding-top: 15px;*/
    /*     padding-bottom: 15px;*/
    /*     border-radius: 20px;*/
    /*     width: 28rem;*/
    /*     line-height: 6px;*/
    /*     left: 30%;*/
    /*     top: 3%;*/
    /*  }*/
      
    /*  .background .labelInput{*/
    /*      display: flex;*/
    /*      flex-direction: column;*/
    /*      color: white;*/
    /*      font-size: 20px;*/
    /*      padding: 10px;*/
    /*      font-family: Arial, Helvetica, sans-serif;*/
    /*  }*/
    
    /*  .background .inputUser{*/
    /*      margin: auto;*/
    /*      padding: 10px;*/
    /*      width: 18rem;*/
    /*  }*/
    /*.tipo-opc{*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    align-items: center;*/
    /*    justify-content: space-evenly;*/
    /*}*/
    
    /*.operacao{*/
    /*    color: white;*/
    /*    font-family: Arial, Helvetica, sans-serif;*/
    /*    font-size: 17px;*/
    /*    line-height: 0px;*/
    /*}*/
      .progress-container{
        margin-left: 910px;
      }
     .feito{
        position: absolute;
        font-size: 1.5rem;
        color:#5bacdf;
        top: 505px;
        cursor: pointer;
        right: 28rem;
    } 
     
    .progress{
        margin-left: 70px;
    }
}

@media screen and (min-width:1024px){
        .bloco-perfil img{
        margin-top: 30px;
        height: 100px;
        width: 100px;
    }
    
    .perfil img {
    /* width: 60px; */
    border-radius: 100%;
    object-fit: cover;
    object-position: center top;
}
    .bloco2-11{
        display: none;
    }
    .ajuda{
        cursor: pointer;
    }
    .menu-outros{
        top: 27rem;
        left: 6.1rem;
        width: 250px;
    }
 
     .menu{
        width: 190px;
        height: 100vh;
        position: fixed;
        z-index: 400;
    } 

    .icones{
        width:100px;
        height: 100vh;
    }

    .icones a{
        width: 15px;
        font-size: 18px;
        margin-right: 115px;
        padding: 38px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .sair-div{
        margin-top: 120px;
    }

    .icones img{
        width: 20px;
        margin-left: 10px;
    }


    .logo{
        margin-left: -1.2px;
    }

    .logo-tema{
        font-size: 25px;
    }


    .tabela{
        position: absolute;
       background-color: white;
      max-width: 60%;
       padding-top: 2rem;
       top: 2rem;
     margin-left: 35rem;   
       box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286); 
       border-radius: 30px; 
     
   }

   .tabela2{
    position: absolute;
   background-color: white;
  max-width: 80%;
   padding-top: 2rem;
   top: 2rem;
     margin-left: 10rem;   
   box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286); 
   border-radius: 30px; 
 
}

   .trans{
    text-align: center;
   margin-left: 10px;
   font-family: Arial, Helvetica, sans-serif;
}

   table{
       max-width: 100%;
}


    thead{
        width: 100%;
      
    }

    th{
        padding: 10.5px;
    }
    .perfil{
        position: absolute;
        width: 400px;
        height: auto;
        border-radius: 20px;
        margin-top: 1rem;
        left: 9rem; 
        top: 1rem;
    }

    .perfil2{
        position: absolute;
        width: 400px;
        height: auto;
        border-radius: 20px;
        margin-top: 1rem;
        left: 30rem; 
        top: 1rem;
    }

    
    .bloco-perfil{
        margin: auto;
     }
 
     .paragrafo-1{
         text-align: center;
         font-family: Arial, Helvetica, sans-serif;
         font-weight: 900;
         color: #5bacdf;
     }
 
     .fechar{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 4px solid white;
        margin-top:-1rem;
        right: 5rem;
        position: absolute; 
      }
   
        .feito{
        position: absolute;
        font-size: 1.5rem;
        color:#5bacdf;
        top: 505px;
        cursor: pointer;
        right: 33rem;
    } 

    .icones .bloco{
        display: flex;
        flex-direction:column;
        align-items: center;
        justify-content: space-evenly;
    }

    .progress{
        margin-left: 40px;
    }

}
.progress-container{
    margin: auto;
}

.progress .mask,
.progress .fill{
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;

}
.progress .mask{
    clip: rect(0px, 150px, 150px, 75px);
}

aside{
    text-align: center;
    padding-right: 20px;
}

.inside-circle{
    width: 122px;
    height: 122px;
    font-size: 2rem;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0 0 14px;
}
.mask .fill{
    clip: rect(0px, 75px, 150px, 0px);
    background: red;
    text-align: center;
    
}
.mask.full,
.progress .fill{
    animation: fill ease-in-out 3s;
    transform: rotate(150deg);
    
}
@keyframes fill {
    0%{
        transform: rotate(0deg);
    }
}
.inside-circle span{
    font-size: 1.2rem;
    margin-left: 0.2rem;
    
}
.line{
    margin-top: 2rem;
    border: 1px solid rgb(216, 216, 216);
    
}
.progress-report{
    display: flex;
    justify-content: center;
    align-items: center;
}
.progress-report h3{
    font-size: 1.5rem;
    padding: 2rem;
    
}
.progress-report span{
    font-size: 1rem;
    color: rgb(99, 98, 98);
    
}
.progress-report .line{
    height: 5rem;
}
.contact{
    display: flex;
    padding: 10px;
    border-radius: 10px;
    background: rgb(224, 215, 231);
}
.contact img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid rgb(159, 149, 167);
}
.contact .text{
    text-align: left;
    padding: 10px 20px;
}
.contact .text h3{
    text-transform: capitalize;
    
}

.attendance{

    margin: 3.8rem auto;
    text-transform:none;
    align-content: right;
    text-align: center;
    margin-right: 40px;
    position:static;
}
.attendance-list{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}
.btn btn-sm btn-primary{
    margin: auto;
    justify-content: center;
}

.icones a{
    color: rgb(121, 121, 121);
    transition-duration: .5s;
}

.icones a:hover{
    color: #64bcf4;
}

.home{
    width: 30px;
}

.perfil-icone{
    width: 30px;
}

.registro{
    width: 30px;
}

.analise{
    width: 30px;
}

.ajuda{
    width:20px;
  
}

.sair{
    width: 30px;
}

.menu-outros img{
    width: 15px;
}

.menu-outros section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

  @keyframes modal{
      from{
          opacity: 0;
          transform: translate3d(0,-30px,0);
      }
    
      to{
          opacity: 1;
          transform: translate3d(0,0,0);
      }
    }
  .box-search{
      display: block;
      text-align: center;
      line-height: 2px;
  }


  .modalSucesso{
    position: fixed;
    z-index: 900;
    background-color: rgba(25, 46, 59, 0.445);
    width: 100%;
    height: 100vh;
    display: none;
  }

  .paragrafo{
      position: absolute;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      color: #64bcf4;
      padding-top: 5px;
      width: 50px;
      height: 50px;
      cursor: pointer;
  }

  .fexa{
      border: 2px solid #64bcf4;
    font-size: 25px;
    background-color: white;
    width: 500px;
    height: 250px;
    padding-top: 90px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: auto;
    box-shadow:  rgba(25, 46, 59, 0.445);
  }

  .activo.modalSucesso{
    display: flex;
    animation: modal .5s;
}


@keyframes modal{
    from{
        opacity: 0;
        transform: translate3d(0,-30px,0);
    }
  
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
  }

.submit{
    padding: 10px;
    color: white;
    background-color: #64bcf4;
    width:100px ;
    font-size: 19px;
    border-radius: 10px;
    border: none;
    transition-duration: .5s;
    cursor: pointer;
}

.submit:hover{
    background-color: red;
}

.modalSucesso{
    position: fixed;
    z-index: 1000;
     background-color: rgba(25, 46, 59, 0.445); 
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 5px;
}

 .feito{
    position: absolute;
    font-size: 1.5rem;
    color:#5bacdf;
    top: 505px;
    cursor: pointer;
   left: 32.8rem;
}  

.activo.modalSucesso{
    display: flex;
    animation: modal .5s;
}


@keyframes modal{
    from{
        opacity: 0;
        transform: translate3d(0,-30px,0);
    }
  
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
  }

  .fexar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid white;
    top:40px;
    right: 25rem;
    position: absolute; 
    background-color: #64bcf4;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    font-size: 1.2rem;
    color: white;
    cursor:pointer;
    z-index: 300;
    margin-bottom: 29rem;
    margin-left: 22rem;
    text-decoration: none;
    text-align: center;
    font-family: monospace;
    font-weight: bolder;
    font-size: 30px;
  }

   aside{
    background-color: white;
    width: 300px;
    padding: 20px;
    height: 350px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286);
    } 

.confirm{
    width: 60px;
    margin-bottom: 0px;
}