@import url('https://fonts.googleapis.com/css2? family= Montserrat:wght@600 & display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

*{
    font-family:'Roboto', 'Montserrat';
}


html{
    padding: 3%;
    background-color: #311341;
    background-image:
            url('../_img/fundoci.png');
}
body{
    flex-wrap: nowrap;
    background-color: transparent;
    /*background-image: url("../_img/f1.png");*/
    border-radius: 10px;
    padding: 0;
    color: #0f172a;
    /*box-shadow: 8px 8px 8px #7a1e02;*/
}

h1{
    font-size: 1.6em;
    font-weight: 700;
    color: #ffffff;
    padding: 0 0 2% 0;
    margin: 0;

}
h2{
    font-size: 1.5em;
    font-weight: 500;
    color: #6f06ba;
}

p{
    font-size: 1em;
    color: #fff;
    line-height: 1.3em;
    font-weight: 300;
    margin: 0;
    padding: 0;

}

a{
    text-decoration: none;
}
form{
    background: transparent;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;

}
form input[type=text], input[type=file]{
    border:1px solid #c0c0c0;
    background: #ffffff;
    padding: 5px;
    color:#313131;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1em;
    width: 100%;
    margin: 1% 0;
    /*border-right: 5px solid #f3d165;*/
}

input[type=submit] {
    border: 1px solid #c0c0c0;
    background: #313131;
    padding: 5px;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1em;
    width: 100%;
}
input[type=submit]:hover {

    background: #b2ff1e;
    color: #313131;

}
select{
    border:1px solid #c0c0c0;
    background: #ffffff;
    padding: 1%;
    color:#313131;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 1.2em;
    width: 100%;
}

button{
    background-color: #54098a;
    border: 1px solid transparent;
    border-radius: 8px;
    color: white;
    padding: 1%;
    margin-top: 2%;
    width: 50%;
}
button:hover{
    background-color: white;
    color: #54098a;
    animation-delay: 5s;

}