﻿/*NEWSLETTER*/
/*====================================*/

@media screen {

    .NewsletterFundo {
        background-color: #000;
        width: 100%;
        height: 900px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 998;
        cursor: pointer;
        display: none;
    }

    .NewsletterPopUp {
        position: fixed;
        top: -12000px;
        left: 50%;
        margin-left: -225px;
        margin-top: -80px;
        padding-bottom:20px;
        background-color: #fff;
        width: 450px;
        height: initial;
        z-index: 999;
        border-radius: 2px;
    }

    .NewsletterOculto {
        display: none;
    }

    .TituloNewsletter{
        display: block;
        text-align: center;
        color: #333;
        font-family: "Open Sans", Arial;
        font-size: 16px;
        font-weight: normal;
        margin: 30px 50px;
        margin-bottom: 5px;
    }

    .BotoesAsk {
        margin-top:20px;
        clear:both;
        text-align:center;
    }

    .BotaoNao{
        display: inline-block;
    }

    .BotaoSim {
        display: inline-block;
    }

    .LINK_NAO, .LINK_SIM{
        display: table;
        position: relative;
        margin: 0px auto;
        width: 130px;
        padding: 8px;
        color: #fff;
        font-size: 16px;
        font-family: "Open Sans", Arial;
        font-weight: normal;
        border-radius: 8px;
        opacity: 0.8;
        text-align: center;
    }

    .LINK_SIM {
        background-color: #10bd16;
        float: right;
        margin-right: 10px;
    }

    .LINK_NAO{
        background-color: #FFF;
        color:#666;
        float: left;
        margin-left: 10px;
        font-size:14px;
    }

    .LINK_NAO:hover{
        color:#999;
    }
    
    .LINK_SIM:hover{
        opacity: 1;
        color:#FFF;
    }

}

@media screen and (max-width: 500px){
    .NewsletterPopUp {
        margin-left: -175px;
        width: 350px;
        height: 230px;
    }

    .TituloNewsletter{
        margin: 20px 30px;
    }

    .BotaoNao{
        width: 100%;
        float: none;
        margin: 10px 0px;
    }

    .BotaoSim{
        width: 100%;
        float: none;
    }      

    .LINK_SIM{
        float: none;
        margin-left: 100px;
        margin-right: 0px;
    }

    .LINK_NAO{
        float: none;
        margin-left: 100px;
    }
}

@media screen and (max-width: 390px){
    .NewsletterPopUp {
        margin-left: -145px;
        width: 290px;
        height: 250px;
    }

    .TituloNewsletter{
        margin: 20px 20px;
    }

    .LINK_SIM{
        margin-left: 70px;
    }

    .LINK_NAO{
        margin-left: 70px;
    }
}

@media screen and (max-width: 300px){
    .NewsletterFundo {
        display: none !important;
    }

    .NewsletterPopUp {
        display: none;
    }
}

/*NEWSLETTER*/
/*====================================*/
