.hidropel-form-container {
    flex: 50;
    padding: 25px;
    box-shadow: 0px 0px 10px 5px #00000017;
    border-radius: 15px;
}

.hidropel-form-container p {
    margin-bottom: 15px;
}


.hidropel-form-container textarea {
    height: 100px;
    resize: vertical;
}

p.sub_title_aviso {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}


.hidropel-form-container button:hover {
    background: #005177;
}

#hidropel-message {
    margin-top: 15px;
    text-align: center;
}

.all_divs_container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 62px;
    margin-bottom: 62px;
}

.suball_divs {
    display: flex;
    flex-direction: row;
    width: 60%;
    align-items: center;
}

.contact_numners_container {
    display: flex;
    flex-direction: column;
    flex: 50;
    margin-right: 26px;
}

.hidropel-form-container button {
    width: 100%;
    height: 47px !important;
    line-height: 44px;
    font-family: "Exo2-Regular", sans-serif;
    font-size: 15.988px !important;
    border: 0px solid #00deff;
    font-weight: 600;
    margin: 0;
    padding: 0 30px;
    color: white;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    user-select: none;
    outline: 0;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    background: #114289;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: .25s cubic-bezier(.25,.46,.45,.94);
}

hidropel-form-container button:focus, hidropel-form-container button:hover {
    background-color: #1870b7 !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100% !important;
    padding: 8px 24px !important;
    border: 2px solid #939498 !important;
    border-radius: 25px !important;
    font-size: 13px !important;
    box-sizing: border-box !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    background-size: 20px !important;
}

p.title_form {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

p.numbers_em {
    font-size: 18px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
        .suball_divs {
    flex-direction: column-reverse;
    width: 99%;
    margin-top: 20px;
}

p.numbers_em {
    text-align: center;
}

.contact_numners_container {
    margin-top: 36px;
}
    }