.lemans {
    margin: 0;
    padding: 0;
    background-color: #ececec;
}


.btn-comanda {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

.btn-comanda > a {
    background: #fed600;
    text-decoration: none;
    color: #0d1748;
    font-size: 24px;
    padding: 10px;
    display: block;
    font-weight: 700;
}

.btn-comanda > a:hover {
    transition: ease .3s;
    background: #ed1c24;
    color: #fff;
}


.mobile {
    display: none;
}

.opener img {
    width: 100%;
}

.details::before, .details::after {
    content: "";
    width: 1px;
    height: 200px;
    background: #0d1748;
    margin: 0 auto;
    display: block;
    position: relative;
}


.details {
    max-width: 1200px;
    margin: -100px auto 40px auto;
    text-align: center;
}


.details h1 {
    font-size: 90px;
    text-transform: uppercase;
    color: #0d1748;
    font-weight: 700;
    margin: 20px 0;
}

.details h1 span {
    color: #ed1c24;
}


.cars > .car:nth-of-type(odd) {
    background-image: url(../images/bg-car-section.jpg);
    background-size: auto;
    background-position: top center;
}

.car {
    width: 100%;
    height: auto;
    text-align: center;
}

.car::after {
    content: "";
    width: 1px;
    height: 100px;
    background: #0d1748;
    margin: 50px auto;
    display: block;
    position: relative;
}


.car-content {
    max-width: 1200px;
    margin: auto;
}

.number {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d1748;
    margin: 0 auto;
    padding: 10px;
}

.car-name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    background: #ed1c24;
    margin: 0 auto;
    max-width: max-content;
    padding: 10px;
    transform: skewX(-12deg);
}

.car-content img {
    max-width: 100%;
    margin: 0 auto;
}

.car-image {
    display: flex;
    max-width: 1200px;
    position: relative;
    margin: 20px 0;

}

.masina {
    margin: 0 auto;
    position: relative;
    max-width: 60%;
}

.revista {
    top: 20px;
    left: 0;
    margin: auto;
    position: absolute;

}

.disclaimer {
    max-width: 1200px;
    text-align: center;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 50px;
}

details {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d1748;
    margin: 0 auto 0 auto;
    max-width: max-content;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
}

details > p {
    text-transform: initial;
    font-weight: 400;
    display: inline-block;
}


details > summary::marker {
    color: red;
}


.lemans-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 330px;
}

.lemans-footer h2, h3 {
    color: #0d1748;
}

.lemans-footer > h3 {
    font-size: 32px;
    text-transform: uppercase;
}

.lemans-footer > h3 > span {
    color: #ed1c24;
}

.lemans-footer > h2 > a {
    text-decoration: none;
    color: #0d1748;
    font-size: 35px;
}

.lemans-footer > h2 > a:hover {
    color: #ed1c24;
}


.lemans-footer .footer-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-top: 50px;
    height: 100px;
}

.lemans-footer .footer-logos img {
    max-height: 100%;
}


@media screen and ( max-width: 1200px ) {
    .details, .cars {
        padding: 0 20px;
    }
}


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

    .dsk {
        display: none;
    }

    .mobile {
        display: block;
    }


    .btn-comanda > a {
        font-size: 20px;
    }

    .details h1 {
        font-size: 40px;
        max-width: 90%;
        margin: 0 auto;
    }

    .car {
        margin-bottom: 40px;
    }

    .car::after {
        content: "";
        width: 1px;
        height: 100px;
        background: #0d1748;
        margin: 10px auto;
        display: block;
        position: relative;
    }


    .car-content {
        max-width: 90%;
    }

    .car-content .number, .car-name {
        font-size: 18px;
    }

    details {
        font-size: 18px;
        margin-bottom: 0;
    }

    .car-image {
        min-height: 80vw;
        margin: 20px 0;
    }

    .revista {
        width: 80%;
        left: 0;
        right: 0;
    }

    .masina {
        display: flex;
        align-items: flex-end;
        max-width: 100%;
    }


    .lemans-footer {
        padding: 0 20px;
    }

    .lemans-footer > h3 {
        font-size: 20px;
    }

    .lemans-footer > h2 > a {
        font-size: 22px;
    }

    .lemans-footer .footer-logos {
        height: 50px;
    }

    .lemans-footer .footer-logos img:nth-child(2) {
        height: 30px;
    }

}