.wpcf7-form label{
font-size: 16px;
font-weight: 700;
}
.wpcf7-form label>span{
color: #ff0000;
font-weight: 400;
}
.wpcf7-form input:not([type="submit"]),
.wpcf7-form select{
max-width: 400px;
height: 38px;
padding: 6px 10px;
display: block;
line-height: 1.3;
width: 100%;
font-size: 16px;
}
.wpcf7-form input[type="submit"]{
background-color: #eee;
border: 1px solid #ddd;
color: #333;
font-size: 1em;
padding: 10px 15px;
}
.wpcf7-form .wpf-desc{ font-size: 13px; }
.wpcf7-form>div{ margin-bottom: 2em; }
.hallTextContent {
overflow-y: scroll;
max-height: 400px;
}
.form_denuncias{
display: flex;
flex-direction: column;
margin-top: 50px;
}
.form_denuncias label{
font-size: 14px;
font-weight: 400;
color: #000;
}
.form_denuncias fieldset{
border: none;
padding: 0;
font-size: 14px;
font-weight: 400;
}
.form_denuncias.wpcf7-form label>span{color: #000;}
.form_denuncias .wpcf7-checkbox  label{display: flex;}
.form_denuncias input[type="checkbox"]{
height: unset;
width: unset;
line-height: unset;
padding: unset;
}