﻿@import url(http://fonts.googleapis.com/css?family=Lato);

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

header {
    position: relative;
    padding: 5px 0;
    background: #fff;
    height: 133px;
    border-top: 10px solid #ff6934;
    border-bottom: 10px solid #ff6934;
}

header div.logotipo {
    float: right;
    position: relative;
    margin: 0 20px;
}

header div.logotipo.pmp {
    background: url(../imagens/logotipo-pmp.png) no-repeat center center;
    width: 159px;
    height: 96px;
    margin-top: 3px;
}

header div.logotipo.dfc {
    background: url(../imagens/logotipo-dfc.png) no-repeat center center;
    width: 221px;
    height: 64px;
    margin-top: 15px;
}

header div.info {
    display: inline-block;
    color: #132b69;
}

header div.info h2 {
    font-weight: 700;
    font-size: 54px;
}

header div.info h3 {
    font-size: 22px;
}

header div.info h4 {
    font-size: 18px;
}

#mensagem {
    width: 100%;
    text-align: center;
}

.alert {
    border-radius: 0;
    padding: 8px;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 5px !important;
}

#login {
    width: 30%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    /*border: 1px solid #525252;*/
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {

    header div.info h2 {
        font-size: 46px;
    }

    header div.logotipo.pmp {
        width: 180px;
        background-size: contain;
    }

    header div.logotipo.dfc {
        width: 200px;
        background-size: contain;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

    header div.info h2 {
        font-weight: 700;
        font-size: 40px;
    }

    header div.logotipo.pmp {
        width: 130px;
        background-size: contain;
    }

    header div.logotipo.dfc {
        width: 160px;
        background-size: contain;
    }

}

@media screen and (max-width: 1024px) {

    #login {
        width: 50%;
    }

    header div.info h2 {
        font-weight: 700;
        font-size: 32px;
    }

    header div.logotipo.pmp {
        width: 120px;
        background-size: contain;
    }

    header div.logotipo.dfc {
        width: 140px;
        background-size: contain;
    }

}

@media screen and (min-width: 601px) and (max-width: 800px) {

    #login {
        width: 60%;
    }

    header div.info h2 {
        font-weight: 700;
        font-size: 28px;
    }

    header div.logotipo.pmp {
        width: 100px;
        background-size: contain;
    }

    header div.logotipo.dfc {
        width: 120px;
        background-size: contain;
    }
}

@media screen and (max-width: 600px) {

    header img.logotipo {
        height: 60px;
    }

    header img.logotipo.dfc {
        height: 60px;
    }

    header div.info h2 {
        font-size: 24px;
    }

    header div.info h3 {
        font-size: 20px;
    }

    header div.info h4 {
        font-size: 18px;
    }

    #login {
        width: 80%;
        margin-top: 0;
    }

}

@media screen and (max-width: 480px) {

    header img.logotipo {
        height: 60px;
    }

    header img.logotipo.dfc {
        height: 60px;
    }

    header div.info h2 {
        font-size: 24px;
    }

    header div.info h3 {
        font-size: 17px;
    }

    header div.info h4 {
        font-size: 14px;
    }

    #login {
        width: 100%;
        margin-top: 0;
    }

}

@media screen and (max-width: 320px) {

    header div.info {
        width: 100%;
        text-align: center;
    }

}