﻿body {
	background-color: #f4f5f7;
}
.faixa-fundo {
    background-image: url(../Imagens/bg-fundo.jpg);
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
}
.faixa-titulo {
    background-color: rgba(0, 37, 79, 0.7);
    min-height: 580px;
}
.faixa-form {
	background-color: rgba(0, 37, 79, 0.9);
    min-height: 580px;
}
.faixa-conteudo {
    top: 130px;
    position: absolute;
    margin: 0 auto;
    width: 100%
}
.faixa-conteudo h1 a{
    color:#fff;
    font-size:50px
}
.faixa-conteudo label {
    color: #fff;
    font-size: 16px;
}
.recuperar-senha{
    background-color: rgba(0, 37, 79, 0.9);
}
.boxdescr {
	color: #fff;
	font-size: 32px;
	margin-top: 60px;
	line-height: 35px;
    font-family: 'open_sanslight',Arial;
}
.form-control {
    margin-bottom:20px
}

/********* BLOCO ABAIXO ******/
.blocorh{
    margin-top: -120px;
    display:block
}
    .blocorh ul {
        padding-left: 30px;
    }
        .blocorh ul li {
            list-style: none;
            padding: 5px 0;
            text-align: left;
        }
    .blocorh h3 {
        font-family: open_bold, sans-serif;
        font-size: 20px;
        text-align: center;
        padding: 20px 10px;
        color: #fff;
        margin-bottom: 0;
        border: none;
    }
        .blocorh h3::after {
            border-style: solid;
            border-width: 15px;
            content: " ";
            left: 50%;
            top: 60px;
            margin-left: -10px;
            position: absolute;
        }
    .blocorh div {
        background-color: #fff;
        border: 1px solid #E7EAED;
        border-top: none;
        padding: 15px 0 5px 0;
        text-align: center;
    }
    .blocorh a {
        text-decoration: none;
    }
    .blocorh p {
        font-family: open_bold, sans-serif;
        font-size: 20px;
        text-align: center;
        padding: 5px 10px;
        margin-bottom:0;
        color: #000;
        letter-spacing: -1px;
        border-top: 1px solid #E7EAED;
    }
    .blocorh img {
        margin: 0 auto;
        padding: 15px 0;
    }
.bloco1 {
    background-color: #0E7BB6;
}
    .bloco1::after {
        border-color: #0E7BB6 transparent transparent;
    }
.bloco2 {
    background-color: #6600CC;
}
    .bloco2::after {
        border-color: #6600CC transparent transparent;
    }
.bloco3 {
    background-color: #8D20AE;
}
    .bloco3::after {
        border-color: #8D20AE transparent transparent;
    }
.bloco4 {
    background-color: #4caf50;
}

    .bloco4::after {
        border-color: #4caf50 transparent transparent;
    }
.estilo {
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

/*nav[id^="principal"]{ display:none !important}*/

/********* menu ******/
.nav > li > a { padding: 0px 6px 0px 0px}

#irmenu .glyphicon { padding:15px 12px; color:#fff; margin-right:3px}
#irmenu .glyphicon-signal  { background-color:#009999}
#irmenu .glyphicon-ok { background-color:#660066}
#irmenu .glyphicon-usd { background-color:#345170}
#irmenu .glyphicon-transfer { background-color:#FF6666}
#irmenu .glyphicon-user { background-color:#009999}

/********* CONTRASTE ******/
.contraste .faixa-gen {
    background-color: #222;
	background-image:none
}
.contraste .faixa-fundo {
	background-color: #222;
    background-image:none
}
.contraste .blocorh div {
	background-color: #000;
    border-color:#222
}
.contraste .faixa-titulo, .contraste .faixa-form {
	background-color: #000;
}

/* MEDIA QUERY BREAKPOINT */

/********* Smartphone ******/
@media screen and (min-width: 120px) and (max-width: 767px) {
    .faixa-fundo {
    background-image: url(../Imagens/bg-fundo.jpg);
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
}
.faixa-titulo {
    background-color: rgba(0, 37, 79, 0.8);
    min-height: 430px;
}
.faixa-conteudo {
    top: 50px;
    text-align:center
}
.faixa-conteudo label {
    font-size: 14px;
    margin-top:15px
}
.faixa-conteudo h1 a{
    font-size:30px
}
.faixa-rh {
    margin-top: -130px;
}
.blocorh{
    margin-top: 0px;
}
.blocorh h3 {
        padding:10px 10px
    }
    .blocorh h3::after {
        top: 40px;
    }
}
