@media only screen and (min-width: 1000px){
    body{
        background-color: #1e032e;
    }
    
    .image img{
        width: 150px;
        float: right;
        margin-top: 35%;
    }
    #submenu{
        display: none;
    }
    a img{
        width: 70px;  
        margin-top: 0%;
        cursor: pointer;
    }
    .submenu ul {
        width: 150px;
        height: 200px;
        background-color:rgba(82, 15, 148,0.3);
        font-size: 28px;
        color: azure;
        cursor: pointer;
        border: 2px solid #0f041a;
        box-sizing: border-box;
        border-radius: 10px;
        margin-top: 0%;
    
    }
    .submenu ul a{
        text-decoration: none;
        color: white;
    }
    .submenu ul li{
        list-style: none;
        margin-top: 15px;
        text-align: center;
        margin-left: -50px;
    }
    #login{
        display: none;
    }
    
    form fieldset{
        width: 40%;
        background-color:rgba(82, 15, 148,0.5);
        font-size: 28px;
        border: 2px solid #0f041a;
        box-sizing: border-box;
        border-radius: 10px;
        margin-left: 25%;
        margin-top: 2%;
        text-align: center;
    
    }
    form fieldset a{
        font-size: 12px;
        text-decoration: none;
        color: white;
    }
    form fieldset img{
        width: 120px;
        margin-bottom: -2%;
        margin-right: -2%;
    }
    form fieldset input{
        width: 60%;
        height: 30px;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: 15px;
    }
    form fieldset input[type=submit]{
        width: 25%;
        background-color: #6e16c4;
        border: 2px solid #5d0fa8;
        font-size: 20px;
        color:white;
        transition: 2s;
        margin-right: 2%;
        cursor:pointer;
    }
    form fieldset input[type=submit]:hover{
        background-color: white;
        color: #6e16c4;
    }
    .imageLogin img{
        position: absolute;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 45px;
        
        
    }
    .fechar img{
        width: 35px;
        cursor: pointer;
        float: right;
    }
    .rede a img{
        width: 60px;
        margin-top: -5%;
        margin-right: 15px;
    }
    form  fieldset p{
        font-size: 20px;
        color:aliceblue;
        border-top: 2px solid #41136e;
    }
    #titulo{
        display: none;
    }
    .titulo h1{
        text-align: center;
        font-size: 120px;
        color: white;
    }
    

}

@media only screen and (min-width: 1800px){
  body{
        background-color: #1e032e;
    }
    
    .image img{
        width: 200px;
        float: right;
        margin-top: 30%;
        margin-right: 1%;
    }
    #submenu{
        display: none;
    }
    a img{
        width: 130px;  
        margin-top: 10px;
        cursor: pointer;
    }
    .submenu ul {
        width: 350px;
        height: 400px;
        background-color:rgba(82, 15, 148,0.3);
        font-size: 68px;
        color: azure;
        cursor: pointer;
        border: 2px solid #0f041a;
        box-sizing: border-box;
        border-radius: 10px;
        margin-top: 0%;

    
    }
    .submenu ul a{
        text-decoration: none;
        color: white;
    }
    .submenu ul li{
        list-style: none;
        margin-top: 15px;
        text-align: center;
        margin-left: -50px;
    }
    #login{
        display: none;
    }
    
    form fieldset{
        width: 40%;
        background-color:rgba(82, 15, 148,0.5);
        font-size: 28px;
        border: 2px solid #0f041a;
        box-sizing: border-box;
        border-radius: 10px;
        margin-left: 30%;
        text-align: center;
    
    }
    form fieldset a{
        font-size: 12px;
        text-decoration: none;
        color: white;
    }
    form fieldset img{
        width: 120px;
        margin-bottom: -2%;
        margin-right: -2%;
    }
    form fieldset input{
        width: 45%;
        height: 50px;
        margin-top: 10px;
        border-radius: 5px;
        
    }
    form fieldset input[type=submit]{
        width: 25%;
        background-color: #6e16c4;
        border: 2px solid #5d0fa8;
        font-size: 20px;
        color:white;
        transition: 2s;
        cursor:pointer;
    }
    form fieldset input[type=submit]:hover{
        background-color: white;
        color: #6e16c4;
    }
    .imageLogin img{
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 145px;
        
    }
    .fechar img{
        width: 35px;
        cursor: pointer;
        float: right;
    }
    .rede a img{
        width: 60px;
        margin-top: -20px;
        margin-right: 15px;
    }
    form  fieldset p{
        font-size: 20px;
        color:aliceblue;
        border-top: 2px solid #41136e;
    }
    #titulo{
        display: none;
    }
    .titulo h1{
        text-align: center;
        font-size: 120px;
        color: white;
    }
    

}

@media only screen and (min-width: 2500px){
  body{
      background-color:  #1e032e;
    }
    
    .image img{
        width: 180px;
        float: right;
        margin-top: 30%;
    }
    #submenu{
        display: none;
    }
    a img{
        width: 200px;  
        margin-top: 10px;
        cursor: pointer;
    }
    .submenu ul {
        width: 350px;
        height: 400px;
        background-color:rgba(82, 15, 148,0.3);
        font-size: 68px;
        color: azure;
        cursor: pointer;
        border: 2px solid #0f041a;
        box-sizing: border-box;
        border-radius: 10px;
        margin-top: 0%;

    
    }
    .submenu ul a{
        text-decoration: none;
        color: white;
    }
    .submenu ul li{
        list-style: none;
        margin-top: 15px;
        text-align: center;
        margin-left: -50px;
    }
    #login{
        display: none;
    }
    
    form fieldset{
        width: 35%;
        background-color:rgba(82, 15, 148,0.5);
        font-size: 28px;
        border: 2px solid #0f041a;
        box-sizing: border-box;
        border-radius: 10px;
        Transform: transleitor (-50%, -50%);
        Top: 50%;
        Left: 50%;
        text-align: center;
    
    }
    form fieldset a{
        font-size: 12px;
        text-decoration: none;
        color: white;
    }
    form fieldset img{
        width: 180px;
        margin-bottom: -15px;
        margin-right: -15px;
    }
    form fieldset input{
        width: 60%;
        height: 50px;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: 15px;
    }
    form fieldset input[type=submit]{
        width: 25%;
        background-color: #6e16c4;
        border: 2px solid #5d0fa8;
        font-size: 20px;
        color:white;
        transition: 2s;
        margin-right: 2px;
        cursor:pointer;
    }
    form fieldset input[type=submit]:hover{
        background-color: white;
        color: #6e16c4;
    }
    .imageLogin img{
        position: absolute;
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 100px;
        margin-top: 10px;
        
    }
    .fechar img{
        width: 35px;
        cursor: pointer;
        float: right;
    }
    .rede a img{
        width: 60px;
        margin-top: -20px;
        margin-right: 15px;
    }
    form  fieldset p{
        font-size: 20px;
        color:aliceblue;
        border-top: 2px solid #41136e;
    }
    #titulo{
        display: none;
    }
    .titulo h1{
        text-align: center;
        font-size: 120px;
        color: white;
    }
    

}

