/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 de jul. de 2021, 08:01:21
    Author     : Cristiano Xavier Silva
*/
#container-content,
.content-header {
    width: 1200px;
    max-width: 1200px;
    min-width: 960px;
}

.login {
    margin: 80px 10px 0 0;
}

.posicao_rodape {
    width: 100%;
    height: 203px!important;
    background: #342a28;
    border-top: 5px solid #4b94c7;
    padding-bottom: 25px;
}

.posicao_rodape a,
.posicao_rodape span,
.posicao_rodape p {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
}

.fita-rodape .pre-footer-col p a {
    line-height: 1.8;
}

.fita-rodape .pre-footer-col p {
    text-align: justify;
}

.fita-rodape {
    width: 1200px;
    max-width: 1200px;
    min-width: 960px;
    margin: auto auto 15px auto;
}

.fita-rodape h1 {
    font-weight: normal;
    font-size: 33px;
    color: #d9c098;
}

.fita-rodape .col-md-3 p,
.fita-rodape .col-md-4 span {
    line-height: 1.4;
}

.col-md-2 {
    width: 20%;
    padding-right: 15px
}

.col-md-4 {
    width: 30%;
}

.col-md-3 {
    width: 25%;
}

.col-md-5 {
    width: 48%;
}

.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
    float: left;
}
.col-md-5.pre-footer-col h2 {
    font-weight: normal;
    margin-top: 28px;
}
.col-md-5.pre-footer-col h2 .fa.fa-lock {
    font-size: 30px;
    color: #d9c098;
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }

    .col-md-3 {
        width: 25%;
    }
    .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
        float: left;
    }
}