/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@,200,400;500;700&display=swap"); */


/*  */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    color: #212020;
    position: relative;
}


/* * {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
} */

a {
    text-decoration: none;
    font-weight: bold;
}

.img-responsive {
    width: 100%;
    height: auto;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 130%;
    font-weight: 700;
}

p {
    line-height: 32px;
    font-weight: 400;
}

.btn {
    border-radius: 60px;
    padding: 6px 40px;
    font-size: 1.4rem;
    /* width: 164px;
  height: 47px; */
}

header,
.navbar,
.top-bar,
.navbar-collapse {
    background-color: #1E1E1E;
}

.navbar-nav {
    padding-left: 20px;
}

header.top-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    background-color: #1E1E1E;
    border-bottom: 1px solid #161616;
    transition: all 0.3s ease;
}

header {
    position: relative;
    background-color: #ffffff;
}

.desliza {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: -100px;
}

.container-xxl.SiteNav {
    position: relative;
    z-index: 99;
}

ul li.nav-item {
    background: none;
    list-style: none;
    vertical-align: middle;
    font-size: 1.1em;
    font-weight: 700;
    color: #000000;
    background-color: #FFFFFF;
    padding: 2px 20px;
    border-radius: 24px;
}

.active {
    background-color: #9FDD1B !important;
}

.navbar-nav .nav-link:hover {
    color: #000000;
    background: none;
    opacity: 0.5;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #000000;
    background: none;
    opacity: 1;
}

.nav-link {
    color: #000000 !important;
    cursor: pointer;
}

.car-header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-header {
    background-image: url("../images/hero.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 60px;
    padding-bottom: 350px;
}

.head-content {
    margin-top: 170px;
    padding-bottom: 20px;
    width: 84%;
    margin-left: 12%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.head-content h1 {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0rem;
}

.head-content .btn {
    width: auto;
}

.head-content p {
    font-size: 1.5rem;
    font-weight: lighter;
}

.border-bottom {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.text-dark-green {
    color: #041910;
}

#acercade,
#acercade-moove,
#acercade-b2b,
#acercade-financiamiento {
    margin-top: 80px;
}

.desc-text p {
    font-size: 1.3em;
    line-height: 1.4;
}

.square {
    border-radius: 20px;
    width: 90%;
    height: 0;
    padding-top: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    background-color: #f7f7f7;
    cursor: pointer;
    color: #A1A1A1;
}

.square .content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.square .content h4,
.square-2 .content h4,
.square-3 .content h4 {
    font-size: 1.2em;
}

.square-4 .content h4 {
    font-size: 1.2rem;
}

.square .content p,
.square-2 .content p,
.square-3 .content p {
    font-size: 0.9em;
    line-height: 1.3 !important;
}

.square-3 .content p {
    font-size: 1.3em;
}

.square-4 .content p {
    font-size: 1em;
    line-height: 1.5;
}

.square:hover {
    background-color: #000000;
    color: #9FDD1B;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.square-2 {
    border-radius: 20px;
    width: 100%;
    height: 0;
    padding-top: 150%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #041910;
    background-color: #041910;
    cursor: pointer;
    color: #FFFFFF;
}

.square-2 .content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.square-2 .btn {
    padding: 6px 24px;
    font-size: 1rem;
}

.square-3 {
    border-radius: 20px;
    width: 100%;
    height: 0;
    padding-top: 60%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #041910;
    background-color: #041910;
    cursor: pointer;
    color: #FFFFFF;
}

.square-3 .content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.square-4 {
    border-radius: 20px;
    width: 100%;
    height: 0;
    padding-top: 110%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #9FDD1B;
    background-color: #9FDD1B;
    cursor: pointer;
    color: #041910;
}

.square-4 .content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.text-green-light {
    color: #9FDD1B;
}

.h3_title {
    font-size: 2.6rem;
}

.h3_title_2 {
    font-size: 3.2rem;
}

.h3_subs {
    font-size: 3rem !important;
}

p.light-description {
    font-weight: 200;
}

.title-back {
    color: #000000;
    background-color: #9FDD1B;
    padding: 10px 10px;
    border-radius: 24px;
    font-weight: 600;
    max-width: 270px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#marcas,
#autos {
    background-color: #041910;
    padding-top: 30px;
    padding-bottom: 30px;
}

#marcas h4 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 32px;
}

.slide-makes img {
    max-width: 150px;
}

#como-funciona,
#compara,
#testimonial,
#faqs {
    padding-top: 40px;
    padding-bottom: 40px;
}

#como-funciona h3 {
    font-weight: 700;
}

.numeros {
    font-size: 8.4rem;
    line-height: 191.2%;
    font-weight: 700;
    /* background: radial-gradient(50% 50% at 50% 50%, #9FDD1B 0%, rgb(67, 242, 120) 100%); */
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    background-color: #9FDD1B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-numbers {
    font-size: 1.7rem;
    line-height: 1.5;
}

.slide-cars img {
    border-radius: 60px;
    max-width: 350px;
}

.swiper.swiperCars {
    width: 100%;
    height: auto;
}

.swiper-wrapper {
    margin: 0 0 30px 0;
    height: auto !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #ffffff;
}

.swiper-pagination-bullet {
    background-color: #f5f5f5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #43F280 !important;
}

#cotiza {
    padding-bottom: 80px;
}

#cotiza .card {
    border-radius: 32px;
    border: none;
}

#cotiza .card-footer {
    border: none;
    background-color: transparent;
}

#cotiza .card a {
    width: 100%;
}

#testimonial .card {
    padding: 16px;
    border: none;
    border-radius: 16px;
    line-height: 191.2%;
}

#testimonial .card p {
    font-size: 1.2rem;
}

#testimonial .card .stars {
    letter-spacing: 0.8em;
    margin-bottom: 16px;
}

.input-text {
    background-color: #ffffff;
    border: 1px solid #9FDD1B;
    padding: 10px 16px;
    border-radius: 40px;
}

#contacto {
    background-color: #041910;
}

#contacto .img-car {
    width: 100%;
    min-height: 500px;
    height: 100%;
    background: url('../images/formulario.jpg') top center no-repeat;
    background-size: cover;
}

#contacto .formulario {
    margin: 80px 20px;
}

#contacto .btn {
    width: 100%;
}

#contacto span {
    font-size: 0.6rem;
}

#contacto .form-label {
    font-size: 1em;
    color: #FFFFFF;
}

#contacto .form-control::placeholder {
    color: rgb(0, 0, 0) !important;
    opacity: 1 !important;
    font-size: 1em;
}

.form-control,
.form-select {
    font-size: 0.8rem;
    border-radius: 30px !important;
}

select option:checked {
    color: rgb(246, 250, 0);
    background-color: rgb(5, 26, 1);
}

.accordion {
    border: none !important;
}

.accordion-button {
    font-weight: 800;
    line-height: 32px;
    background-color: #f7f7f7;
    color: #041910;
    border: none !important;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
}

.accordion-button:not(.collapsed) {
    color: #041910;
    background-color: #f7f7f7;
    /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.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='%23025157'%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-item {
    background-color: #f7f7f7;
    border: none !important;
    margin-bottom: 20px;
    border-radius: 32px;
    line-height: 191.2%;
    border-radius: 32px !important;
    padding: 16px;
    color: #4B4B4B;
    font-weight: 400;
}

footer {
    background-color: #041910;
    padding-top: 40px;
}

footer a:link,
footer a:visited {
    color: #000000;
}

footer a:hover {
    color: #FFFFFF;
}

footer .redes {
    letter-spacing: 1em;
}

.footer-2 {
    font-size: 0.8em;
}


/* TABLE */

.table {
    border-collapse: separate;
    border-spacing: 20px 0;
}

.col-table {
    width: 25%;
    min-width: 0;
}

.cel-border-top {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.cel-border-bottom {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.table th {
    font-size: 1.1rem;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.button-quoter {
    color: #000000;
    background-color: #9FDD1B;
    padding: 10px 40px;
    border-radius: 24px;
    border: none;
    font-weight: 600;
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.border-bottom-light {
    border-color: #FFFFFF !important;
}

.wa-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background-color: #000000 !important;
}


/* Responsive CSS */


/* XL */

@media (min-width: 1200px) and (max-width: 1399px) {
    .head-content {
        margin-top: 125px;
        padding-bottom: 20px;
        width: 82%;
        margin-left: 11%;
    }
    .head-content h1 {
        font-size: 3.4rem;
        line-height: 1.2;
        letter-spacing: 0rem;
    }
    .head-content p {
        font-size: 1.2rem;
    }
    .head-content .btn {
        width: auto;
        font-size: 1rem;
    }
    .title-pill,
    .title-pill-w {
        margin-top: -37px;
    }
    .price-pill,
    .price-pill-black {
        font-size: 1em !important;
    }
    .table th {
        font-size: 1.3rem;
    }
    .numeros {
        font-size: 6.8rem;
    }
    .text-numbers {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .col-table {
        width: 25%;
        min-width: 0;
    }
    .square-2 .content p {
        font-size: 0.8em;
        line-height: 1.4 !important;
    }
    .square-3 {
        border-radius: 20px;
        width: 100%;
        height: 0;
        padding-top: 50%;
    }
    .square-4 .content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .square-3 .content h4 {
        font-size: 1em;
    }
    .square-3 .content p {
        font-size: 1.2em;
        line-height: 1.3 !important;
    }
    .square-4 {
        border-radius: 20px;
        width: 100%;
        height: 0;
        padding-top: 120%;
    }
    .square-4 .content h4 {
        font-size: 1.2em;
    }
    .square-4 .content p {
        font-size: 1em;
        line-height: 1.3 !important;
    }
    .desliza {
        width: 170px;
        margin-top: -85px;
    }
    .h3_title_2 {
        font-size: 2.8rem;
    }
}


/* LG */

@media (min-width: 992px) and (max-width: 1199px) {
    .head-content {
        margin-top: 140px;
        padding-bottom: 20px;
        width: 86%;
        margin-left: 12%;
    }
    .head-content h1 {
        font-size: 2.7rem;
        line-height: 1.2;
        letter-spacing: 0rem;
    }
    .head-content p {
        font-size: 1.2rem;
    }
    .head-content .btn {
        width: auto;
        font-size: 1rem;
    }
    .h3_title {
        font-size: 2.4rem;
    }
    .h3_title_2 {
        font-size: 2.8rem;
    }
    .price-pill,
    .price-pill-black {
        font-size: 1em !important;
    }
    .title-pill,
    .title-pill-w {
        margin-top: -40px;
    }
    .table th {
        font-size: 1.2rem;
    }
    .square .content {
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }
    .square .content h4 {
        font-size: 1.2em;
    }
    .square .content p {
        font-size: 0.8em;
        line-height: 1.2 !important;
    }
    .text-numbers {
        font-size: 1.2em;
        line-height: 1.3;
    }
    .numeros {
        font-size: 5.8rem;
    }
    .col-table {
        width: 25%;
        min-width: 0;
    }
    .square-2 .content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .square-2 .content h4 {
        font-size: 1em;
    }
    .square-2 .content p {
        font-size: 0.7em;
        line-height: 1.2 !important;
    }
    .square-2 .btn {
        padding: 6px 20px;
        font-size: 0.8rem;
    }
    .desc-text p {
        font-size: 1.1em;
        line-height: 1.4;
    }
    .square-3 {
        border-radius: 20px;
        width: 90%;
        height: 0;
        padding-top: 50%;
    }
    .square-3 .content h4 {
        font-size: 1em;
    }
    .square-3 .content p {
        font-size: 1.2em;
        line-height: 1.3 !important;
    }
    .square-4 {
        border-radius: 20px;
        width: 90%;
        height: 0;
        padding-top: 100%;
    }
    .square-4 .content h4 {
        font-size: 1em;
    }
    .square-4 .content p {
        font-size: 1em;
        line-height: 1.3 !important;
    }
    .desliza {
        width: 150px;
        margin-top: -75px;
    }
}


/* MD */

@media (min-width: 768px) and (max-width: 991px) {
    .head-content {
        margin-top: 125px;
        padding-bottom: 20px;
        width: 76%;
        margin-left: 12%;
    }
    .head-content h1 {
        font-size: 1.9rem;
        line-height: 1.3;
        letter-spacing: 0.1rem;
    }
    .head-content p {
        font-size: 1rem;
    }
    .head-content .btn {
        width: auto;
        font-size: 1.2rem;
        text-align: center;
    }
    .h3_title,
    .h3_title_2 {
        font-size: 2.1rem;
    }
    .title-pill,
    .title-pill-w {
        margin-top: -37px;
    }
    .price-pill,
    .price-pill-black {
        font-size: 0.8em !important;
    }
    .square .content .fa-3x {
        font-size: 3em;
    }
    #acercade .btn,
    #acercade-moove .btn,
    #acercade-b2b .btn,
    #acercade-financiamiento .btn {
        font-size: 1.2rem;
    }
    .square {
        width: 90%;
    }
    .numeros {
        font-size: 4.5rem;
    }
    .text-numbers {
        font-size: 1.1rem;
        line-height: 1.3;
    }
    .col-table {
        width: 25%;
        min-width: 250px;
    }
    .desliza {
        width: 140px;
        margin-top: -70px;
    }
}


/* SM */

@media only screen and (max-width: 767px) {
    .head-content {
        margin-top: 120px;
        padding-bottom: 20px;
        top: 0;
        width: 80%;
        margin-left: 10%;
    }
    .head-content h1 {
        font-size: 2.1rem;
        letter-spacing: 0rem;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.6em;
    }
    .h3_title,
    .h3_title_2 {
        font-size: 2rem;
    }
    .title-back,
    .title-back-black {
        font-size: 1em;
    }
    .price-pill,
    .price-pill-black {
        font-size: 0.9em !important;
        max-width: 181px;
        padding: 5px 5px;
        /* padding: 8px 10px; */
        /* font-size: 1.1em !important; */
    }
    .title-pill-w {
        margin-top: -25px;
    }
    .footer-2 {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .footer-2 p {
        line-height: 18px;
    }
    .numeros {
        font-size: 4.3rem;
        text-align: center;
    }
    .square {
        border-radius: 30px;
        padding-top: 80%;
        /* width: 100%; */
    }
    .square .content h4 {
        font-size: 1.6em;
    }
    .square .content p {
        font-size: 1.2em;
        line-height: 1.2 !important;
    }
    .square .content .fa-2x {
        font-size: 3em;
    }
    .square-2 {
        border-radius: 30px;
        width: 80%;
        height: 0;
        padding-top: 120%;
    }
    .square-2 .content h4 {
        font-size: 1.5em;
    }
    .square-2 .content p {
        font-size: 1.2em;
        line-height: 1.3 !important;
    }
    .square-3 {
        border-radius: 30px;
        width: 80%;
        height: 0;
    }
    .square-3 .content h4 {
        font-size: 1.6em;
    }
    .square-3 .content p {
        font-size: 1.4em;
        line-height: 1.3 !important;
    }
    .square-4 {
        border-radius: 30px;
        width: 80%;
        height: 0;
    }
    .square-4 .content h4 {
        font-size: 1.6em;
    }
    .square-4 .content p {
        font-size: 1.4em;
        line-height: 1.3 !important;
    }
    .head-content .btn,
    #acercade .btn,
    #acercade-b2b .btn,
    #acercade-financiamiento .btn #acercade-moove .btn,
    #contacto .btn {
        width: auto;
    }
    #acercade,
    #acercade-moove,
    #acercade-b2b,
    #acercade-financiamiento {
        margin-top: 60px;
    }
    .table th {
        font-size: 1rem;
    }
    .btn {
        font-size: 1.2rem;
    }
    .text-numbers {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .col-table {
        width: 25%;
        min-width: 250px;
    }
    .h3_subs {
        font-size: 2.2rem !important;
    }
}