.sec-contact{

    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.title-contact{
    padding-top: 80px;
    font-size: 3.2em;
    font-weight: 500;
    color: #000;

}


.sec-contact span{
    color: rgb(62, 0, 137);


}


.div-contact{
    /* background: #2c9f95; */
    /* border-bottom: 2px solid #000; */
    margin: 30px;
    width: 90%;
    min-height: 70vh;
}

.form-contact{
    /* background: #b72121; */
    border-radius: 20px;
    box-shadow: 0px 10px 10px 10px #848484;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-contact h2{
    padding-top: 18px;
    font-size: 2.1em;
    font-weight: 500;
    text-align: center;
}

.div-form{
    margin: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-form label{
    padding-top: 10px;
    font-size: 1.4em;
    font-weight: 500;
    color: #151515;
}

.div-form input{
    width: 300px;
    height: 40px;
}

.div-form .message-form{
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}

.div-form .btn-contact {
    margin: 10px 0;
    width: 80vw;
    height: 90px;
    font-weight: 600;
    color: #fff;
    /* box-shadow: 10px 10px 10px  #848484; */
    border-radius: 20px;
    font-size: 1.2em;
    background: linear-gradient(90deg, rgb(36, 21, 210) , rgb(116, 1, 218));
}



@media only screen and (min-width: 650px) {

    .div-form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .div-form label{
        width: 11.5vw;
        display: flex;
        justify-content: center;
        font-size: 1.2em;
        padding: 15px 2px;
    }

    .div-form input{
        width: 31vw;
    }

    .div-form .phone-form{
        width: 73.5vw;
    }

    .div-form .message-form{
        width: 73.5vw;

    
    }

    .div-form .btn-contact{
        width: 88vw
    }




}






@media only screen and (min-width: 900px) {
    .title-contact{
        padding: 15px;

    }



}








