﻿/*ATUAL*/

/* @font-face {
    font-family: 'univers';
    src: url('../fonts/univers.ttf') format('truetype');
    font-stretch: condensed;
}

@font-face {
    font-family: 'univers-condensed-67-bold';
    src: url('../fonts/univers-condensed-67-bold.otf') format('opentype');
}


@font-face {
    font-family: 'UniversCondensed';
    src: url('../fonts/39335_UniversCondensed.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */

.conteudo {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #595959;
    font-family: 'univers';
}

.list-icons, .list {
    list-style: none;
}

ul {
    list-style: square;
}
.list-icons li, .list li {
    padding: 5px 0;
}

.contatoli {
    text-align: left;
}

.list-icons, .list {
    list-style: none;
    padding: 0;
}

.desactive {
    display:none;
    /*position: absolute;
    opacity: 0;*/
}
.active {
    display:block;
    /*position: static;
    opacity: 1;
    transition: opacity 1s linear;*/
}
.hiddenPaddingRight{
    padding-right: 0px;
}
.hiddenPaddingLeft {
    padding-left: 0px;
}
.hiddenPaddingRightLeft {
    padding-right: 0px;
    padding-left: 0px;
}
.hiddenPaddingImg {
    padding: 0px 0px 0px 0px;
}

.showPaddingRight {
    padding-right: 45px;
}
.showPaddingLeft {
    padding-left: 45px;
}
.showPaddingRightLeft {
    padding-right: 45px;
    padding-left: 45px;
}

.sombraAtivado {
    box-shadow: 0px 0px 15px 5px #cacaca;
    -webkit-box-shadow: 0px 0px 15px 5px #cacaca;
    -moz-box-shadow: 0px 0px 15px 5px #cacaca;
}

.sombraDesativado {
    box-shadow: 1px 1px 3px 1px #cacaca;
    -webkit-box-shadow: 1px 1px 3px 1px #cacaca;
    -moz-box-shadow: 1px 1px 3px 1px #cacaca;
}

.botaoAtivado, .botaoAtivado:visited, .botaoAtivado:active {
    width: inherit;
    color: #ffffff;
    background-color: #ff9900;
    font-family: 'univers';
    font-size: 22px;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    outline: 0px;
    padding: 0.3rem 0rem 0.3rem 0rem;
}
.botaoAtivado:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.botaoDesativado, .botaoDesativado:visited, .botaoDesativado:active {
    width: inherit;
    color: #013864;
    font-family: 'univers';
    font-size: 22px;
    border: 1px #b2aeae solid;
    border-radius: 10px;
    background-color: #ffffff;
    outline: 0px;
    font-weight: 600;
    padding: 0.3rem 0rem 0.3rem 0rem;
}
.botaoDesativado:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}


.comboList {
    font-family: 'univers';
    color: #b2aeae;
    width: inherit;
    font-size: 21px;
    padding: 5px 5px 5px 6px;
    border-radius: 5px;
    border-color: #b2aeae;
    border: 2px #d7d7d7 solid;
}
.section {
    padding: 50px 0;
}

.page-title {
    color: #013864;
    font-family: 'Univers Condensed';
    font-size: 52px;
}
.lead {
    color: #003764;
    font-family: 'univers';
    font-size: 23px;
}
.page-intro {
    padding-top: 130px;
}
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.space {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-top {
    padding-top: 20px;
}

.space-bottom {
    padding-bottom: 20px;
}

.margin-clear {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.padding-top-clear {
    padding-top: 0 !important;
}

.padding-bottom-clear {
    padding-bottom: 0 !important;
}

.border-clear {
    border: none !important;
}

.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}

.separator-2.right {
    margin-left: auto;
}

.btnBotoes {
    background-color: #F90;
    color: #FFF !important;
    border-color: #FFF;
    border-radius: 0.5rem;
}

    .btnBotoes:hover, .btnBotoes:focus, .btnBotoes:active, .btnBotoes.active, .open .dropdown-toggle.btnBotoes {
        color: #FFF !important;
        background-color: #183863;
        border-color: #183863;
        border-radius: 0.5rem;
    }