﻿
@media screen and (max-width:1100px) {

    .AreaLeft {
        width: 100%;
    }
    .AreaRight {
        display: none;
    }
    .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 98% !important;
    }

    .titulo {
        width: 90%;
        margin: auto;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }

    .titulo img{
        width:95px;
    }

    .titulo2 {
        width: 90%;
    }

    .container {
        padding-top:60px;
        padding-bottom: 30px;
    }

    .containerpage {
        width: 100%;
    }

    .info {
        display: table;
        width: 100%;
        max-width:700px;
        margin:auto;
        padding-bottom: 20px;
    }

        .info .left {
            display: table;
            width: 50%;
            float: left;
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
            padding-bottom: 5px;
            margin-bottom: 20px;
            border-left: 1px solid rgba(0,0,0,0.6);
        }

        .info .leftresp {
            border: none;
        }

        .info .infotxt1 {
            display: table;
            width: 100%;
            font-size: 35px;
            line-height: 45px;
            font-weight: 600;
            color: #1b7792;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .info .infotxt2 {
            display: table;
            width: 100%;
            font-size: 20px;
            line-height: 26px;
            font-weight: 300;
            color: #1b7792;
        }

}

@media screen and (max-width:730px) {

    .txt4 {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 20px;
    }
   
    .Drop {
        width: 50% !important;
    }

    .Drop2 {
        width: 100% !important;
    }

    .textboox {
        width: 100% !important;
        text-align: center;
        border-top: 1px solid #f1f1f1;
    }

    .titulo {
        font-size: 42px;
        line-height: 46px;
    }

    .titulo2 {
        width: 90%;
        max-width:312px;
        line-height: 32px;
    }

    .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;
    }
}
