*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Madimi One';
}
body{
    background-color: rgb(7, 2, 51);
}
.container{
    max-width: 1400px;
    padding: 0 2%;
    margin: 0 auto;
}
.clear{clear: both;}

.header{
    width: 100%;
    padding: 20px 0;
    background-color: rgb(7, 2, 51);
    border-bottom: 2px solid black;
    text-align: center;
}
.logo{
    
    font-size: 29px;
    color: white;
    letter-spacing: 20px;
}

.calcular{
    width: 100%;
    padding: 20px;
    text-align: center;
}

#calculate{
    width: 150px;
    padding: 15px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #1900ff;
    background-color: rgb(7, 2, 51);
    color: white;
    font-size: 17px;
    cursor: pointer;
    border-radius: 20px;
}
#calculate:hover{
    background-color: #140572;
    transition: 2s;
}


.calculo{
    display: none;
    padding: 40px 0 20px 0;
    text-align: left;
    width: 100%;
    max-width: 350px;
    
    background-color: rgb(23, 22, 82);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 24px 15px 28px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 24px 15px 28px 5px rgba(0,0,0,0.75);
box-shadow: 24px 15px 28px 5px rgba(0,0,0,0.75);
}
.fechar{
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: red;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
    color: white;
    font-size: 18px;
}
.calculo input[type=text]{
    outline: 0;
    padding: 5px;
    width: 100%;
    border: 0.1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
}

.calculo p{
    font-size: 20px;
   
    color: white;
    margin-bottom: 40px;
}
.simbols input[type=button]{
    border-radius: 10px;
    padding: 10px 25px;
    width: 100%;
    max-width: 80px;
    margin-bottom: 12px;
    font-size: 20px;
    display: block;
    background-color: rgb(23, 22, 82);
    border: 1px solid #2108ff;
    color: white;
    text-align: center;
    cursor: default;
    font-weight: lighter;
}
.simbols input[type=button]:hover{
    background-color: #2108ff;
    transition: 2s;
}
#inicio{
    width: 160px;
}

.contaFeita{
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.137);
    text-align: right;
    display: inline-block;
    border: 1px solid #240bff;
   padding: 3px 10px 3px 0px;

   font-weight: lighter;
   font-size: 40px;
}

.simbols{
    padding: 20px 2% 20px 0;
    float: right;
}
.numeros{
    float: left;
    width: 80%;
    padding: 20px 0 20px 2% ;
}
#simbol4{
    position: absolute;
    right: 82px;
    bottom: 40px;
}
.numero{
    cursor: default;
    border-radius: 20px;
    width: 80px;
    height: 50px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 10px 25px;
    text-align: center;
    background-color: rgb(23, 22, 82);
    border: 1px solid #2108ff;
    color: white;
    display: inline-block;
}
.numero:hover{
    background-color: #2108ff;
    transition: 2s;
}
span{
    display: block;
    font-size: 20px;
    text-align: center;
    
    color: white;
    margin-top: 1px;
}


#clear{
    display: block;
    border: 1px solid #1900ff;
    background-color: rgb(23, 22, 82);
    color: rgb(255, 255, 255);
    font-size: 15px;
    width: 60px;
    height: 25px;
    border-radius: 10px;
    position: absolute;
    left: 10px;
   top: 5px;
   cursor: default;
}
#clear:hover{
    background-color: #2108ff;
    transition: 2s;
}

.error{
    -webkit-box-shadow: 17px 14px 42px -6px rgb(32, 32, 32);
-moz-box-shadow: 17px 14px 42px -6px rgb(32, 32, 32);
box-shadow: 17px 14px 42px -6px rgb(32, 32, 32);
    z-index: 3;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    width: 100%;
    max-width: 500px;
    background-color: #000000;
    font-family: sans-serif;
    border-radius: 20px;
}
.error h1{
    color: red;
    font-size: 40px;
}
.error p{
    margin-top: 10px;
    color: red;
    font-size: 24px;
}
.x{text-align: center;
}
.fechar1{
   
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: red;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
    color: white;
    font-size: 18px;
}
.error_fundo{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000ea;
    position: absolute;
    z-index: 2;
}

.divulgacao{
    width: 100%;
    max-width: 200px;
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.divulgacao img{
    width: 30px;
}
.divulgacao .inst{
    color: rgba(238, 232, 232, 0.541);
    position: relative;
    top: -10px;
    margin-left: 10px;
    display: inline;
    font-size: 17px;
    font-weight: 100;
}
.divulgacao .inst:hover{
    color: white;
}
.divulgacao a{text-decoration: none;}
.divulgacao h3{
    color: white;
    margin-bottom: 10px;
    font-size: 25px;
}
.divulgacao h4{
    margin-bottom: 10px;
    color: white;
    font-size: 23px;
}

.idioma{
    
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.idioma h2{
    
    color: white;
    margin-left: 10px;
    margin-bottom: 5px;
}
.portugues{
    display: none;
}
#trocar_idioma{

    width: 150px;
    padding: 10px 10px;
    cursor: pointer;
    text-align: left;
border: 1px solid #120963;
    background-color: #0f0850;
    color: white;
    font-size: 20px;
    border-radius: 15px;
   
}


.opcoes{
    display: none;
    top: -7px;
    left: 10px;
    position: absolute;
    width: 150px;
    padding: 10px 10px;
    background-color: #110864;
    border-radius: 15px;
    cursor: pointer;
}


.english{
    display: block;
}
#trocar_idioma2{
    font-size: 20px;
    width: 150px;
    padding: 10px 10px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #120963;
    background-color: #0f0850;
    color: white;
    border-radius: 15px;
   
}

.opcoes2{
    
    display: none;
    top: -7px;
    left: 10px;
    position: absolute;
    width: 150px;
    padding: 10px 10px;
    background-color: #110864;
    border-radius: 15px;
    cursor: pointer;
}


@media  screen and (max-width: 401px){
    .logo{
        letter-spacing: 0;
    }
}