.area-publicidade-rectangular{
    margin: 30px auto;
    width: 100%;
    max-width: 1000px;
    height: 290px;
    background-color: rgb(238 238 238);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 6px 0;
}

.area-publicidade-rectangular.home{
    margin-top: 150px;
}

.single .area-publicidade-rectangular.hmeio{
    height: 140px;
}

.area-publicidade-rectangular.htopo-home{
    max-width: 100%;
    height: 190px;
}

.area-publicidade-rectangular.htopo-home iframe{
    width: 100%;
}

.area-publicidade-square{
    width: 100%;
    background-color: rgb(238 238 238);
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 6px 0;
}

.area-publicidade-square.vmeio{
    min-height: 630px;
}

@media (max-width: 1023px) {
    .area-publicidade-square.vmeio{
        min-height: 290px;
    }
}

.area-publicidade-rectangular p,
.area-publicidade-square p{
    width: 100%;
    text-align: center;
    color: rgb(105, 104, 104);
    font-size: 12px !important;
    margin-bottom: 6px !important;
}

.area-publicidade-rectangular .area-publicidade,
.area-publicidade-square .area-publicidade{
    display: flex;
    flex: 1 1 0%;
    align-items: center;
}

.area-publicidade-rectangular.htopo-home .area-publicidade,
.area-publicidade-rectangular.htopo-home .area-publicidade #htopo-home{
    width: 100%;
}

@media (max-width: 1023px) {
    .area-publicidade-rectangular{
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .area-publicidade-rectangular{
        height: 150px;
    }

    .area-publicidade-rectangular.hmeio{
        height: 290px;
    }
}

/* Takeover */
.area-publi-takeover-full{
    height: 100vh;
    width: 100vw;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    transition: 1s margin;
}

.close-publi-takeover-full, .close-publi-takeover-topo{
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 99999999999;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    transition: .2s all;
}

@media(max-width: 768px){
    .area-publi-takeover-full{
        height: 100vh;
        top: 0;
    }

    .close-publi-takeover-full{
        right: 10px;
        top: 15px;
    }
}

.close-publi-takeover-full:hover, .close-publi-takeover-topo:hover{
    text-decoration: underline;
}

.area-publi-takeover-full iframe{
    width: 100vw;
    height: 100vh;
}

.area-publi-takeover-htopo{
    position: fixed;
    top: 0;
    z-index: 9999999999;
    transition: 1s margin;
    display: none;
}

.close-publi-takeover-topo{
    top: 15px;
    font-size: 14px;
}

.area-publi-takeover-htopo iframe{
    width: 100vw;
    height: 150px;
}

.area-publi-takeover-htopo .publi-header-ads{
    min-height: auto;
    height: auto;
}

/* Skin Premium */

body.skin_premium{
    margin-top: calc(100vw / (1900 / 150));
}

body.skin_premium.large{
    padding-left: calc( (100vh - ( 100vw / ( 1900 / 150 ) ) ) / (900 / 250)) !important;
    padding-right: calc( (100vh - ( 100vw / ( 1900 / 150 ) ) ) / (900 / 250)) !important;
}

.publi-skin-premium #htopo-skin{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999999;
    overflow: hidden;
    height: calc(100vw / (1900 / 150));
}

.publi-skin-premium #htopo-skin > div{
    width: 100%;
    height: 100%;
}

.publi-skin-premium #htopo-skin iframe{
    width: 100vw;
    height: calc(100vw / (1900 / 150));
}

.publi-skin-premium #vlat-esquerda,
.publi-skin-premium #vlat-direita{
    display: none;
    position: fixed;
    height: calc(100vh - (100vw / (1900 / 150)) + 1px);
    margin-top: calc(100vw / (1900 / 150) - 1px);
    left: 0;
    top: 0;
    z-index: 999999;
    width: calc( (100vh - ( 100vw / ( 1900 / 150 ) ) ) / (900 / 250) );
}

@media (max-width: 1600px) {
    .publi-skin-premium #vlat-esquerda,
    .publi-skin-premium #vlat-direita{
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .publi-skin-premium #htopo-skin{
        display: none !important;
    }
}

.publi-skin-premium #vlat-esquerda > div,
.publi-skin-premium #vlat-direita > div{
    width: 100%;
    height: 100%;
}

.publi-skin-premium #vlat-direita{
    left: initial;
    right: 0 !important;
}

/* Publicidade Flying Carpet */

.area-flying-carpet-wrapper{
    display: block;
    overflow:hidden;
    width: 100%;
    max-width: 320px;
    height: 500px;
    margin: 20px auto;
    padding: 5px;
    background-color: #efefef;
}

.area-flying-carpet-text-border{
    font-family: Helvetica,Arial;
    font-size: 9px;
    letter-spacing: 0.32px;
    color: #707070;
    padding-top: 9px;
    padding-left: 8px;
    padding-bottom: 8px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    bottom: 100%;
}

.area-flying-carpet{
    height:600px;
    max-width: 300px;
    margin: auto;
    overflow:hidden;
    position:relative;
}

.area-flying-carpet-clip{
    position:absolute!important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    max-width: 300px !important;
    height:100% !important;
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
    clip:rect(0,auto,auto,0) !important;
    -webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%) !important;
    clip-path:polygon(0 0,100% 0,100% 100%,0 100%) !important;
}

.area-flying-carpet-container{
    position:fixed!important;
    top:0!important;
    width:100%;
    max-width: 300px;
    height:100%;
    transform:translateZ(0)!important;
    display:-webkit-box;display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}

.area-flying-carpet-slot{
    margin-top: 20px;
}

/* Sticky */
.container-publicidade-sticky{
    position: fixed;
    bottom: 0;
    min-height: 110px !important;
    z-index: 99999;
    width: 100% !important;
    left: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translateY(0px);
    -ms-box-shadow: 2px 2px 9px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 9px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 9px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 9px 6px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

body:not(.show-sticky) .container-publicidade-sticky {
    transform: translateY(300px) !important;
}

.button-close-publi-sticky-banner {
    position: absolute;
    display: block;
    background-color: #efefef;
    height: 25px;
    width: 25px;
    right: 0px;
    top: -25px;
    border-top-left-radius: 5px;
    cursor: pointer;
    -ms-box-shadow: -3px -7px 7px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -3px -7px 7px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px -7px 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -3px -7px 7px 2px rgba(0, 0, 0, 0.2);
}

.button-close-publi-sticky-banner::after{
    display: block;
    width: 100%;
    height: 100%;
    filter: invert(100%);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
