/* CARRUSEL DE LAS TRES TARJETAS DE SERVICIOS EN LA PÁGINA PRINCIPAL */
.home-services-carousel{width:100%;overflow:hidden;touch-action:pan-y}
.home-services-track{display:flex;gap:20px;will-change:transform;transition:transform .6s cubic-bezier(.22,.61,.36,1)}
.home-service-slide{display:flex;flex:0 0 calc((100% - 40px)/3);flex-direction:column;min-width:0;min-height:390px;padding:34px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:#fff;color:#171717;box-shadow:0 18px 42px rgba(0,0,0,.18)}
.home-service-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:22px;border-radius:18px;background:#171717;font-size:27px}
.home-service-label{align-self:flex-start;display:inline-block;margin-bottom:16px;padding:7px 12px;border-radius:999px;background:#fff0bd;color:#6d5200;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.home-service-slide h3{margin:0 0 14px;color:#171717;font-size:27px;line-height:1.15}
.home-service-slide p{margin:0 0 26px;color:#666;font-size:14px;line-height:1.75}
.home-service-slide .btn{align-self:flex-start;margin-top:auto}
.home-services-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px}
.home-services-controls>button{width:44px;height:44px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#fff;color:#171717;font-size:20px;cursor:pointer;transition:.25s ease}
.home-services-controls>button:hover{border-color:#dcae1d;background:#dcae1d}
.home-services-dots{display:flex;align-items:center;gap:8px}
.home-services-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#8f8b82;cursor:pointer;transition:.25s ease}
.home-services-dot.is-active{width:24px;border-radius:999px;background:#dcae1d}
@media(max-width:900px){.home-service-slide{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:680px){
  .home-service-slide{flex-basis:88%;min-height:380px;padding:28px}
  .home-service-slide h3{font-size:24px}
}
@media(max-width:420px){.home-service-slide{flex-basis:92%;padding:24px}}
@media(prefers-reduced-motion:reduce){.home-services-track{transition:none}}
