* {
    @media screen {
        max-width: 100%;
        height: auto;
    
        
         }
       
}



:root {
    --theme-color: #5AA0C2;
}
meta [name="theme-color"] {
    content: var(--theme-color);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #ffffff;
    background-size: auto;
    border-radius: 10px;
    width: 20px;
}
::-webkit-scrollbar-thumb:hover {
    background: #8AC392;
    background-size: auto;
    border-radius: 10px;
    
}

body {
    min-height:100vh;
    cursor: url('../Cursor/normal.cur'), pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    background-color:  #5AA0C2;
    
    
}

.menusuperior {
    
    display: flex;
    padding-top: 1%;
    z-index: +1;
    justify-content: space-between;
    background-color: transparent;
    min-height: 5vh;
    max-height: 8vh;
    
      
}

.botonsup {
    border: none;
    margin: 4px;
    padding: 1px;
    background-color: transparent;
    font-family: arial;
    font-size: 1.5rem;
    cursor: url('../Cursor/Mano.cur'), pointer;
    transition: .5s;
    transition-delay: 1s;
    color: #5AA0C2;
    
    
    
    
}
#boton1:hover{
    color: #ce86aa;
   
    text-shadow:  0 0 20px  rgb(90, 160, 194);
}


#boton2:hover{
    color:rgb(37, 211, 102);
   
    text-shadow:  0 0 20px  rgb(90, 160, 194);
}

#boton3:hover{
    color:rgb(254, 48, 108);
    
    text-shadow:  0 0 20px  rgb(90, 160, 194);
}
#boton4:hover{
    color:rgb(138, 195, 146);
    
    text-shadow:  0 0 20px  rgb(90, 160, 194);
}
.botonsup:hover {
    
   
    text-shadow:  0 0 20px  rgb(90, 160, 194);
    font-size: 2.2rem;
    transition: .5s;  

}

.botonsup:active {
    transition: .2s;
    text-shadow: 0 0 80px rgb(255, 255, 255);
    
    
}

.div1 {
    display: flex;
    background-color: transparent;
    margin: 3px;
    width: 20%;
    justify-content: left;
}

.div2 {
    display: flex;
    background-color: transparent;
    margin: 4px;
    padding: 4px;
    width: auto;
    justify-content: left;
    
}

.icon {
    object-fit: contain;
    transition: 0.5s ease-out;
    padding:4px;
}

.icon:hover {
    transform: translatey(+5px);
    transform: scale(1.1);
    transition: 0.5s ease-in;
    cursor: url('../Cursor/Mano.cur'), pointer;
    text-shadow:  0 0 20px rgb(255, 255, 255);
   
}

.menu {
    display: block;
     margin-top: 3%;
     background-color: floralwhite;
     width: 100%;
     height: 45px;
     border-radius: 10px;
}



footer {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    text-justify: center;
}

.autor {
    font-size: 8px;
    text-align: center;
     text-justify: center;
}


#direitos {
    font-size: 10px;
}



h2 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 30px black;
    font-size: 20px;
}

fieldset {
    border-radius: 10px;
}


.formulario {
    cursor: url('../Cursor/Mano.cur'), pointer;

}

label {
    cursor: url('../Cursor/Mano.cur'), pointer;
}

.rd {
    cursor: url('../Cursor/Mano.cur'), pointer; 
}

.Enviar {
    border:none;
    border-radius: 25px;
    box-shadow: 0 0 1px rgb(255, 255, 255);
    
    cursor: url('../Cursor/Mano.cur'), pointer;
    transition: 0.5s; 
}

.Enviar:hover {
    
    box-shadow: 0 0 20px rgb(255, 255, 255);
    background-color: #8AC392;
    color: #ffffff;
    font-size: 16px;
    transition: 0.5s;
}

input {
    border-radius: 5px;
    border:solid 0.2px black;
    outline: none;
    
}


.resultado {
    display: block;
    max-width: 100%;
}

.espejo {
    display: block;
    width: 98%;
}

table {
    margin: 5px;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    padding: 2px;
    font-size: 10px;
}

a {
    text-decoration: none;
}

.barra {
    display: flex;
    position: fixed;
    top: 40%;
    right: 25px;
    background: rgb(37, 211, 102, 0.200);
    width: 120px;
    height: 8%;
    border-radius: 25px;
    transition: 1s;
    padding: 2px;
    cursor: url('../cursor/Mano.cur'), pointer;
}

.barra:hover {
    width: 130px;
    transition: 1s;
    box-shadow: 0 0 20px rgb(255, 255, 255, 0.5);
    background: rgb(37, 211, 102, 0.800);
     height: 8%;
     
}


.btxt {
    display: block;
    font-size: 10px;
    color: white;
    background: transparent;
}



.bwz {
    border: none;
    margin: 4%;
    padding: 0.1%;
    max-height: 1vh;
    background-color: transparent;
    font-family: arial;
    font-size: 2.5rem;
    cursor:  url('../cursor/Mano.cur'), pointer;
    transition: .5s;
    transition-delay: 1.5s;
    color: #FAFAFA;    
}

.bwz:hover {
 animation: sig 1s infinite;
}

@keyframes sig {
    0% {scale: 1;}
     25% {scale: 1.2;}
      50% {scale: 1.0;}
       100% {scale: 0,9;}
}