<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-vip-lorenabriss.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;
}


/*=========================================================
  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;

    color:#d7bad2;
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;

    background: rgba(0, 0, 0, 0.35);

    border:none;
    border-radius:15px;

    box-shadow:2px 2px 50px #000;
}


/*=========================================================
  CAMPOS DE TEXTO
=========================================================*/

textarea,
input,
select{
    width:98%;
    padding:10px;

    color:#d7bad2;
    font-family:Verdana, Arial, sans-serif;
    font-size:15px;

    letter-spacing:2px;
    line-height:22px;
    text-indent:5px;

    background:linear-gradient(to right,#4b4c4b,#010202);

    border:1px dotted #617561;
    border-radius:15px;

    box-shadow:2px 2px 50px #000;
}


/*=========================================================
  IMAGENS
=========================================================*/

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

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


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

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


/*=========================================================
  REMOVE BORDA PADRÃO DO FLOGVIP
=========================================================*/

fieldset{
    border:none !important;
}

</style>