﻿@font-face {
    font-family: 'Montserrat-Regular-8';
    src: url('../fonts/Montserrat-Regular-8.otf') format('otf'), url('../fonts/Montserrat-Regular-8.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light-6';
    src: url('../fonts/Montserrat-Light-6.otf') format('otf'), url('../fonts/Montserrat-Light-6.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold-9';
    src: url('../fonts/Montserrat-SemiBold-9.otf') format('otf'), url('../fonts/Montserrat-SemiBold-9.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat-Regular-8';
}

header{
    position: fixed;
    width: 100%;
    height: 110px;
    left: 0;
    top: 0;
    padding: 0 50px;
    z-index: 99;
}

header .container-fluid{
    padding: 0;
    height: 110px;
    border-bottom: 1.5px solid #333636;
}

header a img {
    width: 240px;
}

.btn-move {
    background: linear-gradient(264.13deg, #0C3723 0.7%, #24D872 122.91%);
    border-radius: 6px;
    height: 40px;
    min-width: 165px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.container{
    max-width: 1440px;
}

.btn-move:hover{
    opacity: 0.8;
    color: #fff;
 }

.hero {
    position: relative;
    width: 100%;
    height: auto;
/*    overflow: hidden;
*/}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.video-bg.hero-video-web{
    display: block;
}

.video-bg.hero-video-mob{
    display: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 160px;
}

.hero-content h2 {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 20px;
    color: #1A2B23;
    font-family: 'Montserrat-SemiBold-9';
}

.hero-content p{
    font-size: 21px;
    font-weight: 400;
    font-family: 'Montserrat-Light-6';
}

.hero-content p font {
    background: linear-gradient(265.58deg, #0C3823 61.46%, #1B9A53 73.18%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; /* Para Chrome, Edge y Safari */
    font-weight: 700;
    font-family: 'Montserrat-SemiBold-9';
}

.hero-content span {
    font-size: 16px;
    color: #094829;
    letter-spacing: 1.5px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.hero-content button{
    height: 56px;
    min-width: 220px;
}

.hero-content img{
    display: block;
    margin: 0 auto;
    width: 1000px;
}

.hl-hero {
    width: 1200px;
    position: absolute;
    bottom: -60px;
    z-index: 90;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 15px;
}

.hl-hero-item {
    width: 23%;
    border: 1.5px solid #fff;
    background: #06132A60;
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 24px;
}

.hl-hero-item h4{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
    margin: 4px 0 0 0;
}

    .hl-hero-item p {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin: 0;
        font-family: 'Montserrat-Light-6';
    }

.hero-02 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.txt-white{
    color: #fff !important;
}

.step-item {
    color: #fff;
    width: 23%;
    margin-bottom: 25px;
}

.step-img {
    width: 112px;
    height: 112px;
    text-align: center;
    background: #06132A;
    border-radius: 50%;
    border: 1.5px solid #7C90AD;
    margin: 0 auto 20px;
}

.txt-step {
    display: flex;
    justify-content: center;
}

.txt-step p{
    max-width: calc(100% - 45px);
    font-family: 'Montserrat-Light-6';
}

.txt-step span{
   font-size: 18px;
    background-color: #27AB64;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.img-specs {
    width: 45%;
    overflow: hidden;
    border-radius: 16px;
}

.img-specs img {
    border-radius: 16px;
    box-shadow: 0px 17px 35px 0px #23232333;
    transition: transform .4s ease;
}

.img-specs img:hover{
    transform: scale(1.1);
}

.info-specs {
    width: 45%;
}

.info-specs p {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Montserrat-Light-6';
}

.info-specs span{
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.head-specs h2 {
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 2px;
}

.head-specs img {
    margin-right: 25px;
}

.head-specs p {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Montserrat-Light-6';
}

.bg-back {
    background: linear-gradient(180deg, #F4F4F5 0%, #D1DCE9 100%);
}

.img-mark{
    position: absolute;
    width: auto;
    right: 0;
    bottom: 20%;
    z-index: 0;
}

.button-specs .btn-move {
    height: 56px;
    min-width: 220px;
}

.legales-landing{
    z-index: 2;
    position: relative;
}

.legales-landing p {
    font-size: 14px;
    color: #141B29;
}

.legales-landing span {
    font-weight: 700;
}

.legales-landing a {
    text-decoration: none;
    font-weight: 700;
    color: #141B29;
}

footer {
    background-color: #1C2A3E;
}

.bottom-footer {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.content-footer{
    position: relative;
    z-index: 2;
}

.redes-landing a {
    text-decoration: none;
    margin: 0 15px;
    font-weight: 400;
    font-family: 'Montserrat-Light-6';
}

 .redes-landing a img {
        width: 30px;
    }

.content-footer span {
    height: 1px;
    background-color: #FFFFFF60;
    width: 90%;
    margin: 35px auto 0;
    display: block;
}

.content-footer p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
}

.bg-footer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

.line-steps {
    height: 1px;
    width: 75%;
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    top: 58px;
    z-index: -1;
}

.button-specs{
    position: relative;
    z-index: 3;
}


/*modal style*/

.modal-div {
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
    box-shadow: -8px 0px 24px 0px #22222229;
    border-top-left-radius: 24px;
    transition: 0.5s all ease-in-out;
}

.modal-div.show{
    right: 0;
}

.modal-form {
    position: relative;
    padding: 50px 32px 40px 32px;
    height: 100vh;
}

.modal-form h3 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
}

.modal-form p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat-Light-6';
}

.modal-form p span{
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
}

.pleca-form {
    position: absolute;
    bottom: 0;
    left: -62px;
}

.modal-form .form-label {
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
}

.modal-form .form-control,
.modal-form .form-select {
    border: 1px solid #ADB2B0;
    height: 45px;
    border-radius: 12px;
}

.form-check .form-check-label {
    font-size: 15px;
    line-height: 18px;
    margin-left: 5px;
}

.form-check .form-check-label a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Montserrat-SemiBold-9';
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.back-modal {
    position: fixed;
    width: 0;
    height: 0;
    background: #000;
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.back-modal.show{
    width: 100%;
    height: 100vh;
}

.bg-typ {
    background-image: url(/assets/img/typ-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: calc(100% - 480px);
}

.typ-content{
    width: 480px;
}

.bg-blue-typ {
    background-color: #1C2A3E;
}

.typ-content {
    padding: 45px 40px;
    border-top-right-radius: 24px;
}

.logo-typ {
    width: 230px;
}

.typ-info {
    margin-top: 100px;
    color: #fff;
    margin-bottom: 100px;
}

.pago-check img{
    width: 50px;
    margin-bottom: 25px;
}

.pago-check h3 {
    color: #009100;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 40px;
    font-family: 'Montserrat-SemiBold-9';
}

.txt-01 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat-Light-6';
}

.txt-01 span{
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
}

.pago-check h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
}

.txt-02 {
    font-size: 13px;
    color: #F4F4F599;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat-SemiBold-9';
}

.txt-03 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat-SemiBold-9';
}

.txt-04 {
    font-size: 13px;
    font-weight: 400;
    color: #F4F4F599;
    margin: 0;
    font-family: 'Montserrat-Light-6';
}

.txt-05 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat-Light-6';
}

.pleca-typ {
    position: absolute;
    bottom: 0;
    right: -175px;
}

.btn-outline-white{
    height: 48px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    width: 245px;
    font-size: 12px;
    margin-top: 25px;
}

.btn-outline-white:hover{
    color: #fff;
}

.div-datos img {
    width: 140px !important;
    border-radius: 6px;
    margin-right: 20px;
    margin-bottom: 20px !important;
}

.txt-06 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat-Light-6';
}

.txt-06 font,
.txt-06 a{
    color: #009100;
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
}

.txt-06 span{
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
}

.btn-ticket {
    width: 100%;
    border: 1px solid #ADB2B0;
    height: 55px;
    color: #fff;
    margin: 25px 0;
    font-size: 18px;
    letter-spacing: 2px;
    background-image: url(/assets/img/descarga-gray.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-size: 30px;
    background-position-y: 11px;
}

.btn-ticket:hover{
    color: #fff;
}

.pago-reject h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 40px;
}

.pago-reject h3 span{
    font-weight: 700;
}

.pago-reject img {
    width: 50px;
    margin-bottom: 25px;
}

.btn-ride {
    width: 170px;
    height: 48px;
    background: linear-gradient(264.13deg, #0C3723 0.7%, #24D872 122.91%);
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #1c2a3e;
    font-family: 'Montserrat-SemiBold-9';
}

.btn-ride:hover{
    color: #fff;
}

.btn-ride img{
    margin: 0 10px 0 0;
    width: 20px !important;
}

.odometer {
    height: 1.5em;
    padding-top: 7px;
    text-align: center;
    display: inline-flex;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat-SemiBold-9';
}

.digit {
    margin: -0.5vw;
    display: inline-block;
    height: 1.3em;
    width: 1em;
    overflow: hidden;
    margin-right: 4px;
}

    .digit:first-child {
        border-left: none;
    }

.digit-container {
    line-height: 1.5em;
}

    .digit-container.digit-thousand {
        line-height: 1.5em;
        -webkit-animation: slide 5s infinite ease;
        animation: slide 5s infinite ease;
    }

    .digit-container.digit-hundred {
        line-height: 1.5em;
        -webkit-animation: slide 5s infinite ease-out;
        animation: slide 5s infinite ease-out;
    }

    .digit-container.digit-ten {
        line-height: 1.5em;
        -webkit-animation: slide 5s infinite ease-in-out;
        animation: slide 5s infinite ease-in-out;
    }

    .digit-container.digit-one {
        line-height: 1.5em;
        -webkit-animation: slide 5s infinite linear;
        animation: slide 5s infinite linear;
    }

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateY(-5em);
    }

    40% {
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        transform: translateY(-5em);
    }

    40% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}


@media (max-width: 1200px) {

    .hl-hero {
        max-width: 1200px;
        width: 100%;
    }

    .hero-02 {
        margin-top: -5px;
    }

    .hero-content img {
        width: 90%;
    }

}

@media (max-width: 991px) {

    header {
        padding: 0 25px;
    }

}

@media (max-width: 768px) {

    header,
    header .container-fluid {
        height: 75px;
    }

    .hero-content {
        padding: 120px 20px 0;
    }

    header a img {
        width: 180px;
    }

    .hero-content span {
        font-size: 14px;
    }

    .hero-content h2 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-content p br{
        display: none;
    }

    .line-steps{
        display: none;
    }

    .hl-hero-item {
        width: 48%;
        margin-bottom: 20px;
    }

    .hl-hero {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
    }

    .step-item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .step-img {
        width: 80px;
        height: 80px;
        margin: 0 20px 20px 0;
    }

    .step-img img{
        width: 45px;
    }

    .txt-step {
        justify-content: flex-start;
        width: calc(100% - 125px);
    }

    .head-specs h2 {
        font-size: 36px;
    }

    .head-specs p {
        font-size: 18px;
    }

    .head-specs img {
        width: 20px;
    }

    .img-specs {
        width: 100%;
        margin-bottom: 25px;
    }

    .info-specs {
        width: 100%;
        order: 2;
    }

    .info-specs span,
    .info-specs p{
        font-size: 21px;
    }

    .img-mark {
        width: 70%;
        left: 50%;
        bottom: 20%;
        transform: translate(-50%, 0);
        right: unset;
    }

    .typ-content {
        width: 100%;
    }

    .bg-typ {
        width: 100%;
        height: 375px;
        background-position: center bottom;
    }

    .pleca-typ {
        position: absolute;
        bottom: -170px;
        right: unset;
        left: 0;
    }

    .typ-info {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .modal-div {
        width: 85%;
    }

    .digit {
        width: .7em;
    }

    .odometer {
        padding-top: 1px;
    }

    .hl-hero-item {
        padding: 16px;
    }

}

@media (max-width: 567px) {

    .hero-content button,
    .button-specs .btn-move {
        min-width: 100%;
    }

    .pago-reject h3 {
        font-size: 24px;
        line-height: normal;
    }

    .btn-ride{
        width: 100%;
    }

    .pago-check h3 {
        font-size: 24px;
        line-height: normal;
    }

    .pleca-form {
        left: -38px;
    }

    .modal-form h3 {
        font-size: 28px;
    }

    .modal-form p {
        font-size: 16px;
        line-height: 20px;
    }

    .modal-form .form-label {
        margin: 0;
    }

    .modal-form {
        padding: 32px;
        overflow-y: scroll;
    }

    .video-bg.hero-video-web {
        display: none;
    }

    .video-bg.hero-video-mob {
        display: block;
    }

    header a img {
        width: 150px;
    }

}

@media (max-width: 481px) {
}