    @import url(http://fonts.googleapis.com/css?family=Exo:300,400,600|Open+Sans:400italic,700italic,400,600);
    /**########
*cores
 #########**/
    /*$corprincipal: #456045;
$rodapecor: #000;
#efebea: #efebea;
*/

    body {
        font-size: 100%;
        color: #456045;
        font-family: "Open Sans";
    }
    /**########
*	FONTES
	#########**/

    p {
        line-height: 1.5;
        margin: 30px 0;
        a {
            text-decoration: underline;
        }
    }

    h1 {
        color: #456045 !important;
    }

    h2 {
        color: #3d3c41 !important;
    }

    h3 {
        color: #456045 !important;
        font-size: 1.3em !important
    }

    h4 {
        color: #3d3c41 !important;
    }

    h3 small {
        color: #3d3c41 !important;
    }

    a {
        color: #456045;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    a:focus, a:hover {
        color: #3d3c41;
    }

    a[href$=".pdf"]:before {
        content: "\f1c1 ";
        font-family: "Font Awesome 5 Free";
    }

    red {
        color: red;
    }
    
    blink 
    {
        animation: blinker 0.6s linear infinite;
    }
    
    blockquote {
        font-style: italic;
        color: #868e96;
    }

    .section-heading {
        font-size: 36px;
        font-weight: 700;
        margin-top: 60px;
    }

    .caption {
        font-size: 14px;
        font-style: italic;
        display: block;
        margin: 0;
        padding: 10px;
        text-align: center;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

     ::-moz-selection {
        color: #fff;
        background: #0085A1;
        text-shadow: none;
    }

     ::selection {
        color: #fff;
        background: #0085A1;
        text-shadow: none;
    }

    img::-moz-selection {
        color: #fff;
        background: transparent;
    }

    img::selection {
        color: #fff;
        background: transparent;
    }

    img::-moz-selection {
        color: #fff;
        background: transparent;
    }
    /*#########
	MENU
	########*/

    .dropdown-menu.show {
        background: #fff !important;
        /*mudar aqui*/
        color: #000 !important;
        position: fixed !important;
        display: inline-flex !important;
        width: 100% !important;
        margin-top: -2px !important;
    }

    .dropdown-item {
        color: #000 !important;
        /*mudar aqui*/
        /* width: 100%; */
        padding: .25rem 2.5rem;
    }

    .dropdown-item:hover {
        color: #fff !important;
        /*mudar aqui*/
    }

    #mainNav {
        position: fixed;
        border-bottom: 10px solid #e9ecef;
        background-color: #000;
        /*mudar aqui*/
    }

    .navbar-toggler {
        border: 0px;
        font-size: 1.5em !important;
        font-weight: 800;
        padding: 13px;
        text-transform: uppercase;
        color: #fff !important;
    }

    .nav-side-menu .fa-times.collapsed {
        font-size: 0  !important
    }

    .nav-side-menu .fa-bars.collapsed {
        font-size: 1.5em  !important
    }

    .nav-side-menu .fa-times[aria-expanded="true"]  {
        font-size: 1.5em  !important
    }

    .nav-side-menu .fa-bars[aria-expanded="true"] {
        font-size: 0  !important
    }

    .nav-side-menu .fa-times  {
        font-size: 0em  !important
    }

    .nav-side-menu .fa-bars {
        font-size:1.5em  !important
    }

    #mainNav .navbar-nav>li.nav-item>a {
        font-size: 0.7em !important;
        font-weight: 800;
        letter-spacing: 0.03em;
        color: #456045;
        text-transform: uppercase;
    }

    .navbar-brand img {
        height: 45px !important;
        padding: 5px;
        margin: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    @media (min-width: 992px) .navbar-nav .nav-link {
        padding-right: .2rem !important;
        padding-left: .2rem !important;
    }

    @media only screen and (min-width: 992px) {
        #mainNav {
            border-bottom: 1px solid transparent;
            background: #000;
            .navbar-brand {
                padding: 2px;
            }
            .navbar-brand:focus, .navbar-brand:hover {
                color: rgba(255, 255, 255, 0.8);
            }
            .navbar-nav>li.nav-item>a {
                padding: 10px;
                color: #fff;
            }
            .navbar-nav>li.nav-item>a:focus, .navbar-nav>li.nav-item>a:hover {
                color: rgba(255, 255, 255, 0.8);
            }
        }
    }

    @media only screen and (min-width: 992px) {
        #mainNav {
            -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s;
            /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-backface-visibility: hidden;
            .is-fixed {
                /* when the user scrolls down, we hide the header right above the viewport */
                position: fixed;
                top: -67px;
                -webkit-transition: -webkit-transform 0.2s;
                transition: -webkit-transform 0.2s;
                transition: transform 0.2s;
                transition: transform 0.2s, -webkit-transform 0.2s;
                border-bottom: 1px solid white;
                background-color: rgba(255, 255, 255, 0.9);
            }
            .is-fixed .navbar-brand {
                color: #202826;
            }
            .is-fixed .navbar-brand:focus, .is-fixed .navbar-brand:hover {
                color: #0085A1;
            }
            .is-fixed .navbar-nav>li.nav-item>a {
                color: #fff;
            }
            .is-fixed .navbar-nav>li.nav-item>a:focus, .is-fixed .navbar-nav>li.nav-item>a:hover {
                color: #0085A1;
            }
            .is-visible {
                /* if the user changes the scrolling direction, we show the header */
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
            }
        }
    }
    /*#######
	Secções
	#######*/

    div.container.conteudo {
        border-bottom: 2px dashed #f5fdff;
        padding: 25px 15px;
    }

    @media (max-width: 992px) {
        #home {
            margin-top: 80px !important;
        }
    }

    section {
        h2.section-heading {
            margin-top: 0;
            margin-bottom: 15px;
            font-size: 40px;
        }
        h3.section-subheading {
            margin-bottom: 75px;
            text-transform: none;
            font-size: 16px;
            font-style: italic;
            font-weight: 400;
        }
        h3.section-subheading2 {
            margin-bottom: 75px;
            text-transform: none;
            font-size: 14px;
            font-style: italic;
            font-weight: 400;
        }
        hr {
            height: 1px;
            border: 0;
            border-top: 1px solid #d8d7d7;
            width: 98%;
        }
        hr.leve {
            margin-top: 10px;
            margin-bottom: 10px;
            border: 0;
            border-top: 1px dashed #ffeed5;
        }
    }
    /*########
	Footer
	######### */

    footer {
        padding: 25px 0;
        text-align: center;
        background: #c02031 !important;
        /*mudar aqui*/
        span.copyright {
            text-transform: none;
            line-height: 1.2em;
            font-size: 0.8em;
            letter-spacing: 0.1em;
            color: #627546;
            /*mudar aqui*/
        }
        .spq {
            text-transform: none;
            line-height: 2.2em;
            color: #000;
            font-size: 0.8em;
            letter-spacing: 0.02em;
        }
        hr {
            height: 1px;
            border: 0;
            border-top: 1px solid #fbc686;
            /*mudar aqui*/
            width: 70%;
        }
        ul.quicklinks {
            margin-bottom: 0;
            text-transform: none;
            line-height: 2.2em;
            color: #000;
            /*mudar aqui*/
            a {
                margin-bottom: 0;
                text-transform: none;
                line-height: 2.2em;
                color: #ffffff !important;
                /*mudar aqui*/
            }
            a:hover {
                margin-bottom: 0;
                text-transform: none;
                line-height: 2.2em;
                color: #fff;
            }
            a:active, a:focus
            {color: #fff !important;}
        }
    }

    ul.social-buttons {
        margin-bottom: 0;
        li a {
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            font-size: 1.3em;
            line-height: 2.2em;
            outline: 0;
            color: #fff !important;
            background-color: #627546;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }
        li a:active, li a:focus, li a:hover {
            background-color: #fff;
            color: #000;
        }
    }
    /**########Outros########*/

    .btn {
        font-size: 0.9em !important;
        font-weight: 800;
        padding: 5px !important;
        letter-spacing: 0.02em;
        border-radius: 0;
    }

    .btn-lg {
        font-size: 1.3em;
        padding: 15px 25px;
    }

    .container-fluid {
        padding: 0px !important
    }
    /*####Header#######*/

    .carousel-inner img {
        width: 100% !important;
        margin-top: 0px !important
    }
    /** ########
	    MENU VERTICAL
	    ###### */

    .nav-side-menu {
        overflow: auto;
        font-size: 1.0em;
        font-weight: 200;
        background-color: transparent;
        position: relative;
        top: 10px;
        padding-bottom: 10px;
        height: 100%;
        color: #000;
    }

    .nav-side-menu .brand {
        background-color: #fff;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul, .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

    .nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
        float: right;
    }

    .nav-side-menu ul .active, .nav-side-menu li .active {
        border-left: 3px solid #d19b3d;
        background-color: #4f5b69;
    }

    .nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
        color: #ccc;
    }

    .nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
        color: #000;
    }

    .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
        background-color: #181c20;
        border: none;
        line-height: 28px;
        border-bottom: 1px solid #456045;
        margin-left: 0px;
    }

    .nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
        background-color: #020203;
    }

    .nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
        font-family: FontAwesome;
        content: "\f105";
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
    }

    .nav-side-menu li {
        padding: 5px 5px;
        border-left: 0px solid #000;
        border-bottom: 0.05em dotted #456045;
    }

    .nav-side-menu li a {
        text-decoration: none;
        color: #000;
    }

    .nav-side-menu li a i {
        padding-left: 10px;
        width: 20px;
        padding-right: 20px;
    }

    .nav-side-menu li:hover {
        border-left: 4px solid #000;
        color: #fff;
        background-color: #c02031;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    @media (max-width: 767px) {
        .nav-side-menu {
            position: relative;
            width: 100%;
            margin-bottom: 10px;
            height: auto;
            border-bottom: 1 dashed #3d3c41;
        }
        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            /*position: absolute;*/
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #fff;
            color: #000 !important;
            width: 40px;
            text-align: center;
        }
        .brand {
            text-align: left !important;
            font-size: 22px;
            padding-left: 20px;
            line-height: 50px !important;
        }
    }

    @media (min-width: 767px) {
        .nav-side-menu .menu-list .menu-content {
            display: block;
        }
    }

/* ##########
TABS
##########*/

nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
   border: none;
    padding: 15px 5px !important;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -54px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #456045;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 0px solid #ddd;
    border-top:5px solid #456045;
    border-bottom:5px solid #456045;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #456045;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}