
/* Contiene el scroll: evita que la columna de Elementor se estire (fallback CSS si el navegador soporta :has) */
.elementor-column:has(.ids-team),.elementor-column:has(.ids-team)>.elementor-widget-wrap,
.e-con:has(.ids-team),.e-con-inner:has(.ids-team),
.elementor-widget-shortcode:has(.ids-team),.elementor-widget-shortcode:has(.ids-team)>.elementor-widget-container,
.elementor-widget:has(.ids-team),.elementor-widget-container:has(.ids-team){min-width:0 !important;}
.ids-team{width:100%;max-width:100%;}
.ids-team *{box-sizing:border-box;}
.ids-team__viewport{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;}
.ids-team__viewport::-webkit-scrollbar{display:none;}
.ids-team__track{display:flex !important;gap:24px;width:max-content !important;flex-wrap:nowrap !important;padding:4px 2px;}
.ids-team__card{flex:0 0 290px !important;width:290px !important;min-width:290px !important;max-width:290px;scroll-snap-align:start;}
.ids-team__photo{width:290px;height:320px;border-radius:26px;overflow:hidden;background:#f1eeff;}
.ids-team__photo img{width:100% !important;height:100% !important;max-width:none !important;object-fit:cover;display:block;}
.ids-team__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;}
.ids-team__name{margin:0 0 4px;font-weight:700;font-size:21px;line-height:1.15;}
.ids-team__role{color:#6b6b6b;font-size:15px;}
.ids-team__li{flex:0 0 auto;width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#111;background:#f3f1ff;transition:.2s;}
.ids-team__li:hover{background:#6754E9;color:#fff;}
.ids-team__controls{display:flex;align-items:center;justify-content:space-between;margin-top:24px;gap:16px;}
.ids-team__dots{display:flex;gap:9px;flex-wrap:wrap;align-items:center;}
.ids-team__dot{display:inline-block !important;width:9px !important;height:9px !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:50% !important;background:#d9d4ff !important;background-image:none !important;box-shadow:none !important;cursor:pointer;transition:.2s;}
.ids-team__dot.is-active{background:#6754E9 !important;width:24px !important;border-radius:6px !important;}
.ids-team__arrows{display:flex;gap:10px;}
.ids-team__nav{display:inline-flex !important;align-items:center;justify-content:center;width:46px !important;height:46px !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:0 !important;border:1px solid #e2e2e2 !important;border-radius:50% !important;background:#fff !important;background-image:none !important;box-shadow:none !important;color:#111 !important;font-size:22px !important;line-height:1 !important;cursor:pointer;transition:.2s;user-select:none;}
.ids-team__nav:hover{background:#111 !important;color:#fff !important;border-color:#111 !important;}
@media(max-width:767px){.ids-team__card{flex:0 0 230px !important;width:230px !important;min-width:230px !important;}.ids-team__photo{width:230px;height:260px;}}
