/* ===================================================================
 *
 * FOGLIO DI STILE LP DEALERWEB
 *
 * =================================================================== */

html {
    box-sizing: border-box;
    height: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
}

.white {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.grey {
    font-family: 'Montserrat', sans-serif;
    color: #b3b3b3;
    font-size: 14px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.libre-baskerville {
    font-family: 'Libre Baskerville', serif;
}

h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;
    line-height: 110%;
    color: #000;
    text-align: center;
    padding: 0 30px 0 30px;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    line-height: 110%;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 110%;
    margin-top: 44px;
}

a {
    color: #212121;
    cursor: pointer;
    text-decoration: none;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #212121;
    text-align: center;
    padding: 0 30px 0 30px;
}

td {
    font-family: 'Montserrat', sans-serif;
}

.mobile {
        display: none;
    }

nav {
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.6);
    box-shadow: 0px 4px 10px -8px rgba(0,0,0,0.6);
}

.nav-container {
    width: 100%;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.logo {
    width: 130px;
    height: 60px;
    margin-top: 10px;
}

.social {
    display: flex;
    justify-content: space-between;
}

.social-icon {
    width: 25px;
    height: 25px;
    fill: #cacaca;
    cursor: pointer;
    padding: 25px 15px 25px 35px;
}

.social-icon-mobile {
    width: 25px;
    height: 25px;
    fill: #cacaca;
    cursor: pointer;
    padding: 25px 40px 25px 15px;
}

.social-icon:hover {
    fill: #212121;
}

.img-header {
    width: 100%;
    height: 575px;
    background: url(https://landingpage.xpl.io/images/header.jpg);
    background-position: center;
    background-size: cover;
}

/* ----------------------------------------------------------------------
*
* BRAND LIST 
*
---------------------------------------------------------------------- */

.brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
    width: 100%;
    margin: auto;
    padding: 50px 0 50px 0;
}

.logo-box {
    padding: 20px;
}

.audi-logo {
    width: 135px;
    height: 135px;
    border: solid 2px #212121;
}

.vw-logo {
    width: 135px;
    height: 135px;
    border: solid 2px #212121;
}

.vic-logo {
    width: 135px;
    height: 135px;
    border: solid 2px #212121;
}

.seat-logo {
    width: 135px;
    height: 135px;
    border: solid 2px #212121;
}

/* ----------------------------------------------------------------------
*
* ABOUT 
*
---------------------------------------------------------------------- */

.about-section {
    background: #f3f5f6;
}

.about {
    max-width: 960px;
    margin: auto;
    padding: 50px 0 60px 0; 
}

/* ----------------------------------------------------------------------
*
* CTA LIST SECTION
*
---------------------------------------------------------------------- */

.cta-list-section {
    max-width: 960px;
    margin: auto;
    padding: 50px 0 78px 0; 
}

.cta-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    padding-top: 10px;
}

.link {
    font-family: 'Montserrat', sans-serif;
    width: 33%;
    text-align: center;
    text-transform: uppercase;
    color: #3f3f3f;
    border-left: solid 1px #9d9d9d;
    padding: 25px 0 25px 0;
}

.link-noborder {
    font-family: 'Montserrat', sans-serif;
    width: 33%;
    text-align: center;
    text-transform: uppercase;
    color: #3f3f3f;
    padding: 25px 0 25px 0;
}

.underline {
    font-weight: 600;
}

.underline:hover {
    text-decoration: none;
    border-bottom: 2px solid #212121;
}

/* ----------------------------------------------------------------------
*
* CTA IMAGE SECTION
*
---------------------------------------------------------------------- */

.cta-section {
    background: #f3f5f6;
    width: 100%;
    display: flex;
}

.cta-image {
    width: 50%;
    height: 350px;
    background-image: url("immagine-cta-offerte.jpg");
    background-size: cover;
    background-position: center;
}

.cta-text {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0 60px 0;
}

button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    width: 180px;
    height: 50px;
    background: #212121;
    color: #fff;
    margin: auto;
    border: solid 3px #212121;
    cursor: pointer;
}

button:hover {
    border: solid 3px #212121;
    background: #fff;
    color: #212121;
    cursor: pointer;
}

button:focus {outline:0;}

.button-align {
    margin: auto;
}

.cta-mobile {
    display: none;
}

/* ----------------------------------------------------------------------
*
* TIMETABLE SECTION
*
---------------------------------------------------------------------- */

.timetable-section {
        background: #fff;
}

.timetable-body {
    max-width: 960px;
    margin: auto;
    padding: 50px 0 78px 0;
}

.timetable-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    padding-top: 10px;
}

.orari {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

.days {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.clock {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column
}

.clock-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: auto;
    padding-bottom: 30px;
}


/* ----------------------------------------------------------------------
*
* CONTATTI
*
---------------------------------------------------------------------- */

.info-section {
    background: #212121;
}

.container {
    display: flex;
    justify-content: flex-end;
    margin: auto;
}

.info-container {
    display: flex;
    justify-content: flex-end;
    margin: auto;
    width: 50%;
    text-align: left;
    padding: 50px 0 50px 0;
}

.info {
    max-width: 480px;
    width: 100%;
}

.info-icon {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 30px;
}

.clock2, .phone, .mail, .place {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 60px;
}

.contact-link {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.maps {
    width: 50%;
    height: auto;
}

/* ----------------------------------------------------------------------
*
* FOOTER
*
---------------------------------------------------------------------- */

footer a {
    color: #b3b3b3;
    cursor: pointer;
}

footer {
    width: 100%;
    height: auto;
    background: #3f3f3f;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 0 30px 0;
}

.footer {
    padding: 0 50px 0 50px;
}

.mobile-social-icon {
    width: 25px;
    height: 25px;
    fill: #fff;
    cursor: pointer;
    padding: 25px 15px 25px 15px;
}

.mobile-social-icon:hover {
    fill: #cacaca;
}

/* ----------------------------------------------------------------------
*
* MODAL
*
---------------------------------------------------------------------- */

.btn-flat {
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    transition: background-color .2s;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

/* ----------------------------------------------------------------------
*
* RESPONSIVE
*
---------------------------------------------------------------------- */

@media screen and (max-width: 1100px) {
    
.logo {
        margin-left: 30px;
    }
    
.social {
        margin-right: 30px;
    }
    
.left {
        text-align: center;
    }
    
.img-header {
        height: 450px;
    }
    
.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
    
.info-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
    
.clock2, .phone, .mail, .place {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 60px;
    text-align: center;
}
    
.clock {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 60px;
}
    
.info-icon {
    margin: auto;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-bottom: 10px;
}
    
.timetable {
    margin: auto;
    }
    
.maps {
    display: block;
    width: 100%;
    height: 400px;
}
    
}

@media screen and (max-width: 768px) {
    
.img-header {
    height: 350px;
}
    
      .cta-section {
    background: #fff;
    width: 100%;
    display: flex;
      flex-direction: column;
}

.cta-image {
    width: 100%;
    height: 350px;
    background-image: url("immagine-cta-offerte.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
}  
    
 .cta-bg-mobile {
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.6); 
     display: flex;
     justify-content: center;
     flex-direction: column;
     padding: 50px 0;
    }
    
 .cta-bg-mobile h1 {
        color: #fff;
    }
    
 .cta-desktop {
    display: none;
}
    
 .cta-mobile {
    display: inline;
}
    
    button {
    background: #fff;
    color: #212121;
    border: solid 3px #fff;
}
    
    button:hover {
    background: transparent;
    color: #fff;
    border: solid 3px #f3f5f6;
}
    
    .timetable-list {
        flex-direction: column;
    }
    
    .clock {
        padding: 30px 0;
    }
    
}

@media screen and (max-width: 640px) {
    
.logo{
        margin: auto;
        padding-top: 10px;
    }
    
.desktop {
        display: none;
    }
    
.mobile {
        display: inline;
    }
    
.social {
        padding-top: 34px;
        margin-left: 30px;
    }
    
.img-header {
    height: 250px;
}
    
}

@media screen and (max-width: 375px) {
    
.img-header {
    height: 200px;
}
    
.about {
    margin: 0 30px 0 30px;
}
    
.footer {
    padding: 0 30px 0 30px;
}
    
}

















