
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@font-face {
    font-family: 'icomoon';

    src: url('fonts/icomoon.eot?ri6p');
    src: url('fonts/icomoon.eot?ri6p#iefix') format('embedded-opentype'),
         url('fonts/icomoon.ttf?ri6p') format('truetype'),
         url('fonts/icomoon.woff?ri6p') format('woff'),
         url('fonts/icomoon.svg?ri6p#icomoon') format('svg');

    font-style: normal;
    font-weight: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    speak: never;

    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before { content: "\e901"; }
.icon-whatsapp:before { content: "\e900"; }

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

* {
    border: 0;
    margin: 0;
    padding: 0;

    resize: none;
    outline: none;
    box-sizing: border-box;

    font-weight: 400;
    font-family: 'Rajdhani';

    background: transparent;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

html, body {
    font-size: 10px;
    line-height: 10px;
    background: #dfdfdf;
}

/******************************************************************************/

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.al-start {
    align-items: flex-start;
}

.al-center {
    align-items: center;
}

.jf-center {
    justify-content: center;
}

.jf-space-between {
    justify-content: space-between;
}

.for-display {
    speak: none;
}

.for-sreader {
    overflow: hidden;

    width: 0;
    height: 0;

    text-indent: -1000000px;
}

.container {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/******************************************************************************/

header {
    z-index: 15;

    width: 100%;
    height: 10rem;

    background: white;
    box-shadow: 0 0.4rem 0.4rem rgba(0,0,0, 0.02);
}

header .logo {
    display: block;

    width: 12rem;
    height: 6rem;

    background-image: url(./images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/******************************************************************************/

footer {
    padding: 5rem 0rem;
    background: #333333;
}

footer p,
footer a {
    color: #ffffff;

    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;

    text-align: center;
}

footer a {
    display: inline-flex;
    margin-top: 1rem;
    transition: color 0.3s ease;
    align-items: center;
}

footer a span {
    margin-right: 1rem;
}

footer .logo {
    display: block;

    width: 12rem;
    height: 6rem;
    margin: auto;

    background-image: url(./images/logo-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

footer .links {
    margin: 4rem 0rem;
    text-align: center;
}

@media (min-width: 992px) {
    footer a:hover {
        color: #cd2d31;
    }
}

/******************************************************************************/

a.button,
button.button {
    color: #fff;

    padding: 1.6rem;
    min-width: 20rem;

    font-size: 1.8rem;
    font-weight: 700;
    line-height: 140%;
    text-align: center;

    background: #cd2d31;
    transition: transform .3s cubic-bezier(.51,-.02,0,.98),box-shadow .3s cubic-bezier(.51,-.02,0,.98)
}

a.button.hollow,
button.button.hollow {
    color: #4d4d4d;
    border: #4d4d4d solid 1px;
    background: white;
}

@media (min-width: 992px) {
    a.button:hover,
    button.button:hover {
        transform: scale(1.05);
        box-shadow: 0 0.2rem 0.2rem #0003;
    }
}

/******************************************************************************/

section.intro {
    padding: 10rem 0rem;
    position: relative;
}

section.intro .left,
section.intro .right {
    width: calc(50% - 20px);
}

section.intro p {
    color: #4d4d4d;

    font-size: 1.6rem;
    line-height: 140%;

    margin-bottom: 1.6rem;
}

section.intro h2 {
    color: #cd2d31;

    font-size: 4.0rem;
    line-height: 140%;

    font-weight: 700;
}

section.intro h2 small {
    color: #4d4d4d;

    font-size: 4.0rem;
    line-height: 140%;

    font-weight: 600;
}

section.intro .button {
    margin-top: 5rem;
}

section.intro .container {
    z-index: 3;
    position: relative;
}

/*****************************************************************************/

section.models {
    padding: 30rem 0rem 10rem;
    position: relative;
}

section.models:after,
section.models:before {
    z-index: 1;

    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 90rem;

    content: '';
    display: block;
    position: absolute;
}

section.models:after {
    z-index: 2;
    background: rgba(0,0,0, 0.6);
}

section.models:before {
    background: url(./images/bg-moto.jpg);
    background-size: cover;
    background-position: top center;
}

section.models p {
    color: #ffffff;

    font-size: 1.6rem;
    line-height: 140%;
    text-align: center;

    margin-bottom: 6rem;
}

section.models h3 {
    color: #ffffff;

    font-size: 4.0rem;
    line-height: 140%;
    text-align: center;

    font-weight: 700;
}

section.models .form {
    padding: 1rem 2rem;
    background: white;
    box-shadow: 0 0.4rem 0.4rem rgba(0,0,0, 0.2);
}

section.models .form .sep {
    height: 4rem;
    border-right: 1px solid rgba(0,0,0, 0.2);
}

section.models .form .icon {
    color: #cd2d31;
    font-size: 2.0rem;
    margin-left: 2rem;
}

section.models .form select {
    color: #4d4d4d;

    width: calc(33.3333% - 4rem);
    margin-right: 2rem;

    font-size: 1.8rem;
    line-height: 140%;

    padding: 2rem 1rem;
}

section.models .list {
    margin: 20rem 0 0;
}

section.models .list .fix,
section.models .list .item {
    width: calc(25% - 12px);
}

section.models .list .item {
    padding: 2rem;

    background: #ffffff;
    box-shadow: 0rem 0.4rem 0.4rem rgba(0,0,0, 0.05);

    margin-bottom: 30px;
}

section.models .list .item.hide {
    display: none;
}

section.models .list .item p {
    color: #4d4d4d;
    margin: 1.6rem 0 0;

    font-size: 1.6rem;
    line-height: 140%;
    text-align: center;

    font-weight: 400;
}

section.models .list .item h4 {
    color: #4d4d4d;

    font-size: 2.4rem;
    line-height: 140%;
    text-align: center;

    font-weight: 600;
}

section.models .list .item img {
    width: 100%;
    height: 30rem;
    object-fit: contain;
    object-position: center;
}

section.models .list .item .installment {
    color: #cd2d31;

    font-size: 3.2rem;
    line-height: 140%;
    text-align: center;

    font-weight: 600;
    margin-bottom: 2rem;
}

section.models .container {
    z-index: 3;
    position: relative;
}

/*****************************************************************************/

section.details {
    padding: 10rem 0rem;
    position: relative;
}

section.details:after {
    z-index: 1;

    top: 0;
    left: 0;
    right: 0;
    height: 20rem;

    content: '';
    display: block;
    position: absolute;

    background: #cd2d31;
}

section.details .left,
section.details .right {
    width: calc(50% - 20px);
}

section.details .container {
    z-index: 2;
    padding: 2rem;
    position: relative;

    background: #ffffff;
    box-shadow: 0rem 0.4rem 0.4rem rgba(0,0,0, 0.05);

    margin-bottom: 30px;
}

section.details .container p {
    color: #4d4d4d;
    margin: 1.6rem 0 2rem;

    font-size: 1.6rem;
    line-height: 140%;
    text-align: center;

    font-weight: 400;
}

section.details .container p strong {
    font-weight: 700;
}

section.details .container h2 {
    color: #4d4d4d;

    font-size: 4rem;
    line-height: 140%;
    text-align: center;

    font-weight: 600;
}

section.details .container img {
    width: 100%;
    height: 30rem;
    object-fit: contain;
    object-position: center;
}

section.details .container .price p {
    margin: 2rem 0 0 0
}

section.details .container .installment {
    color: #cd2d31;

    font-size: 3.2rem;
    line-height: 140%;
    text-align: center;

    font-weight: 600;
}

section.details .container .button {
    width: 22rem;
    margin: 4rem 0.5rem 0;
    border: 1px solid #cd2d31;
}

section.details .container .button.hollow {
    border-color: #4d4d4d;
}

section.details .container .owl-carousel {
    position: relative;
}

section.details .container .owl-carousel .owl-nav {
    top: 50%;
    left: 0;
    right: 0;

    display: flex;
    overflow: visible;
    position: absolute;

    justify-content: space-between;
}

section.details .container .owl-carousel .owl-nav .owl-prev,
section.details .container .owl-carousel .owl-nav .owl-next {
    color: #cd2d31;
    font-size: 10rem;
    line-height: 10rem
}

section.modal {
    z-index: 20;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: none;
    overflow: auto;
    position: fixed;

    align-items: center;
    justify-content: center;

    background: rgba(0,0,0,0.2);
}

section.modal .window {
    width: 50rem;
    padding: 2rem;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0rem 0.4rem 0.4rem rgba(0,0,0, 0.05);
}

/*****************************************************************************/

section.help {
    padding: 10rem 0rem;
    position: relative;
    background: rgba(0,0,0,0.05);
}

section.help .left,
section.help .right {
    width: calc(50% - 20px);
}

section.help p {
    color: #4d4d4d;
    margin: 1.6rem 0rem;

    font-size: 1.6rem;
    line-height: 140%;

    margin-bottom: 6rem;
}

section.help h3 {
    color: #4d4d4d;

    font-size: 4.0rem;
    line-height: 140%;

    font-weight: 700;
}

/*****************************************************************************/

section.about {
    padding: 10rem 0rem;
    position: relative;
}

section.about p {
    color: #4d4d4d;

    font-size: 1.6rem;
    line-height: 140%;

    margin-bottom: 1.6rem;
}

section.about h2 {
    color: #cd2d31;
    margin: 0 0 4rem;

    font-size: 4.0rem;
    line-height: 140%;

    font-weight: 700;
}

/*****************************************************************************/

@media (max-width: 1280px) {
    section.models .list .fix,
    section.models .list .item {
        width: calc(33.3333% - 10px);
    }
}

@media (max-width: 980px) {
    section.intro .left,
    section.intro .right {
        width: 100%;
    }

    section.intro .left {
        margin-bottom: 4rem;
    }

    section.intro .container {
        flex-wrap: wrap;
    }

    section.models .list .fix,
    section.models .list .item {
        width: calc(50% - 8px);
    }

    section.details .container {
        flex-wrap: wrap;
    }

    section.details .left,
    section.details .right {
        width: 100%;
    }

    section.details .buttons {
        flex-direction: column;
    }

    section.details .container .button {
        width: 22rem;
        margin: 4rem auto 1rem;
    }

    section.details .container .button.hollow {
        margin-top: 0;
        margin-bottom: 0;
    }

    section.help .container {
        flex-wrap: wrap;
    }

    section.help .left,
    section.help .right {
        width: 100%;
    }
}

@media (max-width: 780px) {
    section.intro p,
    section.intro h2 {
        text-align: center;
    }

    section.models:after,
    section.models:before {
        height: 100rem;
    }

    section.models p br {
        display: none;
    }

    section.models .form {
        flex-wrap: wrap;
    }

    section.models .form .sep {
        display: none;
    }

    section.models .form select {
        width: calc(100% - 4rem - 2rem);
    }

    section.help p,
    section.help h3 {
        text-align: center;
    }

    section.about p,
    section.about h2 {
        text-align: center;
    }
}

@media (max-width: 640px) {
    section.models .list .fix,
    section.models .list .item {
        width: 100%;
    }
}

@media (max-width: 580px) {
    html, body {
        font-size: 8px;
    }
}


.lp-groups {
    margin: 10rem 0;
}

.lp-groups a {
    width: calc(33.3333% - 15px);
    height: 40rem;

    display: flex;
    position: relative;

    background-size: cover;
    background-position: center;
}

.lp-groups a div {
    z-index: 1;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.lp-groups a span {
    z-index: 2;
    color: #ffffff;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 140%;

    text-align: center;
    text-transform: uppercase;

    position: relative;
}
