#contact{
    position:relative;
    text-align:center;
    height: auto;
    width: 100%;
    overflow: hidden;
}
#contactTitle{
    margin-top: 87px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    left: 663px;
    top: 205px;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}
#datos{
    position: relative;
    height: auto;
    width: 50%;
    float: left;
    text-align: center;
}
#mensaje{
    position: relative;
    height: auto;
    width: 50%;
    float: left;
}
.contactInput{
    position: relative;
    float: right;
    width: 450px;
    height: 40px;
    margin-top: 28px;
    margin-right: 20px;
    background: #F0F0F0;
    padding-left: 15px;
    border-color: transparent;
    border-radius: 0px;
    font-size: 12px;
    line-height: 100%;
}
#contactMessage{
    height: 176px;
    resize: none;
}
#sendBtn{
    width: 225px;
    height: 50px;
    margin-top: 48px;
    background: #EC9536;
    border-radius: 6px;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}
#sendBtn:hover{
    background-color: rgba(250, 190, 88, 0.8);
}
#btnEnviar{
    position: relative;
    float: left;
    width: 100%;
    height: 53px;
    text-align: center;
    margin-bottom: 90px;
}
#contactMessage{
    float: left;
    padding: 15px; 
    margin-left: 20px;
}
@media screen and (max-width:1000px){
    #contact{
        height: 750px;
    }
    #mensaje{
        width: 100%;
    }
    #datos{
        width: 100%;
    }
    .contactInput{
        margin-left: 0px; 
        margin-right: 0px; 
        float: none;
        max-width: 577px;
        width: 90%;
    }
    #contactMessage{
        margin-left: 0px; 
        margin-right: 0px;
        float: none;
        ax-width: 577px;
        width: 90%;
    }
    #contactTitle{
        margin-top: 60px;
        width: 92%;
        margin-left: 4%;
    }
}