﻿
@media screen and (max-width:1100px) {

    .categorias {
        display: flex;
    }

    .entrada {
        width: 90%;
        margin: auto;
        padding-top: 70px;
    }

    .entrada .txt1{
        font-size:36px;
        line-height:36px;
        padding-bottom:18px;
    }

        .entrada .txt2 {
            display: table;
            width: 90%;
            font-family: "Aleo", serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 28px;
            color: #6d3c8c;
            text-align: center;
            margin:auto;
            margin-bottom: 30px;
        }

    .paineis {
        width: 300px;
        overflow: hidden;
        overflow-x: hidden;
        max-width: initial;
        cursor: initial;
        padding-top:40px;
    }

        .paineis .painel .type1 {
            width: 90%;
        }

    .scroll {
        display: table;
        width: 100%;
    }

    .paineis .painel {
        display: table;
        width: 100%;
        float: none;
        max-width: 450px;
        margin:auto;
        padding: 35px;
        border-right: none;
        padding-top: 30px;
        padding-bottom: 20px;
        position: relative;
    }

        .paineis .painel .back {
            display: table;
            height:120px !important;
        }

    .paineis .btcompara {
        display: table;
    }
   
}
