/*
*================================================================== -->
* 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 =============
===============================================*/
    .navbar {
        min-height: 0;
    }

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

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

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

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

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

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

    .slicknav_menu {
        background-color: transparent;
    }

    .slicknav_btn {
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none;
        line-height: 1.188em;
        float: left;
        color: #bd1301;
        font-weight: 700;
        font-family: sans-serif;
        font-size: 12px;
    }

    .slicknav_nav {
        background-color: #bd1301;
        padding: 20px;
        width: 280px;
        float: right;
    }

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

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

    .logo img {
        width: 80%;
    }

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

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

    

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

    .imagemsobre {
        max-width: 100%;
    }

    .video {
        min-width: 60%;
        position: relative;
        padding: 70px 0 0;
    }

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

    #contentsobre h1 {
        color: #fff;
    }

    #contentsobre h6 {
        color: #fff;
    }

    #contentweb img {
        margin: 0px 0px 0px 38px;
    }

    #contentweb p {
        margin: -162px 0px 0px -8px;
    }

    #selecionados p {
        text-align: center;
    }

    #selecionados h1 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin: 0;
    }

    #clientes h1 {
        color: #fff;
    }

    #clientes img {
        width: 40%;
    }

    #chamada .icone {
        width: 20%;
    }

    #chamada .botao-chamada {
        width: 50%;
    }

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

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

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

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

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

    .slicknav_nav {
        background-color: #F5F5F5;
        padding: 20px;
        width: 214px;
        float: right;
        margin-top: -6px;
    }


    /*=========== HOME ============
========================================*/

    #sobrehome {
        background: url(../images/bg-icons.webp);
        /* margin-top: 0px; */
       background-color: #fddeb561;
        padding: 80px 0 80px 0px;
        background-repeat: no-repeat;
        background-position: center center;
        /* background-size: cover; */
    }

    #sobrehome h1 {
        font-size: 70px;
        line-height: 70px;
        /* margin-top: -10px; */
        text-align: left;
    }

    #sobrehome h5 {
    
        padding: 0;
    }

    #sobrehome h2 {
        font-size: 45px;
        line-height: 45px;
       
        margin-top: -30px;
        padding-right: 10px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    .video2 {
        /* margin-left: -2px; */
        margin-top: -200px;
        margin-bottom: 50px;
        border-radius: 20px;
        width: 100%;
    }

    #sobrehome img {
        max-width: 110%;
        margin-top: 10px;
        margin-left: -20px;
    }

    #sobrehome2 .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        text-align: left;
    }

    #sobrehome2 h2 {
        font-size: 40px;
        line-height: 45px;
      
        padding-right: 0px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    #banco-premium-home h1 {
       
        font-size: 50px;
        text-align: left;
    }

    #banco-premium-home .hate {
        font-size: 12px;
      
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        text-align: left;
    }

    #banco-premium-home h5 {
        color: #333;
        margin-bottom: 50px;
    }

    #banco-premium-home img {
        max-width: 100%;
        margin-left: 0;
        margin-top: -30px;
    }

    #banco-premium-home img {
        max-width: 100%;
        margin: 0;
    }

    .premium-bank-grid {
        display: flex;
        justify-content: flex-start;
        /* align-items: stretch; */
        /* gap: 2px 50px; */
        flex-direction: column;
    }

    .public-bank-grid {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 2px 50px;
        flex-direction: column;
    }

    #banco-public-home .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        text-align: left;
    }

    #banco-public-home img {
        max-width: 110%;
        margin-left: -10px;
        margin-top: 0;
    }

    #banco-public-home h1 {
        color: #bd1301;
        font-size: 50px;
        text-align: left;
    }

    #duvida-home h1 {
        text-align: center;
        padding: 0;
        margin: 0;
        color: white;
        font-size: 50px;
        line-height: 50px;
    }

    #duvida-home .hate {
        font-size: 12px;
       
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
    }

    #duvida-home img {
        max-width: 110%;
        margin-left: -20px;
    }

    #cadastre-home h1 {
        color: #bd1301;
        font-size: 50px;
        text-align: left;
    }

    #cadastre-home .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        text-align: left;
    }

    #cadastre-home img {
        max-width: 110%;
        margin-left: -20px;
        margin-top: 20px;
        margin-bottom: 0;
    }


    /*=========== BANCO DE PROJETOS ============
========================================*/

    #banco-hero h1 {
        font-size: 50px;
        text-align: left;
        line-height: 50px;
    }

    #banco-hero .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        text-align: left;
    }

    #banco-hero img {
        max-width: 100%;
        margin-top: 50px;
    }

    #bippremium h1 {
        text-align: left;
        color: #bd1301;
        line-height: 50px;
        font-size: 50px;
    }

    #bippremium .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: -75px;
        margin-bottom: 36px;
        text-align: left;
    }

    #bippremium h5 {
        text-align: left;
        color: #333;
        padding: 0;
    }

    #forms2 {
        padding: 750px 0;
        background: #ffc153;
    }

    #forms2 h1 {
        color: #bd1301;
        margin-top: -1px;
        line-height: 50px;
        font-size: 40px;
        font-weight: 500;
        text-align: left;
    }

    .textforms2 {
        margin-left: 0;
    }

    #forms2 .hate {
        margin-top: -1650px;

    }

    .formsbip2 {
        margin-bottom: 280px;
    }

    .formulariobipgeral {
        margin-top: 750px;
    }


    #forms2 img {
        max-width: 110%;
        margin-top: -20px;
        margin-left: -29px;
    }

    #vantagens h1 {
        text-align: center;
        color: #bd1301;
        margin: 0;
        font-size: 55px;
        line-height: 60px;
    }

    #vantagens .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: -53px;
        margin-bottom: -28px;
        padding: 25px;
        text-align: center;
    }


    #vantagens img {
        max-width: 120%;
        margin-left: -43px;
        margin-top: 49px;
    }

    #forms h1 {
        color: #bd1301;
        line-height: 45px;
        font-size: 35px;
        text-align: left;
        font-weight: 500;
        padding: 0;
    }

    #forms h3 {
        padding: 0;
    }


    #forms .hate {
        font-size: 12px;
        color: white;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 6px;
        margin-bottom: 10px;
        padding: 0;
        text-align: left;
    }


    /*=========== BIBLIOTECA  ============
========================================*/

    #noticias h1 {
        color: #bd1301;
        font-size: 50px;
        text-align: left;
    }

    #noticias .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: -41px;
        margin-bottom: -3px;
        /* padding: 25px; */
        text-align: left;
    }


    /*=========== CADASTRE SEU PROJETO  ============
========================================*/

    #nossos-bancos h1 {
        color: #bd1301;
        font-size: 50px;
        line-height: 45px;
        text-align: center;
    }

    #nossos-bancos .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: -6px;
        text-align: center;
        margin-top: -45px;
    }


    /*=========== BIP RS  ============
========================================*/


    #homers h1 {
        color: white;
        font-size: 50px;
        margin-top: -10px;
        line-height: 60px;
        padding: 0;
    }

    #homers {
        background-color: #008136;
        padding: 80px 0;
    }

    #homers .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: -20px;
        margin-bottom: 20px;
        text-align: left;
        margin-top: -31px;
    }

    #noticiasrs h1 {
        margin-top: -25px;
        margin-bottom: 100px;
        font-size: 50px;
        line-height: 58px;
        color: white;
    }


    /*=========== FAQ  ============
========================================*/

    #faq h1 {
        
        font-size: 50px;
        text-align: left;
        line-height: 50px;
    }

    #faq h6 {
       
        margin-bottom: 80px;
        text-align: left;
        padding-right: 50px;
    }

    #faq .hate {
        font-size: 12px;
       
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: -3px;
        margin-top: -20px;
    }

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

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

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

    .titulobiprs {
        margin-top: 39px;
        margin-bottom: 12px;
        text-align: left !important;
        color: white !important;
    }

    #logo-preloader {
        width: 50%;
    }


    .imagemrodape {
        max-width: 50%;
        margin-top: 10px;
        /* margin-bottom: -0px; */
    }

    .contatoscolum {
        margin-top: -3px;
    }

    .imagembandeira {
        max-width: 120%;
        height: auto;
        margin-left: -220px;
        margin-bottom: -50px;
        margin-top: -50px;
        display: none;
    }

    #rsbip h5 {
        color: white;
        font-weight: 500;
        padding: 43px;
        text-align: left;
        margin: auto;
        margin-bottom: 20px;
    }

    #rsbip h1 {
        color: white;
        margin-top: 10px;
        margin-bottom: -81px;
        padding: 40px;
        margin: auto;
        text-align: left;
        margin-bottom: -35px;
    }

    .imagemhomebiprs {
        max-width: 125%;
        height: auto;
        margin-left: -90px;
        margin-bottom: -40px;
        margin-top: 30px;
        display: none;
    }

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

    .imagemhomers {
        max-width: 140%;
        height: auto;
        margin-top: 50px;
        display: none;
    }

    .textbip {
        margin: auto !important;
    }


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

    iframe {
        width: 100%;
        height: auto;
    }

    .webinar-link {
        margin-bottom: 0;
        border: 2px solid #ffffff;
        color: #fff;
        width: auto;
        margin-top: 15px;
        margin-left: 0px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        padding: 5px 8px;
    }

    .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 {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        line-height: 20px;
        font-size: 12px;
        margin: 0 0 13px;
        text-transform: none;
        font-family: 'Roboto', 'Arial', serif;
    }

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

    ul.ultitles,
    ul.ulsubs {
        padding: 0;
        margin-top: 59px;
    }

    .faqdd h2 {
        padding: 8px 33px 10px 8px;
    }

    .faqdd p {
        padding: 0 10px;
        line-height: 24px;
    }

    ul.faqdd li input[type=checkbox] {
        min-height: max-content;
    }

    .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;
        }