/*
=========----------------------------------=========
            1.WellCome/Slider Addon Css     
=========----------------------------------=========
*/

.slide-bg {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.owl-stage-outer {
    border-bottom: 3px solid #0057B8;
}

.wellcome-area,
.single-slide-item,
.youtube-video-area {
    position: relative;
}

/* Chrome10-25,Safari5.1-6 */


/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

*/ .wellcome-item {
    height: 700px;
}

.wellcome-item-table,
.slider-item-table {
    display: table;
    height: 100%;
    width: 100%;
}

.wellcome-item-tablecell,
.slider-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.wellcome-item h4,
.single-slide-item h4 {
    font-weight: 400;
    text-transform: capitalize;
}

.separator {
    margin: 0 15px;
}

span,
.separator {
    color: black;
}

.wellcome-item h2,
.single-slide-item h2 {
    font-size: 35px;
    line-height: 45px;
}

.wellcome-item p,
.single-slide-item p {
    color: #222;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.slide-content-wrap {
    margin-top: 50px;
}

.slider-area .owl-controls .owl-dots {
    text-align: center;
    height: 1px;
}

.slider-area .owl-controls .owl-dots div {
    background-color: #e30000;
    width: 30px;
    height: 6px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    left: auto;
    bottom: 60px;
    z-index: 5;
}

.slider-area .owl-controls .owl-dots div.active {
    background-color: #e30000;
}

.slider-area .owl-controls .owl-nav div {
    position: absolute;
    background-color: #e30000;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 22px;
    line-height: 46px;
    top: 44%;
    left: 2%;
    color: #fff;
    border: 1px solid transparent;
}

@-moz-document url-prefix() {
    .slider-area .owl-controls .owl-nav div {
        line-height: 50px;
    }
}

.slider-area .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 2%;
}

.slider-area .owl-controls .owl-nav div:hover {
    background-color: #e30000;
    border: 1px solid #e30000;
}

/*
=========----------------------------------=========
            Section Title Addon Css     
=========----------------------------------=========
*/
.section-padding {
    padding: 90px 0;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading h3 {
    color: #302E2E;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.section-heading h3:before,
.section-heading h3:after {
    position: absolute;
    content: "";
    background-color: #e30000;
}

.section-heading h3:before {
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.section-heading h3:after {
    width: 40px;
    height: 6px;
    right: 50%;
    bottom: -2px;
    margin-right: -20px;
}

.section-heading p {
    padding: 0;
    font-size: 15px;
    line-height: 22px;
}

/*
=========----------------------------------=========
            3. Service Addon Css     
=========----------------------------------=========
*/
.services-area {
    background-color: #f2f2f2;
}

.single-service-item i {
    font-size: 35px;
    color: #e30000;
    line-height: 1.5em;
}

.single-service-item h4 {
    position: relative;
    margin: 0;
}

.single-service-item h4:before {
    position: absolute;
    content: "";
    background-color: #e30000;
    width: 50px;
    height: 2px;
    bottom: -15px;
    left: 0;
}

.single-service-item {
    padding-left: 60px;
    position: relative;
}

.service-icon {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.single-service-item p {
    margin-top: 35px;
    font-size: 13px;
    line-height: 19px;
}

/*
=========----------------------------------=========
            4. Team Addon Css     
=========----------------------------------=========
*/
.single-team-member {
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 60px;
    position: relative;
}

.single-team-member:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 174, 239, .7);
    top: 99.5%;
    left: 0;
    z-index: -1;
    content: "";
}

.member-img {
    overflow: hidden;
}

.member-img img {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-team-member h5,
.single-testimonial h5,
.single-work-item h5 {
    display: block;
    margin-top: 50px;
}

.single-team-member span,
.single-testimonial span,
.single-work-item span {
    display: block;
    margin: 3px 0 10px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #222;
    font-style: italic;
}

.member-social-link {
    padding-left: 0 !important;
}

.team-member-intro .owl-controls .owl-nav div,
.testimonial-intro .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    width: 30px;
    border: 1px solid #333;
    text-align: center;
    left: -15px;
    height: 56px;
    font-size: 20px;
    margin-top: -28px;
    visibility: hidden;
}

.team-member-intro .owl-controls .owl-nav div.owl-next,
.testimonial-intro .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -15px;
}

.team-member-intro .owl-controls .owl-nav div i,
.testimonial-intro .owl-controls .owl-nav div i {
    display: block;
    line-height: 55px;
}

.team-member-intro:hover .owl-controls .owl-nav div,
.testimonial-intro:hover .owl-controls .owl-nav div {
    visibility: visible;
}

.team-member-intro:hover .owl-controls .owl-nav div {
    left: 0;
}

.team-member-intro:hover .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.team-member-intro .owl-controls .owl-nav div:hover,
.testimonial-intro .owl-controls .owl-nav div:hover {
    border: 1px solid transparent;
    background-color: #e30000;
    color: #333;
}

.team-member-intro .owl-controls .owl-dots {
    margin-top: 50px;
    text-align: center;
}

.team-member-intro .owl-controls .owl-dots div {
    border: 1px solid #e30000;
    width: 30px;
    height: 7px;
    display: inline-block;
    margin-right: 4px;
    background: none;
}

.team-member-intro .owl-controls .owl-dots div.active {
    background-color: #e30000;
}

/*
=========----------------------------------=========
            5. Video Addon Css     
=========----------------------------------=========
*/
.video-bg {
    background-attachment: fixed;
}

.video-area,
.video-area h2 {
    position: relative;
    color: #e30000;
}

.video-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-area h2 {
    padding-bottom: 25px;
    text-transform: capitalize;
}

.video-area h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #e30000;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.video-area p {
    color: #fff;
    margin-top: 15px;
    position: relative;
}

.video-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: #000;
    border-radius: 50%;
    line-height: 70px;
    margin: 20px 0 10px;
    background-color: #e30000;
}

.video-icon-wrap .video-icon i {
    margin-left: 5px;
    font-size: 26px;
}

.video-area h6 {
    color: #e30000;
    text-transform: capitalize;
    display: block;
}

.video-icon-wrap {
    text-align: center;
    position: relative
}

/*
=========----------------------------------=========
            6. Lista Editais
=========----------------------------------=========
*/
#editais {
    background-color: #f0f2f2;
    padding: 80px 0;
}

#editais h5 {
    font-weight: 700;
}

#editais p {
    font-weight: 600;
}


#noticias {
    background-color: #fff;
    border-top: 3px solid #cbcbcb;
    padding: 80px 0;
}


.single-work-item,
.work-img {
    overflow: hidden;
    position: relative;
    border: 2px solid #e30000;
}

.work-filter {
    margin: 30px 0;
    padding: 0 !important;
}

.work-filter li {
    display: inline-block;
    padding: 5px 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    cursor: pointer;
}

.work-filter li:before {
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #222;
}

.work-filter li:last-child:before {
    width: 0;
    height: 0;
    background-color: inherit;
}

.single-work-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e30000;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.work-desc {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.work-desc {
    top: 0;
    overflow: hidden;
    margin: 5%;
    width: 90%;
    padding: 5%;
}

.single-work-item h5 {
    border: 2px solid #fff;
    color: #fff;
    padding: 18px;
}

/*
=========----------------------------------=========
            7. KC Default Accordion Addon Css     
=========----------------------------------=========
*/
.kc_accordion_section>.kc_accordion_header {
    border: 1px solid #ddd;
    color: #302E2E;
}

.kc_accordion_header>span.ui-accordion-header-icon {
    display: none;
}

.kc_accordion_header>a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #302E2E !important;
    margin-left: 50px !important;
    padding: 6px 15px !important;
}

.kc_accordion_header>a i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    width: 50px;
    height: 43px;
    background-color: #e30000;
    top: 0px;
    left: 0;
    text-align: center;
    line-height: 43px;
}

.kc_accordion_content {
    border: inherit !important;
}

.kc_accordion_content .kc-panel-body {
    padding: 20px 40px !important;
}

.kc_accordion_content .kc-panel-body p {
    color: #777;
}

/*
=========----------------------------------=========
            8. Testimonial Addon Css     
=========----------------------------------=========
*/
.testimonial-area {
    background-color: #f2f2f2;
}

.testimonial-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #e30000;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.width-circle {
    border-radius: 50%;
}

.width-circle img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.single-testimonial p {
    margin: 45px 0;
}

.testimonial-intro .owl-controls {
    margin-top: 30px;
}

.testimonial-intro .owl-controls .owl-dots {
    text-align: center;
}

.testimonial-intro .owl-controls .owl-dots div {
    border: 1px solid #e30000;
    width: 30px;
    height: 7px;
    display: inline-block;
    margin-right: 4px;
    background: none;
}

.testimonial-intro .owl-controls .owl-dots div.active {
    background-color: #e30000;
}

.testimonial-intro:hover .owl-controls .owl-nav div {
    left: -55px;
}

.testimonial-intro:hover .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -55px;
}

/*
=========----------------------------------=========
            9. Contact Form 7 Addon Css     
=========----------------------------------=========
*/
.contact-desc {
    border-bottom: 1px solid #777;
}

.contact-form {
    overflow: hidden;
    position: relative;
}

.comment-form {
    margin-bottom: 0;
}

.single-contact-item {
    padding-left: 40px;
    padding-right: 15px;
}

.single-contact-item .contact-icon {
    font-size: 20px;
    top: 5px;
}

.single-contact-item h5,
.contact-form h5 {
    margin-top: 0;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 0;
}

.single-contact-item h6 {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
    border: none;
    padding: 0 0 12px;
    line-height: 0px;
}

.contact-form .form-group {
    margin-bottom: 14px;
}

.contact-form .form-control {
    border-radius: inherit;
    height: 48px;
    color: #ddd;
    border: 1px solid #777;
    background-color: transparent;
    font-family: 'Source Sans Pro';
    padding: 12px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.contact-form textarea.form-control {
    height: 172px;
}

.contact-form h5 {
    margin-left: 15px;
    margin-bottom: 22px;
}

.contact-form .form-control:focus {
    border-color: #ccc;
    -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);
}

.kc-contact-form7 span.wpcf7-not-valid-tip {
    color: #eb3333;
    margin-top: 10px;
}

.kc-contact-form7 div.wpcf7-response-output {
    margin: 10px 20px;
    padding: 12px 10px;
    color: #fff;
}

.contact-form .contact-loading {
    position: relative;
}

.contact-form .contact-btn {
    margin: 0;
    font-family: 'Source Sans Pro';
}

/*
=========----------------------------------=========
            10. Outros     
=========----------------------------------=========
*/

#home {
    margin-top: 0px;
    background-color: white;
    padding: 80px 0 80px 0px;
}

.participacao,
h2 {
    font-size: 48px;
    color: white;
    font-weight: 600;
    margin-top: 0;
    line-height: 57px;
    margin-bottom: 18px;
    text-align: center;
}

#participacao p {
    color: white;
}

#participacao h2 {
    color: white;
}

.quem-participa p {
    font-size: 18px;
    color: white;
}

span.align-middle-table {
    display: table;
    height: 100%;
    min-height: 200px;
    width: 100%;
    border-right: thin solid white;
    padding-right: 76px;
    margin: 65px 0;
}


@-moz-document url-prefix() {
    span.align-middle-table {
        height: 396px;
    }
}

.align-middle-cell {
    display: table-cell;
    vertical-align: middle;
}

.categorias span {
    border-left: thin solid white;
    display: inline-block;
    padding: 6px 6px 6px 12px;
    margin: 12px 0px;
}

.categorias span:before {
    content: "";
    width: 32px;
    height: 1px;
    background-color: white;
    left: -44px;
    position: relative;
    display: block;
    top: 32px;
}

.categorias span.line:before {
    top: 17px;
}

.categorias span.twline:before {
    top: 32px;
}

.categorias span.thline:before {
    top: 42px;
}

.categorias span.twlinenohead:before {
    top: 17px;
}

.categorias span.thlinenohead:before {
    top: 47px;
}

.categorias span.frlinenohead:before {
    top: 57px;
}

.categorias span.sixlinenohead:before {
    top: 78px;
}

.categorias span h3 {
    margin: 0 0 4px;
    font-size: 22px;
}

.categorias span p {
    line-height: 26px;
    margin: 0;
}

#cadastroimg {
    background: #f0f2f2;
    border-bottom: 2px solid #b7b7b7;
    padding: 80px 0;
}

#patrocinador .col-md-4 .blc {
    background: #E44315;
    border-radius: 10px;
    border: thin solid #bbb;
    box-shadow: 10px 10px 5px rgb(173, 159, 159);
    padding: 50px 12px 0 12px;
    min-height: 290px;
    margin-top: 63px
}


#patrocinador .col-md-4 .blc2 {
    background: #E44315;
    border-radius: 10px;
    border: thin solid #bbb;
    box-shadow: 10px 10px 5px rgb(173, 159, 159);
    margin: 63px 0 0;
    padding: 50px 12px 0 12px;
    min-height: 270px;
}

#patrocinador .col-md-4 .blc .blc-icons {
    max-width: 90px;
    margin-bottom: 17px;
}

#patrocinador .col-md-4 .blc2 .blc-icons {
    max-width: 90px;
    margin-bottom: 17px;
}

#patrocinador .col-md-4 .blc p {
    font-size: 15px;
    color: white;
    line-height: 22px;
    vertical-align: middle;
    padding: 0px 15px;
    text-align: left;
}

#patrocinador .col-md-4 .blc2 p {
    font-size: 15px;
    color: white;
    line-height: 22px;
    vertical-align: middle;
    padding: 0px 15px;
    text-align: left;
}

#patrocinador h1 {
    text-align: center;
    margin: 50px 0 -10px 0;
}

#patrocinador h3 {
    text-align: center;
    color: white;
    line-height: 30px;
    padding-bottom: 10px;
}

#patrocinador h4 {
    text-align: center;
    color: white;
}

#patrocinador h5 {
    text-align: center;
    color: white;
    font-weight: 500;
}

#patrocinador p {
    text-align: center;
    padding-top: 50px;
}

#sobre {
    padding: 90px 0 120px;
    background: linear-gradient(#0057B8, #00A9E0);
}

#sobre .col-md-6 .blc {
    background-color: #00A9E0;
    border-radius: 10px;
    border: thin solid #bbb;
    box-shadow: 0px 0px 2px #ddd;
    margin: 63px 0 0;
    padding: 29px 12px;
    min-height: 350px;
}

#sobre .col-md-6 .blc .blc-icons {
    max-width: 99px;
    margin-bottom: 37px;
}

#sobre .col-md-6 .blc p {
    font-size: 15px;
    line-height: 22px;
    min-height: 90px;
    vertical-align: middle;
    padding: 0 10px;
    color: white;
}

#sobre h6 {
    font-weight: 1000;
    color: white;
}

#sobre h4 {
    font-weight: 1000;
    color: white;

}

#sobre h5 {
    font-weight: 1000;
    color: white;

}

#sobre h1 {
    text-align: center;
    color: white;
}

#sobre h3 {
    text-align: center;
    color #ffffff;
}

#sobre p {
    text-align: center;
    color: white;

}

.video {
    text-align: center;
    margin: 27px 0px -68px 0px;
    font-size: 20px;
}


.marcatexto {

    background: linear-gradient(182deg, #0057B8, #00A9E0);

    border-radius: 5px;

    margin: -25px 0px 54px 0px;
    padding: 5px 12px;
    font-size: 21px;
}

#intro {
    padding: 60px;
    background-color: #425563;
}

#intro .col-md-6 .blc {
    background-color: #00A9E0;
    border-radius: 10px;
    border: thin solid #bbb;
    box-shadow: 0px 0px 2px #ddd;
    margin: 63px 0 0;
    padding: 29px 12px;
    min-height: 350px;
}

#intro .col-md-6 .blc .blc-icons {
    max-width: 99px;
    margin-bottom: 37px;
}

#intro .col-md-6 .blc p {
    font-size: 15px;
    line-height: 22px;
    min-height: 90px;
    vertical-align: middle;
    padding: 0 10px;
    color: white;
}

#intro h6 {
    font-weight: 1000;
    color: white;
}

#intro h4 {
    font-weight: 1000;
    color: white;

}

#intro h5 {
    font-weight: 1000;
    color: white;

}

#intro h1 {
    text-align: center;
    color: white;
}

#intro h3 {
    text-align: center;
    color: #FFCD00;
    margin-top: 125px;
}

#intro p {
    text-align: center;
    color: white;

}

#marcas h5 {
    color: white;
}

#anexos {
    padding: 80px 0;
    background: #fafafa;
    border-bottom: 2px solid #FFCD00;
}

#anexos .tables {
    background: #009775;

}

#anexos .qdr {
    background: #fff;
    border: thin solid #d5d5d5;
    padding: 30px;
    border-radius: 0px 0px 21px 132px;
}

.titles {
    border-bottom: 2px solid #ddd;
}

#anexos .qdr tr {
    height: 40px;
    vertical-align: middle;
}

#anexos .qdr tr.line {
    border-bottom: thin solid #ddd;
}

#anexos .qdr tr.line_cinza {
    background: #f9f9f9;
    border-bottom: thin solid #ddd;
}

#anexos .qdr tr.line_cinza img {
    width: 16px;
}

#anexos .qdr table p {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    opacity: 0.85;
}

.titles p {
    color: #575757;
    font-weight: 700;
}

#anexos h6 {
    color: black;
    text-align: center;
    padding: 16px 0;
    margin: 0;
}

#anexos h3 {
    font-family: Calibri;
    margin: 30px;
    color: white;
    text-align: center;
}

#resultado {
    padding: 90px 0 120px;
    background: linear-gradient(#0057B8, #00A9E0);
}

#prazos-valores {
    padding: 10px 0 2px 0;

}

.prazos_valores {
    border: thin solid #00A9E0;
    background-color: #00A9E0;
    box-shadow: 10px 0 0 #f4f4f4;
    border-radius: 20px;
    padding: 5px;
}

#boxe-selecao {
    background: linear-gradient(#0057B8, #009775);

}

#boxe-selecao h1 {
    color: white;
    text-align: center;
}

#boxe-selecao p {
    color: white;
    text-align: justify;
}

#boxe-selecao img {
    width: 40%;
    margin: 7px 0 0px 135px;
}

#boxe-selecao .col-md-4 .blc {
    background: white;
    border-radius: 10px 20px 10px 105px;
    border: 1px solid #572B80;
    box-shadow: 5px 5px 0px #ccc;
    margin: 30px 0 0;
    padding: 29px 12px;
    min-height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#boxe-selecao .col-md-4 .blc .blc-icons {
    max-width: 99px;
    margin-bottom: 37px;
}

#boxe-selecao .col-md-4 .blc p {
    font-size: 16px;
    line-height: 22px;
    min-height: 90px;
    vertical-align: middle;
    padding: 0 10px;
}

#boxe-selecao .col-md-4 .blc .blc-icons {
    max-width: 99px;
    margin-bottom: 37px;
}

#boxe-selecao .col-md-4 .blc p {
    font-size: 16px;
    line-height: 22px;
    min-height: 90px;
    vertical-align: middle;
    padding: 0 10px;
}

.blc-padding {
    min-height: 315px;
    padding: 2px 30px 22px;
}

#faq {
    padding: 60px 0 80px;
    background: #fafafa;
    border-top: 2px solid #b7b7b7;
}

.faqs-container {
    margin: 0 auto;
    max-width: 900px;
}

.faq {
    background-color: white;
    border: 1px solid #9FA4A8;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    transition: 0.3s ease;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-title {
    margin: 0 35px 0 0;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

.faq-toggle1 {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}


.faq-toggle1:focus {
    outline: none;
}


.faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle {
    background-color: #E44315;
}

.faq-toggle .fa-times {
    display: none;
}

.faq.active .faq-toggle .fa-times {
    display: block;
}

.faq-toggle .fa-chevron-down {
    color: #E44315;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

#formulario {
    background-color: #00A9E0;
    background-image: url(../images/imagem-formulario.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-left: 110px;
    text-align: left;

}



#button_encerrado .send_header button {
    cursor: pointer;
}


#beneficios {
    padding: 90px 0;

    background-color: white;
}


#cronograma {
    background-color: white;
}

#beneficios h5 {
    font-size: 20px;
    color: gray;
    letter-spacing: 1px;
}

#beneficios h4 {

    margin-bottom: 34px;
    color: gray;
    letter-spacing: 1px;

}

#beneficios .col-md-12 {
    padding: 21px 97px
}

#beneficios .bg1 {
    background-color: #057D7A;
    color: white;

}

#beneficios .bg2 {
    background-color: #057D7A;
    color: #ccc;
}

#criterio-selecao {
    padding: 100px 0 0;

}

#cta .bg-chamada {
    background: #FFCD00;
    padding: 48px 0;
    margin-top: 110px;
}

#chamada {
    background: linear-gradient(35deg, #FE5000, #FFCD00);
    width: 100%;
    align-items: center;
    padding: 30px 0;
    background-size: cover;
}

#chamada .bg-chamada {
    background: linear-gradient(109deg, #FE5000, #FFCD00);
    padding: 48px 0;
}

.text-chamada h3 {
    color: #ffffff;
    margin: 8px 0 6px;
    line-height: 30px;
    font-size: 38px;
    font-weight: 200;
}

.text-chamada p {
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
}

a.send-chamada {
    text-decoration: none;
    width: 100%;
}

.send-chamada button {
    background: #ffffff;
    border: 0;
    color: #0057B8;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 22px 0 9px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}

.send-chamada button:hover {
    background: #0057B8;
    border: 0;
    color: rgb(12, 12, 12);
}


#criterios h1,
#criterios h4 {
    color: #0057B8;
}


#criterios .bg-chamada {
    padding: 80px 0;
    background: #FFF;
}

#criterios .bg-chamada img {
    padding: 52px 0;
}

#criterios .bg-chamada .text-chamada h3 {
    color: #812990;
    margin: 0px 0 18px;
    line-height: 30px;
}

#criterios .bg-chamada .text-chamada p {
    color: #057D7A;
    margin: 0 0 3px;
    font-weight: 400;
}

#chamada {
    padding: 30px 0 30px 0;
    background-color: #00A9E0;
}

#chamada a {
    color: white;
    font-weight: 700;
}

#chamada .bg-chamada {

    padding: 18px 0;
}

.text-chamada h3 {
    color: #fff;
    margin: 8px 0 6px;
    line-height: 30px;
}

.text-chamada p {
    color: #fff;
    margin: 0 0 12px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 26px;
}

a.send-chamada {
    text-decoration: none;
    width: 100%;
}

.send-chamada button {
    background: #FFF;
    font-family: 'Calibri';
    border-radius: 5px 24px;
    color: #0057B8;
    font-size: 12px;
    text-align: center;
    margin: 55px 0 9px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}

.send-chamada button:hover {
    background: #0057B8;
    border-radius: 5px 24px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    transition: all 0.3s ease 0s;
    border: 0;
    color: white;
}


.play button {
    background: white;
    font-family: 'Calibri';
    border-radius: 5px 24px;
    border: 2px solid white;
    color: #0057B8;
    font-size: 16px;
    text-align: center;
    margin: 96px 0px 25px 2px;
    text-transform: uppercase;
    width: 100%;
}

.play button:hover {
    background: #FFCD00;
    font-family: 'Calibri';
    border-radius: 5px 24px;
    border: 2px solid #0057B8;
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 96px 0px 25px 2px;
    text-transform: uppercase;
    width: 100%;

}









#cronograma {
    background: white;
    border-bottom: solid #ccc;
    margin: 50px 0 50px 0;

}

#cronograma h1 {
    margin-top: 90px;
    text-align: center;
    color: #057D7A;
}

#cronograma img {

    max-width: 100%;
    height: auto;
    margin-bottom: 14px;
    width: 69%;
}

#boxe-selecao {
    padding-bottom: 103px;
    background-color: #057D7A;
}

#boxe-selecao h1 {
    color: #FFCD00;
    text-align: center;
    margin-bottom: -10px;
    margin-top: 94px;
}

#boxe-selecao p {
    color: black;
    text-align: left;
}

#boxe-selecao h4 {
    color: white;
    text-align: center;
}

#boxe-selecao img {
    width: 40%;
    margin: 7px 0 0px 135px;
}

#boxe-selecao .col-md-6 .blc {
    background: white;
    border-radius: 10px;
    border: 1px solid #057D7A;
    box-shadow: 5px 5px 0px #ccc;
    margin: 63px 55px 0;
    padding: 16px 12px;
}

#boxe-selecao .col-md-6 .blc .blc-icons {
    max-width: 99px;
    margin-bottom: 37px;
}

#boxe-selecao .col-md-6 .blc p {
    font-size: 16px;
    line-height: 22px;
    min-height: 90px;
    vertical-align: middle;
    padding: 0 10px;
}

#sobre .blc {
    background: white;
    border-radius: 5px 80px;
    border: 1px solid #0057B8;
    box-shadow: 5px 5px 0px #ccc;
    margin: 63px 0 0;
    padding: 29px 12px;
    min-height: 507px;
}

#sobre .blc h3 {
    margin-bottom: 30px;
}

#sobre .blc span {
    font-size: 13px;
    font-weight: 700;
}

#sobre .blc a {
    color: white;
}

#sobre .blc a:hover {
    color: black;
    font-size: 18px;
}

#sobre .blc h4 {
    color: white;

    padding: 10px 0 10px 0;
    width: auto;
    box-shadow: 5px 5px 0 white;
    border-radius: 10px;

}

#sobre .blc p {
    color: white;
}

.boxtexto {
    border-radius: 5px 80px;
    background-color: white;
    border: 1px solid #0057B8;
    margin: 63px 0 0;
    padding: 29px 12px;
    min-height: 90px;
    box-shadow: 5px 5px 0px #ccc;
}

.boxtexto h3 {
    line-height: 30px;
}

.textobox {
    color: #425563;
}

#sobre .blc img {
    width: 40%;
}



#criterio-selecao h4 {
    text-align: center;
}


/* EIXOS TEMÁTICOS*/

#eixos {
    background-color: #057D7A;
    overflow-x: hidden;
}

#eixos h1 {
    color: white;
    margin-bottom: 30px;
}

#eixos p {
    color: white;
    text-align: center;
}


img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    -moz-transition: all .2s ease-in-out;
    -transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #c7c7c761;
    /*left: 50%;*/
    top: 133px;
    bottom: 70px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
        float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

f5f5f6 .timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: black;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #057D7A;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #057D7A;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #057D7A;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #057D7A;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #057D7A;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #c7c7c761;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #eb020261 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: black;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {

    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #812990;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}


#faixa {
    background-color: #057D7A;
    box-shadow: 0px 4px 5px #c3c3c3;
}

#faixa h4 {
    color: white;
    padding: 16px 0;
}

/*ACCORDEON*/

h1 {
    text-align: center;
    padding: 0px 0 50px;
}

.faqs-container {
    margin: 0 auto;
    max-width: 900px;
}

.faq {
    background-color: white;
    border: 1px solid #9FA4A8;
    border-radius: 10px 47px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    transition: 0.3s ease;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-title {
    margin: 0 35px 0 0;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

.faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle {
    background-color: #057D7A;
}

.faq-toggle .fa-times {
    display: none;
}

.faq.active .faq-toggle .fa-times {
    display: block;
}

.faq-toggle .fa-chevron-down {
    color: #E44315;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

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

    .social-panel-container.visible {
        transform: translateX(0px);
    }

    .floating-btn {
        right: 10px;
    }
}

.main-timeline3 {
    overflow: hidden;
    position: relative
}

.main-timeline3 .timeline {
    position: relative;
    margin-top: -79px
}

.main-timeline4 .timeline4 {
    position: relative;
    margin-top: -83px
}

.main-timeline3 .timeline:first-child {
    margin-top: 0
}

.main-timeline3 .timeline-icon,
.main-timeline3 .year {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline3 .timeline:after,
.main-timeline3 .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline3 .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.main-timeline3 .timeline-icon {
    width: 107px;
    height: 107px;
    border-radius: 55%;
    border-width: 9px;
    border-style: solid;
    border-color: #057D7A transparent;
    border-image: initial;
    z-index: 1;
    transform: rotate(45deg);
}

.main-timeline3 .year {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    font-size: 30px;
    font-weight: 700;
    color: #057D7A;
    text-align: center;
    transform: rotate(-45deg)
}

.main-timeline3 .timeline-content {
    width: 40%;
    float: right;
    background: #057D7A;
    padding: 30px 20px;
    margin: 50px 0;
    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
    z-index: 1;
    position: relative;
}

.main-timeline3 .timeline-content:before {
    content: "";
    width: 120px;
    height: 10px;
    background: #057D7A;
    position: absolute;
    top: 50%;
    left: -50%;
    z-index: -1;
    transform: translateY(-50%);
}

.main-timeline3 .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.main-timeline3 .description {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0
}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
    border-top-color: #057D7A;
    border-right-color: #057D7A;
}

.main-timeline3 .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
    color: #057D7A;
    ;
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
    float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    background: #057D7A;
}

.main-timeline3 .timeline:nth-child(3n) .timeline-icon {
    border-top-color: #057D7A;
    border-right-color: #057D7A;
}

.main-timeline3 .timeline:nth-child(3n) .year {
    color: #057D7A;
}

.main-timeline3 .timeline:nth-child(3n) .timeline-content,
.main-timeline3 .timeline:nth-child(3n) .timeline-content:before {
    background: #057D7A;
}

.main-timeline3 .timeline:nth-child(4n) .timeline-icon {
    border-top-color: #057D7A;
    border-right-color: #057D7A;
}

.main-timeline3 .timeline:nth-child(4n) .year {
    color: #057D7A;
}

.main-timeline3 .timeline:nth-child(4n) .timeline-content,
.main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
    background: #057D7A;
}

@media only screen and (max-width:1199px) {
    .main-timeline3 .timeline {
        margin-top: -103px
    }

    .main-timeline3 .timeline-content:before {
        left: -18%
    }

    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -18%
    }
}

@media only screen and (max-width:990px) {
    .main-timeline3 .timeline {
        margin-top: -127px
    }

    .main-timeline3 .timeline-content:before {
        left: -2%
    }

    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -2%
    }
}

@media only screen and (max-width:767px) {
    .main-timeline3 .timeline {
        margin-top: 0;
        overflow: hidden
    }

    .main-timeline3 .timeline:before,
    .main-timeline3 .timeline:nth-child(2n):before {
        box-shadow: none
    }

    .main-timeline3 .timeline-icon,
    .main-timeline3 .timeline:nth-child(2n) .timeline-icon {
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg)
    }

    .main-timeline3 .timeline:nth-child(2n) .year,
    .main-timeline3 .year {
        transform: rotate(-135deg)
    }

    .main-timeline3 .timeline-content,
    .main-timeline3 .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto
    }

    .main-timeline3 .timeline-content:before,
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0)
    }
}

#anexos-faixa {
    padding: -20px 0 80px;
    background-color: #057D7A;
}

#anexos-faixa .tables {
    background: #edb113;

}

#anexos-faixa h6 {
    color: #fff;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    line-height: 30px;
    border: none;
    font-weight: 700;
}


/*TABELA CONSULTORIA */

.item_view .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.item_edit .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.item_add .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.item_remove .modal-dialog {
    max-width: 300px;
    width: 100%;
}

.pre-cost {
    text-decoration: line-through;
    color: #a5a5a5;
}

.space-ten {
    padding: 10px 0;
}

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    background: none repeat scroll 0 0 #e5e8ef;
    border-radius: 4px 0 0 4px;
    width: 25%;
}

.mail-box .lg-side {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 4px 4px 0;
    width: 75%;
}

.mail-box .sm-side .user-head {
    background: none repeat scroll 0 0 #00a8b3;
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}

.user-head .inbox-avatar {
    float: left;
    width: 65px;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
}

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

.user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}

.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}

a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}

.inbox-body {
    padding-top: 20px;
}

.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

.btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}

ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a {
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
}

ul.inbox-nav li a:hover,
ul.inbox-nav li.active a,
ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}

ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}

ul.labels-info li {
    margin: 0;
}

ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}

ul.labels-info li a:hover,
ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}

.inbox-head {
    background: none repeat scroll 0 0 #41cac0;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}

.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px;
}

.inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px;
}

.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #00a6b2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td {
    padding: 12px !important;
}

.table-inbox tr td:hover {
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started,
.table-inbox tr td .fa-star:hover {
    color: #f78a09;
}

.table-inbox tr td .fa-star {
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}

ul.inbox-pagination {
    float: right;
}

ul.inbox-pagination li {
    float: left
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all,
.mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all,
.mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}

.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}

.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}

.inbox-body .modal .modal-body input,
.inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send,
.btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}

.btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}

.modal-header h4.modal-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.modal-body label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.sender-info {
    margin-bottom: 20px;
}

.sender-info img {
    height: 30px;
    width: 30px;
}

.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}

.view-mail a {
    color: #ff6c60;
}

.attachment-mail {
    margin-top: 30px;
}

.attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.attachment-mail ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
}

.attachment-mail ul li img {
    width: 100%;
}

.attachment-mail ul li span {
    float: right;
}

.attachment-mail .file-name {
    float: left;
}

.attachment-mail .links {
    display: inline-block;
    width: 100%;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.files .progress {
    width: 200px;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}

*+html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}

@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }

    .files .preview * {
        width: 40px;
    }

    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }

    .files .progress {
        width: 20px;
    }

    .files .delete {
        width: 60px;
    }
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.tabela-municipio {
    padding: 10px 0 80px 0;
}


.tabela-municipio tr {
    text-align: center;
    color: #00A9E0;
    font-size: 18px;
}

.tabela-resultado {
    padding: 10px 0 80px 0;
}

.tabela-resultado tr {
    text-align: center;
    color: white;
    font-size: 18px;
}

.resultadofinal {
    color: #FFCD00;
}

#fale-conosco {
    width: 100%;
    height: 100%;
    background-color: #425563;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: left;
    padding: 18px 0;
}

#fale-conosco p {
    color: white;
}

#fale-conosco a {
    color: white;
    font-weight: 500;
}

#webinar {
    width: 50%;
    height: 50%;
    margin: auto;
    padding: 20px 0 80px 0;

}

#webinar button {
    background-color: #EDB113;
}

.botao-wpp {
    background-color: #057D7A;
    color: white;
    border-radius: 8px;
    width: 100%;
    margin: auto;
    border: none
}

#modulos {
    padding: 0 0px 100px;
    background-color: #00A9E0;
}

#modulos .blc {
    background: #0057B8;
    border-radius: 10px 80px;
    padding: 30px 35px 30px;
    margin-top: 35px;
}

.informação p {
    text-align: center;
    color: white;
    margin-top: 21px;
    margin-bottom: -6px;
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;

}

.informação1 p {
    text-align: center;
    color: white;
    margin-top: 60px;
    margin-bottom: -6px;
    font-size: 23px;
    font-weight: 400;
    line-height: 36px;

}

#widget {
    background-color: #0057B8
}

#widget p {
    color: white;
}

#widget h1 {
    color: #FFCD00;
    margin-top: 86px;
}

.inscreva button {
    background: white;
    font-family: 'Calibri';
    border-radius: 5px 24px;
    border-color: white;
    color: #0057B8;
    font-size: 18px;
    text-align: center;
    margin: 39px 45px 40px -33px;
    text-transform: uppercase;
    width: 150%;

}

.inscreva button:hover {
    background: #FFCD00;
    font-family: 'Calibri';
    border-radius: 5px 24px;
    border-color: #FFCD00;
    color: white;
    font-size: 18px;
    text-align: center;
    margin: 39px 45px 40px -33px;
    text-transform: uppercase;
    width: 150%;
}

.inscreva1 button {
    background: #FFCD00;
    font-family: 'Calibri';
    border-radius: 5px 24px;
    border-color: #FFCD00;
    color: white;
    font-size: 18px;
    text-align: center;
    margin: 39px 45px 40px -33px;
    text-transform: uppercase;
    width: 150%;
}

.inscreva1 button:hover {
    background: white;
    font-family: 'Calibri';
    border-radius: 5px 24px;
    border-color: white;
    color: #0057B8;
    font-size: 18px;
    text-align: center;
    margin: 39px 45px 40px -33px;
    text-transform: uppercase;
    width: 150%;

}