﻿
@media screen and (max-width:900px) {

    .ct1 {
        padding-top: 45px;
    }
    .txt1 {
        width: 90%;
        max-width: 350px;
    }

        .txt1 .txt2 {
            display: table;
            width: 50%;
            float: left;
            font-size: 30px;
            line-height: 32px;
            font-weight: 600;
            letter-spacing: -2px;
            color: #323a4a;
            text-transform: uppercase;
            text-align: right;
        }
    .elementos .elemento {
        font-size: 18px;
        line-height: 20px;
    }
    .abalefty .txtaba1 .tt1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
    }
    .abalefty .txtaba1 .tt1 span {
        font-size: 20px;
        padding-top:5px;
    }
        .txt1 .txt3 {
            display: table;
            width: 40%;
            float: left;
            font-weight: 400;
            color: rgba(50, 58, 74, 1);
            font-size: 20px;
            line-height:26px;
            letter-spacing: 0px;
            text-align: left;
            padding-top: 0px;
            padding-left: 15px;
            border-left: 1px solid #323a4a;
            margin-left: 15px;
        }

        .txt1 .txt0 {
            display: table;
            width: 100%;
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
            letter-spacing: 0px;
            text-transform: uppercase;
            text-align: right;
            padding-top: 4px;
        }

    .grafico col:nth-child(1) {
        width: 45%;
    }

    .grafico col:nth-child(2) {
        width: 55%;
    }
    .grafico {
        border-collapse: collapse;
        width: 95%;
        margin: auto;
        margin-top: 35px;
        table-layout: fixed; /* importante para fixar larguras */
    }
        .grafico td,
        .grafico th {
            border: 1px dotted rgba(0,0,0,0.5);
            padding: 6px;
            text-align: left;
            transition: 0.3s;
        }
        .grafico .bar {
            display: table;
            width: 0%;
            height: 58px;
            background-color: #323a4a;
            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;
        }

        .grafico .elemento2 {
            font-size: 18px;
            line-height: 20px;
            font-weight: 500;
            letter-spacing: 0px;
            color: rgba(50, 58, 74, 0.5);
            text-align: left;
            padding-top: 10px;
            padding-bottom:14px;
            padding-right:10px;
        }
            .grafico .elemento2 .img1 {
                font-size: 16px;
                line-height: 16px;
            }
                .grafico .elemento2 .img1 img {
                    width: 22px;
                }
    .elementos {
        width: 85%;
        max-width:400px;
        margin-top: 10px;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center;
    }

        .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;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

    .grafico .media {
        font-size: 30px;
        line-height: 38px;
        font-weight: 600;
        letter-spacing: 0px;
        text-align: left;
        padding-top: 16px;
        padding-left: 34px;
        background-image: url(../img/risco.svg);
        background-repeat: no-repeat;
        background-size: 80px;
        background-position: left 10px top 12px;
    }
}
