.ce-banner {
    background: #569dd8;
    bottom: 0;
    color: #000 !important;
    font-size: 12px !important;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center !important;
    z-index: 2;
    opacity: 0.95
}

.ce-banner > p {
    color: #fff !important;
}

.normativa {
    color: #fff;
    text-decoration: underline;
}

.ce-accept, .ce-dismiss, .ce-disable{
    background-color: #fff;
    color: #569dd8;
    text-decoration: none;
    padding: .6em 1em;
    display: inline-block;
    margin: 0 .5em;
}

.ce-disable{
    background-color: #fff;
}

.ce-accept:hover,
.ce-dismiss:hover,
.ce-disable:hover{
    background-color: #fff;
    color: #569dd8;
}

.ce-accept{
    background-color: #fff;
    color: #569dd8;
    margin-left: 10px;
}

.ce-dismiss{
    position: absolute;

    font-size: .8em;

    right: 20px;
    top: 20px;

    background-color: #fff;
    color: #569dd8;
}

.ce-iframe-placeholder{
    padding: 1em;
    background-color: #000;
    margin: 1em 0;
}

.ce-iframe-placeholder p{
    margin: 0;
}

iframe{
    width: 100%;
}