﻿/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900);
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Exo', sans-serif!important;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

h1 {
    font-size: 1.8em;
    font-weight: 700;
    color: #004a80;
    text-align: left;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
    font-weight: 500;
    color: #444444;
    text-align: left;
    margin: 70px 0px 20px 0px;
    text-transform: uppercase;
}

h3 {
    font-size: 1.4em;
    font-weight: 700;
    color: #444444;
    text-align: left;
    margin: 0px 0px 20px 0px;
    widows: 100%;
}

h4 {
    font-size: 1.3em;
    font-weight: 700;
    color: #444444;
    text-align: left;
    margin: 0px 0px 20px 0px;
}

h5 {
    font-size: 1.4em;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    margin: 0px 0px 20px 0px;
}

p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

p a.leia_mais {
    font-family: 'Exo', sans-serif!important;
    font-weight: 300;
    font-size: 1em!Important;
    text-align: right;
    color: #444444;
    min-width: 250px;
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0px 15px 0px 0px;
    line-height: normal;
}

p a.leia_mais:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: 400;
}


/*==================
	Menu responsivo
====================*/

header {
    padding: 0px 0;
    height: auto;
}

ul#menu {
    background: #40475A none repeat scroll 0 0;
    padding: 6px;
    position: fixed;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 999;
}

.main-menu {
    margin-top: -234px;
}

.main-menu ul {}

.main-menu ul li {
    display: inline-block;
    padding: 10px;
}

.main-menu ul li a {
    background: #383E4C none repeat scroll 0 0;
    border: 1px solid #646d7c;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: capitalize;
}

.main-menu ul li a:focus,
.main-menu ul li a:hover {
    background: #49505F;
}

.header-content {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}

.single-page-nav {
    text-align: left;
}

.header-content p {
    font-family: 'Exo', sans-serif!important;
    font-weight: 300;
    font-size: 1.4em!Important;
    text-align: left;
    color: #444444;
    min-width: 250px;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: normal;
}

.header-content h2 {
    text-align: left;
    margin: 10px 0px 20px 0px;
}

.header-content h1 {
    text-align: left;
    margin: 20px 0px 20px 0px;
}

.header-content .destaque_noticias {
    margin: 10px 0px 20px 0px;
    float: left;
    width: 100%;
}

.header-content .texto {
    width: 50%;
    margin: 0px 10px 5px 0px;
    float: left;
    padding-right: 10px;
}

.header-content .imagem {
    width: 48%;
    margin: 0px 10px 5px 0px;
    float: left;
}


/*====================
Barra de navegacao
=====================*/

.navbar-inverse {
    height: auto!Important;
    min-height: 100px;
    padding: 0px 0px 10px 0px!Important;
    margin: 0px!Important;
    background: #ffffff;
    border: none!Important;
}

.navbar-nav>li {
    display: inline-block;
    padding: 0px 25px 0px 0px;
    margin: 0px;
    font-family: 'Exo', sans-serif;
    font-weight: 700!Important;
    font-size: 1.2em;
    text-align: center;
    color: #ffffff;
    width: auto;
}

.navbar-inverse .navbar-nav>li>a {
    color: #979797;
    font-size: 1em;
    padding: 8px;
    margin: 0px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #979797;
    font-size: 1em;
    padding: 8px;
    margin: 0px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-inverse .navbar-nav>li>a.current,
.navbar-inverse .navbar-nav>li>a:hover {
    background: #004A80;
    color: 979797;
}

.navbar .navbar-nav {
    display: inline-block;
    float: left;
    margin: 10px 0px 0px 0px;
}

.navbar .navbar-collapse {
    text-align: center;
}


/*====================
secoes
=====================*/

.home-section {
    min-height: 670px;
    padding: 200px 0px 10px 0px;
}

#section2 {
    min-height: 600px;
}

#section5 {
    min-height: 600px;
}

.sobre-section {
    height: 100%;
    padding-top: 170px;
}

.sobre-section h2.sobre {
    margin-top: 20px;
    float: left;
}

.noticias-section {
    height: 100%;
    padding-top: 170px;
}

.video-section {
    height: 100%;
    padding-top: 170px;
}

.indicadores-section {
    height: 100%;
    padding-top: 170px;
}

.cadastre-section {
    min-height: 600px;
    padding-top: 170px;
}

.contato-section {
    min-height: 600px;
    padding-top: 170px;
}

.realizacao-section {
    height: 100%;
    padding: 0px 0px 40px 0px;
    margin: 50px 0px 0px 0px;
}


/*===================
videos
==================== */

.video-list-thumbs {}

.video-list-thumbs>li {
    margin-bottom: 12px;
}

.video-list-thumbs {}

.video-list-thumbs>li.maior {
    width: 43%;
}

.video-list-thumbs>li:last-child {}

.video-list-thumbs>li>a {
    display: block;
    position: relative;
    background-color: #111;
    color: #fff;
    padding: 8px;
    border-radius: 3px transition: all 500ms ease-in-out;
    border-radius: 4px
}

.video-list-thumbs>li>a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    text-decoration: none
}

.video-list-thumbs h2 {
    bottom: 0;
    font-size: 1.1em;
    height: 33px;
    margin: 8px 0 0;
    color: #fff;
}

.video-list-thumbs .glyphicon-play-circle {
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    transition: all 500ms ease-in-out;
}

.video-list-thumbs>li>a:hover .glyphicon-play-circle {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.video-list-thumbs .duration {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 12px;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 12px;
    transition: all 500ms ease;
}

.video-list-thumbs>li>a:hover .duration {
    background-color: #000;
}

@media (min-width:320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }
    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}


/*===================
indicadores
==================== */

.indicadores-section iframe {
    width: 100%;
    min-height: 600px;
}


/*===================
cadastre-se
==================== */

label {
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}

input[type="text"],
textarea,
input[type="email"] {
    height: 42px;
}

input.maior {
    width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group select {
    height: 42px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.form-group p.text-terms {
    text-align: center!Important;
    font-size: 16px!Important;
    hyphens: none!Important;
    font-weight: 300!Important;
}

.form-group p.text-faq {
    text-align: center!Important;
    margin-bottom: 30px!Important;
    font-size: 16px!Important;
    hyphens: none!Important;
    font-weight: 300!Important;
}

.ta-l {
    text-align: center;
}

.btn.btn-b {
    background: #0d47a1;
    border: 1px solid #0d47a1;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 6px 25px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    /* border-bottom: 5px solid #232686; */
}

.btn.btn-b2 {
    margin-top: 10px;
}

.btn.btn-b:hover {
    background: #fff;
    color: #0d47a1;
}

.form-control {
    border: none;
    background: rgba(242, 242, 242, 0.4);
    color: #000000!Important;
}

.form-group {
    text-align: left!Important;
}

.form-control {
    color: #FFFFFF;
    border: 1px solid #C1C1B5;
}

.form-control::-webkit-input-placeholder {
    color: black;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

.form-control:-ms-input-placeholder {
    color: black;
}


/*====================
realizacao
=====================*/

.realizacao-section ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.realizacao-section ul li {
    width: auto;
    float: left;
    list-style: none;
    margin: 0px 20px 10px 0px;
}

.realizacao-section h2 {
    width: 100%;
    float: left;
    list-style: none;
    margin: 20px 0px 20px 0px;
}


/*============
Footer CSS
=============== */

#footer-area {
    color: #666;
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 10px solid #000c26;
    background: #000c26;
    padding: 20px 0px 20px 0px;
}

#footer-area p {
    font-family: 'exo', sans-serif!Important;
    font-weight: 300;
    font-size: 1.2em!Important;
    text-align: left;
    color: #a4a4a4;
    margin-bottom: 2px;
    padding: 0px;
    line-height: 1.5em;
}

#footer-area p.direitos {
    width: 100%;
    float: left;
}

#footer-area p a {
    color: #a4a4a4;
}

#footer-area p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

h5.footer {
    font-size: 1.4em;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 80%;
}

h5.footer.redes {
    font-size: 1.4em;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 100%;
}

#footer-area p.footer {
    font-family: 'exo', sans-serif!Important;
    font-weight: 300;
    font-size: 1em!Important;
    text-align: left;
    color: #a4a4a4;
    margin-bottom: 20px;
    padding: 0px;
    line-height: 1.5em;
    float: left;
    width: 80%;
}

.fa-phone:before {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.5em;
    padding: 10px 0px 10px 0px;
    float: left;
    font-family: FontAwesome!Important;
}

.fa-map-marker:before {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.5em;
    padding: 10px 0px 10px 0px;
    float: left;
    font-family: FontAwesome!Important;
}

.fa-envelope-o:before {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.5em;
    padding: 10px 0px 10px 0px;
    float: left;
    font-family: FontAwesome!Important;
}

.icofont:before {
    font-family: 'IcoFont' !important;
}

.fa-youtube:before {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.5em;
    margin: 0px 5px 10px 0px;
    float: left;
    font-family: FontAwesome!Important;
}

.fa-facebook-square:before {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.5em;
    margin: 0px 5px 10px 0px;
    float: left;
    font-family: FontAwesome!Important;
}

.fa-twitter-square:before {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.5em;
    margin: 0px 5px 10px 0px;
    float: left;
    font-family: FontAwesome!Important;
}

.fa {
    float: left!Important;
}


/*==============
 fale conosco 
 ===============*/

.fale_conosco {
    float: left;
    margin: 0px 0px 0px 20px;
}

.fale_conosco h5 {
    color: #004a80;
    width: 90%;
    float: left;
    margin: 10px 0px 0px 0px;
}

.fale_conosco h5.redes {
    margin: 20px 0px 0px 40px;
    float: left;
}

.fale_conosco p {
    width: 90%;
    font-family: 'exo', sans-serif!Important;
    font-weight: 300;
    font-size: 1em!Important;
    text-align: left;
    float: left;
    margin: 0px 0px 10px 0px;
}

.fale_conosco p.redes {
    margin: 10px 0px 0px 40px;
    float: left;
}

.fale_conosco .fa-phone:before {
    color: #004a80;
}

.fale_conosco .fa-map-marker:before {
    color: #004a80;
}

.fale_conosco .fa-envelope-o:before {
    color: #004a80;
}

.fale_conosco .fa-youtube:before {
    color: #004a80;
}

.fale_conosco .fa-facebook-square:before {
    color: #004a80;
}

.fale_conosco .fa-twitter-square:before {
    color: #004a80;
}


/*==============
 Scrool pra cima 
 ===============*/

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;
    /* Width of image */
    height: 38px;
    /* Height of image */
}


/* =========================
jquery de Media Queries
=========================*/

@media only screen and (min-width: 320px) and (max-width: 1199px) {
    .blog-content>p#blofr {
        padding: 18px;
    }
    .contact-content p {
        font-size: 15px;
    }
}


/*    Tablet Layout: 768px. */

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .blog-content p {
        margin-bottom: 21px;
        padding: 27px;
    }
    .blog-content span {
        margin-left: 0;
    }
    .service>p {
        font-size: 18px;
    }
    .contact-content p {
        font-size: 18px;
        padding: 15px 0;
    }
    .navbar-nav>li {
        padding: 6px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    header,
    section#services-area,
    section#contact-area {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 767px) {
    header {
        height: 75vh;
        padding: 0 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    ul#menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 999;
        background: none;
    }
    .header-content h1 {
        font-size: 1.8em;
    }
    .feature-content {
        max-width: 360px;
        margin: 0 auto 30px;
    }
    .feature-content-title,
    .feature-content-description {
        text-align: left;
    }
    .blog-content {
        margin-bottom: 30px;
    }
    .blog-content p {
        text-align: center;
    }
    .blog-content span {
        margin-left: 0;
    }
    .testimornial-content p {
        text-align: center;
    }
    .footer-content h4 {
        font-size: 16px;
    }
    .navbar-nav>li {
        display: block;
    }
    .navbar-inverse {
        background: none;
        border: none;
    }
    .navbar-inverse .navbar-toggle {
        background-color: #FDC802;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background-color: whitesmoke;
    }
    .navbar .navbar-nav {
        width: 100%;
        margin: 0;
    }
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-nav>li {
        width: 100%;
        padding: 0px;
    }
    .navbar-nav>li:last-child {
        border-bottom: none;
    }
    .navbar-inverse .navbar-nav>li>a {
        background: none;
        border: none;
        width: 100%;
        padding: 10px 0px;
    }
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        background-color: #00883D;
    }
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        background: #383E4C;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
    }
    .container {
        margin-left: 0;
        margin-right: 0;
    }
    .single-page-nav {
        background-color: #FFFFFF;
        max-height: 0;
        -webkit-transition: max-height 0.8s;
        transition: max-height 0.8s;
        overflow: hidden;
    }
    .single-page-nav.show {
        max-height: 250px;
        overflow: auto;
    }
    .contact-form-left {
        padding-right: 0;
    }
    .contact-form-right {
        padding-left: 0;
    }
}


/*   Mobile Layout: 480px. */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-content h1 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 320px) {
    .col-xxs-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    header {
        height: 50vh;
    }
}