.ad_wrapper {
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}
.ad_wrapper.Inicio {
    margin: 0 20px 20px 0 !important;
    float: left;
    width: 300px;
}
.ad_wrapper.Inicio .container_block > div:before {
    margin-top: 0;
}
.ad_wrapper .container_block img {
    margin: 0;
    display: inline-block;
    max-width: 100%;
}
.ad_wrapper .container_block {
    text-align: center;
}
.ad_wrapper .container_block > div {
    position: relative;
}
.ad_wrapper .container_block > div:before {
    font-size: 12px; 
    text-transform: uppercase; 
    display: block; 
    margin: 30px 0 5px; 
    text-align: center;
    content: "Publicidade";
    line-height: 1;
}
@media (max-width: 767px) {
    .ad_wrapper.Inicio {
        margin: 0 auto 20px !important;
        float: none;
    }
}
.ad_wrapper.Popup .container_block > div:before {
    display: none;
}
.ligthbox_prop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999999999;
    opacity: 0;
    transition: all 0.5s;
    display: none;
}
.ligthbox_prop.open {
    opacity: 1;
}
.ligthbox_prop > .close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
    text-decoration: none;
}
.ligthbox_prop .body .container_block {
    margin: 0;
}
.ligthbox_prop .body {
    z-index: 7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.ligthbox_prop .body > .close {
    position: fixed;
    top: -5%;
    right: 5%;
    font-size: 30px;
    font-weight: 700;
    z-index: 10;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #000;
    line-height: 36px;
    text-align: center;
    font-family: arial;
}
@media (max-width: 768px) {
    .ligthbox_prop .body {
        width: 90%;
    }
}