@import url('https://fonts.googleapis.com/css2?family=Segoe+UI:wght@400;600;700&display=swap');

body {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

b,
strong {
    font-weight: bold;
}

.navbar-brand span {
    display: inline-block;
}

.container {
    max-width: 1260px;
}

.btn-primary {
    background-color: #002B4B !important;
    border-color: #002B4B !important;
    color: #fff !important;

    &:hover {
        background-color: #225880 !important;
    }

    &:focus {
        border: 1px solid #ffffff !important;
    }
}

.btn-primary-subtle {
    background-color: #002B4B !important;
    filter: brightness(0.9) !important;
    color: white !important;

    &:hover {
        background-color: #002B4B !important;
    }
}

.btn-primary-two {
    background-color: #4FA4B5 !important;
    color: #fff !important;

    &:hover {
        background-color: #3B8E9E !important;
    }

    &:focus {
        border: 1px solid #ffffff !important;
    }
}

.btn-primary-two-subtle {
    background-color: #E3F0F3 !important;
    color: #668093 !important;


    &:hover {
        background-color: #D6E6EB !important;
        color: #668093 !important;
    }

    &:focus {
        border: 1px solid #ffffff !important;
    }
}

.btn-round {
    border-radius: 10px;
}

.btn-full-round {
    border-radius: 26px;
}

#mainMenu .nav-item > .nav-link {
    color: #002B4B;
    padding: 13px 0;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
}

#mainMenu .nav-item + .nav-item {
    margin-left: 20px;
}

#mainMenu .nav-item > .nav-link.btn {
    padding: 11px 16px;
}

.navbar {
    padding: 16px 0;
    height: 76px;
}

.bg-light {
    background-color: #fff !important;
}

.bg-light-gray {
    background-color: #f0f3fa !important;
}

.hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

.hero-blog {
    background-image: url("/static/img/hero-blog-peru.webp");
}

.hero-blog::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 43, 75, 0) 60%);
    background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 43, 75, 0) 60%);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgba(0, 43, 75, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b4b", endColorstr="#002b4b", GradientType=1);
}

.hero-vehicle {
    background-image: url("/static/img/hero-vehicle.webp");
}

.hero-vehicles {
    background-image: url("/static/img/peru-vehicles-hero.jpg");
}

.hero-peru2 {
    background-image: url("/static/img/hero-peru2.webp");
}

.hero-peru3 {
    background-image: url("/static/img/peru-hero3.webp");
}

.hero-peru4 {
    background-image: url("/static/img/peru-hero4.webp");
}

.hero-peru5 {
    background-image: url("/static/img/home-peru5.webp");
}

.hero-peru6 {
    background-image: url("/static/img/banner-principal-1-new.jpg");
}


.hero-home-peru {
    background-image: url("/static/img/new/hero-home-peru.webp");
    min-height: calc(100vh - 80px);
}

.hero-home-peru:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 43, 75);
    background: -moz-linear-gradient(90deg, rgba(0, 43, 75, 1) 0%, rgba(0, 43, 75, 1) 10%, rgba(0, 43, 75, 0) 60%);
    background: -webkit-linear-gradient(90deg, rgba(0, 43, 75, 1) 0%, rgba(0, 43, 75, 1) 10%, rgba(0, 43, 75, 0) 60%);
    background: linear-gradient(279.47deg, rgba(0, 0, 0, 0) 23.69%, rgba(0, 0, 0, 0) 31.48%, rgba(33, 68, 75, 0.379465) 38.95%, rgba(79, 164, 181, 0.91) 50.96%, #4FA4B5 66.25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b4b", endColorstr="#002b4b", GradientType=1);
}

.hero-home-peru-actions {
    color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 0.25) 100%);

    @media (max-width: 768px) {
        background: none;
    }
}

.hero-home-peru-two {
    background-image: url("/static/img/new/hero-home-peru-two.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 268px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;

    &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 14px;
        background: linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.9) 0%,
                rgba(0, 0, 0, 0.7) 50%,
                rgba(0, 0, 0, 0) 100%
        );
        transition: opacity 0.3s ease;
    }

    &:hover {
        transform: scale(1.01);
    }

    @media (max-width: 768px) {
        min-height: 320px;

        &:before {
            background: linear-gradient(
                    90deg,
                    rgba(0, 0, 0, 0.95) 0%,
                    rgba(0, 0, 0, 0.8) 100%
            );
        }
    }
}

.hero-hw2 {
    background-image: url("/static/img/hero-international2.webp");
}

.blog-entry-banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, black, transparent);
}

.blog-entry-banner {
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
    background-image: url("/static/img/hero-international2.webp");
    background-position: center;
    background-size: cover;
}

.hero-international {
    background-image: url("/static/img/new/hero.international.webp");
    min-height: 100vh;
}

.hero-international:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 43, 75);
    background: -moz-linear-gradient(90deg, rgba(0, 43, 75, 1) 0%, rgba(0, 43, 75, 1) 10%, rgba(0, 43, 75, 0) 60%);
    background: -webkit-linear-gradient(90deg, rgba(0, 43, 75, 1) 0%, rgba(0, 43, 75, 1) 10%, rgba(0, 43, 75, 0) 60%);
    background: linear-gradient(90deg, rgba(0, 43, 75, 1) 0%, rgba(0, 43, 75, 1) 10%, rgba(0, 43, 75, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b4b", endColorstr="#002b4b", GradientType=1);
}

.hero-benefits {
    background-image: url("/static/img/new/benefits-hero.jpeg");

    &:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(280.7deg, rgba(0, 43, 75, 0.65) 4.29%, #002B4B 99.66%) !important;
    }
}

.hero-benefits-person {
    height: 90% !important;
}

.hero-benefits-square-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgba(227, 240, 243, 0.43);
    clip-path: polygon(
            0 calc(100% - 80px),
            100% 200px,
            100% 100%,
            0 100%
    );
}

.hero-benefits-square-effect-two {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 43, 75, 0.58);
    clip-path: polygon(
            0 20px,
            100% 0,
            100% 100%,
            0 100%
    );
}

.hero-benefits2 {
    background-image: url("/static/img/home-peru5.webp");
}

.hero .hero-content.hero-content-big {
    height: 640px;
}

.hero .hero-content.hero-content-screen {
    height: calc(100vh - 76px);
}

.hero .hero-content.hero-content-blog-big {
    height: 480px;
}

.hero.hero-peru:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 72.73%);
}

.hero-content {
    color: #fff;
}

.hero-content h1 span {
    display: inline-block;
    line-height: 1em;
}

.hero-content h1 svg {
    height: 35px;
    width: auto;
    line-height: 0;
}

.fill-white * {
    fill: #fff;
}

.hero-content p {
    font-size: 18px;
}

.hero-content a:not(.btn) {
    padding: 0 12px;
    background: #FFFFFF;
    border-radius: 16px;
    color: #000;
    text-decoration: none !important;
    line-height: 0 !important;
    border: 0 !important;
}

.hero-content a:not(.btn) svg {
    height: 48px;
}

.gray {
    background-color: #F9F9F9;
    color: #87898C;
}

.ft-22 {
    font-size: 22px;
    line-height: 26px;
}

.ft-24 {
    font-size: 24px;
    line-height: 28px;
}

.ft-30 {
    font-size: 30px;
    line-height: 34px;
}

.n-ft {
    font-weight: normal;
}

.fw-700 {
    font-weight: 700 !important;
}

.ft-48 {
    font-size: 48px !important;
    line-height: 55px !important;
}

.ft-65 {
    font-size: 65px !important;
    line-height: 75px !important;
}

.ft-20 {
    font-size: 20px !important;
    line-height: 23px !important;
}

.ft-18 {
    font-size: 18px;
    line-height: 24px;
}

.ft-16 {
    font-size: 16px;
    line-height: 24px;
}

.ft-14 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.ft-15 {
    font-size: 15px !important;
    line-height: 24px !important;
}

.ft-100 {
    font-size: 100px !important;
    line-height: 100px !important;
}

.fw-600 {
    font-weight: 600;
}


.blue-box {
    border: 1px solid #E0E1E1;
    border-radius: 24px;
    background: #002B4B;
    padding: 24px;
    color: #fff;
    height: 100%;
}

.blue-bg {
    background-color: #002B4B;
}

.btn-info {
    min-width: 260px;
    text-align: center;
    color: #fff !important;
    background-color: #4FA4B5;
    font-size: 18px;
    line-height: 1em;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 100px;
    border: 0 !important;
}

.btn-outline-white {
    text-align: center;
    color: #fff !important;
    background-color: #000 !important;
    font-size: 18px;
    line-height: 1em;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 100px;
    border: 1px solid #fff !important;
}

.hero-interional2 {
    background-image: url("/static/img/hero-international2.webp");
}

.hero-international2 .hero-content {
    padding-bottom: 72px;
}

.footer {
    background-color: #002B4B;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 48px;
}

.footer h2,
.footer h4 {
    font-size: 16px;
}

.footer a {
    color: #fff;
    text-decoration: none !important;
}

.footer .leasy-logo svg {
    width: 58px;
    height: 15px;
}

.footer .uber-logo svg {
    width: 42px;
    height: 15px;
}

#mainMenu .nav-item > .nav-link.active {
    border-bottom: 2px solid;
}

.hero-benefits .hero-content {
    padding-bottom: 96px;
}

.chevrons {
    top: 50%;
    transform: translateY(-50%);
    right: 106%;
}

.chevrons div {
    margin-left: -15px;
}

.hero-benefits .leasy-logo {
    display: inline-block;
}

.bordered-box {
    padding: 24px;
    border: 1px solid #E0E1E1;
    border-radius: 24px;
    height: 100%;
}

.bordered-box .number {
    font-size: 48px;
    line-height: 55px;
    color: #4FA4B5;
    opacity: 0.3;
    top: 22px;
    right: 24px;
    font-weight: bold;
}

.bordered-box .icon {
    display: inline-block;
    text-align: center;
    align-items: center;
    padding: 17px;
    border-radius: 50%;
    background: #F9F9F9;
}

.bordered-box .heading {
    font-weight: bold;
    color: #4FA4B5;
}

.bordered-box p {
    color: #87898C;
}

.flag-link svg {
    height: 24px;
    width: 30px;
}

.flag-link {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

#header {
    border-bottom: solid 1px rgba(242, 242, 242, 1)
}

.c-blue {
    color: #002B4B !important;
}

.c-gray {
    color: #3B4043 !important;
}

.c-light-gray {
    color: #87898C !important;
}

.blue {
    background-color: #002B4B;
    color: #fff;
}

.w-fill svg * {
    fill: #fff;
}

.c-white {
    color: #fff;
}

.comparison {
    border: 1px solid #4FA4B5 !important;
    border-radius: 24px;
    overflow: hidden;
}

.comparison table {
    border-style: hidden;
    border-color: #4FA4B5 !important;
}

.comparison th {
    background-color: #fff;
    color: #4FA4B5;
    vertical-align: middle;
}

.comparison .col-st {
    width: 218px;
}

.comparison th,
.comparison td {
    min-height: 56px;
    height: 56px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}

.leasy-col {
    color: #7CCCEA;
}

.leasy-col svg {
    height: 20px;
    width: 20px;
}

.faq-item {
    border: 1px solid #E0E1E1;
    border-radius: 16px;
}

.faq-item .faq-content {
    padding: 0 20px 20px 20px;
    margin-top: 0 !important;
}

.faq-item .faq-title {
    padding: 20px;
    background: transparent;
    border: none;
    text-align: left;
}

.faq-title-text {
    padding-left: 20px;
}

.faq-title {
    text-decoration: none !important;
}

.faq-content {
    color: #3B4043;
    margin-top: 24px;
}

.lh-0 {
    line-height: 0;
}

.lh-2 {
    line-height: 2;
}

.big-bordered-box {
    padding: 48px;
    border: 1px solid #E0E1E1;
    border-radius: 24px;
}

.fill-blue svg * {
    fill: #002B4B;
}

.big-bordered-box .chevrons {
    right: -120px;
    transform: none;
}

.ft-40 {
    font-size: 40px;
    line-height: 46px;
}

.car-models-wrapper .heading {
    padding: 48px 58px 0 58px;
    font-weight: normal !important;
}

.car-models-wrapper .body {
    padding: 32px 32px 48px 32px;
}

.car-favorite {
    border: 2px solid #002B4B !important;
}

.favorite-text {
    background: #14486C;
    border-radius: 50px;
    color: #fff;
    padding: 8px 24px;
    line-height: 1em;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-black {
    min-width: 260px;
    text-align: center;
    font-size: 18px;
    line-height: 1em;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 100px;
    border: 0 !important;
    color: #fff !important;
    background-color: #000 !important;
}

.line-through {
    position: relative;
}

.line-through:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #E0E1E1;
}

.line-through span {
    display: inline-block;
    background-color: #F9F9F9;
    padding: 7px 12px;
    position: relative;
    z-index: 1;
}

.ft-28 {
    font-size: 28px;
    line-height: 32px;
}

form.rounded-fields .form-group {
    position: relative;
}

form.rounded-fields .form-group .form-control {
    padding: 12px 16px;
    border: 1px solid #E0E1E1;
    border-radius: 24px;
}

form.rounded-fields .form-group label:not(.prevent) {
    position: absolute;
    background-color: #fff;
    padding: 0 5px;
    font-size: 14px;
    top: -10px;
    left: 20px;
    color: #3B4043;
    z-index: 10;
}

form.rounded-fields .form-group .form-control:focus {
    border: 1px solid #3B4043;
    outline: none !important;
    box-shadow: none !important;
}

.text-info {
    color: #4FA4B5 !important;
}

.home-car {
    width: 800px;
    max-width: none;
}

.flip-horizontal {
    transform: scaleX(-1);
}

.home-second-car {
    max-width: none;
    width: 900px;
    transform: translateX(-300px);
}

.c-light-blue {
    color: #4FA4B5;
}

.circle-light-blue {
    font-weight: bold;
    background: #4FA4B5;
    display: inline-block;
    line-height: 48px;
    width: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.financial-steps .heading:after {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-top: 2px dashed #E0E1E1;
}

.financial-steps .heading:before {
    content: ' ';
    position: absolute;
    top: 50%;
    height: 12px;
    width: 12px;
    background: #E0E1E1;
    border-radius: 50%;
    left: 102%;
    transform: translateY(-50%);
}

.financial-steps div:last-child .heading:before,
.financial-steps div:last-child .heading:after {
    display: none;
}

.ft-48 svg {
    height: 35px;
    width: auto;
    vertical-align: baseline;
}

.bl-2 {
    border-left: 2px solid;
}

.ft-40 svg {
    vertical-align: baseline;
}

.link-primary,
.link-primary:hover {
    color: #012b4b !important;
}

.ft-36 {
    font-size: 36px;
    line-height: 41px;
}

#comments .ti-reviews-container-wrapper {
    gap: 32px !important;
}

#comments .ti-review-item {
    background: #FFFFFF !important;
    border: 1px solid #E0E1E1 !important;
    border-radius: 16px !important;
    padding: 32px !important;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

#comments .ti-review-text {
    font-size: 18px !important;
    line-height: 24px !important;
}

#comments .ti-review-item .ti-inner {
    padding: 0 !important;
    background-color: #fff !important;
}

#comments .ti-stars {
    margin-bottom: 24px !important;
}

#comments .ti-review-header {
    display: flex;
    flex-direction: row;
    margin-top: 24px !important;
}

#comments .ti-profile-img img {
    width: 100% !important;
    height: auto !important;
}

#comments .ti-profile-img {
    flex-grow: 0;
    height: 48px;
    width: 48px;
    margin: 0 !important;
}

#comments .ti-review-header:after {
    display: none !important;
}

#comments .ti-profile-details {
    flex-grow: 1;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    margin-left: 12px !important;
}

#comments .ti-name {
    font-size: 20px !important;
    font-weight: normal !important;
    flex-grow: 0;
}

#comments .ti-date {
    flex-grow: 1;
    text-align: right;
}

.press-logos svg {
    height: 48px;
}

.page-header {
    color: #000;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -2px;
    margin: .67em 0;
}

.recent-posts .main-entry {
    min-height: 606px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.recent-posts .main-entry:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(to top, black, transparent);
}

.recent-posts .main-entry-description {
    padding: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}

.ft-12 {
    font-size: 12px;
    line-height: 14px;
}

.entry-tag {
    background: #4FA4B5;
    border-radius: 50px;
    padding: 4px 8px;
}

.card-category {
    border-radius: 24px;
    max-width: 364px;
    margin: 16px;
    overflow: hidden;
}

.card-category .nav {
    margin-top: 1rem;
    overflow: hidden;
}

.ft-32 {
    font-size: 32px;
    line-height: 40px;
}

.recent-posts .entry {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    min-height: 288px;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
}

.recent-posts .entry .entry-image {
    height: 140px;
    overflow: hidden;
}

.recent-posts .entry .entry-image img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100%;
}

.recent-posts .entry .entry-tags {
    top: 20px;
    left: 20px;
    right: 20px;
}

.recent-posts .entry .entry-description {
    padding: 20px;
}

.common-entries .entry {
    border: 1px solid #E0E1E1;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-decoration: none !important;
    min-height: 440px;
}

.common-entries .entry-image {
    height: 200px;
    overflow: hidden;
}

.common-entries .entry .entry-image img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100%;
}

.common-entries .entry-description {
    padding: 32px;
}

.common-entries .entry .entry-tags {
    top: 20px;
    left: 20px;
    right: 20px;
}

.pagination .page-link {
    border: 1px solid #E0E1E1;
    color: #3B4043;
}

.pagination .page-item.active .page-link {
    background-color: #4FA4B5;
    color: #fff !important;
}

.entry-summary > a {
    padding: 12px 24px;
    text-decoration: none !important;
    width: 100%;
    display: inline-block;
}

.entry-summary {
    border: 1px solid #E0E1E1;
    border-radius: 20px;
}

#summary {
    border-top: 1px solid #E0E1E1;
}

#summary a {
    color: #3B4043;
    padding: 12px 16px;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
}

#summary a:hover {
    background-color: #F9F9F9;
    font-weight: bold;
}

.blog-content h2 {
    font-weight: bold;
    color: #14486C !important;
    margin: 65px 0 24px;
}

.blog-content {
    font-size: 18px;
    line-height: 24px;
    color: #3B4043;
}

.breadcrumb {
    padding: 10px 0;
    font-size: 16px;
    line-height: 18px;
}

.breadcrumb a {
    color: #87898C;
    text-decoration: none !important;
}

.breadcrumb .breadcrumb-item.active {
    color: #4FA4B5;
}

.recent-entries-wrapper.sticky {
    position: sticky;
    top: 80px;
}

.recent-entries-wrapper .recent-entry {
    text-decoration: none !important;
}

.recent-entries-wrapper .entry-image {
    height: 125px;
    width: 125px;
    overflow: hidden;
    border-radius: 16px;
}

.recent-entries-wrapper .entry-image img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100%;
}

.scrolling-wrapper {
    overflow-x: auto;
}

.entry-tag + .entry-tag {
    margin-right: 5px;
}

.about-hero .hero-logo {
    bottom: 50px;
    left: 50px;
}

.about-hero {
    height: 400px;
}

.about-hero img {
    object-fit: cover;
    height: 100% !important;
    transition: all .15s ease-in-out;
    transform: scale(1);
    width: 100% !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #ddd;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #000;
}

.normal-h {
    height: initial !important;
}

.big-logos svg {
    height: 55px;
    width: auto !important;
}

.hero .hero-content.normal-h {
    height: initial;
}

.divider-double {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 5px;
}

.vehicle-image-wrapper {
    height: 0;
}

.car-stat {
    max-width: 100px;
}

.vehicles-square {
    background-color: #ffffff;
    width: 100%;
    height: fit-content;
    box-shadow: 0 0 10px #e8d9d9;
}

.vehicles-feat-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 17%;
    width: 550px;
    height: 350px;
    background-color: #eff2f6;
    border-radius: 20px;
    z-index: -1;
}

.vehicles-icon-circle {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    background-color: #eff2f6;
    border-radius: 50%;
}

.vehicles-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.w-50p {
    width: 50px;
}

.w-50p svg {
    width: 50px;
    height: 50px;
}

.bra-2 {
    border-radius: 2rem;
}

.vehicles-background {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.vehicles-struct-panel-1-kia {
    background-image: url(/static/img/kia/vehicles-kia-struct-1.webp);
}

.vehicles-struct-panel-2-kia {
    background-image: url(/static/img/kia/vehicles-kia-struct-2.webp);
}

.vehicles-struct-panel-3-kia {
    background-image: url(/static/img/kia/vehicles-kia-struct-3.webp);
}

.vehicles-struct-panel-4-kia {
    background-image: url(/static/img/kia/vehicles-kia-struct-4.webp);
}

.vehicles-struct-panel {
    width: 50%;
    height: 50%;
    margin-bottom: 0;
    border-radius: 0;
}

.vehicles-struct-panel-1-chevrolet {
    background-image: url(/static/img/chevrolet/vehicles-chevrolet-struct-1.webp);
    background-position: center bottom;
}

.vehicles-struct-panel-2-chevrolet {
    background-image: url(/static/img/chevrolet/vehicles-chevrolet-struct-2.webp);
    background-position: center bottom;
}

.vehicles-struct-panel-3-chevrolet {
    background-image: url(/static/img/chevrolet/vehicles-chevrolet-struct-3.webp);
    background-position: center bottom;
}

.vehicles-struct-panel-4-chevrolet {
    background-image: url(/static/img/chevrolet/vehicles-chevrolet-struct-4.webp);
    background-position: center bottom;
}

.dropdown .dropdown-menu .nav-link {
    padding: 5px 10px;
    line-height: 1.2;
}

.dropdown .dropdown-menu {
    max-width: 200px !important;
    width: 100% !important;
    min-width: 200px;
}

.btn-black:hover {
    background-color: #111 !important;
}

.faqs-wrapper .faq-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    padding: 5px 0;
}

.faqs-wrapper .accordion-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.faqs-wrapper button {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.accordion + .accordion > .accordion-item {
    border-top: 0;
}

.accordion-header button {
    font-weight: bold;
}

.experience {
    background-image: url("/static/img/background-experience.png");
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: bottom;
    background-size: 100%;
    background-color: #262730;
    padding: 100px 0;
}

.experience h5 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(0, 184, 210);
}

.experience h2 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
}

.experience p {
    color: rgb(0, 184, 210);
    font-size: 64px;
    font-weight: 700;
}

.experience-white {
    color: #ffffff !important;
    font-weight: normal !important;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress img {
    opacity: 0 !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.phone {
    background: url(/static/img/phone.png);
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.padding-phone {
    padding-left: 250px !important;
}

.phone-icon {
    position: relative;
}

.phone-icon svg {
    position: relative;
    z-index: 1;
}

.phone-icon:before,
.phone-icon:after {
    content: ' ';
    position: absolute;
    border-top: 2px dashed #000;
    top: 50%;
}

.phone-icon:before {
    left: -15px;
    width: 50%;
}

.phone-icon:after {
    left: 60%;
    width: 50%;
}

.phone-modal-steps > div:last-child .phone-icon:after,
.phone-modal-steps > div:first-child .phone-icon:before {
    display: none;
}

#opportunityModal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.cat-background {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
    padding: 20px 10px;
}

.cat-blue {
    background-color: #0950D4;
}

.cat-gold {
    background-color: #FFB627;
}

h1.small-h1 {
    font-size: 25px;
}

.cat-platinum {
    background-color: #90A3AC;
}

.cat-diamond {
    background-color: #4C4C4C;
}

.cat-discount sup {
    font-size: 16px;
}

.cat-discount {
    font-size: 30px;
}

.cat-wrapper {
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 3px;
}

.cat-item.active .cat-wrapper {
    border: 2px solid #000;
}

a.floating-whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    line-height: 0;
    height: 70px;
    width: 70px;
    padding: 15px;
    background-color: #40c351;
    border-radius: 50%;
}

a.floating-whatsapp svg {
    height: 100%;
    width: 100%;
}

.floating-register-now {
    position: fixed;
    bottom: 25px;
    right: 100px;
    display: inline-block;
    line-height: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url('/static/img/404.webp');
    background-size: cover;
}

.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}

.notfound h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}

.notfound h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
}

.notfound p {
    font-family: 'Nunito', sans-serif;
    color: #999fa5;
    font-weight: 400;
}

.notfound a {
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }

    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
}

.error-page a {
    color: #000 !important;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: gold;
    line-height: 27px;
}

.rating > label:hover:before, .rating > label:hover ~ label:before, .rating > input:checked ~ label:before, .rating > input:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: gold;
    line-height: 27px;
    display: inline-block;
    top: 0;
}

.rating label {
    font-size: 23px;
}

.leasy-car-oportunity {
    display: inline-block;
}

.leasy-car-oportunity img {
    max-width: 100%;
}

.app-download-links a {
    display: inline-block;
}

.app-download-links a svg {
    height: 30px !important;
    width: auto;
}

[readonly] {
    background-color: #f9f9f9;
}

.pointer-event {
    cursor: pointer;
}

#incidentDate {
    background-color: #fff !important;
}

.text-primary {
    color: rgb(1 43 75) !important;
}

.text-primary-two {
    color: #3B8E9E !important;
}

.bg-primary {
    background-color: rgb(1 43 75) !important;
}

.bg-primary-subtle {
    background-color: #f9f9f9 !important;
}

.bg-primary-two {
    background-color: #3B8E9E !important;
}

.bg-primary-two-subtle {
    background-color: #E3F0F3 !important;
}

.bg-primary-two-middle {
    background-color: #61AEBD !important;
}

.btn .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn {
    font-size: 16px;

    @media (max-width: 767px) {
        font-size: 18px;
    }
}

/*tabs*/
.vehicles-tabs .nav-pills .nav-link {
    color: #333;
    background: none;
    border: none;
    padding: 0.5rem 0;
    position: relative;
}

.vehicles-tabs .nav-pills .nav-link.active {
    color: #4FA4B5;
    background: none;
}

.vehicles-tabs .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4FA4B5;
}

.card-img-top {
    height: 218px;
    object-fit: cover;
}

/*carousel*/

.overflow-x-auto {
    overflow-x: auto;
    cursor: grab;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.overflow-x-auto:active {
    cursor: grabbing;
}

.overflow-x-auto::-webkit-scrollbar {
    display: none;
}

.overflow-x-auto {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#prevBtn, #nextBtn {
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin: 0 -20px;
}

#prevBtn:hover, #nextBtn:hover {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#prevBtn i, #nextBtn i {
    font-size: 20px;
    line-height: 1;
}

.btn-link {
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}

.z-10 {
    z-index: 10 !important;
}

.z-5 {
    z-index: 5 !important;
}

.z-6 {
    z-index: 6 !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 2rem !important;
}

.ml-6 {
    margin-left: 2.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.-mt-2 {
    margin-top: -0.5rem !important;
}

.-mt-3 {
    margin-top: -1rem !important;
}

.home-finance-icon {
    width: 73px;
    height: 73px;
    background-color: #485467;
    border: 5px solid #324155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
}

.object-cover {
    object-fit: cover;
}

.object-contain {
    object-fit: contain;
}

.object-center {
    object-position: center;
}

.app-section {
    height: 498px;
    background-image: url('/static/img/new/app-background.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.app-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 174, 255, 0.86);
}

.section-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hero-credit {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/static/img/new/hero-credit.png') center / cover;
}

.text-justify {
    text-align: justify;
}

.text-start {
    text-align: start;
}

.screenshot-container {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -200px;

    & img {
        width: 300px;

        @media (max-width: 767px) {
            width: 200px;
        }
    }
}

.h-50p {
    height: 50px !important;
}

.step-item {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    gap: 1rem;
    padding: 0 10px;
    max-width: 516px;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: black;
    border: 1px solid black;
}

.step-circle.selected {
    background-color: black;
    color: white;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.bottom-0 {
    bottom: 0;
}

.top-0 {
    top: 0;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative;
}

.how-work-hero-gradient {
    background: linear-gradient(90deg, #002037 0%, rgba(151, 186, 195, 0.4) 100%);
}

.steps-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    border-top: 4px dashed #324155;
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.hidden {
    display: none;
}


.bg-primary.bg-primary > .accordion-item, .accordion-header, .accordion-button {
    background-color: transparent !important;
    color: white !important;
    border: none !important;

}

.accordion-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.accordion-button::after {
    order: -1;
    margin-right: 0.5rem;
    margin-left: 0;
    color: white !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    border: white solid !important;
    box-shadow: none !important;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.accordion-button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Estilos personalizados para FAQ */
.faq-tabs {
    border-bottom: none;
}

.faq-tabs .nav-link {
    color: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0.5rem 1rem;
    margin-right: 1.5rem;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.faq-tabs .nav-link:hover {
    color: white;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.faq-tabs .nav-link.active {
    color: white;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
}

.faq-accordion .accordion-item {
    background-color: transparent;
    border: none;
}

.faq-accordion .accordion-button {
    background-color: transparent;
    color: white;
    padding: 1rem 0;
    padding-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-accordion .accordion-button::after {
    order: -1;
    margin-right: 1rem;
    margin-left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-button:focus {
    border: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.faq-accordion .accordion-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.faq-accordion .accordion-body {
    padding: 1rem 3rem;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-content {
    margin-top: 2rem;
}

.faq-content .tab-pane {
    padding-top: 2rem;
}

.h-screen {
    height: calc(100vh - 76px);
}

.h-min-screen {
    min-height: calc(100vh - 76px);
}
.text-right {
    text-align: right;
}

.benefits-circle-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card {
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card-img {
    height: 240px;
    object-fit: cover;
}

.service-card .badge {
    font-size: 14px;
    font-weight: 500;
}

.partners-background {
    background: linear-gradient(to right, #4FA4B5 50%, #61AEBD 50%);
    color: white;
    border-bottom: 0 !important;
}

.text-underline {
    text-decoration: underline;
}

.hero-semi-nuevos {
    background-image: url("/static/img/new/hero-semi-nuevos-background.png");
}

.navbar-nav-invert > .nav-item > .nav-link {
    color: white !important;
}

.text-lg-white {
    color: white !important;
}

.w-lg-auto {
    width: auto !important;
}

.hero-kia {
    background-image: url("/static/img/new/hero-kia-background-image.png");
}

.d-none {
    display: none !important;
}

.hero-brand {
    background-position: right;
}

.hero-brand::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: linear-gradient(0deg, #002B4B 62.5%, rgba(0, 43, 75, 0) 100%);
}

.hero-vehicle {
    background-position: center;
    background-size: cover;
}

.hero-vehicle::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(272.74deg, rgba(0, 0, 0, 0) 19.54%, #000000 67.82%);
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

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

.items-end {
    align-items: flex-end;
}

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

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

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

.justify-around {
    justify-content: space-around;
}

.w-38 {
    width: 40px !important;
}

.h-38 {
    height: 40px !important;
}

.pt-header {
    padding-top: 76px !important;
}

.space-line {
    width: 2px;
    height: 30px;
    background-color: white;
    margin: 0 20px;
}