@media screen and (min-width:1920px) {

}

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

}

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

}

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

    #header {
        height: 194px;
    }
    header .header {
        width: 960px;
        float: none;
        text-align: center;
    }
    header .logo-container {
        width: 100%;
        padding: 20px 0 0;
    }
    header .logo {
        width: 100%;
    }
    header .sticky .logo {
        width: 100%;
    }
    header .sticky .logo a {
        display: inline-block;
    }
    header .logo-container .valign {
        display: block;
        text-align: center;
    }
    header .menu-container {
        margin-top: 10px;
        float: none;
        display: inline-block;
    }
    header .sticky .menu-container {
        margin-top: 10px;
    }

    .sf-menu a {
        padding: 10px 9px;
    }
    .sf-menu li {
        border: none;
        margin-top: 0;
    }
    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        left: 7px
    }
    .sf-menu li:last-child:hover ul,
    .sf-menu li.sfHover:last-child ul {
        right: -66px
    }
    footer ul li {
        padding: 0 12px;
    }
    footer ul li a {
        font-size: 1.375rem;
    }
    #sobre-nos {
        background: url(../images/martelo.png) no-repeat calc(50% + 330px) calc(100% - 170px) var(--section-background);
    }
    .modal-content {
        width: 94%;
    }

    /*banners*/
    .banner1 .container {
        width: 100%;
    }
    .banner1 .banner_txt1 {
        padding-right: 80px;
    }

}

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

    #header {
        height: 160px;
    }
    header .header {
        width: 80px;
        float: right;
        padding-top: 66px;
    }
    header .sticky .header {
        padding-top: 41px;
    }
    header .logo-container {
        width: 270px;
        padding: 40px 0 0;
        float: left;
    }
    header .logo {
        width: 270px;
    }
    header .logo-container .valign {
        display: flex;
        align-items: center;
    }
    header .menu-container {
        margin-top: 22px;
        float: right;
    }
    header .sticky {
        width: 720px;
    }
    header .barra-header .item {
        margin: 0 0px 12px 0;
        width: 100%;
    }
    header .barra-header .item-midias {
        margin: auto 10px;
    }
    header .barra-header .item-midias a {
        padding: 5px 10px;
        display: inline-block;
    }
    .menu-container nav {
        padding-top: 0;
    }
    .mobile-menu-container {
        display: block;
        /*width: 250px;*/
        position: absolute;
        z-index: 1000;
        top: 110px;
        right: 0;
    }
    .sticky .mobile-menu-container {
        top: 80px;
    }
    .mobile-menu-container nav {
        float: none
    }
    .sf-menu {
        display: none;
    }
    .header .mobile-menu-switch {
        display: table-cell;
    }
    .header-container.sticky.move .menu-container {
        margin-top: 0;
    }
    .collapsible-mobile-submenus>li,
    .collapsible-mobile-submenus>li li {
        position: relative;
        text-align: center;
    }
    .collapsible-mobile-submenus>li:hover a {
        display: block;
        background-color: #c6c9e5;
    }
    .collapsible-mobile-submenus>li.respMidiaSocial {
        width: 31.33%;
        margin: 10px 1%;
        float: left;
    }
    .collapsible-mobile-submenus>li.respMenuAux {
        margin: 5px 5px 0;
    }
    .collapsible-mobile-submenus>li a.template-arrow-menu,
    .collapsible-mobile-submenus>li li a.template-arrow-menu {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .collapsible-mobile-submenus>li a.template-arrow-menu::before,
    .collapsible-mobile-submenus>li li a.template-arrow-menu::before {
        position: absolute;
        left: 17px;
        top: 16px;
    }
    .collapsible-mobile-submenus>li a.template-arrow-menu:hover,
    .collapsible-mobile-submenus>li li a.template-arrow-menu:hover {
        text-decoration: none;
    }
    .collapsible-mobile-submenus .template-arrow-menu+ul,
    .collapsible-mobile-submenus .template-arrow-menu+ul ul {
        display: none;
        background-color: #f3f3f3
    }
    .collapsible-mobile-submenus .template-arrow-menu+ul {
        display: none;
        background-color: #e6f2f3
    }
    .collapsible-mobile-submenus .template-arrow-menu+ul ul {
        display: none;
        background-color: #e6f2f3
    }
    .menu-container nav {
        width: 240px;
    }
    .sf-menu li {
        border: none;
        padding: 0;
        margin-top: 0;
    }
    .sf-arrows .sf-with-ul {
        padding-right: 1.9rem
    }
    footer ul li {
        padding: 10px 12px;
    }
    br.resp {
        display: none;
    }
    #sobre-nos {
        padding: 80px 0 480px;
        background: url(../images/martelo.png) no-repeat calc(50%) calc(100% - 60px) var(--section-background);
        background-size: 570px;
    }
    #sobre-nos p.destaque {
        font-size: 2.25rem;
    }

    /*banners*/
    .banner1 .valign {
        display: inline-block;
    }
    .banner1 .banner_txt1 {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    .banner1 .banner_txt1 .mt30 {
        margin-top: 0;
    }
    .banner1 .banner_img1 {
        width: 100%;
    }
    .banner1 .banner_img1 .col-sm-6 {
        text-align: center;
        float: none;
        display: inline-block;
    }
    .banner1 .banner_img1 .col-sm-6 img {
        float: none;
        margin: auto;
    }

    .banner1 .banner_img1 img {
        display: inline-block;
        float: none;
    }

}

@media screen and (max-width:767px) {
    /* Force table to not be like tables anymore */
    table.resp,
    table.resp thead,
    table.resp tbody,
    table.resp th,
    table.resp td,
    table.resp tr {
        display: block
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    table.resp thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.resp tr {
        border: none
    }
    table.resp td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #CCC;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }
    table.resp td:before {
        font-weight: bold;
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        /*top: 6px;*/
        left: 6px;
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    table.resp tr th {
        width: 100%;
    }

    /* Label the data */
    /*
    #infoTb td:nth-of-type(1):before {
        content: "info 1";
    }
    #infoTb td:nth-of-type(2):before {
        content: "info 2";
    }
    #infoTb td:nth-of-type(3):before {
        content: "info 3";
    }
    */
    header {
        padding: 0;
    }
    #header {
        height: 130px;
    }
    header .logo-container {
        width: 240px;
        padding: 30px 0 0;
    }
    header .logo {
        width: 220px;
    }
    header .header {
        padding-top: 47px;
    }

    /*
    header .header {
        width: 50px;
        float: right;
        padding-top: 57px;
    }

    */

    /*
    header .sticky {
        width: 540px;
    }
    */
    footer ul li {
        padding: 10px 8px;
    }
    footer ul li a {
        font-size: 1.25rem;
    }

    #sobre-nos {
        padding: 80px 0 450px;
        background: url(../images/martelo.png) no-repeat calc(50%) calc(100% - 60px) var(--section-background);
        background-size: 500px;
    }

    /*banners*/
    .banner1 .tit {
        font-size: 2.7rem;
    }


}

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

    .nopadding {
        padding: 0 15px !important
    }
    .mobile-menu-container {
        right: 15px;
    }
    footer ul {
        display: none;
    }
    footer .midias {
        margin: 0 0 22px;
    }


}

@media screen and (max-width:575px) {
    
    header .sticky {
        width: calc(100% - 50px);
    }

    #sobre-nos {
        padding: 80px 0 380px;
        background: url(../images/martelo.png) no-repeat calc(50%) calc(100% - 60px) var(--section-background);
        background-size: 420px;
    }

    .banner1 .tit {
        font-size: 2rem;
    }

    .banner1 .banner_img1 p {
        font-size: 1rem;
        padding: 0;
    }

}

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

}

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

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}