#avanzagdpr_mod .modal-header .close {
    position: absolute;
    right: 13px;
    top: 11px;
}

#avanzagdpr_mod .modal-header .titulo {
    font-size: 30px;
}

#avanzagdpr_mod .modal-body .textoHtml a {
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
}

#avanzagdpr_mod .modal-body .textoHtml a:hover, #avanzagdpr_mod .modal-body .textoHtml a:focus, #avanzagdpr_mod .modal-body .textoHtml a:active {
    text-decoration: underline;
}

#avanzagdpr_mod .modal-footer .miboton {
    float: none;
    font-weight: normal;
    background: #95BB7A;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 20px;
    border: none;
    text-shadow: none;
    line-height: 1.4;
    font-size: 16px;
    opacity: 0.8;
}

#avanzagdpr_mod .modal-footer .miboton i {
    margin-right: 3px;
}

#avanzagdpr_mod .modal-footer .close {
    background: #E76D66;
}

#avanzagdpr_mod .modal-footer .miboton:hover {
    opacity: 1;
}

.modal-open .modal {
    z-index: 999999 !important;
}

.noloquierogdpr {
    display: none;
}

@media (max-width: 570px) {

    #avanzagdpr_mod .modal-footer {
        text-align: center;
    }

    #avanzagdpr_mod .modal-footer .miboton {
        margin: 5px auto 20px;
        display: block;
    }

    #avanzagdpr_mod .modal-footer .miboton:last-of-type {
        margin-bottom: 5px;
    }
}
