﻿.img-reso {
    display: none;
}

.fe-new {
    display: none;
}

.serv {
    display: none;
}

/*@media screen and (-webkit-device-pixel-ratio:3) and (max-width:2048px) {

    body {
        
    }

    .img-reso {
        display: block;
    }
 
}*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}

@media only screen (orientation : landscape) and (orientation: landscape) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),only screen and (-o-min-device-pixel-ratio: 13/10),only screen and (min-resolution: 240dpi) {
}
/*
    header.head-a div {
        padding: 0;
    }

    .head-a img.img-reso {
        display: block;
        width: 100%;
        height: 505px;
    }

    .head-a img.img-logo {
        position: absolute;
        width: 125px !important;
        left: 6% !important;
        bottom: 40px;
        margin: 0 !important;
    }

    .head-a img.img-banner2 {
        display: none !important;
    }

    .head-a h1.titulo-fe {
        z-index: 2;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
        color: #FBFAFA;
        top: 0;
        position: absolute;
        width: 100%;
        font-size: 1.2em;
        font-weight: 500;
        background-color: rgba(50, 73, 100, 0.58);
        -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.48);
        -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.48);
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.48);
    }

    nav.nav-fast {
        background-color: rgba(255, 255, 255, 0.4);
        position: absolute;
        top: 59px;
        width: 100%;
        -moz-box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.46);
        -webkit-box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.46);
        box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.46);
    }

    section.section-a h2 + p {
        display: none;
    }

    .serv {
        padding: 18px 18px 0 0;
        display: inline-block;
        position: absolute;
        top: 116px;
        right: 0;
        left: 0;
        width: 85%;
        margin: 0 auto;
        overflow: hidden;
    }

        .serv p {
            line-height: 38px;
            font-weight: 300;
            font-size: 1.9em;
            color: rgb(255, 255, 255);
            letter-spacing: 1px;
        }

            .serv p > i {
                font-weight: 700;
                color: rgb(69, 102, 136);
            }
}*/

@media only screen and (min-width: 320px) and (max-width: 767px), only screen and (orientation: landscape) and (orientation: portrait), only screen (resolution: 1920px) {
}

@media (min-device-width: 800px) and (max-device-width: 1280px) {
    div:first-child h2.titulo-a {
        padding-top: 25px;
    }
        .asideFloat {
        display: none;
    }
    .responsiveHelp {
        display: block !important;
    }
    .responsiveHelp {
        display: block;
        position: relative;
        width: 50%;
        margin: 15px auto;
        z-index: 0;
        top: 0;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 800px) {
    /* Styles */
    header.head-a div {
        padding: 0;
    }


        .head-a img.img-logo {
            position: absolute;
            width: 125px !important;
            left: 6% !important;
            bottom: 40px;
            margin: 0 !important;
        }

        .head-a img.img-banner2 {
            /*display: none !important;*/
            display: none;
        }

        .head-a h1.titulo-fe {
            z-index: 2;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
            color: #FBFAFA;
            top: 0;
            position: absolute;
            width: 100%;
            font-size: 1.2em;
            font-weight: 500;
            background-color: rgba(50, 73, 100, 0.58);
            -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.48);
            -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.48);
            box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.48);
        }

    nav.nav-fast {
        background-color: rgba(255, 255, 255, 0.4);
        position: absolute;
        top: 59px;
        width: 100%;
        -moz-box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.46);
        -webkit-box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.46);
        box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.46);
    }

    .nav-large {
        top: 230px;
    }

    section.section-a h2 + p {
        display: block;
    }

    .serv {
        padding: 18px 18px 0 0;
        display: inline-block;
        position: absolute;
        top: 116px;
        right: 0;
        left: 0;
        width: 85%;
        margin: 0 auto;
        overflow: hidden;
    }

        .serv p {
            display: none;
        }

            .serv p > i {
                font-weight: 700;
                color: rgb(69, 102, 136);
            }


    div.foot-b p {
        color: #97A9B6;
    }

    .nav-large div:first-child, .nav-large div:last-child {
        padding: 8px 0;
        font-size: 10px;
        width: 50px;
    }

    .nav-large {
        width: 50px;
    }

    div:first-child h2.titulo-a {
        padding-top: 15px;
    }
    .asideFloat {
        display: none;
    }
    .responsiveHelp {
        display: block !important;
    }
    .responsiveHelp {
        display: block;
        position: relative;
        width: 70%;
        margin: 15px auto;
        z-index: 0;
        top: 0;
    }

}
