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

@media screen and (max-width:1600px) {
    .headerInt {
        height: 403px;
    }
}

@media screen and (max-width:1199px) {
    .headerInt {
        height: 302px;
    }
}


/*@media screen and (max-width:960px) {*/

@media screen and (max-width:991px) {
    .mobile-menu-container {
        display: block;
        /*width: 250px;*/
        position: absolute;
        z-index: 1000;
        top: 170px;
        right: 0;
    }
    header .vertical-align-cell nav {
        margin-top: 0;
    }
    .mobile-menu-container nav {
        float: none;
    }
    .header .mobile-menu-switch {
        display: table-cell;
        padding: 31px 0 0;
    }
    .header-container.sticky.move .menu-container {
        margin-top: 0;
    }
    .menu-container {
        width: auto;
        float: right
    }
    .collapsible-mobile-submenus>li,
    .collapsible-mobile-submenus>li li {
        position: relative;
    }
    .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: 200px;
    }
    header .interna .header {
        padding-top: 10px;
    }
    br.resp {
        display: 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%;
    }
    .imgRight {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    br.resp {
        display: none
    }
    .interna .mobile-menu-container {
        top: 180px;
    }
    footer .no-gutter [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:640px) {
    header .mobile-menu-container {
        top: 170px;
    }
}

@media screen and (max-width:575px) {
    header {
        padding: 0 15px;
    }
    header .mobile-menu-container {
        top: 90px;
    }
}

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