/* *********
RESET CSS
********* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    line-height: 0em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
    line-height: 0px;
}

del {
    text-decoration: line-through;
}

p {
    line-stacking: 4em;
}

html, body {
    scroll-behavior: smooth;
    /* height: 100%; */
}
/* FINE DEL RESET */

:root {
    --testo: #464157;
    --border: #e6e6e6;
    --blu: #0079c4;
    --verde: #838914;
    --grigio: #7a7a7a;
    --light-blu: #f2f8fc;
    --altezza-banner: 160px;    /* banner-515 */
}

@media all {
    html {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
    }

    body {
        line-height: 1em;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 25px;
        font-family: "Readex Pro", sans-serif;
        background: #fff;
        width: 100%;
        color: #ff0080;
        background-color: ghostwhite;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
    }

    * {
        touch-action: manipulation;
    }

    header {
        z-index: 9999;
    }


    /* SKIN BANNER */
    .skin {
        height: 100vh;
        min-width: 200px;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 1;
        flex: 1;
    }

    .skin img {
        width: 200px;
        display: block;
    }

    .skin1 a {
        display: flex !important;
        justify-content: flex-end;
    }

    .skin a {
        display: block;
        height: 100%;
    }

    .skin-3 {
        width: 100%;
        height: 80px;
        background-color: ghostwhite;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 9999;
    }

    .skin-3 img {
        width: 100%;
        object-fit: cover;
    }
    /* FINE SKIN BANNER */


    .main-container {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        /* overflow-x: hidden; */
        height: 100%;
        width: 100%;

    }

    .main-column {
        max-width: 1360px;
        min-width: 800px;
        width: 100%;
        height: fit-content;
        z-index: 2;
        background-color: white;
        /* background-color: tomato; */
    }

    .banner-515 {
        width: 100%;
        height: var(--altezza-banner);              /* GRAZIANO */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f6f6f6;
    }
    
    .main-column > .banner-515 {
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 1600px) {
    /* MENU */
    .fascia-menu {
        height: 70px;
    }

    .fascia-menu .logo {
        height: 40px;
        margin-left: 30px;
    }

    button.language {
        height: 70px;
    }

    .fascia-menu .menu-item {
        font-size: 14px;
        margin: 0px 8px;
    }

    .fascia-menu .menu-item>img {
        margin-left: 6px;
    }

    .fascia-menu>.buttons>a {
        width: 70px;
        height: 70px;
    }
    /* FINE MENU */
}

@media only screen and (max-width: 1400px) {
     /* MENU */
     .fascia-menu {
        height: 60px;
    }

    .fascia-menu .logo {
        height: 36px;
        margin-left: 15px;
    }

    .fascia-menu .menu-item {
        text-transform: capitalize;
        margin: 0px 8px;
    }

    .fascia-menu .menu-item>img {
        margin-left: 5px;
        height: 4px;
    }

    .submenu>a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .fascia-menu>.buttons>a {
        width: 60px;
        height: 60px;
    }

    button.language {
        height: 60px;
    }

    /* FINE MENU */
}


@media only screen and (max-width: 800px) {
    .banner-515 {
        height: fit-content;
        padding: 8px 0;
        max-height: 120px;
    }

    .banner-515 ins {
        width: calc(100% - 16px);
        height: auto;
        max-width: 515px;
    }

    .banner-515 img {
        width: 100%;
        height: auto;
    }

    .main-column {
        /* min-width: 800px; */
        min-width: unset;
    }

    .skin {
        /* display: block; */
        display: none;
    }

    /* MENU */
    .fascia-menu {
        height: 56px;
    }

    .fascia-menu .logo {
        height: 28px;
        margin-left: 15px;
    }

    .fascia-menu>.menu {
        display: none;
    }

    .menu-item>img {
        margin-left: 5px;
        height: 4px;
    }

    .fascia-menu>.buttons>.language,
    .fascia-menu>.buttons>.search {
        display: none;
    }

    .fascia-menu>.buttons>.hamburger {
        display: flex;
        padding: 0px;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }

    .fascia-menu>.buttons>.hamburger>img {
        height: 35px;
    }

    .fascia-menu>.buttons>a {
        width: 50px;
        height: 50px;
    }

    .menu-mobile {
        position: fixed;
        top: 50px;
        left: 0px;
        width: 100%;
        height: calc(100% - 50px);
        background-color: var(--blu);
        z-index: 9999;
        flex-direction: column;
        box-sizing: border-box;
        overflow: auto;
    }

    .menu-mobile.open {
        display: flex;
    }

    .menu-mobile>.top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 15px;
        min-height: 56px;
    }

    .menu-mobile>.top img {
        height: 28px;
    }

    .menu-mobile>.top>a {
        transition: .2s opacity ease;
    }

    .menu-mobile>.top>a:hover {
        opacity: 0.5;
    }

    .fascia-menu > .buttons button.language {
        display: none;
    }

    .menu-mobile .buttons {
        display: flex;
        justify-content: center;
    }

    .menu-mobile .buttons>a {
        margin: 0px 8px;
        transition: .2s ease opacity;
    }

    .menu-mobile .buttons>a:hover {
        opacity: 0.5;
    }

    .menu-mobile .buttons img {
        height: 30px;
    }

    .search-wrap {
        position: relative;
        background-color: #1985cd;
        margin: 30px;
        padding: 0px 20px;
        height: 50px;
        display: flex;
        align-items: center;
        border-radius: 100px;
    }

    .search-wrap>input::placeholder {
        color: #7cd6ff;
    }

    .search-wrap>input {
        background: none;
        border: 0px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: white;
        height: 100%;
        width: 100%;
        padding-right: 30px;
        font-size: 15px;
    }

    .search-wrap>button {
        position: absolute;
        top: 2.5px;
        right: 8px;
        background: none;
        border: 0px;
        width: 45px;
        height: 45px;
        transition: .2s ease opacity;
    }

    .search-wrap>button>img {
        width: 28px;
        height: 28px;
    }

    .search-wrap>button:hover {
        opacity: 0.5;
    }

    .menu-mobile .hamburger {
        display: flex;
        padding: 0px;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }

    .menu-mobile>.menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-top: 1px solid #1985cd;
    }

    .menu-mobile .menu-item {
        display: flex;
        flex-direction: column;
        color: white;
        font-size: 16px;
        margin: 0px;
        text-decoration: none;
        border-bottom: 1px solid #1985cd;
    }

    .menu-mobile .menu-item>p {
        display: flex;
        justify-content: space-between;
        padding: 12px 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .menu-mobile .menu-item>p>img {
        z-index: -1;
    }

    .menu-mobile .submenu {
        display: flex;
        flex-direction: column;
        max-height: 0px;
        overflow-y: hidden;
    }

    .menu-mobile .submenu.open {
        max-height: unset;
    }

    .menu-mobile .submenu>a {
        color: white;
        text-decoration: none;
        padding-left: 50px;
    }

    .menu-mobile .submenu>a:hover {
        background-color: #006fb4;
    }

    /* FINE MENU */
}