* {
    margin: 0;
    padding: 0;
}
.content {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(to right, #202224 15%, #405264 40%);

}
 .rightdown h1{
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    color: #405264;
    opacity: 1;
    font-size: 140px;
}
.popupcontent h1{
    padding: 0% 2% 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font: normal normal bold 3vw Arial;
    letter-spacing: 0px;
    color: #405264;
    opacity: 1;
    font-size: 22px;
    text-transform: uppercase;
}
.fullReset {
    position: absolute;
    top: 80vh;
    left: 42.5vw;
    margin-top: 5%;
    text-align: center;
    font: bold 1.75vw Arial;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    height: 7vh;
    width: 15vw;
    border-radius: 26px;
    background-color: white;
    color: black;
    border: 2px solid #707070; 
}
select option{
    width: 100%;
    text-align: center;
    font-size: 3vw;
    border-radius: 26px;
    outline: none;
    border-style:solid;
}
select{
    width: 100%;
    text-align: center;
    font-size: 3vw;
    border-radius: 10px;
    outline: none;
    
}
/*.leftup h2 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font: normal normal bold 2vw Arial;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}*/

.notasenem h1{
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 50px;
}

.notasenem{
    margin-top:-90px;
    padding-bottom: 90px;
}
.footer{
    display: flex;
    margin-top: 60px;
    
}
.leftup {
    padding: 0;
    display: flex;
    width: 100%;
}
.leftup h1 {
    margin: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    color: #405264;
    opacity: 1;
    font-size: 140px;
    font-weight: 900;
}
.rightdown {
    width: 100%;
    height: 30%;
    padding-top:  15%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:-90px;
    margin-left: -100px;
}
.numbers {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.number {
    width: 15%;
    display: flex;
    flex-direction: column;
}
label {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    margin-bottom: 5px;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    border-radius: 26px;
    outline: none;
    border-style:solid; 
}

.calcular {
    margin-top: 7%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    height: 100%;
    font-size:17px;
    width: 15vw;
    border-radius: 26px;
    background-color: white;
    color: black;
    padding-top: 15px;
    padding-bottom: 30px;
    border: 2px solid #707070; 
}
.popup {
    position: fixed;
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    background-color: #405264E3;
}
.wrong {
    background-color: rgba(255, 0, 0, .25)
}
.popupcontent{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    width: 35vw;
    height: 75vh;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    border: 2px solid #917B50;
}
.forminput {
    box-sizing: border-box;
    padding-right: 7%;
    padding-left: 5%;
    width: 100%;
   
}
.input {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    
}
.input label {
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font: normal normal bold 2vw Arial;
    letter-spacing: 0px;
    color: #405264;
    opacity: 1;
    text-transform: uppercase;
}
input[type=text]{
    width: 60%;
    height: 25px;
    text-align: center;
    font-size: 1.6vw;  
    border-radius: 10px;
    outline: none;
    border:solid 1px #917B50;
}
.enviar {
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: -5%;
    text-align: center;
    font: bold 1.7vw 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #405264;
    opacity: 1;
    height: 5vh;
    width: 15vw;
    border-radius: 15px;
    background-color: white;
    border: 2px solid #917b50; 
}
.enviar:hover{
    background-color: #405264;
    color:white;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.notificationstext{
    position: absolute;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 20px;
    opacity: 0;
    right: 25%;
    width: 50%;
    z-index: 9999;
    font-size: 20px;
    text-transform: uppercase;
    color:red;
    font-family: 'Montserrat', sans-serif;
    
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loading {
    display: none;
    opacity: 0;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;

}

.imagelogo{
    width: 25%;
    margin-bottom: 30px;
}

.results{
    display: none;
    width: 100vw;s
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0px;
    align-items: center;
    flex-direction: row;
    background-image: linear-gradient(to right, #202224 15%, #405264 40%);
}
.meusresultados {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: -65px;
}
.acertosdados{
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.meusresultados h1{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    letter-spacing: 0px;
    color: white;
    opacity: 1;
}
.meusresultados h2{
    padding-top: 30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
    color: #04FF36;
    opacity: 1;
}
.meusresultados h3{
    padding-top: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
    color: #FB0000;
    opacity: 1;
}
.result{
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #848484;
    border-radius: 41px;
    box-sizing: border-box;
    padding: 7px 30px;
    opacity: 1;
    width: 50vw;
    height: 11vh;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;

}
.matname {
    width: 33%;
}
.matname h1{
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font: bold 2.15vw Arial;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.matname h2{
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font: bold 1.42vw Arial;
    letter-spacing: 0px;
    color: #747474;
    opacity: 1;
    text-align: center;
}
.matrange {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DCDADA 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 16px;
    opacity: 1;
    width: 25%;
    height: 45%;
}

.matrange h3{
    padding: -0px 6px ;
   
}
.matrange h2{
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font: bold Arial;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 1.2vw;
    
}
.mataverage h2{
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font: bold 3.1vw Arial;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    
}


@media (max-aspect-ratio: 4/3){
    .fullReset{
        top: 70vh;
    }
    .results{
        top: 105px;
    }
    .rightdown{
        margin-top: -20vh;
    }
    .leftup{
        width: 80%;
        height: 60%;
        padding: 0;
    }
    .rightdown{
        width: 90%;
    }
    .content{
        flex-direction: column;
    }
    .results{
        flex-direction: column;
    }
    .result{
        width: 80vw;
    }
    .leftup {
        padding: 15% 0;
    }
    .calcular{
        height: 3vh;
        width: 18vw;
    }
    .popupcontent {
        width: 80vw;
        height: 45vh;
    }
    .res{
        padding: 0;
        height: auto;
        justify-content: flex-start;
    }
  .popupcontent h1{
        font-size: 3vh;
    }
    .leftup > h1{
        font-size: 3.1vh;
    }
    .rightdown > h1 {
        font-size: 3.1vh;
    }
    .leftup > h2{
        font-size: 2vh;
         font-weight:normal;
    }
    .forminput label {
        font-size: 2vh;
    }
    input[type=text]{
        font-size: 1.6vh;
    }
    .enviar{
        font-size: 1.7vh;
    }
    .numbers label {
        font-size: 1.5vh;
    }
    input[type=number]{
        border-radius: 20px;
        font-size: 3vh;
    }
    .calcular{
        font-size: 1.75vh;
        width: 12vh;
    }
   
    .meusresultados h1, .meusresultados h2, .meusresultados h3{
        font-size: 3vh;
    }
    .matname h1{
     font-size: 2.15vh;
    }
    .matname h2{
      font-size: 1.42vh; 
    }
    .matrange h2{
        font-size: 1.2vh;
    }
    .mataverage h2{
        font-size: 2.15vh;
    }
}
 @media (max-width : 900px) {
    .enviar, .calcular{
        height: 6vh;
        width: 30vw;
    }
    
   }
@media (max-width : 720px) {
     
    
}

 @media (max-width : 320px) {
   .enviar, .calcular{
        height: 7vh;
        width: 20vw;
    } 
  }