<style type="text/css">

/*=========================================================
            LORENA BRISS VIP 2026 - TESTE 21
=========================================================*/

/*=========================================================
  01 - FUNDO
=========================================================*/

html{
    width:100%;
    min-width:30px;
    background:#111111;
    padding-bottom:30px;
    border:0;
}

body{
    width:50%;
    min-width:50px;
    padding:50px;
    margin-left:70px;
    text-align:center;

    background-image:
        linear-gradient(to right,#111111,#1e111100),
        url("https://www.brisspublicidade.com.br/lorena_briss/imag/fundo-cinza-vip.png");
    background-repeat:no-repeat,no-repeat;
    background-position:center top,center top;
    background-size:auto,cover;
    background-attachment:scroll,fixed;

    color:#5f5b5b;
    font:10px Arial,sans-serif;

    border:0;
    border-radius:8px;
}

p,a,body,td,tr,div{
    font-family:Arial,sans-serif;
    font-weight:bold;
}

a{color:#777;text-decoration:none;}
a:hover{color:#ccc;text-decoration:none;}

/*=========================================================
  IDENTIDADE VISUAL
=========================================================*/

.postfixo::before{
    content:"";
    display:block;
    width:300px;
    height:300px;
    margin:5px auto 15px;
    background:url("https://www.brisspublicidade.com.br/lorena_briss/imag/bonequinhavip.png") center center no-repeat;
    background-size:contain;
}

.postfixo::after{
    content:"";
    display:block;
    width:300px;
    height:300px;
    margin:10px auto;
    background:url("https://www.brisspublicidade.com.br/lorena_briss/imag/assinatura -lorenabriss.png") center center no-repeat;
    background-size:contain;
}

/*=========================================================
  COMENTÁRIOS
=========================================================*/

.comentarios{
    width:400px;
    margin:20px auto;
    padding:12px;

    background:rgba(323d3282);

    border:0px dotted #617561;
    border-radius:10px;

    box-shadow:0 0 18px rgba(0,0,0,.35);

    color:#686060;;
}

/*=========================================================
  05 - IMAGENS
=========================================================*/

a img{
    opacity:.20;
    filter:grayscale(100%);
    border:none;
    transition:.8s;
}

a:hover img{
    opacity:1;
    filter:none;
}


/*=========================================================
  CAIXA DE TEXTO
=========================================================*/

textarea,input,select{
    width:98%;
    padding:8px;
    color:#d0d0d0;
    background:linear-gradient(to right,#595959,#010202);
    border:1px dotted #617561;
    border-radius:10px;
    box-shadow:2px 2px 25px #000;
}

/*=========================================================
  RODAPÉ
=========================================================*/

#footer{
    margin-top:50px;
    padding-bottom:40px;
}

/* Espaço reservado para margaridas */

</style>
