﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    text-decoration: none;
    vertical-align: baseline;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*nao deixa o width ser afetado pelo padding*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Aleo", serif;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    background-color: #fff;
    background-color: #f9f9f9;
    overflow-x: hidden;
    background-image: url(../img/fundo-01.jpg);
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
}

b {
    font-weight: 400;
}

.transition {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.entrada{
    display:table;
    width:100%;
    margin:auto;
    max-width:550px;
    padding-top:80px;
    margin-bottom:0px;
}

.entrada .img{
    display: table;
    width: 100%;
    max-width:110px;
    margin:auto;
    margin-bottom:30px;
}

.entrada .txt1{
    display: table;
    width: 100%;
    margin:auto;
    max-width:450px;
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size:48px;
    line-height:48px;
    color:#6d3c8c;
    text-align:center;
    padding-bottom:18px;
}

.entrada .txt1 span{
    text-decoration:underline;
}

.entrada .txt2{
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 700;
    font-size:24px;
    line-height:34px;
    color:#6d3c8c;
    text-align:center;
    margin-bottom:30px;
}

.txt5 {
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #6d3c8c;
    text-align: center;
    margin-top:30px;
    margin-bottom: 15px;
}

.choises {
    display: table;
    width: 100%;
    padding-bottom: 12px;
}

.selectchoise {
    float: left;
    display: table;
    width: 48%;
    margin-left:1%;
    margin-right:1%;
    padding: 12px;
    border-radius: 16px;
    background-color: rgba(139,100,163,0.2);
}

.selectchoise div{
    display: flex;
  justify-content: space-between;
  align-items: center;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    padding: 14px;
    padding-bottom:12px;
    padding-left: 15px;
    border-radius: 10px;
    border: none;
    background-color: #6d3c8c;
    cursor: pointer;
    z-index: 120000 !important;
}

.choises .select::after {
    content: "✓";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.entrada .drop {
    display: table;
    width: 98%;
    padding: 12px;
    border-radius: 16px;
    background-color: rgba(139,100,163,0.2);
    margin: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:36px;
}

.drop .select {
    display: table;
    width: 100%;
    font-family: "Aleo", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 12px;
    padding-left: 15px;
    border-radius: 10px;
    border: none;
    background-color: #6d3c8c;
    appearance: none; /* remove a aparência padrão */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" height="10" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 6 5-6z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px 6px;
    cursor: pointer;
    z-index: 120000 !important;
}







.tabela-irs {
    border-collapse: collapse;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    color: #6d3c8c;
    margin-top:30px;
    font-family: "Aleo", serif;
    font-size: 16px;
    border-collapse: separate; /* alterar de collapse para separate */
    border-spacing: 2px; /* define o espaçamento horizontal e vertical */
}

    .tabela-irs th {
        background-color: #6d3c8c;
        color: white;
        text-align: left;
        padding: 12px 10px;
        border-radius: 6px;
    }

    .tabela-irs td {
        padding: 12px 10px;
        border-radius: 6px;
    }

    .tabela-irs .ww {
        min-width:90px;
    }

.tabela-irs tr:nth-child(even) {
  background-color: rgba(109,60,140, 0.1);
}

.tabela-irs tr:hover {
  background-color: #f1f1f1;
}

.tabela-irs .titulo {
  font-weight: bold;
}

    .tabela-irs .destaque {
        font-weight: bold !important;
        color: #6d3c8c !important;
        background-color: #fde4cf !important;
    }

    .tabela-irs .laranja {
        color: red;
        font-weight: bold;
    }



.resultado {
    font-family: "Aleo", serif;
    font-weight: 900;
    font-size: 68px;
    line-height: 68px;
    color: #6d3c8c;
    margin-bottom: 25px;
    margin: auto;
    display: table;
    text-align: center;
    border-bottom: 2px dotted #6d3c8c;
}





.Footer {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    font-family: "Aleo", serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #6d3c8c;
}

    .Footer a {
        cursor:pointer;
    }

.Footer b {
    font-weight: 800;
}

    .Footer div {
        text-align: center;
        width: 100%;
        display: table;
        padding-bottom: 10px;
        font-weight:200;
        cursor: pointer;
        color: #6d3c8c;
    }






/*aba*/

.aba {
    display: none;
    width: 90%;
    max-width: 550px;
    /*height: 100%;*/
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
    opacity: 0;
    padding-bottom: 20px;
    border-radius: 10px;
}

    .aba .ct {
        display: table;
        width: 100%;
        padding: 25px;
        padding-top: 35px;
        position: relative;
        color: #35404a;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
        font-weight: 400;
    }

        .aba .ct .close {
            display: table;
            width: 100%;
            padding-bottom: 0px;
            position: absolute;
            right: 26px;
            top: 36px;
        }

            .aba .ct .close img {
                display: table;
                width: 18px;
                float: right;
                cursor: pointer;
            }

        .aba .ct .txt3 {
            display: table;
            width:90%;
            position: relative;
            color: #30567D;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0px;
            font-weight: 700;
            border-radius: 3px;
            margin-bottom: 25px;
        }

            .aba .ct .txt3 span {
                font-size: 16px;
                display: table;
                font-weight: 600;
            }

        .aba .ct .txt4 {
            display: table;
            position: relative;
            color: #30567D;
            font-size: 16px;
            line-height: 28px;
            letter-spacing: 0px;
            font-weight: 700;
            padding: 5px;
            padding-left: 0px;
            padding-right: 8px;
            border-radius: 22px;
            margin-top: 10px;
        }


        .aba b {
            font-weight: 700;
        }