
button {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: initial;
}

path {
    transition: .2s ease;
}

.cf:after {
    content: '';
    display: table;
    clear: both;
}

.wrapper {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    /*box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);*/
}

.header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 80px;
    z-index: 9990;
    background: #92252f;
    /*-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);*/
    transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}

.header .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;*/
    justify-content: space-between;
    height: 100%;
}

#headerh {
    display: none;
    top: 0px;
    height: 90px;
}

.nav {
    display: block;
    margin-left: auto;
}

#menu {
    padding-top: 0px;
}

.menu {
    margin-right: 20px;
    float: right;
    height: 80px;
    position: relative;
}

.menub {
    background-color: #ffffff;
    margin-left: 10px;
}

.buttonhome {
    background-color: trasparent !important;
    border: 0px solid !important;
    color: #ffffff;
}

.buttonpage{
    border: 2px solid #ffffff!important;
}

.buttonpage:hover{
    background-color:#ffffff!important;
    border: 2px solid #e0d5bd!important;
    color: #e0d5bd!important;
}

.w3-dropdown-hover{
    /*background-color:#ffffff!important;*/
}

.w3-dropdown-content,.w3-bar-block{
    width: 200px;
}

.w3-dropdown-content {
    margin-left: -30px;
    margin-right: 20px;
}

hr.hrmenu{
    border-top: 1px solid #e7e7e7;
    margin: 0px;
}

@media (max-width: 1179px) {
    
    .menu {
        margin: 0 0 80px;
    }
    .menu-item {
        font-size: 22px;
        font-weight: 300;
    }
    .menu-item a {
        padding: 10px 0;
    }
}

/*
.hamburger:checked ~ .logo {
    color: black;
}
*/

.hamburger__container {
    display: block;
    padding: 1rem;
    margin: -1rem;
    cursor: pointer;
    /*margin-top: -65px;*/
    margin-left: 5px;
    background: #000000;
    border-radius: 6px;
}

.hamburger {
    width: 1.20rem;
    height: 0.9375rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(0deg);
}
.hamburger i {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    background: #ffffff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburgerhome i {
    background: #ffffff;
}

.hamburger i:nth-of-type(1) {
    top: 0;
    transform-origin: left center;
}
.hamburger i:nth-of-type(2) {
    top: 0.375rem;
    transform-origin: left center;
}
.hamburger i:nth-of-type(3) {
    top: 0.75rem;
    transform-origin: left center;
}
.hamburger.open i:nth-of-type(1) {
    transform: rotate(45deg) translate(0, -0.0625rem);
    background: #ffffff;
}
.hamburger.open i:nth-of-type(2) {
    opacity: 0;
    width: 0%;
}
.hamburger.open i:nth-of-type(3) {
    transform: rotate(-45deg) translate(0, 0.0625rem);
    background: #ffffff;
}

.code {
    font-weight: 400;
    font-family: monospace,monospace;
    padding: 0 8px;
    background: #e0e0e0;
}

/*
.content {
    margin-top: 120px;
    padding: 50px 20px;
}

#content {
    opacity: 0.7;
}*/

.details {
    display: inline-block;
    background: #f3f3f3;
    color: #9c9c9c;
    margin: 1em 0;
    font-weight: 300;
    padding: 6px;
}

.details a {
    font-weight: 400;
    color: #9c9c9c;
}
.details a:hover {
    color: #424242;
}
   
#logobig {
    margin-top: 15px;
    height: 60px;
    transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}


#logofooterbig {
    height: 80px;
}

@media (max-width: 1179px) {
    
    #logobig {
        margin-top: 0px;
        height: 52px;
        position: absolute;
        top: 10px;
        z-index: 9998;
    }
    
    .header {
        height: 80px;
        top: 0px;
        /*box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);*/
        box-shadow: none;
    }
    
    #headerh {
        display: block;
        background-color: transparent;
        -webkit-box-shadow: none; 
        box-shadow: none;
    }
    
    .wrapper1 {
        margin-top: 80px;
    }
    
    .content {
        margin-top: 80px;
    }
    
    html.noscroll {
        overflow: hidden;
    }

    body.noscroll {
        overflow: visible;
        height: 100%;
    }

    .logo, .hamburger__container {
        position: relative;
        z-index: 9998;
        /*background: rgba(210,241,237, 0.3);*/
    }

    .logo {
        color: white;
    }
    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #ffffff;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .open {
        opacity: 1;
        right: 0;
    }

    .nav__container {
        position: absolute;
        padding: 0px; /* il primo valore è il margine superiore del menu mobile */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* These 2 below are all the magic: */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 1180px) {

    .menu {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .mobile {
        display: none;
    }
}