﻿
/* margens, icones, cores botões, titulos*/
.margem {
    padding: 40px 0;
}

.margem-longa {
    padding: 80px 0;
}

.margem-curta {
    padding: 20px 0;
}

.margem-minima {
    padding: 10px 0;
}

.margem-5 {
    padding: 5px 0;
}

.margem-top {
    padding: 40px 0 0 0;
}

.margem-bot {
    padding: 0 0 40px 0;
}

.margem-top-longa {
    padding: 80px 0 0 0;
}

.margem-bot-longa {
    padding: 0 0 80px 0;
}

.margem-top-curta {
    padding: 20px 0 0 0;
}

.margem-bot-curta {
    padding: 0 0 20px 0;
}

.margem-bot-minima {
    padding: 0 0 10px 0;
}

.margem-bot-5 {
    padding-bottom: 5px;
}

.espaco-superior {
    background-color: #2e3658;
    width: 100%;
    height: 105px;
}

.separador {
    background-color: #2e3658;
    width: 100%;
    height: 20px;
}

.separadorhr {
    background: #b1b1b1;
    margin: 10px 30px 10px 30px;
    padding: 1px 0px 0px 0px;
    height: 1px;
    opacity: 0.4;
}

.separador-maior {
    background-color: #2e3658;
    width: 100%;
    height: 60px;
}

.icon-short {
    font-size: 75%;
    padding: 0px 5px;
}

.icon-huge {
    font-size: 300%;
    padding: 0px 5px;
    vertical-align: middle;
}

.branco {
    color: #d1d5e7;
}

.azul-fraco {
    color: #00afea;
}

.amarelo {
    color: #FBA840;
}

.laranja {
    color: #F37820;
}

.laranja-vivo {
    color: #f26805;
}

.sublinhado {
}

    .sublinhado:after {
        background: #F37820 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 1px;
        margin: 0.31225em auto 0;
        position: relative;
        width: 100px;
    }

sublinhado-intro {
    color: #F37820;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.2em;
    margin: 2px 0;
}

.titulo1 {
    display: block;
    font-size: 255%;
    font-weight: 700;
    color: #f37435;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.3;
}

.titulo2 {
    color: #f37820;
    font-weight: 700;
    font-size: 250%;
    letter-spacing: -1px;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

    .titulo2:after {
        background: #f37435 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 1px;
        margin: 5px auto 0;
        position: relative;
        width: 100px;
    }

.titulo3 {
    display: block;
    text-align: center;
    font-size: 220%;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.titulo4 {
    display: block;
    font-size: 160%;
    font-weight: 500;
    color: #f37435;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.3;
}

.titulo5 {
    display: block;
    font-size: 130%;
    font-weight: 500;
    color: #f37435;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.3;
}

.reduzido4 {
    font-size: 75%;
}

.reduzido3 {
    font-size: 80%;
}

.source-sans-pro {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.arial {
    font-family: Arial, sans-serif;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.rounded-btn-amarelo {
    border: 1px solid #FBA840;
    border-radius: 3px;
    color: #FBA840;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 80%;
    margin-top: 1.25em;
    padding: 0.625em 2.25em;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
}

    .rounded-btn-amarelo:hover {
        background: none repeat scroll 0 0 rgba(251, 168, 64, 0.1);
    }

/*base param páginas de administração*/
.content {
    margin-top: 75px;
    margin-bottom: 75px;
}

select {
    color: #3e464d;
}

.central {
    float: none;
    margin: 0 auto;
    display: block;
}

.texto-central {
    text-align: center;
}

.alinhado {
    display: block;
    float: left;
}

.alinhado-direita {
    display: block;
    float: right;
}

.tam150 {
    width: 150px;
}

.tam170 {
    width: 170px;
}

.tam180 {
    width: 180px;
}

.tam300 {
    width: 300px;
}

.col67 {
    width: 67%;
    margin: 0 auto;
}
.col67Esq{
    width: 67%;
}

.col34{
    width: 34%;
    margin: 0 auto;
}