.abo-lemans {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: #1a4177;
    overflow-x: hidden;
}

.opener {
    background-image: url(/assets/images/lemans/bg-desktop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    text-align: center;
    position: relative;
    padding-top: 10vh;
}

.comanda {
    position: absolute;
    bottom: 10vh;
    left: calc(50% - 150px);
    border: none;
    background: #ed2027;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    width: 300px;
    cursor: pointer;
    transform: skewX(-12deg);
}

.comanda:hover {
    box-shadow: 10px 10px 0 rgba(255, 255, 255, .2);
}

.logo-scara, .logo-col {
    position: absolute;
}


.tabs {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs .tab {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    text-align: center;
    padding: 30px;
    width: 40%;
    flex: 40%;
    font-weight: 600;
    font-size: 18px;
    transform: skewX(-12deg);
    cursor: pointer;
}

.tabs .tab span {
    font-weight: 800;
    color: #ffd600;
}

.tabs .tab:hover {
    background: rgba(255, 255, 255, .3);
    transition: ease-out .5s;
}

.horizontal {
    display: flex;
    overflow-x: auto;
    margin: 50px 0 60px 0;
}

.product {
    position: relative;
    padding: 30px 30px 60px 30px;
    display: inline-block;
}

.product .cover {
    margin-bottom: -200px;
    text-align: center;
}

.product .car {
    width: 350px;
    height: 200px;
    display: flex;
    align-items: end;
}

.product .cover img {
    max-width: 300px;
}

.product .car img {
    max-width: 350px;
}


/* width */
.horizontal::-webkit-scrollbar {
    height: 10px;
}

/* Track */
.horizontal::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, .2);
}

/* Handle */
.horizontal::-webkit-scrollbar-thumb {
    background: red;
}

.horizontal /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #870000;
}


.collection {
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: 0 auto 60px auto;
    display: block;
    width: max-content;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    cursor: pointer;
    transform: skewX(-12deg);
    border: 1px solid #fff;

}

.collection:hover {
    color: #1a4177;
    background: #fff;
    transition: ease 0.2s;
}


.faq {
    margin: 0 auto;
    max-width: 1200px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.faq h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

.faq details summary {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    transform: skewX(-12deg);
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    cursor: pointer;
}

.faq details summary:hover {
    background: rgba(255, 255, 255, .3);
    transition: ease-out .5s;
}

.faq details summary::marker {
    color: red;
}

.faq details p {
    font-size: 18px;
    font-weight: 300;
    padding-left: 20px;
    text-align: left;
}


footer {
    margin: 100px auto;
    text-align: center;
    color: #fff;
    font-style: italic;
}


footer .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 50px 0;
}

footer .logos img:nth-child(2) {
    margin: 0 50px;
}


@media screen and ( max-width: 1200px ) {


    .opener {
        background-image: url(/assets/images/lemans/bg-mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 90vh;
        text-align: center;
        position: relative;
    }


    .dsk {
        display: none;
    }

    .tabs, .faq, footer, .collection {
        margin-left: 22px;
        margin-right: 22px;
    }

    .tabs .tab {
        font-size: 16px;
        padding: 20px;
    }


    .horizontal {
        margin: 20px 0 40px 0;
    }

    .product .car img {
        max-width: 300px;
    }

    .product .cover img {
        max-width: 250px;
    }


    .collection {
        width: auto;
        font-size: 16px;
        padding: 20px;
    }

    .faq details summary {
        font-size: 16px;
    }

    .faq details p {
        font-size: 16px;
    }

    footer {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    footer h2 {
        font-size: 20px;
    }

    footer br {
        display: none;
    }

    footer .logos img {
        width: 25%;
    }

    footer .logos img:nth-child(2) {
        margin: 0 20px;
    }

}


@media screen and ( max-height: 450px) {

    .opener {
        background-image: none;
        padding: 0 20px;
    }

    .opener img {
        max-width: 440px;
    }

    .dsk {
        display: block;
        margin: 20px auto 0 auto;
        padding-top: 30px;
    }


}
	