@charset "UTF-8";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;scrollbar-width:none;overflow-x:auto}html,body{margin:0;padding:0;background-color:#242424;scroll-behavior:smooth;overflow-x:hidden}h1{line-height:1.1}a{font-weight:500;text-decoration:inherit}h3{font-size:1.5em;margin-bottom:10px;color:#c4c4c4}p{color:#c4c4c4;font-size:1em;line-height:1.5}.header{position:fixed;top:0;left:0;width:100%;z-index:100;background-color:#24242456;color:#c4c4c4;padding:.5rem 0;transition:background-color .3s ease,box-shadow .3s ease}@media screen and (max-width: 768px){.header{background-color:#181818}}.header.scrolled{background-color:#181818;box-shadow:0 2px 10px #41414180}.header .navbar{display:flex;justify-content:space-between;align-items:center;padding:0 3rem}.header .navbar .logo{height:4rem;padding:.5rem;transition:filter .3s;filter:drop-shadow(0 0 1rem rgba(233,233,233,.67))}.header .navbar .logo img{height:100%;width:auto}@media screen and (max-width: 768px){.header .navbar .logo img{height:70%;padding-top:.5rem}}.header .navbar .menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:1rem}@media screen and (max-width: 768px){.header .navbar .menu-toggle{display:flex}}.header .navbar .menu-toggle .bar{width:30px;height:3px;background-color:#c4c4c4;margin:3px;transition:all .3s ease}.header .navbar .menu-toggle .bar:hover{background-color:red}.header .navbar .menu-toggle.open .bar:nth-child(2){opacity:0}.header .navbar .menu-toggle.open .bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.header .navbar .menu-toggle.open .bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header .navbar .nav-links{display:flex;gap:1rem}@media screen and (max-width: 768px){.header .navbar .nav-links{display:none}}.header .navbar .nav-links ul{display:flex;list-style:none;padding:0;margin:0}.header .navbar .nav-links li{position:relative}.header .navbar .nav-links li a{color:#c4c4c4;text-decoration:none;font-size:1.2rem;padding:.5rem 1rem;transition:color .5s}.header .navbar .nav-links li a:hover{color:#fff}.header .navbar .nav-links li a:after{content:"";position:absolute;left:50%;bottom:-5px;width:0;height:2px;background-color:red;transition:width .4s ease,left .6s ease}.header .navbar .nav-links li a:hover:after{width:100%;left:0}.header .navbar .nav-links.open{display:flex;position:absolute;justify-content:center;top:100%;left:0;right:0;background-color:#181818;padding:1rem;z-index:2;border-radius:0 0 15px 14px;box-shadow:0 4px 6px #0000001a}.header .navbar .nav-links.open ul{flex-direction:column;gap:1rem}.header .navbar .nav-links.open li a{color:#c4c4c4}.hero-container{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background:url(/assets/sienna_pro-CCji8CLL.avif) no-repeat center center;background-size:cover;opacity:0;transition:opacity .5s ease-out}.hero-container.show{opacity:1}.hero-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000004d;z-index:1}.hero-container .hero-content{display:flex;flex-direction:column;width:80%;background-color:#00000075;box-shadow:0 4px 10px #00000080;border-radius:10px;padding:2rem;color:#c4c4c4;z-index:2;text-align:center}@media screen and (max-width: 768px){.hero-container .hero-content{width:70%;background-color:#181818b9}}.hero-container .hero-content .card{width:100%}.hero-container .hero-content .card h1{font-size:clamp(2rem,5vw,4rem);margin-bottom:1rem;color:#c4c4c4}.hero-container .hero-content .card p{font-size:clamp(1.2rem,3vw,2rem);margin-bottom:2rem;padding:0 1rem}.hero-container .hero-content .card p.fade-in{opacity:1;transition:opacity .5s ease-in}.hero-container .hero-content .card p.fade-out{opacity:0;transition:opacity .5s ease-out}.hero-container .hero-content .card .hero-button{padding:.7rem 2rem;font-size:clamp(1rem,1.8vw,1.5rem);color:#c4c4c4;background-color:#c00;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s,transform .2s}.hero-container .hero-content .card .hero-button:hover{color:#fff;background-color:red;transform:scale(1.05)}.hero-container .hero-content .card .hero-button:active{transform:scale(.95)}.fade-in{opacity:1;transition:opacity .5s ease-in}.fade-out{opacity:0;transition:opacity .5s ease-out}.category-filters{display:flex;flex-direction:column;align-items:center;background-color:#242424;padding:2rem 1rem}.category-filters .wrap-title-section{text-align:center;margin-bottom:2rem}.category-filters .wrap-title-section h2{color:#fff;font-size:2rem}.category-filters .filter-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:800px;width:100%}.category-filters .filter-buttons button:nth-child(-n+4){grid-column:span 1}.category-filters .filter-buttons button:nth-child(5){grid-column-start:2}.category-filters .filter-buttons button:nth-child(6){grid-column-start:3}.category-filters .filter-buttons button:nth-child(7){grid-column-start:4}.filter-button{width:100%;max-width:160px;height:3rem;padding:.5rem 1rem;border:none;border-radius:2rem;background-color:#d3d3d3;color:#000;cursor:pointer;transition:all .3s ease;font-size:1rem;text-align:center}.filter-button:hover{background-color:#c30000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #0003}.filter-button.active{background-color:#c00;color:#fff;box-shadow:0 6px 14px #0000004d;transform:scale(.97)}.filter-button:focus{outline:2px solid rgba(255,255,255,.3)}@media (max-width: 768px){.filter-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;width:100%;padding:0 1rem}.filter-button{width:100%;font-size:1rem;padding:.75rem;text-align:center;white-space:nowrap}}.car-card{position:relative;background-size:cover;background-position:center;background-color:#202020;border-radius:15px;overflow:hidden;box-shadow:0 8px 30px #0000004d;transition:transform .5s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:flex-end;width:100%;min-width:30%;height:40vh;color:#fff;text-shadow:0 8px 30px rgba(207,204,204,.3)}.car-title{position:absolute;top:.1vw;left:2vw;color:#fff;font-size:1.75rem;font-weight:700;z-index:2}.car-price{position:absolute;top:.1vw;left:2vw;font-size:2rem;font-weight:700;color:#fff;display:none;z-index:2}.car-details{background-color:#07070760;padding:.5vw 2vw;border-radius:8px;display:flex;justify-content:space-between;font-size:1rem;margin-left:2vw;margin-right:2vw;margin-bottom:2vw}.detail-item i{padding-right:.3rem}.rent-button{display:block;background-color:red;color:#fff;padding:.5vw 1vw;border-radius:8px;transition:background-color .3s ease,transform .3s ease;cursor:pointer}.car-card .car-details .button-hide{display:none;width:100%;text-align:center}.car-card:hover .car-details{padding:0}.car-card:hover .car-price{display:block}.car-card:hover .car-title,.car-card:hover .car-details .detail-item{display:none}.car-card:hover .car-details .button-hide{display:block}.car-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #31313166;background-color:#1c1c1c}.rent-button:hover{color:#fff;background-color:#c00}@media (max-width: 768px){.car-card{width:90vw;height:50vh;min-width:100%}}.vehicle-list{width:100vw;background-color:#242424;max-width:100vw}.vehicle-list .card-container{display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(3,1fr);gap:30px;background-color:#242424;max-width:100vw;padding:3rem}@media (max-width: 768px){.vehicle-list .card-container{grid-template-columns:repeat(1,1fr)}}.services-section{background-color:#242424;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center}.services-section .wrap-title-section{text-align:center;margin-bottom:2rem}.services-section .wrap-title-section h2{color:#fff;font-size:2rem;margin:0 auto}.services-section .wrap-services{width:90vw;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:25px}.services-section .service-card{width:350px;height:250px;border-radius:8px;box-shadow:0 4px 15px #0000004d;background-color:#202020;text-align:center;padding:2rem;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.services-section .service-card.in-view{opacity:1;transform:translateY(0)}.services-section .service-card:hover{background-color:#1c1c1c;box-shadow:0 8px 20px #0003;transform:scale(1.05);transition:transform .3s ease,box-shadow .3s ease}.services-section .service-card h3{font-size:1.25rem;color:#fff;margin-bottom:.5rem}.services-section .service-card p{color:#c4c4c4;font-size:1rem;line-height:1.5}@media (min-width: 768px){.services-section .wrap-services{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:25px}}.about-us-section{background-color:#242424;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center}.about-us-section .wrap-about{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.about-us-section .about-card{width:300px;height:200px;border-radius:8px;box-shadow:0 4px 15px #0000004d;background-color:#202020;text-align:center;padding:2rem;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.about-us-section .about-card.in-view{opacity:1;transform:translateY(0)}.about-us-section .about-card:hover{background-color:#1c1c1c;box-shadow:0 8px 20px #0003;transform:scale(1.05);transition:transform .3s ease,box-shadow .3s ease}.about-us-section .about-image-card{background-image:url(/imagenes/conocenos.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}@media (min-width: 768px){.about-us-section .wrap-about{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:25px}}.contact-section .wrap-two-column{display:flex;justify-content:center;gap:25px;padding-bottom:3rem}.contact-section .wrap-two-column .wrap-form,.contact-section .wrap-two-column .wrap-map{border-radius:8px;box-shadow:0 4px 15px #0000001a;background-color:#202020;text-align:start;padding:1rem;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.contact-section .wrap-two-column .wrap-form:hover,.contact-section .wrap-two-column .wrap-map:hover{background-color:#1c1c1c;box-shadow:0 8px 20px #0003;transform:scale(1.02);transition:transform .3s ease,box-shadow .3s ease}.contact-section .wrap-form{width:25%}.contact-section .wrap-form .contact-form{display:flex;flex-direction:column;gap:1rem}.contact-section .wrap-form .contact-form label{font-size:1rem;color:#666}.contact-section .wrap-form .contact-form input,.contact-section .wrap-form .contact-form textarea{padding:10px;font-size:1rem;border:1px solid #ddd;background:#0f0f0f;color:#eaeaea;border-radius:5px;transition:all .3s ease;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.contact-section .wrap-form .contact-form input::placeholder,.contact-section .wrap-form .contact-form textarea::placeholder{color:#8a8a8a}.contact-section .wrap-form .contact-form input:focus,.contact-section .wrap-form .contact-form textarea:focus{outline:none;border-color:#c4c4c4;box-shadow:0 0 5px #007bff4d}.contact-section .wrap-form .contact-form textarea{height:7rem}.contact-section .wrap-form .contact-form .cta-button{background-color:#c00;color:#fff;font-size:1rem;padding:12px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.contact-section .wrap-form .contact-form .cta-button:hover{background-color:red}.contact-section .wrap-map{width:65%}.contact-section .wrap-map iframe{border-radius:8px;border:0;width:100%;height:100%;box-shadow:0 4px 15px #0000001a;flex-grow:1;min-height:350px}.contact-section .contact-phones{margin:1rem auto 5rem;padding:1rem 1.25rem;max-width:1200px;background:#1b1b1b;border:1px solid #2a2a2a;border-radius:10px;box-shadow:0 6px 18px #0000002e;transform:translateY(10px);transition:transform .25s ease}.contact-section .contact-phones:hover{transform:translateY(6px)}.contact-section .contact-phones h3{margin:0 0 .75rem;font-size:clamp(1.25rem,2.2vw,1.6rem);font-weight:800;color:#f3f3f3;text-align:center;letter-spacing:.2px}.contact-section .contact-phones .phones-list{display:grid;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (min-width: 1200px){.contact-section .contact-phones .phones-list{gap:1rem}}.contact-section .contact-phones .phone-item{display:flex;align-items:center;justify-content:center;padding:.85rem 1rem;border-radius:12px;background:#121212;border:1px solid #2a2a2a;box-shadow:0 4px 14px #00000038;min-height:54px;text-align:center}.contact-section .contact-phones .phone-link,.contact-section .contact-phones .phone-text{font-size:clamp(1.05rem,1.5vw,1.2rem);font-weight:700;text-decoration:none;color:#e9e9e9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.contact-section .contact-phones .phone-link:hover{text-decoration:underline;text-underline-offset:3px}.contact-section .contact-phones .phone-item:nth-child(1){background:#111826;border-color:#1e2a3a}.contact-section .contact-phones .phone-item:nth-child(2){background:#102017;border-color:#1b3a27}@media (max-width: 1024px){.contact-section .wrap-form{width:clamp(300px,40%,420px)}.contact-section .wrap-map{width:min(100%,720px)}}@media (max-width: 768px){.contact-section .wrap-two-column{flex-direction:column;align-items:center;width:100%}.contact-section .wrap-form,.contact-section .wrap-map{width:85%;transform:translateY(0)}.contact-section .wrap-map{height:auto}.contact-section .wrap-map iframe{min-height:300px}.contact-section .contact-phones .whatsapp-link{color:#25d366;display:inline-flex;align-items:center}.contact-section .contact-phones .whatsapp-link:hover{text-decoration:underline;text-underline-offset:3px}.contact-section .contact-phones .whatsapp-link svg{flex-shrink:0}}@media (prefers-reduced-motion: reduce){.contact-section .wrap-two-column .wrap-form,.contact-section .wrap-two-column .wrap-map,.contact-section .contact-phones{transition:none;transform:none}.contact-section .wrap-two-column .wrap-form:hover,.contact-section .wrap-two-column .wrap-map:hover,.contact-section .contact-phones:hover{transform:none}}.footer{background-color:#1a1a1a;color:#c4c4c4;padding:20px 40px;text-align:center}.footer .footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px}.footer .footer-content .footer-section{flex:1;min-width:200px}.footer .footer-content .company-info{font-size:.9rem;font-weight:400;text-align:center}.footer .footer-content .social-links{display:flex;justify-content:center;gap:15px}.footer .footer-content .social-links a{color:#c4c4c4;font-size:1.5rem;transition:color .3s ease}.footer .footer-content .social-links a:hover{color:red}.footer .footer-content .footer-links{display:flex;justify-content:center;gap:20px}.footer .footer-content .footer-button{background:none;border:none;color:#fff;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0}.footer .footer-content .footer-button:hover{color:red}@media (max-width: 768px){.footer .footer-content{flex-direction:column}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-container{background-color:#202020;border-radius:10px;padding:2rem;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 10px 25px #0003}.close-btn{margin-top:1rem;background:#c00;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:5px;cursor:pointer}.close-btn:hover{background:red}.free-services-section{background-color:#242424;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center}.free-services-section .wrap-title-section{text-align:center;margin:2rem 0 1rem}.free-services-section .wrap-title-section h3{color:#fff;font-size:2rem;margin:0 auto}.free-services-section .wrap-services{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:0 auto}.free-services-section .service-card{width:300px;min-height:200px;border-radius:8px;box-shadow:0 4px 15px #0000004d;background-color:#202020;text-align:center;padding:2rem;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.free-services-section .service-card.in-view{opacity:1;transform:translateY(0)}.free-services-section .service-card:hover{background-color:#1c1c1c;box-shadow:0 8px 20px #0003;transform:scale(1.05);transition:transform .3s ease,box-shadow .3s ease}.free-services-section .service-card h3{font-size:1.25rem;color:#fff;margin-bottom:.5rem}.free-services-section .service-card p{color:#c4c4c4;font-size:1rem;line-height:1.5}@media (min-width: 768px){.free-services-section .wrap-services{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:25px}}.requirements-section{width:100%;overflow-x:hidden;background-color:#242424;display:flex;flex-direction:column;align-items:center}.requirements-section .wrap-title-section{width:100%;text-align:center;margin-bottom:2rem}.requirements-section .wrap-title-section h3{color:#fff;font-size:2rem}.requirements-section .wrap-requirements{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;width:100%;margin:0 auto}.requirements-section .requirement-card{width:300px;min-height:220px;border-radius:8px;box-shadow:0 4px 15px #0000004d;background-color:#202020;text-align:center;padding:2rem;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.requirements-section .requirement-card.in-view{opacity:1;transform:translateY(0)}.requirements-section .requirement-card:hover{background-color:#1c1c1c;box-shadow:0 8px 20px #0003;transform:scale(1.05);transition:transform .3s ease,box-shadow .3s ease}.requirements-section .requirement-card h3{font-size:1.25rem;color:#fff;margin-bottom:.5rem}.requirements-section .requirement-card p{color:#c4c4c4;font-size:1rem;line-height:1.5}.requirements-section .requirement-image-card{background-image:url(/imagenes/c3/Honda_CR-V_lo_res_15_-_Honda_PR-696x464.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}@media (min-width: 768px){.requirements-section .wrap-requirements{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:25px}}.wrap-title-section{text-align:center;margin-bottom:2rem;align-items:center}.wrap-title-section h2{color:#c4c4c4;font-size:4rem}.wrap-title-section h3{max-width:100%;font-size:2.5rem;color:#c4c4c4}@media (max-width: 768px){.wrap-title-section{display:flex;justify-content:center;align-items:center;padding:85px}.wrap-title-section h2{font-size:3rem;max-width:100%;text-align:center}}
