
*{
    margin: 0;
    padding: 0;
    font-family:Verdana, Geneva, Tahoma, sans-serif;

}

.casa{

 
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(24, 23, 23);
    background-size: cover;
    background-repeat: no-repeat;
    

}

h1{

    margin-left: 50px;

}

h1{

    opacity: 0;
    transform: translateY(-30px);
    animation: moved 0.5s linear forwards;

}

@keyframes moved{

    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

.form{

    background: rgb(17, 17, 17);
    border: 2px solid white;
    position: relative;
    width: 1000px;
    height: 420px;
    margin-left: 40px;
    border-radius: 20px;
    margin-top: 30px;
    backdrop-filter: blur(45px);
    box-shadow: 0 4px 8px 0 rgb(8, 8, 8);
    

}

h4{

    margin-top: 20px;
    border: 2px solid transparent;
    background: #74040d;
    border-radius: 40px;
    padding: 10px;
    margin-left: 390px;
    margin-right: 390px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .55s ease;

}

h4 a{

    text-decoration: none;
    color: rgb(33, 105, 55);

}

h4:hover{

    background: transparent;
    border: 1px solid rgb(33, 105, 55);
    color: white;
    transform: translateX(5px);

}

h4 a:hover{

    color: white;
    transform: translateX(5px);

}

h4{

    opacity: 0;
    transform: translateY(-30px);
    animation: mover 0.5s linear forwards;

}

@keyframes mover{

    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}



.descricoes{

    color: white;
    margin: 30px 0;
    margin-bottom: 2px;
    margin-left: 30px;

}

.descricoes{

        opacity: 0;
        transform: translateX(-30px);
        animation: moved 0.5s linear forwards;

    }

    @keyframes moved{

        100%{
            opacity: 1;
            transform: translateX(0px);
        }
    }

.center{

    text-align: center;
    font-size: 11px;
    margin-top: 20px;


}

.center{

    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;

}

@keyframes moveup{

    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

.uni{

    position: absolute;
    margin-left: 782px;
    margin-top: 70px;
}

.uni{

    opacity: 0;
    transform: translateX(30px);
    animation: mover 0.5s linear forwards;

}

@keyframes mover{

    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}


@media ( max-width: 1460px) {

    .casa{
 

        transition: .2s;
    }
    .form{

        margin-top: 100px;
        transition: .2s;
        margin-left: 30px;
    }

}

    .uni{

        position: absolute;
        margin-left: 650px;
        
      }

@media  ( max-width: 1024px) {

   
    .form{

       margin-right: 30px;

    }
    .casa{
        
       display: flex;
        
    }

    .uni{

        margin-left: 600px;
  
      }

}

@media ( max-width: 990px) {

    .form{

      width: 400px;
      height: 500px; 
      text-align: center;

    }
    h4{

        margin-right: 300px;
        margin-left: 10px;
        margin-bottom: 20px;
       
      }

      h4 a{

        padding: 7px;
        font-size: 12px;
       
      }
    .casa{
        
       width: 100%;
       height: auto;
       align-items: center;
        
    }

    .uni{

        display: none;
  
      }

}

@media ( max-width: 680px) {

    .casa{
        
        width: 100%;
        height: auto;
        align-items: center;
         
     }

    .back{
        width: 100%;
        height: auto;
    }
    .uni{

        display: none;
  
      }

}

@media ( max-width: 380px) {

.casa{
        
       width: 100%;
       height: auto;
       align-items: center;
        
    }

    .uni{

        display: none;
  
      }

}
