.bg-adblock {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(http://www.diarioonline.com.br/img/bg-adblock.jpg);
    background-size: cover;
    text-align: center;
    z-index: 2147483600;
    line-height: 100px;
}

.efeito-adblock {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.efeito-adblock > div.container,
.efeito-adblock > div.container > div.row,
.efeito-adblock > div.container > div.row > div {
    height: 100%;
}

.efeito-adblock .col-1,
.efeito-adblock .col-2 {
    width: 90%;
    height: 100%;
    float: left;
}

.box-adblock-tutorial {
    width: 100%;
    max-width: 600px;
    background: #E1E1E2;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    top: 15%;
    height: 70%;
}

.box-adblock-tutorial > .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.box-adblock-tutorial > .flex > .flex-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.col-2 > .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.col-2 > .flex > .flex-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.box-adblock-tutorial h2 {
    font-size: 23px;
    margin-bottom: 30px;
    color: #E83C34;
}

.box-adblock {
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 50px 0;
    display: inline-block;
    border-radius: 10px;
    position: relative;
}

.box-adblock h2 {
    font-size: 18px;
    margin: 20px 0;
    color: #E83C34;
}

.box-adblock p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}

.continuar-site {
    text-align: right;
}

.continuar-site a {
    color: white;
    text-rendering: optimizelegibility;
    font-family: 'Glegoo', Arial, cursive;
    font-size: 32px;
}

.continuar-site a i {
    font-size: 35px;
    margin-left: 10px;
}

.pulsate-opacity {
    -webkit-animation: pulsate-op 2s infinite;
    /* Safari 4+ */
    -moz-animation: pulsate-op 2s infinite;
    /* Fx 5+ */
    -o-animation: pulsate-op 2s infinite;
    /* Opera 12+ */
    animation: pulsate-op 2s infinite;
    /* IE 10+ */
}

@-webkit-keyframes pulsate-op {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

@-moz-keyframes pulsate-op {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

@-o-keyframes pulsate-op {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

@keyframes pulsate-op {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.flex-item > figure {
    margin: 0;
    float: left;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.flex-item > figure:before,
.flex-item > figure:after {
    position: absolute;
}
.flex-item > figure:before {
    top: 50%;
    left: 50%;
    margin: -27px;
    width: 50px;
    height: 50px;
    border: 4px dotted rgba(53, 53, 53, 0.7);
    border-radius: 50%;
    background-color: rgba(204, 209, 217, 0.3);
    /* font-family: 'Ionicons'; */
    content: 'GIF';
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #5f6977;
}
.flex-item > figure:after {
    content: 'gif';
    position: absolute;
    display: inline-block;
    width: 40px;
    text-align: center;
    top: 20px;
    right: 20px;
    font-size: 11px;
    font-weight: 600;
    padding: 5px;
    border-radius: 3px;
    color: #656D78;
    background-color: rgba(170, 178, 189, 0.1);
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
}
figure.play-gif:before {
    display: none;
}
figure.play-gif:after {
    color: #fff;
    background-color: #8CC152;
}
figcaption {
    padding-top: 15px;
    font-size: 14px;
    color: #8d9bad;
}
figcaption a {
    color: #59687b;
    text-decoration: none;
}