﻿
@media screen and (max-width:1100px) {

    .entrada {
        width: 100%;
        padding-top: 50px;
    }

    .entrada .img {
        max-width: 80px;
        margin-bottom: 30px;
    }

        .entrada .txt1 {
            width: 85%;
            margin: auto;
            font-weight: 900;
            font-size: 36px;
            line-height: 36px;
            padding-bottom: 18px;
        }

        .entrada .txt2 {
            width: 90%;
            margin:auto;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 30px;
        }

    .choises {
        width: 98%;
        margin:auto;
        padding-bottom: 6px;
    }

    .selectchoise {
        float: left;
        display: table;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 6px;
        border-radius: 16px;
    }

    .txt5 {
        width: 90%;
        margin:auto;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #6d3c8c;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .resultado {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 25px;
        margin: auto;
        display: table;
        text-align: center;
        border-bottom: 2px dotted #6d3c8c;
    }

    .entrada .drop {
        display: table;
        width: 96%;
        padding: 6px;
        border-radius: 16px;
        background-color: rgba(139, 100, 163, 0.2);
        margin: auto;
        margin: auto;
        margin-bottom: 36px;
    }

    .tabela-irs {
        border-collapse: collapse;
        width: 95%;
        max-width: 1000px;
        margin: auto;
        color: #6d3c8c;
        margin-top: 30px;
        font-family: "Aleo", serif;
        font-size: 14px;
        border-collapse: separate;
        border-spacing: 2px;
    }

        .tabela-irs .ww {
            min-width: 100px;
        }

}


@media screen and (max-width:340px) {

    .tabela-irs .ww {
        min-width: 90px;
    }

    .entrada .txt2 {
        width: 90%;
        margin: auto;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .tabela-irs {
        border-collapse: collapse;
        width: 95%;
        max-width: 1000px;
        margin: auto;
        color: #6d3c8c;
        margin-top: 30px;
        font-family: "Aleo", serif;
        font-size: 12px;
        border-collapse: separate;
        border-spacing: 2px;
    }

    .resultado {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px;
        margin: auto;
        display: table;
        text-align: center;
        border-bottom: 2px dotted #6d3c8c;
    }

    .selectchoise div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-family: "Aleo", serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        padding: 10px;
        padding-bottom:8px;
        padding-left: 13px;
        border-radius: 10px;
        border: none;
        background-color: #6d3c8c;
        cursor: pointer;
        z-index: 120000 !important;
    }

    .drop .select {
        display: table;
        width: 100%;
        font-family: "Aleo", serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        padding: 8px;
        padding-top:10px;
        padding-left: 15px;
        border-radius: 10px;
        border: none;
        background-color: #6d3c8c;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}
