.contato-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container{
    margin-bottom: 4em;
    margin-top: 4em;
}
.informacoes,.ajuda{
    display: flex;
    flex-direction: column;
}
.info-ajuda{
    display: flex;
    flex-direction: row;
}
.info-ajuda img{
    height: 155px;
    margin-right: .5em;
}
.informacoes p, .informacoes{
    color: rgb(0, 0, 0);

}
.informacoes{
    width: 17%;
    margin-right: 3em;
}
.ajuda{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.input-container{
    display: flex;
    flex-direction: column;
}
.input-info{
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}
textarea{
    height: 100%;
    width: 100%;
}
#nome,#email,#telefone{
    margin-right: .5em;
}
.ajuda input,.ajuda textarea,.ajuda button{
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
iframe{
    width: 100%;
    margin-top: 3em;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.ajuda button{
    background-color: #1F1B3F;
    color: #ffff;
    border: none;
    padding: 0.25em 0.85em;
}

@media (max-width: 992px) {
.info-ajuda{
    flex-direction: column;
    align-items: center;
}
.informacoes{
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 2em;
    margin-right: 0;
}
.container{
    margin-top:1em;
}
.input-container{
    flex-direction: column;
    width: 100%;
}

.ajuda{
    margin-bottom: 2em;
}
#nome,#email,#telefone{
    margin-right: 0;
}
#telefone{
    margin-bottom: .5em;
}
.informacoes hr{
    display: none;
}
.informacoes small {
    text-align: center;
}
.input-info{
    flex-direction: column;
    align-items: normal;
}
.ajuda input{
    margin-bottom: 1em;
    
}
}