.form-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    flex-direction: column;
}
#infraForm{
    width: 100%;
}
#IsendMessage{
    background-color: #2C48C7;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 6px;
    width: 100px;
    align-self: center;
    transition: 0.5s all;
    cursor: pointer;
}
#IsendMessage:hover{
    background-color: #DB00BA !important;
}
.form-content input, .form-content select{
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 30px;
}
.form-content textarea{
    width: 100%;
    margin-bottom: 30px;
}
.curriculo-content{
    width: 100%;
}
.curriculo-content input{
    border: none !important;
}