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

body {
    margin: 0px !important;
}

a {
    text-decoration: none;
}

.secciones a{
    color: #000000;
}

.wapp-btn {
    display: flex;
    height: 20px;
    padding: 13px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: fixed;
    right: 45px;
    top: 90%;
    border-radius: 25px;
    background: #00B61C;
    color: #FFF;
    font-weight: bold;
    z-index: 10000;
    font-family: "Work Sans-Bold", Helvetica;
}

.wapp-btn:hover {
    background: #008114;
    color: #FFF;
}

.menu-top, .container-hero, .container-cars, .exp-numeros-section, .protections-section, .faq-section, .requirements-section, .contact-section, .footer-section {
    width: 89vw;
}

.footer-section {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 72px;
    padding-right: 72px;
    background: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    display: inline-flex;
}
.footer-content-col {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    display: flex;
    width: 100%;
}
.footer-row {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}
.footer-logo {
    width: 200px;
    height: 52px;
    position: relative;
    overflow: hidden;
}
.footer-logo-shape {
    position: absolute;
    background: black;
}
.footer-logo-yellow {
    position: absolute;
    background: #FFED00;
}
.footer-contact-row {
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: flex;
}
.footer-contact-icon {
    width: 40px;
    height: 40px;
    position: relative;
    background: #ED6B06;
    overflow: hidden;
    border-radius: 50px;
}
.footer-contact-icon-inner {
    width: 24px;
    height: 24px;
    left: 8px;
    top: 8px;
    /* position: absolute; */
    /* overflow: hidden; */
}

.footer-contact-icon-map{
    position: absolute;
}

.footer-contact-icon-outline {
    position: absolute;
    outline: 2px white solid;
    outline-offset: -1px;
}
.footer-contact-info {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
}
.footer-contact-text {
    color: black;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
}
.footer-contact-text-bold {
    color: black;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word;
}
.footer-bottom-row {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
}
.footer-bottom-icons {
    width: 280px;
    align-self: stretch;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
.footer-bottom-icons-row {
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}
.footer-bottom-icon-black {
    background: black;
}
.footer-bottom-icon-yellow {
    background: #FFED00;
}
.footer-bottom-icon-white {
    background: white;
}
.footer-copyright {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
    text-align: center;
}

.contact-section {
    align-self: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    gap: 5vw;

    height: 65vh;
    flex-shrink: 0;
    align-self: center;

    background: url(carinterior2.png) lightgray 50% / cover no-repeat;
    border-radius: 40px;
}

.contact-section .contact-map, .contact-section .contact-form {
    width: 40%;
    height: 420px;
    background-color: white;
    display: flex;
    justify-content: center;
    border-radius: 21px;
    gap: 15px;
}

.contact-container {
    align-self: stretch;
    height: 600px;
    padding-left: 0px;
    padding-right: 0px;
    background: #5937E0;
    overflow: hidden;
    border-radius: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.contact-content-row {
    width: 1126px;
    justify-content: center;
    align-items: center;
    gap: 44px;
    display: inline-flex;
}
.contact-img-col {
    flex: 1 1 0;
    height: 450px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}
.contact-img-bg {
    width: 1318px;
    height: 741px;
    left: -97px;
    top: -135.05px;
    position: absolute;
}
.contact-img {
    align-self: stretch;
    height: 450px;
    border-radius: 20px;
}
.contact-map-btn {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    left: 20px;
    top: 18.45px;
    position: absolute;
    background: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 6px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
.contact-map-btn-text {
    color: #00A0FF;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}
.contact-form-col {
    flex: 1 1 0;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background: white;
    overflow: hidden;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}
.contact-form-fields {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: flex;
}
.contact-form-field {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: flex;
}
.contact-form-input {
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #FAFAFA;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}
.contact-form-input-text {
    flex: 1 1 0;
    color: black;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}
.contact-form-field-alt {
    flex: 1 1 0;
    background: #5937E0;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: inline-flex;
}
.contact-form-btn-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}
.contact-form-btn {
    height: 50px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 13px;
    padding-bottom: 13px;
    background: #FFED00;
    overflow: hidden;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
.contact-form-btn-text {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
    /* Sección: Preguntas frecuentes */
.faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 72px;
    padding-right: 72px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: inline-flex;
}
.faq-title-row {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
.faq-title {
    width: 631px;
    text-align: center;
    color: black;
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.faq-cards-col {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    display: flex;
}
.faq-card {
    padding: 15px 40px;
    border-radius: 20px;
    outline: 1px #ADB5BD solid;
    outline-offset: -2px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* gap: 24px; */
    display: flex;
}
.faq-card-row {
    align-self: stretch;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;

    cursor: pointer;
    padding: 10px 15px;
}
.faq-card-title {
    width: 854px;
    color: black;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.faq-card-desc {
    align-self: stretch;
    color: rgba(0, 0, 0, 0.60);
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out; 
    padding: 0 15px;
}

.faq-card.open .faq-card-desc {
     max-height: 500px; 
    padding: 10px 15px;
}

.faq-card-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}
.faq-card-icon-inner {
    width: 12px;
    height: 6px;
    left: 6px;
    top: 9px;
    position: absolute;
    outline: 2px black solid;
    outline-offset: -1px;
}

.faq-card-icon svg {
    transition: transform 0.3s ease; /* Transición para el giro */
    display: block;
}

.faq-card.open .faq-card-icon svg {
    /* Gira la flecha 180 grados para que apunte hacia arriba */
    transform: rotate(-180deg);
}

.faq-card-alt {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 34px;
    border-radius: 20px;
    outline: 2px #ADB5BD solid;
    outline-offset: -2px;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}
.faq-card-alt-title {
    width: 953px;
    color: black;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.faq-card-alt-icon {
    width: 40px;
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #FFED00;
    overflow: hidden;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}
.faq-card-alt-icon-inner {
    width: 12px;
    height: 6px;
    outline: 2px black solid;
    outline-offset: -1px;
}


.protections-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 72px;
    padding-right: 72px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: inline-flex;
}
.protections-title-row {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
.protections-title {
    /* width: 631px; */
    text-align: center;
    color: black;
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.protections-desc-row {
    align-self: stretch;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}
.protections-desc {
    width: 1074px;
    color: black;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    text-align: center;
}
.protections-cards-col {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    display: flex;
    width: 100%;
}
.protections-card {
    padding: 40px;
    border-radius: 20px;
    outline: 1px #ADB5BD solid;
    outline-offset: -2px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    display: inline-flex;
}
.protections-card-title {
    color: black;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.protections-card-desc {
    color: rgba(0, 0, 0, 0.60);
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.protections-card-icon {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}
.protections-card-icon-inner {
    width: 12px;
    height: 6px;
    left: 6px;
    top: 9px;
}
    /* Sección: Requisitos para alquilar */
.requirements-section {
    align-self: stretch;
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 45px;
    padding-bottom: 45px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: inline-flex;
}
.requirements-title-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}
.requirements-title {
    text-align: center;
    color: black;
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.requirements-cards-row {
    align-self: stretch;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}
.requirements-card {
    width: 415px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 29px;
    display: inline-flex;
}
.requirements-card-inner {
    width: 300px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}
.requirements-icon {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
}
.requirements-card-title {
    width: 336px;
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.requirements-card-desc {
    width: 300px;
    height: 57px;
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}
.requirements-card-desc-alt {
    align-self: stretch;
    height: 57px;
    text-align: center;
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}
    /* Sección: Reseñas Google Maps */
.google-reviews-section {
    width: 100%;
    align-self: stretch;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}
.google-reviews-container {
    overflow: hidden;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}
.google-reviews-title {
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}
.google-reviews-title-text {
    text-align: center;
    color: black;
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.google-reviews-img {
    align-self: stretch;
    height: 279.55px;
}

    /* Sección: Experiencia en números */
.exp-numeros-section {
    /* width: 100%; */
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
.exp-numeros-container {
    align-self: stretch;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFED00;
    overflow: hidden;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    display: flex;
}
.exp-numeros-title {
    text-align: center;
    color: black;
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.exp-numeros-cards {
    width: 95%;
    justify-content: center;
    align-items: flex-start;
    gap: 64px;
    display: inline-flex;
}
.exp-numeros-card {
    width: 240px;
    padding: 16px;
    background: white;
    overflow: hidden;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 16px;
}

.exp-numeros-icon {
    width: 0px;
    height: 68px;
    position: relative;
    background: #C6C2A0;
    overflow: hidden;
    border-radius: 12px;
}
.exp-numeros-icon-inner {
    width: 40px;
    height: 40px;
    left: 16px;
    top: 14px;
    position: absolute;
    overflow: hidden;
}
.exp-numeros-card-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}
.exp-numeros-card-number {
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word;
}
.exp-numeros-card-label {
    text-align: center;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-hero {
    display: flex;
    padding: 20px 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: -90px;
    align-self: center;
}

.menu-top {
    display: flex;
    /* width: 1440px; */
    padding: 20px 72px;
    justify-content: space-between;
    align-items: center;
}

.menu-top .marca-chess {
    position: relative;
    width: 200px;
    height: 52px;
    display: flex;
}

.menu-top .vector {
    position: absolute;
    width: 74.18%;
    height: 37.50%;
    top: 36.23%;
    left: 25.63%;
}

.menu-top .group {
    position: absolute;
    width: 69.90%;
    height: 28.66%;
    top: 40.64%;
    left: 26.78%;
}

.menu-top .img {
    position: absolute;
    width: 20.33%;
    height: 99.96%;
    top: 0;
    left: 0;
}

.menu-top .vector-2 {
    position: absolute;
    width: 7.17%;
    height: 99.92%;
    top: 0;
    left: 19.90%;
}

.menu-top .vector-3 {
    position: absolute;
    width: 14.05%;
    height: 99.92%;
    top: 0;
    left: 25.93%;
}

.menu-top .vector-4 {
    position: absolute;
    width: 20.66%;
    height: 100%;
    top: 0;
    left: 41.40%;
}

.menu-top .vector-5 {
    position: absolute;
    width: 19.02%;
    height: 99.92%;
    top: 0;
    left: 61.09%;
}

.menu-top .vector-6 {
    position: absolute;
    width: 19.18%;
    height: 99.92%;
    top: 0;
    left: 80.82%;
}

.menu-top .group-2 {
    position: absolute;
    width: 77px;
    height: 7px;
    top: 43px;
    left: 53px;
}

.menu-top .vector-7 {
    position: absolute;
    width: 14.90%;
    height: 90.77%;
    top: 6.99%;
    left: 7.41%;
}

.menu-top .div {
    position: absolute;
    width: 22.24%;
    height: 98.02%;
    top: 0;
    left: 0;
}

.menu-top .vector-8 {
    position: absolute;
    width: 91.91%;
    height: 97.04%;
    top: 2.96%;
    left: 0;
}

.menu-top .vector-9 {
    position: absolute;
    width: 36.31%;
    height: 45.23%;
    top: 0;
    left: 63.69%;
}

.menu-top .vector-10 {
    position: absolute;
    width: 4.11%;
    height: 3.65%;
    top: 18.96%;
    left: 81.69%;
}

.menu-top .secciones {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.menu-top .text-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    position: relative;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 17px;
}

.menu-top .home {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Work Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--defaultblack);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.menu-top .telefono {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.menu-top .icon-bg {
    position: relative;
    width: 40px;
    height: 40px;
}

.menu-top .text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
}

.menu-top .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: "Work Sans-Regular", Helvetica;
    font-weight: 400;
    color: var(--defaultblack);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    white-space: nowrap;
}

.menu-top .element {
    position: relative;
    width: fit-content;
    font-family: "Work Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--defaultblack);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    white-space: nowrap;
}

.hero {
    display: flex;
    padding: 0 72px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 40px;
    /* background: linear-gradient(180deg, #C6C2A0 0%, #8B8663 100%); */

    background-image: url(./Desert.png);
    background-size: 215vh;
    background-repeat: no-repeat;
    background-position: 50% 20%;
}

.auto {
    position: absolute;
    left: 20vw;
    top: 35px;
    width: 60vw;
    height: 55vh;
    aspect-ratio: 817/352;
}

.hero .text-button-form {
    display: inline-flex;
    align-items: center;
    gap: 44px;
    position: relative;
    flex: 0 0 auto;
}

.hero .text-button {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
    padding: 60px 0px;
    align-self: stretch;
    position: relative;
    flex: 0 0 auto;
}

.hero .text {
    display: flex;
    flex-direction: column;
    width: 780px;
    align-items: flex-start;
    gap: 27px;
    position: relative;
    flex: 0 0 auto;
}

.hero .text-wrapper {
    /* position: relative; */
    height: 145px;
    margin: 0px;
    color: #ffffff;
    font-family: "Work Sans-Bold", Helvetica;
    font-weight: 700;
    font-size: 67px;
    line-height: 64px;
    overflow: hidden;
    font-style: normal;
    text-overflow: ellipsis;
}

.hero .brindamos-en-mejor {
    position: relative;
    width: 545px;
    font-family: "Work Sans-Regular", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 28px;
    letter-spacing: 0;
    line-height: normal;
}

.hero .span {
    color: #ffffff;
}

.hero .text-wrapper-2 {
    font-family: "Work Sans-Bold", Helvetica;
    font-weight: 700;
    color: #ffed00;
}

.hero .text-wrapper-3 {
    color: #ffed00;
}

.hero .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 28px;
    position: relative;
    background-color: #ffed00;
    border-radius: 25px;
    overflow: hidden;

    width: fit-content;
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.hero .button:hover {
    background-color: #000000;
    color: #FFED00;
}

.container-cars {
    display: flex;
    padding: 28vh 72px 60px 72px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.container-cars .text-wrapper {
    /* position: relative; */
    /* width: fit-content; */
    margin-top: -1.00px;
    font-family: "Work Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--defaultblack);
    font-size: 50px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.container-cars .cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    gap: 1vw;
    position: relative;
    flex: 0 0 auto;
    justify-content: center !important;
}

.container-cars .card {
    display: flex;
    flex-direction: column;
    width: 24vw;
    align-items: center;
    gap: 20px;
    padding: 30px;
    position: relative;
    background-color: #fafafa;
    border-radius: 20px;
    overflow: hidden;
}

.container-cars .img-text-icons {
    display: flex;
    flex-direction: column;
    height: 435px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.container-cars .img,
.container-cars .img-2,
.container-cars .img-3,
.container-cars .img-4,
.container-cars .img-5,
.container-cars .img-6,
.container-cars .img-7,
.container-cars .img-8 {
    display: flex;
    justify-content: center;
}

.container-cars .img {
    position: relative;
    align-self: stretch;
    height: 100%;
    /* background-image: url(./img/img-6.png); */
    /* background-size: 100%; */
    /* background-position: 50% 75%;
    background-repeat: no-repeat; */
}

.container-cars .img-1 {
    position: relative;
    align-self: stretch;
    height: 100%;
    background-image: url(./D-renault-2022-sandero-intens-blanco.png);
    background-size: 100%;
    background-position: 50% -3vh;
    background-repeat: no-repeat;
}

.container-cars .img-2 {
    position: relative;
    align-self: stretch;
    height: 100%;
    background-image: url(./E-renault-2022-logan-intens-gris.png);
    background-size: 100%;
    background-position: 50% -3vh;
    background-repeat: no-repeat;
}

.container-cars .img-3 {
    position: relative;
    align-self: stretch;
    height: 100%;
    background-image: url(./F-fiat-Cronos.png);
    background-size: 100%;
    background-position: 50% -3vh;
    background-repeat: no-repeat;
}

.container-cars .img-4 {
    position: relative;
    align-self: stretch;
    height: 100%;
    background-image: url(./G-fiat-Cronos-Presicion.png);
    background-size: 100%;
    background-position: 50% -3vh;
    background-repeat: no-repeat;
}

.container-cars .img-5 {
    position: relative;
    align-self: stretch;
    height: 100%;
    background-image: url(./H-renault-kangoo-life-transparente.png);
    background-size: 100%;
    background-position: 50% -5vh;
    background-repeat: no-repeat;
}

.container-cars .img-6 {
    position: relative;
    align-self: stretch;
    height: 100%;
    background-image: url(./Kardian.png);
    background-size: 100%;
    background-position: 50% 2vh;
    background-repeat: no-repeat;
}

.container-cars .img-7 {
    position: relative;
    align-self: stretch;
    height: 100%;
    background-image: url(./fiattoro.png);
    background-size: 120%;
    background-position: 20% -3vh;
    background-repeat: no-repeat;
}

.container-cars .img-8 {
    position: relative;
    align-self: stretch;
    height: 100%;
    background-image: url(./alaskan.png);
    background-size: 120%;
    background-position: 50% -6vh;
    background-repeat: no-repeat;
}

.container-cars .text-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    position: relative;
    flex: 0 0 auto;
}

.container-cars .text {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.container-cars .div {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
    position: relative;
    flex: 0 0 auto;
}

.container-cars .p {
    position: relative;
    width: fit-content;
    margin: 0px;
    font-family: "Work Sans-Bold", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.container-cars .span {
    font-weight: 700;
    color: #ed6b06;
}

.container-cars .text-wrapper-2 {
    font-weight: 700;
    color: #000000;
}

.container-cars .text-wrapper-3 {
    font-family: "Work Sans-Medium", Helvetica;
    font-weight: 500;
    color: #000000;
}

.container-cars .text-wrapper-4 {
    position: relative;
    width: fit-content;
    font-family: "Work Sans-Regular", Helvetica;
    font-weight: 400;
    color: #00000099;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.container-cars .text-2 {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    flex-direction: column;
    position: relative;
    flex: 0 0 auto;
}

.container-cars .element {
    position: relative;
    width: fit-content;
    margin: 0px;
    font-family: "Work Sans-Bold", Helvetica;
    font-weight: 700;
    color: #ed6b06;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.container-cars .text-wrapper-5 {
    font-family: "Work Sans-Bold", Helvetica;
    font-weight: 700;
    color: #ed6b06;
    font-size: 16px;
    letter-spacing: 0;
}

.container-cars .text-wrapper-6 {
    font-size: 24px;
}

.container-cars .text-wrapper-7 {
    position: relative;
    width: fit-content;
    font-family: "Work Sans-Regular", Helvetica;
    font-weight: 400;
    color: #00000099;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.container-cars .icons-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 40px 40px;
    padding: 16px 0px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #cbcbcb;
}

.container-cars .div-2 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.container-cars .frame {
    position: relative;
    width: 24px;
    height: 24px;
}

.container-cars .frame-2 {
    position: relative;
    flex: 0 0 auto;
}

.container-cars .button-whatsapp {
    color: #fff;
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 28px;
    position: relative;
    align-self: stretch;
    background-color: #00b61c;
    border-radius: 25px;
    overflow: hidden;
}

.container-cars .button-whatsapp:hover {
    background-color: #008114;
    color: #FFFFFF;
}

.container-cars .whatsapp-glyph-black {
    position: relative;
    width: 24px;
    height: 24px;
    aspect-ratio: 0.99;
}

.container-cars .text-wrapper-8 {
    position: relative;
    width: fit-content;
    font-family: "Work Sans-SemiBold", Helvetica;
    font-weight: 600;
    /* color: var(--defaultwhite); */
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.container-cars .vector {
    position: absolute;
    width: 58.33%;
    height: 25.00%;
    top: 58.33%;
    left: 4.17%;
}

.container-cars .vector-2 {
    position: absolute;
    width: 12.48%;
    height: 32.27%;
    top: 8.87%;
    left: 62.50%;
}

.container-cars .vector-3 {
    position: absolute;
    width: 12.50%;
    height: 24.46%;
    top: 58.87%;
    left: 75.00%;
}

.container-cars .vector-4 {
    position: absolute;
    width: 33.33%;
    height: 33.33%;
    top: 8.33%;
    left: 16.67%;
}

.container-cars .vector-5 {
    position: absolute;
    width: 66.67%;
    height: 58.33%;
    top: 20.83%;
    left: 12.50%;
}

.container-cars .vector-6 {
    position: absolute;
    width: 33.33%;
    height: 66.67%;
    top: 4.17%;
    left: 29.17%;
}

.container-cars .vector-7 {
    position: absolute;
    width: 16.67%;
    height: 0;
    top: 79.17%;
    left: 37.50%;
}

.container-cars .vector-8 {
    position: absolute;
    width: 16.67%;
    height: 16.67%;
    top: 70.83%;
    left: 54.17%;
}

.container-cars .vector-9 {
    position: absolute;
    width: 16.67%;
    height: 16.67%;
    top: 70.83%;
    left: 20.83%;
}

.container-cars .vector-10 {
    position: absolute;
    width: 75.00%;
    height: 83.32%;
    top: 4.18%;
    left: 8.33%;
}

.container-cars .vector-11 {
    position: absolute;
    width: 72.50%;
    height: 20.83%;
    top: 25.00%;
    left: 9.58%;
}

.container-cars .vector-12 {
    position: absolute;
    width: 0;
    height: 41.67%;
    top: 45.83%;
    left: 45.83%;
}

.container-cars .vector-13 {
    position: absolute;
    width: 75.00%;
    height: 83.32%;
    top: 4.17%;
    left: 8.33%;
}

.container-cars .card-2 {
    display: flex;
    flex-direction: column;
    width: 25vw;
    height: 435px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 60px 30px;
    position: relative;
    background-color: #c6c2a0;
    border-radius: 20px;
    overflow: hidden;
    background: url(./autointerior.png) lightgray 50% / cover no-repeat;
}

.container-cars .car-interior {
    position: absolute;
    top: 0;
    left: 0;
    width: 416px;
    height: 520px;
    aspect-ratio: 1.78;
    object-fit: cover;
}

.container-cars .div-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 37px;
    align-self: stretch;
    width: 100%;
    position: relative;
    flex: 0 0 auto;
}

.container-cars .text-wrapper-9 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Work Sans-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

.container-cars .consulta-por-las {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Work Sans-Bold", Helvetica;
    font-weight: 700;
    color: #ffed00;
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
}

.frame {
    width: 40vw;
    height: 12vh;
    aspect-ratio: 17/3;
    background: url(./metodospago.png) white 50% / cover no-repeat;
    background-size: 75%;
    margin: 25px 0px;
}

.frame .metodos-pago {
    position: relative;
    width: 612px;
    height: 108px;
    aspect-ratio: 5.67;
    object-fit: cover;
}

/* Experiencia en números */
.exp-numeros-title-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: flex;
}

.exp-numeros-card-icon-bg {
  width: 72px;
  height: 68px;
  position: relative;
  background: #C6C2A0;
  overflow: hidden;
  border-radius: 12px;
}

.exp-numeros-card-icon {
  width: 40px;
  height: 40px;
  left: 16px;
  top: 14px;
  position: absolute;
  overflow: hidden;
}

.exp-numeros-card-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
  display: inline-flex;
}

.exp-numeros-card-number {
  text-align: left;
  color: black;
  font-size: 24px;
  font-family: Work Sans;
  font-weight: 700;
  text-transform: capitalize;
  word-wrap: break-word;
}

.exp-numeros-card-label {
  text-align: left;
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-family: Work Sans;
  font-weight: 600;
  text-transform: capitalize;
  word-wrap: break-word;
}

.footer-logo-img{
    width: 100%;
}

.reviews-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.rating-summary {
    min-width: 220px;
    text-align: center;
}
.rating-summary h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}
.stars {
    color: #FFD700;
    font-size: 2em;
    margin-bottom: 8px;
}
.rating-summary p {
    margin: 0 0 10px 0;
}
.google-logo {
    width: 80px;
    margin-top: 10px;
}
.carousel {
    display: flex;
    align-items: center;
    gap: 10px;
}
.arrow {
    font-size: 2em;
    cursor: pointer;
    user-select: none;
    color: #bbb;
    transition: color 0.2s;
}
.arrow:hover {
    color: #333;
}
.review-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 18px;
    width: 30vw;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    max-height: 17vh;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 22vh;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #eee;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-info {
    flex: 1;
}
.review-name {
    font-weight: bold;
    margin-bottom: 2px;
}
.review-date {
    font-size: 0.9em;
    color: #888;
}
.google-icon {
    width: 20px;
    position: absolute;
    top: 18px;
    right: 18px;
}
.review-stars {
    color: #FFD700;
    font-size: 1.2em;
}
.verified {
    color: #2196F3;
    font-size: 1em;
    margin-left: 5px;
    vertical-align: middle;
}
.review-text {
    margin-top: 6px;
    font-size: 13px;
    font-family: 'Work Sans';
}
.reviews-cards {
    display: flex;
    gap: 2vw;
    justify-content: center;
    align-items: flex-start;
}

form {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 85%;
    margin: 20px;

}

input, select, textarea {
    margin-bottom: 5px;
    padding: 12px 10px;
    border: 1px solid #cccccc0f;
    border-radius: 8px;
    font-size: 14px;
    background-color: #8080800a;
    color: black;
}

.date-inputs input {
    width: 100%;
}

.date-inputs{
    display: flex;
    gap: 5px;
}

.button-form {
    background: #FFED00;
    color: #000;
    border: none;
    padding: 12px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    width: 12vw;
    align-self: center;
    height: 4vw;
    font-size: 16px;
    margin-top: 12px;
}

.button-form:hover {
    background: #000000;
    color: #FFED00;
}

.button-whatsapp-link-car {
    width: 100%;
}

@media (max-width: 768px) {

    #map{
        height: 300px !important;
    }

    .menu-top .secciones, .menu-top .telefono {
        display: none !important;
    }
    
    .menu-top, .container-hero, .container-cars, .requirements-section, .footer-section {
        padding: 70px 0px !important;
    }

    .requirements-section {
        align-self: center;
    }

    .contact-section {
        flex-direction: column !important;
        height: 115vh !important;
        padding: 40px 0px !important;
    }

    .contact-map {
        width: 305px !important;
        height: 395px !important;
        margin: 10px;
    }

    .contact-form {
        width: 305px !important;
        height: 470px !important;
    }

    .exp-numeros-section, .protections-section, .faq-section {
        padding: 70px 0px !important;
    }

    .faq-section {
        display: none !important;
    }

    .menu-top {
        justify-content: center;
        padding: 25px 0px 0px 0px !important;
    }

    .container-hero {
        padding: 20px 5px !important;
    }

    .container-cars {
        margin-top: 25px !important;
    }

    .menu-top .marca-chess {
        width: 280px !important;
        height: 70px !important;
    }

    .hero .text-wrapper {
        color: #FFF;
        font-family: "Work Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        align-self: stretch;
        height: 115px !important;
    }

    .hero {
        padding: 25px !important;
        background-position: 65% 20%;
    }

    .brindamos-en-mejor{
        font-size: 22px !important;
    }

    .brindamos-en-mejor, .text {
        width: auto !important;
    }

    .text-button {
        flex: none !important;
    }

    .text-button-form {
        display: block !important;
    }

    .auto {
        width: 85vw !important;
        height: 20vh !important;
        flex-shrink: 0 !important;
        aspect-ratio: 391 / 169 !important;
        left: -19px;
        top: 255px;
    }

    .container-cars .text-wrapper {
        /* width: 390px; */
        color: var(--Default-Black, #000);
        text-align: center;
        font-family: "Work Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: inherit;
        overflow: inherit;
        text-overflow: inherit;
        display: block;
    }

    .container-cars .cards {
        padding: 0px;
    }

    .container-cars .card, .container-cars .card-2 {
        width: 398px !important;
        margin-bottom: 15px !important;
    }

    .frame {
        display: none !important;
        /* background: url(metodospago-chico.png) white 50% / cover no-repeat;
        height: 69px;
        flex-shrink: 0;
        aspect-ratio: 130/23;
        padding: 0px !important;
        margin-top: -30px !important;
        margin-bottom: 0px !important; */
    }

    .exp-numeros-cards {
        width: 340px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .exp-numeros-card {
        justify-content: flex-start !important;
        display: flex;
    }

    .google-reviews-section {
        display: none !important;
    }

    .requirements-cards-row {
        flex-direction: column !important;
        align-items: center !important;
        gap: 40px !important;
    }

    .faq-title {
        width: inherit !important;
    }

    .footer-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 40px !important;
    }

    .exp-numeros-title, .requirements-title, .faq-title, .protections-title {
        font-size: 36px;
    }

    .hero .text-button {
        padding: 0px 0px 60px 0px !important;
        gap: 0px !important;
    }

    .date-inputs {
        flex-direction: column !important;
    }

    .requirements-card {
        width: auto !important;
        gap: 10px !important;
    }

    .container-cars .button-whatsapp {
        width: auto !important;
    }

    .hero .text {
        gap: 0px !important;
    }

    .button-form {
        width: 40vw;
        height: 10vw;
    }

    .protections-desc {
        text-align: left !important;
        width: auto !important;
    }

    .container-cars .icons-text {
        gap: 20px;
    }


    .container-cars .p {
        font-size: 18px;
    }

    .container-cars .text-wrapper-6 {
        font-size: 15px;
    }


    .container-cars .text-2 {
        gap: 4px;
    }

    .container-cars .img-1, .container-cars .img-2, .container-cars .img-3, .container-cars .img-4, .container-cars .img-5, .container-cars .img-6, .container-cars .img-7, .container-cars .img-8 {
        background-size: 320px;
        background-position: 50% 33%;
    }

    .container-cars .img-7 {
        background-size: 350px;
        background-position: 20% 33%;
    }

    .container-cars .img-8 {
        background-size: 380px;
        background-position: 50% 33%;
    }

    .wapp-btn {
        padding: 13px 15px !important;
        top: 600px !important;
        right: 20px !important;
    }

    .wapp-btn div {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .container-cars .img-1, .container-cars .img-2, .container-cars .img-3, .container-cars .img-4, .container-cars .img-5, .container-cars .img-6, .container-cars .img-7, .container-cars .img-8 {
        background-size: 100%;
        background-position: 50% 30%;
    }

    .review-text {
        font-size: 12px;
        min-height: 20vh;
    }

    .wapp-btn {
        right: 45px;
        top: 650px;
    }

}

@media (min-width: 1283px) and (max-width: 1523px) {
    .auto {
        width: 910px;
        height: 400px;
    }
}