body
{
   /* background-image: url("images/tec2.jpg");*/
   background:  silver;
}

.container
{
    margin: 0;
    width: 50%;    
}
/*
                            HEADER | PERFIL | LOGIN
*/
header
{
    display: flex;
    width: 90%;
    margin: 0px auto;
    font-size: 50px;
   /* background-image: url("images/tec2.jpg");*/
    height: 180px;
}

.user
{
    color: #f0092c;
    font-weight: 500;
}

#welcome
{
    color: #fff;
    font-size: 10px;
}
.title
{
    width: 89%;
    color: #3cf8f8;
    font-size: 70%;
    font-weight: bolder;
}
.perfil
{
    width: 1%;
    align-items: center;
}

#fotoPerfil
{
    border-radius: 50px;
    margin-right: 10px;
}
#login
{
    width: 70px;
    margin-top: 1px 0; 
    padding: 1px;
    font-size: 15px;
    border-radius: 5px;
}

/*          Sign            */
#errorSign
{
    color: red;
}
.w3-bar
{
    display: flex;
    width: 90%;
    flex-wrap: wrap;
}

.w3Butons
{
    background: #d8d8d8;
    height: 30px;
    min-width: 80px;
}

.w3Butons:hover, #login:hover
{
    background-color: #757677;
    color: #3cf8f8;
}
/*
#Home:active
{
    background-color: #757677;
    color: #3cf8f8;

}*/

.allStuff
{
    margin-top: 20px;
    display:inline;
}

/*                  CALCULADORA         */
.calculo
{
    display: flex;
}

.calculoDivisao
{
    width: 60%;

}

.calculoDividido
{
    display: flex;
}

.fotoDivisao
{
    width: 20%;
    border: 2px solid #034141;
}

#fotoDivisao
{
    margin-top: 20%;
    width: 99%;
    align-items: center;
}
.calculo_left
{
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.codigo
{
    margin-top: 2%;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px; 
    text-align: center;
    font-size: 400%;
}
/*              DIREITA DA CALCULADORA*/
.calculo_right
{
    width: 40%;
}
.w3-bar
{
    margin-bottom: 20px;

}

/*
                    DOWNLOADS | SOFTWARE | DRIVERS
*/
.downloadsDivisao
{
    display: flex;
}

.downloadLeft
{
    display: flex;
    width: 90%;
}

#fotoDownload
{
    width: 20%;
    height: 99%;

}

.downloadStuff
{
    width: 70%;
}
.downloadRight
{
    text-align: center;
    width: 5%;
}
/*              BUY CREDITS         */
.divisaoBuy
{
    display: flex;
    margin: auto;
}

.buyLeft
{
    width: 85%;
    margin: 10px;
}

.buyRight
{
    background-color: #757677;
    height: 100%;
    width: 35%;
    border: 1px solid;
    color: #FFF;
   /* background-image: url(images/tec2.jpg);*/
    border-radius: 5px;
}

.pricing
{
    border: 1px solid;
    margin: 10px;
    display: flex;
}

.priceLeft
{
    background-image: url(images/tec2.jpg);
    width: 30%;
    padding: 15px;
    margin-right: 20px;
}
.methods
{
    border: 1px solid;
    margin: 10px;
    display: flex;

}
#methodsLeft
{
    width: 30%;
    padding: 15px;
    margin-right: 20px;
    background-image: url(images/tec2.jpg);

}

#methodsRight
{
    color: #0a0c0c;
    text-align: center;
}

#methodsRight input
{
    margin: 1px;
    min-width: 40%;
}

.priceRight
{
    display: flex;
}
.metodos
{
    margin-left: 50px;
}
/*
            IMAGENS 

*/

#imgCalc
{
    margin-top: 20px;
    width: 90%;
    height: 90%;
    border-radius: 20px;
}

#imgBuy
{
    margin-top: 20px;
    width: 90%;
    height: 90%;
    border-radius: 20px;   
}
#Sign, #Home, #Calculator, #Downloads, #buyCredits, #CheckSupports, #TransferCredits, #Process, #News,
#Contacts, #Tutorials, #Chipset
{
    
    background: #d0d0d0;
    width: 90%;
    padding:15px 15px;
    text-align: justify;
    border-radius: 2px;
}

.footer
{
    display: flex;
    background: #060a0a;
    width: 90%;
    margin-bottom: 0px;
    border-radius: 5px;
}

.footerLeft
{
    width: 69.99%;
    text-align: center;
    height: 70px;
    background: #757677;
    border-radius: 5px;

}

.footerRight
{
    margin-left: .4%;
    flex-wrap: wrap;
    width: 30%;
    text-align: center;
    height: 70px;
    padding-left: 20px;
    background: #757677;
    border-radius: 5px;

}

/*
**************      PROCESS    ***********************
*/

.processDivisor
{
    display: flex;
}
   
    table, th, td {
    border: 1px solid black;
    }
    
    table {
    border-collapse: separate;
    border-spacing: 1px;
    margin: auto;
    }
    
    th, td{
    padding: 5px;
    text-align: center;
    width: fit-content;
    }
    tr:first-child
    {
        font-weight: 900;
        background-color: #3cf8f8;

    }
    tr:nth-child(even) {
    background-color: #DCEBE6;
    }
    
    tr:hover:nth-child(1n + 2) {
    background-color: #085F63;
    color: #fff;
    }

#root
{
    top: 35%;
    background: #d0d0d0;
    width: 80%;
}