@media screen and (min-width:1920px) {
    /*.container-fluid {
        max-width: 1920px
    }*/
}

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

}

@media screen and (max-width:1440px) {
    .homeContato .form {
        padding: 0 80px;
    }
    .homeVideo {
        /*padding: 120px 0;*/
        background-position-x: 750px;
    }
}

@media screen and (max-width:1199px) {
    .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
    }
    .homeContato .form {
        padding: 0 30px;
    }
    .homeVideo {
        /*padding: 120px 0;*/
        background-position-x: 600px;
    }
    .homeBanner .col2 .estrela {
        right: 10px;
    }
}

@media screen and (max-width:991px) {
    .sf-menu li {
        border: none;
        padding: 0;
        margin-top: 0;
    }
    .sf-arrows .sf-with-ul {
        padding-right: 1.9rem
    }
    .homeVideo h1 {
        font-size: 3rem;
    }
    br.resp {
        display: none;
    }
    .homeSolucoes .bgSolucoes .greenMask .texto {
        padding: 0 20px 60px;
    }
    .homeVideo {
        /*padding: 120px 0;*/
        background-position-x: 450px;
    }
    .homeBanner {
        padding: 70px 0 90px;
    }
    .homeBanner .col2 {
        margin-top: 40px;
    }
    .homeBanner .col2 .estrela {
        right: -20px;
    }
}

@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%;
    }

    #headerCont {
        padding-top: 52px;
    }
    .menu-container {
        width: auto;
        padding-top: 0;
        float: right;
    }
    .menu-container nav {
        padding-top: 0;
    }
    .mobile-menu-container {
        display: block;
        /*width: 250px;*/
        position: absolute;
        z-index: 1000;
        top: 50px;
        right: 0;
    }
    .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;
    }

    .homeBanner .col2 .cont-form {
        padding: 100px 0 0 0;
    }

    .homeSolucoes .box:last-child {
        margin-bottom: 10px;
    }
    .homeSolucoes .btnMsg.text-right.vhralign {
        text-align: center !important;
        justify-content: center !important;
    }
    .homeSolucoes .btnCont.vhlalign {
        margin-top: 20px;
        text-align: center !important;
        justify-content: center !important;
    }
    .homeContato .contImg {
        height: 400px;
    }
    .homeContato .formCont {
        margin: 50px 0 100px;
    }
}

@media screen and (max-width:640px) {
    .homeVideo {
        padding: 90px 0;
        background-position-x: 200px;
    }
    .homeBanner .col2 .estrela {
        right: 10px;
    }
}

@media screen and (max-width:575px) {
    .nopadding {
        padding: 0 15px !important
    }
    .mobile-menu-container {
        right: 15px;
    }
    .homeBanner .col2 .cont-form {
        padding: 140px 0 0 0;
    }
}

@media screen and (max-width:479px) {
    .homeVideo {
        padding: 60px 0;
        background-position-x: 0px;
    }
}

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

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