﻿@font-face {
    font-family: pspfont;
    src: url('https://sponsored-test.azurewebsites.net/images/fonte-sen-regular/Sen-Regular.ttf');
}
.adPopup {
    font-family: 'pspfont';
    /*background-image: url('http://sponsored-test.azurewebsites.net/images/branding-personalizado-popup-550x380.png');*/
    background-size: 100%;
    border: none;
    border-radius: 10px;
    color: #7A7A7A;
}

h1 a{
    text-decoration:none!important;
}

.subscribe.mobileOnly {
    display: none !important;
}

@media only screen and (min-width: 600px) {
    .adPopup div {
      /*  width: 50%;
        display: inline-block;*/
        text-align: center;
    }

    .wrapper {
        position: relative;
        margin-top: 70px;
    }


    .adPopup {
        position: fixed;
        width: 900px;
        height: 600px;
        background-color: white;
        top: 50%;
        z-index: 1000;
        left: 50%;
        margin-top: -300px;
        margin-left: -450px;
      /*  padding: 10px;*/
    }
}

.adPopup h1 {
    text-align: center;
    font-size: 23px;
    width: 90%;
    margin: 0 auto;
    font-weight: 100;
    margin-top: 50px;
    color:black;
    font-weight:bold;
}

.adPopup h2 {
    margin-top: 35px;
    text-align: left;
    margin-left: 10px;
}

.adPopup .logo {
    margin-top: 11px;
    width: 82px;
    position: absolute;
}

#cover{
    display:block;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:999;
    background:rgba(0,0,0,0.5);
    bottom:0px;
}
.adleft {
    width: 60%;
    height: 100%;
    display: inline-block;
    vertical-align:top;
}
.adright {
    background: #C09139;
    width: 40%;
    height: 100%;
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    vertical-align: top;
    color: #202323;
}


.btnClose {
    position: absolute;
    right: 10px;
    top: -22px;
    cursor: pointer;
    color: #333 !important;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

.watchVideo {
    width: 130px !important;
    margin: 0 auto;
    margin-top: 60px;
    display: block !important;
    background: black;
    color: white;
    border-radius: 5px;
    padding: 14px;
    cursor: pointer;
}


.subscribe {
    width: 185px !important;
    margin: 0 auto;
    margin-top: 45px;
    display: block !important;
    background: black;
    color: white;
    border-radius: 5px;
    padding: 14px;
    cursor: pointer;
    text-align: center !important;
    font-size: 16px !important;
}


.video {
    width: 80%;
    height: 40%;
}

.wrapper2 {
    padding: 15px;
}

    .wrapper2 div {
        text-align: left;
        font-size: 13px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

.ad_or {
    color: #C79E50;
    position: absolute;
    border-color: #C79E50;
    border: 1px solid;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    left: 523px;
    top: 483px;
    background: white;
}

@media only screen and (max-width: 800px) {
    .adPopup h1 {
        text-align: center;
        font-size: 15px;
        width: 98%;
        margin: 0 auto;
        font-weight: 100;
        color: black;
        margin-top: 50px;
        font-weight:bold;
    }


    .wrapper a {
        position: relative;
        display: block !important;
    }

    .adPopup div {
        margin-top: 30px;
        width: 100%;
        display: block !important;
        text-align: center;
    }

    .adPopup {
        /* background-image: url('http://sponsored-test.azurewebsites.net/images/bgmobile.png');*/
        position: absolute;
        height: auto;
        background-repeat: no-repeat;
        background-color: white;
        top: 2%;
        left: 4.5%;
        z-index: 10000;
        padding: 0px;
        max-width: 100%;
        width: 91%;
    }

    div.adleft, div.adright {
        display: block!important;
    }

    .wrapper2 {
        padding-left:0px;
        padding-right:0px;
    }

        .wrapper2 div {
            text-align: center;
            font-size: 11px;
            margin-bottom: 20px;
            margin: 0 auto;
            margin-top: 30px;
            width: 90%;
        }

    .adPopup h2 {
        margin-top: 35px;
        text-align: center;
        margin-left: 10px;
    }

    .adSite {
        display:none;
    }

    .adright {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .video{
        height:auto;
    }

    .btnClose {
        height:27px;
        top:-11px;
    }

    .ad_or {
        position: relative;
        float:left;
        left: 50%;
        margin-left:-15px;
        top: 50%;
        width: 30px!important;
        margin-top: 15px!important;
    }

}
