

.mensage{
    /* width: 40%; */
    width: 100%;
    max-width: 659px;
}



textarea{
    resize: none;
    width: 100%;
    max-width: 263px;
    padding: 5px;
    margin-top: 7px;
    margin-left: 30px;
    background-color: #222222;
    color: white;
    font-weight: 500;
    outline: none;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 11px 10px;
    font-size: 16.5px;

}

textarea:hover{
    outline: #d2eaff65 solid 2px;
    outline-offset: 3px;



}

textarea:focus{
    outline: #5200C4 solid 3px;
    outline-offset: 3px;
}

::placeholder{
    font-size: 16.5px;
}


.father-inputs{
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
}

input{
    width: 100%;
    max-width: 263px;
    padding: 10px 5px;
    border-radius: 10px;
    background-color: #222222;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    outline: none;
    border: 2px solid transparent;
    margin-bottom: 5px;
    padding-left: 10px;
    font-size: 16.5px;
}

/* Botao de enviar do formulário */


input:hover{
    outline: #d2eaff65 solid 2px;
    outline-offset: 3px;

}

input:focus{
    /* border: 2px solid #0384fd; */
    outline: #5200C4 solid 3px;
    outline-offset: 3px;

}


/* botao de enviar */

.submit-button{
    background-color: #5200C4;
    color: #D2EAFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.24rem;
    transition: border-width .06s ease;
    height: 50px;
    margin-top: 20px;
    width: 100%;
    max-width: 288px;
    margin-left: 30px;
    margin-bottom: 26px;
}

.submit-button:hover{
    outline: none;
    border: 4px solid #D2EAFF;
    padding: 9px 5px;
    cursor: pointer;
    background-color: #5200C4;
    color: white;
}
.modal-content > a:hover{
    outline: none;
    border: 4px solid #D2EAFF;
    padding: 10px 120px;
    cursor: pointer;
    background-color: #5200C4;
    color: white;
}


.submit-father{
    width: 100%;
    max-width: 659px;
}

/* Configurações do vamos trabalhar juntos */


.modal-content > a{
    background-color: #5200C4;
    color: #D2EAFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.24rem;
    transition: border-width .06s ease;
    height: 50px;
    margin-top: 20px;
    width: 100%;
    max-width: 288px;
    margin-left: 30px;
    padding: 10px 120px;
    border-radius: 10px;
    text-decoration: none;
}


/* Conf o título principal */



    /* Container dos icones das redes sociais */
.logo-media{
    text-align: left;
}


/* ícones das redes sociais */
.social-logo{
    width: 45px;
    margin: 5px;
    text-align: left;
    transition: transform 0.3s;
}

.social-logo:hover{
    transform: scale(1.05);

}


@media (max-width: 742px){
    .container-contact{
        grid-template-columns: 1fr;
    }

    form{
        margin-top: 50px;
        
    }

    form{
        left: -16px;
    }

    input, textarea{
        max-width: 50vw;
    }

    .submit-button{
        max-width: 54vw;
    }

    .modal-content > a {
        padding: 13px 20vw;
    }


}