#autopFix {
    background-color: #3B95CF;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999999;
}
#autopFix::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("https://tplayer.truesecurity.com.br/images/text.png");
    background-repeat: no-repeat;
    background-position: -5% 50%;

}
#autopFix > .bLeft {
    position: absolute;
    left: 0px;
    top: 0px;
}
#autopFix > .bRight> div,
#autopFix > .bLeft > div {
    background-color: #FFFFFF;
    position: absolute;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#autopFix > .bLeft > .headphone {
    left: 63px;
    top: 263px;
    width: 76px;
    height: 76px;
    background-image: url("https://tplayer.truesecurity.com.br/images/phone.png");
    animation: float 2s ease-in-out infinite;
}
#autopFix > .bLeft > .sound {
    left: 227px;
    top: 68px;
    width: 114px;
    height: 114px;
    background-image: url("https://tplayer.truesecurity.com.br/images/sound.png");
    animation: float 2.2s ease-in-out infinite;
}
#autopFix > .bRight > .song {
    right: 348px;
    top: 26px;
    width: 118px;
    height: 118px;
    background-image: url("https://tplayer.truesecurity.com.br/images/song.png");
    animation: float 2.4s ease-in-out infinite;
}
#autopFix > .bRight > .audio {
    right: 156px;
    top: 274px;
    width: 80px;
    height: 80px;
    background-image: url("https://tplayer.truesecurity.com.br/images/audio.png");
    animation: float 2.6s ease-in-out infinite;
}
#autopFix > .orgs {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 686px;
    height: auto;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat';
    font-weight: 500;
}
#autopFix > .orgs > .title {
    font-size: 48px;
    float: left;
    width: 100%;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.08) 0px 2px 0px;
}
#autopFix > .orgs > .sb {
    float: left;
    margin-top: 14px;
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.08) 0px 2px 0px;
}
#autopFix > .orgs > .sb > span {
    background-color: #265F83;
    border-radius: 5px;
}
#autopFix > .orgs > .buttons {
    float: left;
}
#autopFix > .orgs > .buttons > div {
    position: relative;
    float: left;
    width: 253px;
    height: 49px;
    margin-top: 64px;
    cursor: pointer;
    border-radius: 49px;
}
#autopFix > .orgs > .buttons > .yes {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 9px 18px;
    transition-duration: 0.30s;
    color: #33393F;
}
#autopFix > .orgs > .buttons > .yes:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.0);
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 0px 2px;
}
#autopFix > .orgs > .buttons > .yes:hover::before {
    background-image: url("https://tplayer.truesecurity.com.br/images/play_white.png");
}
#autopFix > .orgs > .buttons > .yes::before {
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    content: '';
    background-image: url("https://tplayer.truesecurity.com.br/images/play.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
}
#autopFix > .orgs > .buttons > .yes > div {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Montserrat';
    font-weight: 700;
    user-select: none;
}
#autopFix > .orgs > .buttons > .no {
    margin-left: 47px;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 0px 2px;
    text-align: center;
    line-height: 49px;
    color: #FFFFFF;
    font-weight: 700;
    user-select: none;
}
#autopFix > .orgs > .buttons > .no:hover {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 9px 18px;
    transition-duration: 0.30s;
    color: #33393F;
}
#autopFix > .cpright {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    height: 62px;
    background-image: url("https://tplayer.truesecurity.com.br/images/truesecurity_logo.png");
}
@keyframes float {
    0% {transform: translatey(0px);}
    50% {transform: translatey(-20px);}
    100% {transform: translatey(0px);}
}
@media screen and (max-width: 700px) {
    #autopFix > .orgs {
        position: absolute;
        float: left;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        transform: none;
    }
    #autopFix > .orgs > .buttons {
        position: relative;
        float: left;
        left: 50%;
        width: 253px;
        transform: translateX(-50%);
    }
    #autopFix > .orgs > .buttons > div {
        margin-top: 20px;
    }
    #autopFix > .orgs > .buttons > .no {
        margin-left: 0px;
    }
}