* {
    font-family: 'Roboto', sans-serif; 

}


h1 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 30px;
    color: #022444;
    margin-bottom: 50px;
}

p {
    font-size: 18px;
    font-weight: 300;
}

ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
body.single {
    background-color: #2C2C2C;
}
.invisible {
    opacity: 0;
}

.regular {
    font-weight: 400;
}

.navbar {
    background: rgba(0,143,209,1);
    background: -moz-linear-gradient(left, rgba(0,143,209,1) 0%, rgba(0,41,65,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,143,209,1)), color-stop(100%, rgba(0,41,65,1)));
    background: -webkit-linear-gradient(left, rgba(0,143,209,1) 0%, rgba(0,41,65,1) 100%);
    background: -o-linear-gradient(left, rgba(0,143,209,1) 0%, rgba(0,41,65,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,143,209,1) 0%, rgba(0,41,65,1) 100%);
    background: linear-gradient(to right, rgba(0,143,209,1) 0%, rgba(0,41,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fd1', endColorstr='#002941', GradientType=1 );
    min-height: 66px;
    transition: all .3s linear;
}

.navbar.scroll {
    border-bottom: 6px solid #022B43;
}


.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 16px;
}

.nav>li.active>a,
.nav>li>a:focus, 
.nav>li>a:hover {
    background: none;
    color: #022444;
}
.navbar-brand {
    background: #022B43;
    width: 72px;
    height: 72px;
    padding: 0;
    position: absolute;
}
.navbar-brand>img {
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
}

.navbar-nav {
    margin-left: 72px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.section:not(.contato) {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*// HOME */

section#home {
    background: #002739;
}

.quadrado_slider {
    background: rgba(0,175,239,1);
    background: -moz-linear-gradient(left, rgba(0,175,239,1) 0%, rgba(0,41,65,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,175,239,1)), color-stop(100%, rgba(0,41,65,0)));
    background: -webkit-linear-gradient(left, rgba(0,175,239,1) 0%, rgba(0,41,65,0) 100%);
    background: -o-linear-gradient(left, rgba(0,175,239,1) 0%, rgba(0,41,65,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,175,239,1) 0%, rgba(0,41,65,0) 100%);
    background: linear-gradient(to right, rgba(0,175,239,1) 0%, rgba(0,41,65,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afef', endColorstr='#002941', GradientType=1 );
}
/*// *** HOME */


/*SECTION 2*/
.setor_privado {
    background-image: url('../img/section2.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.setor_privado ul li {
    color: #022444;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}

.setor_privado p {
    font-size: 18px;
    font-weight: 300;
    color: #022444;
}
.setor_privado p.regular {
    font-weight: 400;
}
/*// ***SECTION 2*/

/*// SECTION 3*/
.setor_publico {
    background-image: url('../img/section3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.setor_publico p {
    color: #022444;
}
/*// ***SECTION 3*/

/*// SECTION 4*/
.complice {
    background-image: url('../img/section4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.complice h2 {
    color: #022444;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.complice h2.last {
    margin-top: 30px;
}
.complice .col-sm-6:last-child ul li  {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-left: 20px;
}
/*// ***SECTION 4*/

/*// SECTION 5*/
.palesta {
    background-image: url('../img/section5.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.palesta h1 {
    color: #fff;
}

.palesta h2 {
    font-weight: 300;
    color: #1A97E7;
    font-size: 18px;
    text-transform: uppercase;
}

.palesta ul li {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}
/*// ***SECTION 5*/

/*// SECTION 6*/
.noticias {
    background-image: url('../img/section6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.noticias h1 {
    color: #fff;
}

.noticias .title {
    background: #12394C;
    color: #fff;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 300;
}

.noticias .title span {
    font-weight: 500;
}

.noticias a {
    color: #fff;
}

.noticias .title i.pull-right {
    font-size: 26px;
}

.noticias .content {
    background: #234757;
    padding: 20px 15px;
    border-bottom: 1px solid #536C79;
}

.noticias .content.no_border {
    border-bottom: none;
}

.noticias .content p {
    color: #fff;
}
/*// ***SECTION 6*/

/*// SECTION 7*/

.blog {
    background: #2C2C2C;
    padding-bottom: 50px;
}

.blog hr {
    border-top-color: #494949;
}

.blog h1 {
    color: #21C1FC;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
}
.blog h2 {
    color: #fff;
    font-size: 28px;
    text-align: center;
}
.blog p {
    color: #C0C0C0;
    font-size: 16px;
    font-weight: 300;
}
.blog p.autor {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.blog .show_post {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.blog .show_post  a {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #21C1FC;
    font-weight: 900;
}

.blog h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}


.blog .mini_post {
    margin-top: 50px;
}

.blog .mini_post .mini_post_img {
}

.blog .mini_post h5 {
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0;
}
.blog .mini_post p {
    color: #999999;
    text-transform: uppercase;
}

.blog .mini_post hr {
    margin-top: 10px;
}

.newsletter-bg {
    background: #545454;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.newsletter-bg input.form-control {
    width: 100% !important;
    border-radius: 0;
}

.newsletter-bg button {
    width: 100%;
    border-radius: 0;
    background: #022B43;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    border:  none;
}

.newsletter-bg button:hover {
    background: #022B40;
    color: #545454;

}

.newsletter-bg h4 {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
}
/*// ***SECTION 7*/


/*// SECTION 8*/

.institucional {
    background-image: url('../img/section8.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.institucional h2 {
    font-weight: 300;
    color: #1A97E7;
    text-transform: uppercase;
    font-size: 18px;
}

.institucional p {
    font-weight: 300;
    font-size: 16px;
    color: #022940;
}

.institucional ul li {
    font-weight: 300;
    font-size: 16px;
    color: #022940;
    margin-left: 20px;
}
/*// ***SECTION 8*/

/*// SECTION 9*/
.contato {
    padding-top: 0;
}

.contato h1 {
    font-weight: 900;
}
.contato h3 {
    font-weight: 300;
}
.contato .contato_bg {
    background-image: url('../img/section9.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    position: relative;
}

.contato #map {
    min-height: 300px;
}

.contato h3, .contato h1{
    color:#fff;
}
.contato .contact_icon, .contato .contact_text {
    display: inline-block;
    color:#fff;
    vertical-align: top;
}
.contato .contact_text {
    margin-left: 10px;
}

.contato .contact_text p {
    font-size: 14px;
    
}

.contato form {
    margin-bottom: 25px;
}

.contato label {
    color:#fff;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}
.contato input, .contato textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    min-height: 40px;
    padding-left: 15px;
}

input[type="submit"] {
    width: 200px;
    background: #54CBFD;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    font-size: 15px;
}

.contato i {
    font-size: 24px;
}

div.wpcf7-validation-errors {
    background: #f7e700;
}

span.wpcf7-not-valid-tip {
    color: #fff;
    background: #f00;
    padding-left: 15px;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: #fff;
}

div.wpcf7-mail-sent-ng {
    color: #fff;
    background: #ff0000;
}

.marker, .marker p, h3.marker, .marker i{
    color:#000;
}

.contato .img {
    vertical-align: top;
}

.linkedin {
    margin-top: 30px;
}
.socio_content {
    display: inline-block;
    width: 160px;
    color: #FFF;
    font-weight: 400;
    margin-left: 10px;
}
.socio_content h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.socio_content span {
    font-weight: 300;
}
/*// ***SECTION 9*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1300px) {

}
@media only screen and (max-width : 1200px) {
    .navbar-nav>li>a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width : 1080px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navbar-nav>li>a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-nav {
        margin-left: 40px;
    }

    .navbar-brand {
        width: 52px;
        height: 72px;
    }
    .navbar-brand>img {
        width: 50px;
        margin-top: 22px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar {
        min-height: auto;
    }

    .navbar-brand {
        height: 51px;
        width: 55px;
    }
    .navbar-brand>img {
        margin-top: 13px;
    }
    
    .complice h2.internas {
        margin-top: 30px;
    }
    
    ul.bulet {
        margin-left: 10px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}