﻿@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;
}

@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: 700px;
        height: 470px;
        background-color: white;
        top: 50%;
        z-index: 1000;
        left: 50%;
        margin-top: -235px;
        margin-left: -350px;
        padding: 10px;
    }
}

.adPopup h1 {
    font-size: 21px;
    text-align: center;
    font-size: 25px;
    width: 80%;
    margin: 0 auto;
    font-weight: 100;
    margin-top: 50px;
}



.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;
}


@media only screen and (max-width: 600px) {


    .adPopup h1 {
        text-align: center;
        font-size: 21px;
        width: 100%;
        margin: 0 auto;
        font-weight: 100;
        color: #7A7A7A;
        margin-top: 50px;
    }


    .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: fixed;
        height: 425px;
        background-repeat: no-repeat;
        background-color: white;
        top: 50%;
        left: 4.5%;
        z-index: 10000;
        margin-top: -212px;
        padding: 10px;
        max-width: 100%;
        width: 86%;
    }
}

.btnClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color:#333!important;
}


.subscribe {
    width: 255px!important;
    margin: 0 auto;
    margin-top: 60px;
    display: block!important;
    background: black;
    color: white;
    border-radius: 10px;
    padding: 14px;
    cursor:pointer;
}