@import url(http://fonts.googleapis.com/css?family=Exo:300,400,600|Open+Sans:400italic,700italic,400,600);




/**########
*cores
 #########**/


/*$corprincipal: #212529;
$rodapecor: #000;
#efebea: #efebea;
*/

body {
    font-size: 100%;
    color: #212529;
    font-family: EXO;
}
/**########
*	FONTES
	#########**/
p {
    line-height: 1.5;
    margin: 30px 0;

    a {
        text-decoration: underline;
    }
}
h1 { color: #212529 !important;}
h2 { color: #000 !important;}
h3 { color: #212529 !important;}
a {
    color: #212529;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:focus,
a:hover {
    color: #0085A1;
}

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

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: #000 !important; /*mudar aqui*/

	    position: fixed !important;
        display: inline-flex !important;
	    width:100% !important;
	       }
	        .dropdown-item {
		  color: #fff !important;  /*mudar aqui*/ 
		   	        /* width: 100%; */
          padding: .25rem 2.5rem;
	    }

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

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

}
  #mainNav  .navbar-nav > li.nav-item > a {
        font-size: 0.7em !important;
        font-weight: 800;
        letter-spacing: 0.1em;
        color: #ccc;
        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 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: 55px 25px;
    }

    div#home {
        padding: 40px 25px 55px !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: #efebea !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 #e0dcdb; /*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: #627546; /*mudar aqui*/
            }

            a:hover {
                margin-bottom: 0;
                text-transform: none;
                line-height: 2.2em;
                color: #fff;
            }
        }
    }

    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;
        font-weight: 800;
        padding: 5px 10px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        border-radius: 0;
    }

    .btn-lg {
        font-size: 1.3em;
        padding: 15px 25px;
    }
    /*####Header#######*/
    header.masthead {
        margin-bottom: 50px;
        background: no-repeat center center;
        background-color: #868e96;
        background-attachment: scroll;
        position: relative;
        background-size: cover;
        margin-top: 70px;
        /*margem para o topo do site*/
    }

    header.masthead .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #212529;
        opacity: 0.1;
    }

    header.masthead .page-heading,
    header.masthead .post-heading,
    header.masthead .site-heading {
        padding: 200px 0 150px;
        color: white;
    }
    @media only screen and (min-width: 768px) {
        header.masthead .page-heading,
        header.masthead .post-heading,
        header.masthead .site-heading {
            padding: 200px 0;
        }
    }

    header.masthead .page-heading,
    header.masthead .site-heading {
        text-align: center;
    }

    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
        font-size: 50px;
        margin-top: 0;
    }

    header.masthead .page-heading .subheading,
    header.masthead .site-heading .subheading {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.1;
        display: block;
        margin: 10px 0 0;
    }
    @media only screen and (min-width: 768px) {
        header.masthead .page-heading h1,
        header.masthead .site-heading h1 {
            font-size: 80px;
        }
    }

    header.masthead .post-heading h1 {
        font-size: 35px;
    }

    header.masthead .post-heading .meta,
    header.masthead .post-heading .subheading {
        line-height: 1.1;
        display: block;
    }

    header.masthead .post-heading .subheading {
        font-size: 24px;
        font-weight: 600;
        margin: 10px 0 30px;

    }

    header.masthead .post-heading .meta {
        font-size: 20px;
        font-weight: 300;
        font-style: italic;

        a {
            color: #fff;
        }
    }
    @media only screen and (min-width: 768px) {
        header.masthead .post-heading h1 {
            font-size: 55px;
        }

        header.masthead .post-heading .subheading {
            font-size: 30px;
        }
    }
