/* Start custom CSS for shortcode, class: .elementor-element-4b6a74c */#consultaPQRS table h5 {
    margin-top: 30px;
}
#consultaPQRS table tr:nth-child(odd) {
    background: #fafafa;
}
#consultaPQRS table th,
#consultaPQRS table td {
    padding: 3px 8px;
}
#consultaPQRS table td {
    border: 1px solid gray;
}
#consultaPQRS form {
    max-width: 100%;
    width: 300px;
}
#consultaPQRS label {
    display: block;
}
#consultaPQRS textarea,
#consultaPQRS input[type=text],
#consultaPQRS input[type=email],
#consultaPQRS input[type=number] {
    border: 1px solid gray;
    border-radius: 4px;
    display: block;
    margin-bottom: 8px;
    padding: 6px 10px;
    width: 100%;
}
#consultaPQRS textarea {
    height: 175px;
}
#consultaPQRS input[type=submit] {
    background: #117CC4;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 8px 30px;
    transition: all .3s;
}
#consultaPQRS input[type=submit]:hover {
    background: #0E649F;
}/* End custom CSS */