/*====================================================
**========== Table of Content 
**====================================================

*** -  1. Template Default Css
*** -  2. Template Background Css
*** -  3. Header Area Css
*** -  4. Project Complete Area Css
*** -  5. Pricing Area Css
*** -  6. Footer Area Css
*** -  7. Template Hover Css
*** -  8. Template Transition Css
*** -  9. Widget Prosas     


=========----------------------------------=========
            1.Template Default Css     
=========----------------------------------=========
*/

body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #222;
    line-height: 1.5em;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}

.navbar {
    margin: 0;
    border: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    line-height: 1.5em;
    margin: 0 0 14px 0;
    font-family: 'Source Sans Pro';
}

h1 {
    font-size: 54px;
    color: #EC7000;
    font-weight: 600;
    margin-top: 0;
    line-height: 40px;
    margin-bottom: 40px;
}

h2 {
    font-size: 48px;
    color: #EC7000;
    font-weight: 600;
    margin-top: 0;
    line-height: 60px;
    margin-bottom: 36px;
}

h3 {
    font-size: 26px;
    color: #EC7000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: none;
}

h4 {
    font-size: 24px;
    color: #575757;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: none;
}

h5 {
    font-size: 20px;
    color: #575757;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-transform: none;
}

h6 {
    color: #EC7000;
    text-transform: none;
    border-bottom: 2px solid #EC7000;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 400;
}

p {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    color: rgba(48, 69, 92, 0.8);
    margin: 0 0 6px;
    letter-spacing: 1px;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

img.bottom {
    margin-bottom: 50px;
    border: thin solid #ccc;
    padding: 2px;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #EC7000;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

b,
strong {
    line-height: 1.8em;
}

.noPadding {
    padding: 0;
}

select {
    width: 100%;
    padding: 5px;
    outline: 0;
}

.form-control:focus {
    border-color: #777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

input,
button,
textarea {
    outline: 0;
}


/*========== Preloader Css ==============
========================================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;
}

.btn-group {
    margin-top: 20px;
}

.default-btn,
.active-btn,
.kc_button.active-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
    background-color: transparent;
}

.contact-btn {
    background-color: #EC7000;
}

.section-padding {
    padding: 90px 0;
}

.cta-area h2 {
    color: #fff;
    margin: 0;
}

#logo-preloader {
    margin-top: 210px;
}


/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/

.wellcome-bg {
    background-image: url(../images/slide-bg-1.jpg);
}

.video-bg {
    background-image: url(../images/video-bg.jpg);
}

.wellcome-bg,
.video-bg {
    background-color: rgba(0, 0, 0, .80);
    /*    background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.header-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    border-bottom: 3px solid #EC7000;
}

.header-area.stickymenu {
    position: fixed;
}

.logged-in .header-area.stickymenu {
    margin-top: 32px;
}

.stickymenu {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 1px #333;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
    padding: 5px 0;
    overflow: hidden;
}

.logo img {
    max-width: 40px;
}

.stickymenu .logo {
    padding: 12px 0;
}

.stickymenu .logo img {
    max-width: 40px;
}

.logo h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.logo a {
    color: #4e9df0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.main-menu .navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 23px 0;
}

.main-menu .navbar-nav li a {
    font-size: 14px;
    padding: 0px 14px;
    color: #575757;
    font-weight: 600;
    display: block;
    border-left: thin solid #575757;
    line-height: 14px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
}

.main-menu .navbar-nav li:first-child a {
    border: none;
}

.main-menu .navbar-nav li a:before {
    background-color: #EC7000;
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 0;
    height: 2px;
    visibility: hidden;
    opacity: 0;
}

.send_header {
    text-decoration: none;
    width: 100%;
}

.send_header button {
    background: #EC7000;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Source Sans Pro';
    text-align: center;
    margin: 10px 0 9px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}


/**
 * Submenu Css
 * ======================================
 */

.main-menu .navbar-nav li:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .navbar-nav li>.sub-menu {
    position: absolute;
    width: 240px;
    background-color: #fff;
    margin: 0;
    top: 50px;
    left: 0;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    padding: 20px 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px 0px 10px 10px;
}

.main-menu .navbar-nav li .sub-menu li {
    display: block;
    border-bottom: 1px solid #cecece;
    padding: 5px 0;
}

.main-menu .navbar-nav li .sub-menu li:last-child {
    border-bottom: initial;
}

.main-menu .navbar-nav li .sub-menu li a {
    padding: 15px;
    text-transform: inherit;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    border: none;
}

.main-menu .navbar-nav li .sub-menu li a::before {
    position: inherit;
    width: 0;
    height: 0;
}

.main-menu .navbar-nav li .sub-menu li:hover>a {
    background-color: #fff;
}

.main-menu .navbar-nav li .sub-menu li .sub-menu {
    left: -100%;
    top: 0;
    -webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
    box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
}


/*
=========----------------------------------=========
            4.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area,
.footer-area {
    background: #EC7000;
    margin: 0;
    border-top: thin solid white;
}

.single-project-item,
.single-contact-item {
    position: relative;
    padding-left: 35px;
}

.project-icon,
.contact-icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 35px;
    color: #EC7000;
    overflow: hidden;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: #fff;
}

.single-project-item h2 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.single-project-item h2:before,
.single-contact-item h5:before,
.contact-form h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #EC7000;
    bottom: 0;
    left: 0;
}


/*
=========----------------------------------=========
            5.Pricing Area Css     
=========----------------------------------=========
*/

.single-pricing-item {
    -webkit-box-shadow: 0 1px 2px 0px #222;
    box-shadow: 0 1px 2px 0px #222;
    padding: 15px 0;
    margin-top: 45px;
}

.single-pricing-item h2 {
    color: #444;
    font-size: 26px;
}

.single-pricing-item h6 {
    letter-spacing: 0;
    display: block;
    margin: 0;
    font-size: 10px;
    padding-bottom: 10px;
}

.pricing-head>h6 {
    border-bottom: 1px solid #222;
}

.pricing-head {
    padding: 0 20px;
    overflow: hidden;
}

.pricing-price>h2 {
    font-size: 30px;
    margin: 10px 0 0;
}

.pricing-price sup {
    top: -1em;
    font-size: 12px;
}

.pricing-price span {
    letter-spacing: 0;
    color: #666;
    font-size: 12px;
}

.pricing-items {
    padding: 25px 0;
}

.pricing-items li {
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #666;
    letter-spacing: 2px;
}

.pricing-items li:nth-child(2n) {
    background-color: #ececec;
}

.pricing-items li i {
    margin-right: 15px;
}

.pricing-footer {
    text-align: center;
    padding: 20px 25px;
}

.pricing-btn {
    padding: 7px 25px;
    color: #000;
}


/*
=========----------------------------------=========
            6.Footer Area Css     
=========----------------------------------=========
*/

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.copyright-text {
    padding: 26px 0 21px;
}

.copyright-text img {
    width: 40px;
}

.copyright-text {
    font-size: 9px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto;
    padding: 18px 0;
    color: #fff;
}

.copyright-text span{
    color: #fff;
}


/*
=========----------------------------------=========
            7.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.stickymenu .main-menu,
.stickymenu .send_header {
    padding: 4px 0;
}

.main-menu .navbar-nav li a:hover {
    color: #EC7000;
    background: #fff;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.social-links li a:hover {
    background-color: #EC7000;
    color: white;
}

.default-btn:hover,
.blog-btn:hover,
.active-btn {
    background-color: #EC7000;
    color: #222;
    border: 2px solid transparent;
}

.blog-btn:hover {
    border: 1px solid transparent;
}

.cta-btn:hover {
    border: 3px solid transparent;
    background-color: #fff;
}

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}

.pricing-btn:hover {
    background-color: #fff;
}

.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
    color: #F3D13D;
}

.single-work-item:hover:before {
    visibility: visible;
    opacity: .75;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0) translateY(85px);
    transform: translateX(0) translateY(85px);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0) translateY(-80px);
    transform: translateY(0) translateY(-80px);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}

.single-pricing-item:hover {
    -webkit-box-shadow: 0 1px 2px 0px #222222;
    box-shadow: 0 1px 2px 0px #222222;
}

.single-pricing-item:hover .pricing-head,
.single-pricing-item:hover .pricing-footer,
.pricing-current .pricing-head,
.pricing-current .pricing-footer {
    background-color: #999999;
}

.single-pricing-item:hover .pricing-head h2,
.single-pricing-item:hover .pricing-head h6,
.single-pricing-item:hover .pricing-price sup,
.single-pricing-item:hover .pricing-price span,
.pricing-current .pricing-head h2,
.pricing-current .pricing-head h6,
.pricing-current .pricing-price sup,
.pricing-current .pricing-price span {
    color: #fff;
}

.single-pricing-item:hover .pricing-head>h6 {
    border-bottom: 1px solid #000;
}


/*
=========----------------------------------=========
            8.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.default-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


/*
=========----------------------------------=========
            9.Widget Prosas     
=========----------------------------------=========
*/

#widget {
    padding: 80px 0 60px;
}

#widget-app {
    max-width: 960px;
    margin: 24px auto 0;
}

#widget .container.como-participar {
    border-top: 2px solid #EC7000;
    padding-top: 60px;
}


/*
=========----------------------------------=========
            10.Social
=========----------------------------------=========
*/

.social-links {
    padding: 0;
    margin: 0 auto;
    width: 150px;
}

.social-links li {
    display: inline-block;
    margin: 0 6px;
}

.social-links li a {
    display: block;
    height: 30px;
    color: #EC7000;
    margin-right: 3px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: white;
    border-radius: 50%;
    font-size: 13px;
}


/*
=========----------------------------------=========
            11.Contato
=========----------------------------------=========
*/

#contato {
    background: #EC7000;;
    padding: 30px 0;
}

#contato.interno {
    padding: 40px 0 20px;
}

a.login {
    text-transform: uppercase;
    font-size: 14px;
    color: #575757;
    font-weight: 400;
    display: block;
    line-height: 14px;
    font-family: 'Source Sans Pro';
}


/*
=========----------------------------------=========
            11.Projeto Selecionado
=========----------------------------------=========
*/
table.projetos {
    border: thin solid #ccc;
}

.projetos thead {
    background: #EC7000;
}

.projetos thead td {
    color: #fff;
    padding: 6px;
    font-family: 'Source Sans Pro';
}

.projetos tbody td {
    color: #575757;
    font-family: 'Source Sans Pro';
    padding: 10px 12px;
    line-height: 16px;
    border: thin solid #f5f0f0;
    text-align: left;
}

.breadcrumb {
    background: rgb(252,124,0);
    background: linear-gradient(0deg, rgba(252,124,0,1) 0%, rgba(238,81,0,1) 100%);
    padding: 30px 0;
}

.breadcrumb h4 {
    color: #fff206;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}

p.breadcrumbs, p.breadcrumbs a {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}


.navbar-nav li:hover > .sub-menu {
    display: block;
}
.sub-menu {
    display: none;
    position: absolute;
    min-width: 150px;
}
.sub-menu .sub-menu {
    top: 0;
    left: 100%;
}


#newnotice img.bottom {
    margin-bottom: 4px;
}

#newnotice h4 {
    margin: 0 0 6px;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}

#newnotice ul {
    padding: 0;
    margin: 0;
}

#newnotice ul.noticetags li {
    list-style: none;
    float: left;
    padding: 0 10px 0 0;
}

#newnotice ul.noticedate li {
    list-style: none;
    padding: 0 10px 0 0;
    text-align: left;
}

#newnotice ul.noticetags li a{
    color: #EC7000;
    font-family: 'Source Sans Pro';
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
}

#newnotice ul.noticedate li {
    color: #575757;
    font-family: 'Source Sans Pro';
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
    line-height: 14px;
}

#editaisabertos {
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 8px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
    color: rgba(0,0,0,0.87);
    background-color: rgb(255,255,255);
    border-radius: 2px;
}

div#headernotice {
    border-bottom: thin solid #ccc;
    margin: 0 0 20px;
    padding: 0 0px 20px;
}

#headernotice h1 {
    margin: 0 0 6px;
    color: #EC7000;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}

#headernotice ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}

#headernotice ul.noticetags li {
    list-style: none;
    float: left;
    padding: 0 10px 0 0;
}

#headernotice ul.noticedate li {
    list-style: none;
    padding: 0 10px 0 0;
    text-align: left;
}

#headernotice ul.noticetags li a{
    color: #EC7000;
    font-family: 'Source Sans Pro';
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
}

#headernotice ul.noticedate li {
    color: #575757;
    font-family: 'Source Sans Pro';
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
    line-height: 14px;
}

#contentnotice p {
    text-align: justify;
}

img.imgleft {
    border: thin solid #ccc;
    margin: 8px 20px 20px 0;
    float: left;
}


.md-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 0;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);

    margin: 30px auto 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;

    padding: 3px 45px !important;

    background: #EC7000 !important;
}


.md-button span {
    color: #fff;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.resultado {
    width: 100%;
    font-family: 'Source Sans Pro';
}

tr.resultado-titulo {
    background: #FF7200;
    text-align: center;
    color: #fff
}

tr.tabela-colorida {
    background: #FF7200;
    text-align: center;
    color: #fff
}

.resultado td {
    padding: 6px;
    border: thin solid #ccc;
    text-transform: uppercase;
}

.card-resultado{
    height:auto;
    border-radius: 10px;
    border: thin solid #bbb;
    box-shadow: 0px 0px 2px #ddd;
    margin: 36px 30px 0;
    padding: 20px 12px;
}
.card-resultado p{
    font-size: 15px;
    line-height: 20px;
    
}

.card-resultado h3{
    color: #EC7000;
    text-transform: none;
    border-bottom: 2px solid #EC7000;
    padding: 12px -1px;
    font-size: 18px;
    font-weight: 400;
}

.card-resultado h4{
    font-size: 15px;
    font-weight: 600;
}