.top_home{background:none!important;}
.top_home:before{display:none;}
.content{max-width: calc(100% - 230px);margin: 0 auto; z-index: initial; position: initial;}
/* main{background:#0b96d8!important;} */
.publicidadbflotante{}
.raya{position:fixed;padding: 0 10px;width: 100%;z-index: 999;}
.raya a{position:absolute;}
.raya a.left{left:0}
.raya a.right{right:0;}
.nice{color:#fff!important;}
.especial figcaption{background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 70%)!important}

.publicidadbflotante{padding:0 4%!important;}
.publicidadbflotante img{ width:98%; height: 100%;}

.raya a.left img{max-width: 100px;}
.raya a.right img{max-width: 100px; }


#stickytypeheader{
    display: flex;
    flex-direction: column;
    top: 60px;
    position: sticky;
    position: -webkit-sticky;
    z-index: 10;
    padding:0 2%!important;
    align-items: center;
}
#stickytypeheader * {
    display: flex;
}

.billboard{
    display: flex;
    justify-content: center;
    max-width: 1500px;
    width: 100%;
    background: #031032;
}

.billboard img{
    width:98%;
}
.fijo{
    top: 60px;
    z-index: 100;
    margin: 0px auto;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fijo i{
    font-size: 25px;
}

#publicidadclose{
    display: flex;
    width: 70px;
    height: 35px;
    border-radius: 0px 0px 30px 30px;
    background: #eb008b;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: -3px;
    position: sticky;
    cursor: pointer;
}

.text {
    width: 100%;
    margin: 0 auto;
}
/* mobile portrait */
@media only screen and (max-width: 799px) {
    .content{max-width:100%!important;}
    .publicidadbflotante img{ width:100%; height: 100%;}
    #stickytypeheader{
        top: 55px;
        margin: 0;
        padding: 0 !important;
    }
    .raya{
        display: none;
    }
    .text .publicidadbflotante {
        min-height: auto;
    }
    #stickytypeheader{
        top: 55px;
    }

}
