.container{
    width: 450px;
}

input, select, textarea{
    border-radius: 3px;
    width: 470%;
}

.fale-conosco, .fale_conosco_msg{
    font-family: "Roboto Flex";
    font-size: 18px;
    padding-left: 8px;
    color: black;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
}

.fale-conosco_msg{
    font-size: 15px;
    height: 100px;
    padding-left: 10px;
    padding-top: 8px;
}

.fale-conosco_file{
    display: none;
}

.form-group label{
    font-family: "Roboto Flex";
    font-weight: 700;
    font-size: 11px;
    color: #191919;
    text-transform: uppercase;
}

.submit{
    float: right;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: white;
    background-color: #cc092f;
    cursor: pointer;
    margin-right: 111px;
}

select{
    background-color: white;
}

#assunto, #estado, #cidade{
    padding: 0;
}

.submit-div{
    width: 450px;
}

.alert{
    display: flex;
    float: initial;
    min-width: fit-content;
}

.alert-success{
    margin-left: 4.3rem;
    width: 23%;
    font-weight: bold ;
}

.b{
    font-size: 15px;
}

.wpcf7-not-valid-tip {
    padding: 4px 7px;
    font-size: 12px;
    background-color: #cc5353;
    color: #FFF;
    width: 429px;
    display: none;
}

i{
    padding-left: 10px;
}