﻿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: "Oswald", sans-serif;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    background-color: #fff;
    background-color: #f9f9f9;
    overflow-x: hidden;
    background-image: url(../img/fundo.jpg);
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
}

.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;
}

.ct1 {
    display: table;
    width: 100%;
    margin: auto;
    padding-top:60px;
}

.txt1 {
    display: table;
    width:100%;
    max-width:460px;
    margin:auto;
}

.txt1 .txt0{
    display: table;
    width:100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #0069a6;
    text-transform: uppercase;
    text-align: right;
    padding-top:4px;
}

.txt1 .txt0 span{
    color: #0069a6;
}

.txt1 .txt2{
    display: table;
    width:55%;
    float:left;
    font-size: 42px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #323a4a;
    text-transform: uppercase;
    text-align: right;
}

.txt1 .txt2 span{
}

.txt1 .txt3{
    display: table;
    width: 40%;
    float:left;
    font-weight:400;
    color: rgba(50,58,74, 1);
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: left;
    padding-top:0px;
    padding-left:15px;
    border-left:1px solid #323a4a;
    margin-left:4%;
}

.elementos {
    display: table;
    margin: auto;
    width: 420px;
    margin-top: 20px;
    background-image: url(../img/setas.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}



    .elementos .elemento {
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        letter-spacing: 0px;
        color: #323a4a;
        text-align: left;
        position: relative;
        text-align: center;
        opacity: 0.5;
        transition: 0.3s;
    }

@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 105, 166, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 105, 166, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 105, 166, 0);
    }
}

.elementos .select {
    opacity: 1;
}

    .elementos .elemento:hover {
        opacity: 1;
        cursor:pointer;
    }

.elementos .elemento .img1 {
    display: table;
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 100px;
    border: 6px solid #fff;
    background-color: rgba(0,0,0,0.05);
    box-shadow: 5px 0px 5px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    
}

.elementos .select .img1 {
    /*animation: pulseBorder 1.5s infinite;*/

}

        .elementos .elemento .img2 {
            width: 15px;
            vertical-align: baseline;
        }

        .elementos .elemento span {
            position: absolute;
            top: 5px;
            left: 80px;
            width: 48px;
            height: 48px;
            font-weight: 600;
            background-color: #e42148;
            color: #fff;
            border-radius: 100px;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            border: 3px solid #fff;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

.grafico col:nth-child(1) {
    width: 20%;
}

.grafico col:nth-child(2) {
    width: 80%;
}

.grafico {
    border-collapse: collapse;
    width: 100%;
    max-width: 940px;
    margin: auto;
    margin-top: 20px;
    table-layout: fixed; /* importante para fixar larguras */
}

   /* .grafico tbody tr:nth-child(odd) {
        background-color: rgba(0,0,0,0.05);
    }

    .grafico tbody tr:nth-child(even) {
        background-color: transparent;
    }*/

/* cria as linhas entre células */
    .grafico td,
    .grafico th {
        border: 1px dotted rgba(0,0,0,0.5);
        padding: 14px;
        text-align: left;
        transition: 0.3s;
        position: relative;
    }

.grafico tr{
    transition:0.3s;
}

.grafico th {
    vertical-align: baseline;
}

    .grafico tbody tr:hover {
        /*border-bottom: 1px solid rgba(0,0,0,0);*/
        cursor: pointer;
        /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
        background-color: rgba(0,0,0,0.05);
    }

.medias:hover {
    background-color: transparent !important;
    cursor: initial !important;
}
/* remove as bordas exteriores */
.grafico tr:first-child td {
    border-top: none;
}      /* sem borda superior */
.grafico tr:last-child td  { border-bottom: none; } /* sem borda inferior */
.grafico td:first-child    { border-left: none; }   /* sem borda esquerda */
.grafico td:last-child     { border-right: none; }  /* sem borda direita */

/* se usares <th>, também retira as bordas exteriores desses */
.grafico tr:first-child th { border-top: none; }
.grafico th:first-child    { border-left: none; }
.grafico th:last-child     { border-right: none; }



.grafico .elemento2{
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(50,58,74, 0.5);
    text-align: left;
    padding-top:16px;
}

.grafico .elemento2 span{
    display:none;
}

.grafico .elemento2 .img1{
    display:table;
    width:100%;
    margin-top:6px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0069a6;
    text-align: left;
}

.grafico .elemento2 .img1 img{
    width:24px;
    vertical-align:top;
}

.grafico .bar {
    display: table;
    width: 0%;
    height: 58px;
    background-color: #323a4a;
    border-radius: 8px;
    background-image: url(../img/bar.svg);
    background-repeat: repeat-x;
    background-size: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 2s;
    z-index: 2;
    position:relative;
}

.grafico .baralpha {
    display: table;
    width: 100%;
    height: 58px;
    z-index: 1;
    background-color: rgba(0,0,0,0.1);
    border-radius: 8px;
}


.grafico .bar span{
    display:table;
    float:left;
    font-size: 30px;
    line-height: 57px;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgba(255,255,255,1);
    margin-left:22px;
}

    .grafico .mediatitle {
        font-size: 30px;
        line-height: 38px;
        font-weight: 500;
        letter-spacing: 0px;
        color: rgba(50,58,74, 1);
        text-align: left;
        padding-top: 16px;
    }

.grafico .media {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0069a6;
    text-align: left;
    padding-top: 16px;
    padding-left: 34px;
    background-image: url(../img/risco.svg);
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: left 10px center;
}


.Footer {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 200;
    color: #323a4a;
}

.Footer a {
    cursor:pointer;
}

.Footer b {
    font-weight: 400;
}

.Footer div {
    text-align: center;
    width: 100%;
    display: table;
    padding-bottom: 10px;
    font-weight: 200;
    cursor: pointer;
    color: #323a4a;
}





.back {
    width: 100%;
    display: none;
    background-color: rgba(0,0,0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}



.abalefty {
    display: block;
    position: fixed;
    top: 0px;
    left: -610px;
    width: 92%;
    max-width: 450px;
    height: 100%;
    background-color: #FFF;
    /*border-left:1px solid rgba(0,0,0,0.2);*/
    z-index: 11111;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .abalefty .ctaba2 {
        display: table;
        width: 100%;
        opacity: 1;
    }

    .abalefty .close {
        display: table;
        width: 35px;
        border-radius: 100px;
        background-color: #323a4a;
        padding: 10px;
        position: absolute;
        top: 20px;
        right: 25px;
        /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
        cursor: pointer;
        z-index: 100;
        /*transition:0.3s;*/
    }

        .abalefty .close:hover {
            background-color: #0069a6;
        }

        .abalefty .close img {
            display: table;
            width: 100%;
        }

    .abalefty .elemento {
        display: table;
        width: 100%;
    }


    .abalefty .txts {
        display: table;
        width: 85%;
        margin: auto;
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .abalefty .txtaba1 {
        display: table;
        width: 100%;
        padding-top:20px;
    }

        .abalefty .txtaba1 .tt0 {
            display: table;
            width: 85%;
            font-size: 14px;
            line-height: 16px;
            font-weight: 600;
            letter-spacing: 0px;
            color: #e42148;
            
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .abalefty .txtaba1 .tt0 span{
            color:rgba(0,0,0,0.5);
            display:table;
        }

        .abalefty .txtaba1 .tt1 {
            display: table;
            width: 100%;
            font-size: 24px;
            line-height: 34px;
            font-weight: 500;
            letter-spacing: 0px;
            color: #323a4a;
            padding-bottom: 20px;
            padding-top: 5px;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(0,0,0,0.2);
        }

            .abalefty .txtaba1 .tt1 span {
                color: rgba(0,0,0,0.5);
                display: table;
                font-size: 18px;
                line-height: 26px;
            }

        .abalefty .txtaba1 .tt2 {
            letter-spacing: 0px;
            display: table;
            width: 100%;
            font-size: 20px;
            line-height: 30px;
            color: #323a4a;
            font-weight: 300;
            padding-bottom:30px;
            /*border-bottom:1px solid rgba(0,0,0,0.2);*/
            margin-bottom:30px;
            text-align:justify;
        }

    .abalefty .txtaba2 {
        display: table;
        
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        text-align: justify;
        color: rgba(0,0,0,1);
        padding-bottom: 30px;
    }

    .abalefty .youtube {
        display: table;
        width: 100%;
    }

    .abalefty iframe {
        display: table;
        width: 100%;
        border-radius: 10px;
    }