﻿
@media screen and (max-width:1100px) {

    .AreaLeft {
        width: 100%;
    }
    .AreaRight {
        display: none;
    }
    
    .container {
        padding-right: 0px;
        padding-left: 0px;
        width:98%;
    }

    .titulo {
        width: 90%;
        font-size: 42px;
        line-height: 48px;
        margin: auto;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    .titulo img{
        width:35px;
    }

    .titulo2 {
        width: 90%;
        font-size: 20px;
        line-height: 34px;
        margin: auto;
        margin-bottom: 40px;
        font-weight: 300;
    }

    .container {
        padding-top:50px;
        padding-bottom: 30px;
    }

    .containerpage {
        width: 100%;
    }

    .info {
        display: table;
        width: 90%;
        max-width: 1100px;
        padding-bottom: 40px;
        margin: auto;
    }

    

        .info .left {
            display: table;
            width: 50%;
            float: left;
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
            border-right: 2px dashed rgba(0,0,0,0.2);
            margin-bottom: 0px;
            padding-bottom: 30px;
            padding-top: 30px;
        }

    .leftresp {
        border: none !important;
    }

    .leftresp2 {
        border-bottom: 2px dashed rgba(0,0,0,0.2) !important;
    }
            .info .left img {
                display: table;
                width: 100%;
                max-width: 66px;
                margin: auto;
                margin-bottom: 14px;
            }


        .info .infotxt1 {
            display: table;
            width: 100%;
            font-size: 55px;
            line-height: 55px;
            font-weight: 600;
            color: #0a0a0a;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .info .infotxt2 {
            display: table;
            width: 100%;
            font-size: 20px;
            line-height: 26px;
            font-weight: 300;
            color: #0a0a0a;
        }
}

@media screen and (max-width:730px) {

    .Filter {
        border: 1px solid #f1f1f1;
    }

    .Drop {
        width: 100% !important;
    }

    .Drop2 {
        width: 100% !important;
    }

    .textboox {
        width: 100% !important;
        text-align: left;
        border-top: 1px solid #f1f1f1;
    }

    .titulo {
        font-size: 40px;
        line-height: 44px;
    }

    .titulo2 {
        width: 90%;
        font-size: 20px;
        line-height: 30px;
        margin: auto;
        margin-bottom: 25px;
        font-weight: 300;
    }

    .menu {
        margin-bottom: 45px;
    }


    
}

@media screen and (max-width:650px) {

    .menu div {
        margin-top: 0px;
        margin-left: 6px;
        margin-right: 6px;
    }

    .menu div:hover {
        margin-top: 0px;
    }

    .pageleft {
        padding-right: 10px;
    }

    .pageright {
        padding-left: 10px;
    }

}


@media screen and (max-width:340px) {

    .menu div {
        margin-left: 2px;
        margin-right: 2px;
    }
}
