﻿body {
}

 
.label-fundoredondo-sem-sombra {
    padding: 0.9rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
}

.label-fundoredondo {
    padding: 0.9rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75);
    text-align: center;
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75);
}

.btnlegal {
    cursor: pointer;
    /*background: transparent;*/
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.btnlegal:hover {
    transition: 1s ease-in-out;
    background: #181B34;
    color: white;
    box-shadow: 0px 0px 90px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

btnlegal:visited {
    transition: 1s ease-in-out;
    background: green;
    box-shadow: 0px 0px 90px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.8);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.8);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.8);
    transition: all 200ms ease-in;
    transform: scale(0.8);
}


.btnlegal_semborda {
    cursor: pointer;
    /*background: transparent;*/
     
    outline: none;
    transition: 1s ease-in-out;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.btnlegal_semborda:hover {
    transition: 1s ease-in-out;
     
    box-shadow: 0px 0px 90px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.btnlegal_forte {
    cursor: pointer;
    background: transparent;
    color: black;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.btnlegal_forte:hover {
    transition: 1s ease-in-out;
    background: #181B34;
    color: white;
    box-shadow: 0px 0px 100px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.btnlegal_forte:visited {
    transition: 1s ease-in-out;
    background: #181B34;
    color: white;
    box-shadow: 0px 0px 90px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.8);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.8);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.8);
    transition: all 200ms ease-in;
    transform: scale(0.8);
}

 


.lbllegal {
    /*background: transparent;*/
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.lbllegal:hover {
    transition: 1s ease-in-out;
    background: #4F95DA;
    box-shadow: 0px 0px 90px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.lbllegal:visited {
    transition: 1s ease-in-out;
    background: green;
    box-shadow: 0px 0px 90px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.8);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.8);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.8);
    transition: all 200ms ease-in;
    transform: scale(0.8);
}

.balao {
    font-family: 'open sans';
    font-size: .85em;
    margin: 0 auto;
    background: #000;
    border-radius: 0 30px 30px 0;
    width: 300px;
    height: 100px;
    color: #fff;
    text-align: center;
    background-color: #5e35b1;
    /* Position relative para a seta não exceder os limites do balão, já que vamos usar position absolute nele */
    position: relative;
    margin-bottom: 1em;
}

    .balao:after {
        /* content necessário para a criação de um elemento vazio */
        content: "";
        width: 0;
        height: 0;
        /* position: absolute para manipularmos a posição da seta */
        /* position: absolute;*/
        /* Right com valor negativo para ele ficar para fora do balão de dialogo */
        right: -32px;
        /* É aqui o truque com as bordas */
        /* 50px é a metade da altura do elemento, assim temos uma seta da mesma altura que nosso elemento */
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 50px solid #5e35b1; /* Defina 'right' e a seta apontará para a esquerda */
        /* Borda de fora do elemento */
        border-radius: 50%;
    }

.balao2 {
    margin: 0 auto;
    background-color: darkseagreen;
    font-family: 'open sans';
    font-size: 0.85em;
    line-height: 1.6em;
    border-radius: 15px;
    width: 300px;
    height: auto;
    color: #fff;
    padding: 20px;
    position: relative;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75);
    text-align: center;
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.75);
}

    .balao2:after { /*Triangulo*/
        content: "";
        width: 0;
        height: 0;
        /*position: absolute;*/
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        /*Faz seta "apontar para baixo. Definir o valor como 'top' fará ela "apontar para cima" */
        /*Aqui entra a cor da "aba" do balão */
        border-top: 20px solid darkseagreen;
        top: -20px; /*localização. Experimente alterar para 'bottom'*/
        left: 20%;

    }

.assinatura {
    font-family: 'arial';
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: #999;
}

    .assinatura a {
        color: #7e57c2;
        font-weight: 800;
    }

 
