.agentes-carousel.carousel-container{max-width:1200px;padding:0 40px;position:relative;width:100%}.agentes-carousel .carousel-wrapper{overflow:hidden;position:relative}.agentes-carousel .carousel-track{display:flex;gap:20px;transition:transform .3s ease}.agentes-carousel .card{background-position:50%;background-size:cover;filter:saturate(0);flex:0 0 calc(25% - 15px);height:366px;overflow:hidden;position:relative;transition:filter .3s ease}.agentes-carousel .card:hover{filter:saturate(1)}.agentes-carousel .card-overlay{backdrop-filter:blur(6px);background:rgba(0,0,0,.7);bottom:0;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;gap:10px;left:0;padding:15px;position:absolute;text-align:center;transform:translateY(100%);transition:transform .3s ease;width:100%}.agentes-carousel .card:hover .card-overlay{transform:translateY(0)}.agentes-carousel .card-overlay h3{color:#fff;font-size:16px;line-height:100%;margin:0!important}.agentes-carousel .card-agent-title{display:table;font-size:14px;margin:0;width:100%}.agentes-carousel .contact-icons{align-items:center;display:flex;gap:15px;justify-content:center}.agentes-carousel .contact-icons svg{fill:#fff;height:24px;width:24px}.agentes-carousel .carousel-arrow{align-items:center;background:rgba(0,0,0,.7);border:none;border-radius:0!important;cursor:pointer;display:flex;height:40px;justify-content:center;padding:16px 7px;position:absolute;top:calc(50% + 30px);transform:translateY(-50%);transition:background .3s ease;width:40px;z-index:10}.agentes-carousel .carousel-arrow:hover{background:rgba(0,0,0,.9)}.agentes-carousel .carousel-arrow svg{fill:#fff;height:24px;width:24px}.agentes-carousel .carousel-arrow.prev{left:0}.agentes-carousel .carousel-arrow.next{right:0}.agentes-carousel .carousel-arrow:disabled{cursor:not-allowed;opacity:.5}.agentes-carousel .carousel-dots{display:flex;gap:10px;justify-content:center;margin-top:20px}.agentes-carousel .dot{background:#ccc;border-radius:50%;cursor:pointer;height:12px;transition:background .3s ease;width:12px}.agentes-carousel .dot.active{background:#333}@media (max-width:1024px) and (min-width:769px){.agentes-carousel .card{flex:0 0 calc(33.333% - 13.333px)}.agentes-carousel .carousel-container{padding:0 35px}.agentes-carousel .card .card-overlay{transform:translateY(0)!important}}@media (max-width:768px){.agentes-carousel .card{flex:0 0 100%}.agentes-carousel .carousel-container{padding:0 30px}.agentes-carousel .carousel-arrow{height:35px;width:35px}.agentes-carousel .carousel-arrow svg{height:20px;width:20px}.agentes-carousel .card .card-overlay{transform:translateY(0)!important}}@media (max-width:480px){.agentes-carousel .carousel-container{padding:0 25px}.agentes-carousel .carousel-arrow{height:30px;width:30px}.agentes-carousel .card .card-overlay{transform:translateY(0)!important}}