#root {
    transition: .3s filter;
}

.notifica-denuncia {
    height: 130px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    border-radius: 3px;
    overflow: hidden;
}

.notifica-denuncia>.msg-sucess {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75%;
    color: #373435;
    background-color: rgba(240, 240, 240, 0.9);
}

.box-sucess>span {
    display: block;
    max-width: 110px;
    text-align: center;
    padding-top: 7px;
    height: 20px;
    border: 1px solid #e74b4b;
    color: #e74b4b;
    margin: -47px auto 0px;
    font-weight: 700;
    cursor: pointer;
    transition: .6s background-color, .3s color;
}
.box-sucess>span:hover{
  color: #eee;
  background-color: #e74b4b;
}

.fix-box {
    background-color: rgba(240, 240, 240, 0.9);
    height: 25%;
    z-index: 0;
}

.notifica-denuncia .shadow-sucess {
    height: 110%;
    width: 110%;
    display: block;
    transition: 1s background-color;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#contact-site-form {
    max-width: 725px;
    float: right;
    width: 100%;
}

#contact-site-form label, #contact-site-form .form-item-copy, #contact-site-form .grippie, #contact-site-form .form-item-cid {
    display: none;
    visibility: hidden;
}

#contact-site-form input, #contact-site-form textarea, #contact-site-form #edit-submit {
    max-width: 560px;
    box-sizing: border-box;
    width: 100%;
}

#contact-site-form textarea {
    min-width: 560px;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 13px;
    min-height: 100px;
    max-height: 350px;
}

#contact-site-form input {
    height: 35px;
}

#contact-site-form input:not([type="submit"]), #contact-site-form textarea {
    border: 1px solid #373435;
    font-size: 14px;
    padding-left: 15px;
}

#contact-site-form input:required, #contact-site-form textarea:required {
    box-shadow: none;
}

#contact-site-form .form-submit {
    background-color: #a9abae;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

#contact-site-form .form-item {
    margin: 0 0 17px;
}

.setidentifica .select {
    position: relative;
}

.header-denuncia {
    margin: 40px 0 0 35px;
    font-size: 24px;
}

.titulo-denuncia {
    margin: 0 0 30px;
    color: #2d67b1;
}

.sg-denuncia {
    margin: 0 0 0 40px;
}

.banner-denuncia {
    max-width: 100%;
    margin: 0 0 24px;
}

input[name="identifica"] {
    position: absolute;
    left: -9999px;
}

label[for*="d-"] {
    font-size: 14px;
    cursor: pointer;
}

label[for="d-anonimo"] {
    margin: 0 0 10px 32px;
}

label[for="d-identificado"] {
    margin: 0 0 15px 32px;
}

label[for="d-anonimo"]::after, label[for="d-identificado"]::after {
    content: '';
    position: absolute;
    left: 4px;
    height: 14px;
    width: 14px;
    top: -1px;
    border-radius: 13px;
    border: 2px solid #373435;
    box-sizing: border-box;
}

label[for="d-anonimo"]::before, label[for="d-identificado"]::before {
    content: '';
    position: absolute;
    left: 8px;
    background-color: #373435;
    border: 1px solid #373435;
    box-sizing: border-box;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    top: 3px;
}

#d-identificado+label::before, #d-anonimo+label::before {
    display: none;
}

#d-identificado:checked+label::before, #d-anonimo:checked+label::before {
    display: block;
}
