@charset "UTF-8";
/* CSS Document

rosso #8b293a
grigio #495162

rosso del biglietto + 40% di saturazione #ab2a32

*/

#logo {
    margin-right: 50px;
}

.rosso {
    color: #8b293a;
}

.rossoMouse {
    color: #8b293a;
    cursor: pointer;
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body, pre {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
               Helvetica, Arial, sans-serif;
}

#video_desktop { display: block; margin-top: 100px; }
#video_smartphone { display: none; margin-top: 100px; }

#ChiSiamo, #testo_officina {
    padding: 10px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.5;
}



#testo_officina {
    margin-top: auto;
}

.video {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
  /* margin-top: 100px; /* altezza del menu fisso */
}


.body {
    padding: 20px;
}

h1, h2 {
    text-align: center;
    color: white !important;
    background-color: #8b293a;
    padding: 10px;
    border-radius: 5px;
}

#mappa {
    border: 1px solid #495162;
}

.campoPiccolo {
    position: sticky;
    left: 250px;
}

.campoForm {
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.campoForm:focus {
    outline: none;
    background-color: #fff9ed;
    box-shadow: 
        0 0 0 1.5px rgba(128, 0, 32, 0.30),
        0 0 6px rgba(128, 0, 32, 0.18);
}

.campoForm textarea {
    resize: none;
    overflow-y: auto;
} 

.campoForm {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #8b293a;
}

.campoForm submit, input[type=submit] {
    color: white;
    font-weight: bold;
    background-color: #8b293a;
}

.campoFormPrivacy, .campoFormPrivacyAcquisto {
    position: absolute;
    width: calc(100% - 580px);
    margin-left: 540px;
    margin-top: -380px;
    text-align: justify;
    line-height: 2em;
}

.campoFormPrivacyAcquisto {
    margin-top: -713px !important;
}

#menu {
    color: #8b293a;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    padding: 0 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}



#menu .menu {
    margin-right: 50px;
    cursor: pointer;
}

.menuMobile {
    display: none;
}

#pie {
    border-top: 10px solid #ab2a32;
    background-color: #495162;
    color: white;
    padding: 20px;
    text-align: left;
    padding-bottom: 50px;
}
.pie, .pie2 {
    line-height: 1.5em;
    display: inline-block;
    vertical-align: top;
}

.pie2 {
    margin-left: 80px;
}

@media (max-width: 768px) {
/*.video {
  margin-top: 200px; 
}*/
    
.pie2 {
   margin-left: auto;
    margin-top: 30px;
    display: block;
}    
    
.campoForm {
    width: 100% !important;
}

.campoFormPrivacy, .campoFormPrivacyAcquisto {
        position: static !important;
        margin-left: auto !important;
        width: 100% !important;
        margin-top: 0px !important;
        line-height: 1.5em;
}
    
    .campoFormMeta {
        width: calc(50% + 2px);
        margin-left: 10px;
    }
    
#presentazione_aziendale {
    margin-top: 200px;
}
#video_desktop { display: none; }
#video_smartphone { display: block; }


    #logo {
        margin-right: 0;
        margin-bottom: 10px;   /* spazio sotto il logo */
    }

    #menu {
        display: none;
    }
    #ContenitoreMenuMobile {
        display: block;
        height: 40px;
        cursor: pointer;
        margin-right: 20px !important;
    }
    #ContenitoreMenuMobile {
        width: 200px;
        flex-direction: row;
        display: flex;
    }
    
    #pie {
    padding-bottom: 40px;
}
    
}
