
@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;
}

.cta-wpp {
  z-index: 10;
  left: 3rem;
  bottom: 3rem;
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  overflow: hidden;
  border-radius: 3rem;
  background-color: #25d366;
  transition: .2s ease
}

.cta-wpp .icon-whatsapp {
  color: #fff;
  float: right;
  display: block;
  width: 6rem;
  height: 6rem;
  font-size: 3.2rem;
  line-height: 6rem;
  text-align: center
}

.cta-wpp .text {
  opacity: 0;
  top: 1.2rem;
  right: 6rem;
  width: 9.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  transition: .2s ease
}

.cta-wpp .text span:last-child {
  display: block;
  font-size: 2rem;
  line-height: 2.2rem
}

@media (min-width: 992px) {
    .cta-wpp:hover {
        width:17rem
    }
    .cta-wpp:hover .text {
      opacity: 1
    }
}

.form-input span,
.form-input label,
.form-input input,
.form-input select,
.form-input textarea {
    transition: 0.4s cubic-bezier(0.51, -0.02, 0, 0.98)
}

.form-input span {
    top: -0.6rem;
    left: 0.4rem;
    height: 1.2rem;
    transform: scaleX(0);
}

.form-input label {
    top: 1rem;
    left: 0.4rem;
}

.form-input input,
.form-input select,
.form-input textarea {
    width: 100%;
    padding-left: 1.2rem;
    border: 1px solid #c4c4c4;
}

.form-input textarea {
    height: 20rem;
}


.form-input.active span {
    transform: scaleX(1);
}

.form-input.active label {
    top: 0.4rem;
    transform: scale(0.8);
    transform-origin: top left;
}

.form-input .validation {
    background: rgba(153,0,0, 0.1);
}

@media (min-width: 992px) {
    .form-input input:hover,
    .form-input input:focus,
    .form-input select:hover,
    .form-input select:focus,
    .form-input textarea:hover,
    .form-input textarea:focus {
        border-color: #333333;
    }
}

.absolute { position:absolute; }
.relative { position:relative; }
.background-white { background: white }
.mg-b-10 { margin-bottom: 1rem }
.pd-10 { padding: 1rem }
.pd-l-8 { padding-left: 0.8rem }
.pd-r-16 { padding-right: 16px }
.t-16 { font-size: 1.6rem }
.t-14 { font-size: 1.4rem }
.t-bold { font-weight: 600 }
.pd-v-5 { padding-top: 0.5rem; padding-bottom:0.5rem }
.pd-h-20 { padding-left:2rem; padding-right:2rem }

.modal [modal-close] {
    margin-left: 1rem;
}

.modal h3 {
    color: #4d4d4d;
    font-size: 3rem;
    line-height: 140%;
    font-weight: 600;
}
.modal p {
    color: #4d4d4d;
    margin: 1.6rem 0rem;
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 6rem;
}


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

.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;
    }
}
