/*
*================================================================== -->
* Medium Screen [992px into 1280px]
*================================================================== -->
*/

@media only screen and (min-width: 992px) and (max-width: 1280px) {

    /*=========== INDEX PAGE CSS ============
========================================*/
    .logo {
        padding: 14px 0;
    }

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

    .about-intro {
        padding: 0 0 0 25px;
    }

    .section-heading p {
        padding: 0 120px;
    }

    .single-service-item {
        padding-left: 49px;
    }

    .pricing-items li {
        padding: 8px 15px;
        letter-spacing: 1px;
    }

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

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

    .search-form .search {
        font-size: 16px;
    }

    #projetossociais .botao_lista.inscrever {
        max-width: 300px;
        margin-bottom: 0;
        background: #da892a !important;
        border: 2px solid #da892a !important;
        color: #fff !important;
        width: 60%;
        margin-top: 217px;
        margin-left: -58px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-weight: 600;
        padding: 5px 24px !important;
    }

    #projetossociais {
        background: url(../images/banner_rodapé_responsivo_tablet.png) center bottom no-repeat;
        background-size: cover;
        min-height: 340px;
        height: auto;
    }

    .botao_lista.inscrever {
        background: #FFA01C !important;
        border: 2px solid #FFA01C !important;
        color: #fff !important;
        width: 60%;
        margin-top: -7px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        padding: 5px 45px !important;
    }

    /*=========== INDEX YOUTUBE PAGE CSS ============
=================================================*/
    /*.youtube-item p {padding: 0 65px;}*/
}


/*
*================================================================== -->
* Tablet Screen [768px into 991px]
*================================================================== -->
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .envie_projeto {
        display: none;
    }

    .single-work-item {
        margin-bottom: 24px;
    }

    /*=========== INDEX PAGE CSS ============
========================================*/
    .main-menu .navbar-nav li>.sub-menu {
        width: 210px;
    }

    .logo {
        padding: 18px 0;
    }

    .sticky .logo img {
        width: 90%;
    }

    .main-menu .navbar-nav li a {
        font-size: 16px;
        padding: 4px 10px;
    }

    .about-intro {
        padding: 30px 0 0;
    }

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

    .text-right,
    .cta-area {
        text-align: center;
    }

    .cta-area h2 {
        margin: 0;
        font-size: 24px;
    }

    .single-project-item,
    .single-pricing-item {
        margin-bottom: 70px;
    }

    .single-contact-item {
        overflow: hidden;
        display: inline-block;
        padding-left: 40px;
    }

    .wellcome-item h4,
    .single-slide-item h4 {
        margin-top: 145px;
        font-size: 16px;
    }

    .why-choose-us-img .img-responsive {
        margin: 0 auto;
    }

    .wellcome-item h2,
    .single-slide-item h2 {
        font-size: 30px;
    }

    .wellcome-item p,
    .single-slide-item p {
        font-size: 14px;
        line-height: 21px;
    }

    .single-service-item {
        padding-left: 44px;
    }

    .single-service-item h4,
    .single-contact-item h5 {
        letter-spacing: 0;
    }

    .kc_accordion_header>a {
        letter-spacing: 0;
    }

    .kc_accordion_content .kc-panel-body {
        padding: 14px 25px !important;
    }

    #projetossociais .botao_lista.inscrever {
        max-width: 300px;
        margin-bottom: 0;
        background: #da892a !important;
        border: 2px solid #da892a !important;
        color: #fff !important;
        width: 60%;
        margin-top: 231px;
        margin-left: 86px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-weight: 600;
        padding: 5px 24px !important;
    }

    #projetossociais {
        background: url(../images/banner_rodapé_responsivo_tablet.png) center bottom no-repeat;
        background-size: cover;
        min-height: 340px;
        height: auto;
    }

    /*=========== BLOG PAGE CSS =============
========================================*/
    .single-blog-content {
        margin-right: 0;
    }

    .sidebar-area {
        margin-top: 64px;
    }

    .widget {
        margin-bottom: 50px;
    }

    .comments-area,
    .comment-respond {
        margin-top: 0;
    }

    .comment-area {
        margin-right: 0;
    }

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

    .pull-right {
        float: inherit !important;
    }

    .left-content .single-blog-content {
        margin-right: 0;
        margin-left: 0;
    }

    /*======= INDEX SLIDER PAGE CSS =========
========================================*/
    .slider-area .owl-controls .owl-nav div {
        position: relative;
        display: inline-block;
        margin-top: 10px;
        margin-right: 38px;
    }

    .slider-area .owl-controls .owl-nav {
        display: none;
    }

    .slider-area .owl-controls .owl-dots div {
        display: none;
    }

    .navigation.post-navigation {
        padding-right: 0;
    }

    .left-content .navigation.post-navigation,
    .left-content #comments {
        margin-left: 0;
    }

    /*=========== INDEX YOUTUBE PAGE CSS ============
================================================*/
    /*    .youtube-item p {padding: 0;}*/
}


/*
*================================================================== -->
* Mobile Screen [320px into 767px]
*================================================================== -->
*/

@media only screen and (max-width: 767px) {
    .single-work-item {
        margin-bottom: 24px;
    }

    /*=========== BOOTSTRAP NAVBAR CSS =============
===============================================*/
    .slicknav_nav .slicknav_arrow {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-toggle {
        border: 1px solid #1d3bc2;
        margin-top: -50px;
        margin-right: 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #1d3bc2;
    }

    .navbar-collapse {
        border-top: 0px solid;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .navbar-collapse.in {
        min-height: 375px;
    }

    .navinfo {
        padding: 0 52px;
    }

    #mobile_menu {
        position: absolute;
        right: 0;
        top: -52px;
        width: 100%;
    }

    .stickymenu #mobile_menu {
        top: -59px;
    }

    .slicknav_menu {
        background-color: transparent;
    }

    .slicknav_btn {
        margin: 67px 0;
        color: #DA4700;
    }

    .slicknav_nav {
        background-color: #DA4700;
        padding: 16px;
        width: 184px;
        float: right;
        margin-top: -64px;
    }

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

    /*=========== INDEX PAGE CSS ============
========================================*/
    .logo {
        padding-top: 18px;
        padding-bottom: 12px;
    }

    .logo img {
        width: 150%;
    }

    .logo a {
        position: relative;
        z-index: 111;
    }

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

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

    .text-right,
    .header-area .text-right,
    .cta-area .text-right,
    #contact_message .text-right {
        text-align: center;
    }

    .md-button {
        display: inline-block;
        position: relative;
        cursor: pointer;
        min-height: 36px;
        min-width: 178px;
        line-height: 36px;
        vertical-align: middle;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
        border-radius: 8px;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: none;
        border: 0;
        padding: 0;
        margin: 23px 0px;
        background: transparent;
        color: currentColor;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 500;
        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);
    }


    #edital h5 {
        padding: 15px 3px 40px 0px;
        margin: 0;
        text-align: left;
    }


    h2 {
        font-size: 35px;
        color: #CACBFC;
        margin-top: -37px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .comoparticipar {
        color: #fff;
        margin-top: 10px;
        margin-left: 19px;
        text-align: left;
        margin-bottom: 22px;
        line-height: 1;
        font-size: 40px;
    }

    .botao_inscrever1 {
        display: none;
        margin: 44px 25px 25px 35px;
        background: #00b6ef !important;
        border: 2px solid #00b6ef !important;
        color: #fff !important;
        width: 30%;
        font-family: 'Myriad';
        font-weight: 600;
        border-radius: 10px;
        text-align: center;
        size: 25px;
        padding: 6px 0 4px 0;

    }

    #v_navbar .botao_inscrever {
        background: #e40084 !important;
        border: 2px solid #e40084 !important;
        color: #fff !important;
        width: 30%;
        font-family: 'Myriad';
        font-weight: 600;
        border-radius: 10px;
        text-align: center;
        size: 25px;
        padding: 6px 3px 4px 0;
        margin: 8px 16px -11px -2px;
    }

       

    #sobrehome h1 {
        color: #fff
    }

    #edital {
        background: EC7000;
        padding: 42px 0 79px;
    }

    #edital h1 {
        color: #FFFF00;
        text-align: left;
        margin-top: 58px;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 40px;
        line-height: 50px;
    }

    .marcatexto1 {
        background-color: #061533;
        color: white;
        font-weight: bold;
        display: inline-block;
        border: 2px solid #061533;
        border-radius: 8px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        margin: 20px -26px 0 -32px;
        padding: 15px!important;
    } 

    .premiação {
        color: #F3FF00;
        text-align: left;
        margin-top: 58px;
        margin-bottom: -77px;
        font-weight: bold;
        margin-left: 23px;
    }

    .premiacaotitulo {
        margin-top: 1230px;
        text-align: center;
    }

    .imagemhome {
        max-width: 100%;
        height: auto;
        margin-top: 40px;
        margin-left: -5px;
    }

    .apoio {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #F3FF00;
        line-height: 28px;
    }

    .cta {
        font-family: 'Roboto';
        font-weight: bold;
        letter-spacing: 1.5px;
        font-size: 20px;
        margin-top: -16px;
        color: #FfFF00;
    }


    .imagemcomo {
        max-width: 100%;
        height: auto;
        margin-top: 40px;
        margin-left: -5px;
        display: none;
    }

    #participar h5 {
        color: #fff;
        text-align: left;
        padding: 15px 2px 7px 0px;
        margin: 0;
    }


    .imagemsobre {
        max-width: 100%;
    }

    .text-chamada h3 {
        color: #EC7000;
        margin: 31px 0 6px;
        line-height: 40px;
        font-family: 'Source Sans Pro';
        font-size: 40px;
        letter-spacing: 1px;
    }

    .navinfo {
        color: #FFFF00;
        text-align: center;
        margin-top: -36px;
        margin-bottom: 29px;
        font-weight: bold;
        font-size: 40px;
        line-height: 45px;
    }

    .boxinfo {
        color: #575757;
    }

    .prazos_valores {
        margin-left: -74px;
    }

    #fale-conosco {
        width: 100%;
        height: 100%;
        background-color: #061533;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        text-align: left;
        padding: 60px 0;
        font-family: 'Source Sans Pro' !important;
    }

    .faleconoscotitulo {
        font-family: 'Source Sans Pro';
        color: #EC7006;
        font-size: 40px;
        font-weight: bold;
        margin-top: 28px;
        margin-bottom: 32px;
    }

    #newnotice {
        margin: 0 0 20px 10px;
    }

    #contentsobre h1 {
        color: #fff;
    }

    #contentsobre h6 {
        color: #fff;
    }

    #contentweb h1 {
        color: #fff
    }

    .header-area.stickymenu {
        position: fixed;
        padding: 12px;
    }

    #chamada .icone {
        width: 30%;
    }

    #chamada .botao-chamada {
        width: 65%;
        margin: 41px -2px 9px;;
    }

    #edital .col-md-4 .blc {
        background: #1fc15e;
        border-radius: 10px;
        box-shadow: 5px 5px 0px #1d3bc2;
        margin: 52px -28px 0;
        padding: 43px 20px 20px;
        min-height: auto;
        min-width: 318px;
    }

    #edital h5.textoposbox {
        padding: 15px 12px 0;
    }

    #edital .botao_inscrever {
        width: 100%;
        margin: 40px 0;
    }

    #edital-info {
        padding: 100px 0px 50px 0px;
    }

    #edital-info h6 {
        color: #fff;
        text-align: left;
    }

    #edital .icone {
        margin-bottom: -5px;
    }

    #v_navbar .container .row {
        margin: 0 38px !important;
        padding: 36px 13px 53px 5px !important;
    }

    #v_navbar .botao_inscrever {
        padding: 1px 48px 2px 48px;
        margin-left: -4px;

    }

    .tab button {
        display: block;
        color: #575757;
        padding: 22px 16px 22px 36px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 18px;
        background: none;
        text-transform: inherit;
        height: 80px;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 23px;
        color: #DA4700;
        line-height: 30px;
        margin-bottom: 12px;
        text-transform: none;
        font-weight: bold;
    }

    .text-chamada p {
        color: white;
        margin: 0;
        font-weight: 300;
        padding-right: 16px;
    }

    .footer-right {
        border-right: 0px;
        min-height: 205px;
    }

    .footer-center {
        border-right: 0px;
        margin: 0px;
    }

    #proxima {
        text-align: right;
        margin-top: -20px;
        color: #1d3bc2;
        font-size: 16px;
    }

    #contentnotice p {
        font-family: 'Roboto', 'Arial';
        line-height: 36px;
        font-size: 18px;
        text-align: center;
    }

    #edital {
        background-color: #EC7000;
        padding: 42px 0 104px;

        h1 {
            font-size: 30px;
            color: #1d3bc2;
            margin-top: 0;
            line-height: 40px;
            margin-bottom: 40px;
            text-align: center;
        }

        h6 {
            color: #575757;
            text-align: center;
            padding: 12px 0;
            font-size: 18px;
            line-height: 30px;
        }

        .botao_lista.inscrever {
            background: #FFA01C !important;
            border: 2px solid #FFA01C !important;
            color: #fff !important;
            width: 60%;
            margin-top: 1px;
            margin-left: 67px;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            padding: 5px 45px !important;
        }

        #projetossociais .botao_lista.inscrever {
            max-width: 300px;
            margin-bottom: 0;
            background: #da892a !important;
            border: 2px solid #da892a !important;
            color: #fff !important;
            width: 60%;
            margin-top: 231px;
            margin-left: 86px;
            font-family: 'Roboto', sans-serif;
            font-size: 10px;
            text-align: center;
            font-weight: 600;
            padding: 5px 24px !important;
        }

        ul.ulsubs li a {
            color: #1d3bc2;
            font-weight: 400;
            line-height: 20px;
            font-size: 16px;
            margin: 13px 0 0;
            text-transform: none;
            font-family: 'Roboto', 'Arial', serif;
        }

        ul.ultitles h5,
        ul.ultitles h5 a {
            color: #1d3bc2;
            font-weight: 700;
            font-size: 20px;
            line-height: 18px;
            margin-left: 0px;
            margin-top: 0px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .contact-form .contact-btn {
            margin: 0px 53px 0px 0px;
            font-family: 'Roboto';
            float: right;
        }

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


        #projetossociais {
            background: url(../images/banner_rodapé_responsivo_celular.png) center bottom no-repeat;
            background-size: cover;
            min-height: 340px;
            height: auto;
        }

        .main-menu .navbar-nav li {
            display: block;
        }

        .main-menu .navbar-nav li a {
            padding: 15px 0;
        }

        .main-menu .navbar-nav li a:before {
            position: inherit;
        }

        /* .wellcome-item,
    .single-slide-item {
        height: 600px;
    } */
        .wellcome-item h2,
        .single-slide-item h2,
        .cta-area h2 {
            font-size: 18px;
            line-height: 30px;
        }

        .wellcome-item h4,
        .single-slide-item h4,
        .about-intro h4,
        .single-service-item h4,
        .breadcome-heading h4 {
            font-size: 14px;
        }

        .wellcome-item h4,
        .single-slide-item h4 {
            color: #000;
            margin-top: 115px;
        }

        .wellcome-item span,
        .single-slide-item span {
            margin: 0;
        }

        .why-choose-us-img img,
        .work-img img {
            margin: 0 auto;
        }

        .wellcome-item p,
        .single-slide-item p,
        .about-intro p,
        .section-heading p,
        .single-service-item p {
            font-size: 12px;
            line-height: 18px;
            margin-top: 10px;
        }

        .wellcome-item p,
        .single-slide-item p {
            color: #000;
        }

        .about-intro {
            padding: 15px 0;
        }

        .default-btn {
            padding: 6px 15px;
            border: 1px solid #222;
            font-size: 12px;
        }

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

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

        .section-heading h3 {
            font-size: 20px;
        }

        .section-heading p,
        .single-blog-content,
        #accordion {
            padding: 0;
        }

        .single-service-item {
            padding-left: 48px;
        }

        .cta-area h2 {
            font-size: 24px;
            margin-bottom: 30px;
            text-align: center;
        }

        .single-service-item p {
            margin-top: 28px;
        }

        .single-service-item,
        .work-details {
            margin-top: 60px;
        }

        .panel-heading {
            padding: 0 0 0 15px;
        }

        .panel-heading a i {
            width: 40px;
        }

        h4.panel-title {
            font-size: 12px;
            letter-spacing: 1px;
            padding: 12px 0 11px 32px;
            display: block;
        }

        .panel-body {
            padding: 20px 0 20px 18px;
            color: #777;
            font-size: 12px;
            line-height: 18px;
        }

        .video-area h2 {
            font-size: 22px;
        }

        .work-filter li {
            font-size: 12px;
            margin-bottom: 10px;
        }

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

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

        .single-project-item,
        .single-contact-item {
            position: relative;
            padding-left: 0px;
            margin-bottom: 30px;
        }

        .header-area .envie_projeto {
            display: none;
        }

        .kc_accordion_header>a {
            font-size: 11px !important;
            padding: 6px 10px !important;
            letter-spacing: 0;
        }

        .kc_accordion_content .kc-panel-body {
            padding: 14px 10px !important;
            font-size: 12px;
        }

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

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

        /*======= INDEX SLIDER PAGE CSS =========
========================================*/
        .slider-area .owl-controls .owl-nav div {
            position: relative;
            display: inline-block;
            margin-top: 10px;
            margin-right: 30px;
        }

        .slider-area .owl-controls .owl-nav {
            display: none;
        }

        .slider-area .owl-controls .owl-dots div {
            display: none;
        }

        .main-menu .navbar-nav li>.sub-menu {
            position: initial;
            display: none;
            visibility: hidden;
        }

        .single-work-item {
            margin-bottom: 24px;
        }
    }



    /*
*================================================================== -->
* Wide Mobile Screen [480px into 767px]
*================================================================== -->
*/

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

        /*=========== INDEX PAGE CSS ============
========================================*/
        .logo {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .logo img {
            width: 100%;
        }

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

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

        .single-work-item {
            margin-bottom: 24px;
        }
    }

    @media only screen and (min-width: 601px) and (max-width: 767px) {
        .logged-in .header-area.stickymenu {
            margin-top: 47px;
        }
    }

    /*
*================================================================== -->
* Medium Screen [1920px into 1080px]
*================================================================== -->
*/

    @media only screen and (min-width: 992px) and (max-width: 1920px) {
        /*=========== INDEX PAGE CSS ============
========================================*/


        #projetossociais .botao_lista.inscrever {
            max-width: 300px;
            margin-bottom: 0;
            background: #da892a !important;
            border: 2px solid #da892a !important;
            color: #fff !important;
            width: 60%;
            margin-top: 207px;
            margin-left: -84px;
            font-family: 'Roboto', sans-serif;
            text-align: center;
            font-weight: 600;
            padding: 5px 24px !important;
        }



        /*
*================================================================== -->
* Medium Screen [1920px into 2517px]
*================================================================== -->
*/

        @media only screen and (min-width: 992px) and (max-width: 2517px) {
            /*=========== INDEX PAGE CSS ============
========================================*/

            #projetossociais {
                min-height: 405px;
                height: auto;
                background: url(../images/banner_rodapé_1.png) center bottom / cover no-repeat;
            }

            #projetossociais .botao_lista.inscrever {
                max-width: 300px;
                margin-bottom: 0;
                background: #da892a !important;
                border: 2px solid #da892a !important;
                color: #fff !important;
                width: 60%;
                margin-top: 280px;
                margin-left: -46px;
                font-family: 'Roboto', sans-serif;
                text-align: center;
                font-weight: 600;
                padding: 5px 24px !important;
            }