/* NoMasCaosWebPanel 1.41.05 - Carrusel rotativo de centros en portada */
.nmc-home-center-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}
.nmc-home-center-actions>a{
  white-space:nowrap;
}
.nmc-home-center-nav{
  display:flex;
  align-items:center;
  gap:8px;
}
.nmc-home-center-nav button{
  width:42px;
  height:42px;
  display:inline-grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(17,17,20,.14);
  border-radius:999px;
  background:#fff;
  color:#111114;
  font:700 27px/1 Arial,sans-serif;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(17,17,20,.06);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
.nmc-home-center-nav button:hover,
.nmc-home-center-nav button:focus-visible{
  transform:translateY(-2px);
  border-color:#e30613;
  background:#e30613;
  color:#fff;
  outline:none;
}
.nmc-home-center-nav button:disabled{
  opacity:.35;
  cursor:default;
  transform:none;
}
.nmc-home-center-nav span{
  min-width:62px;
  color:#68686f;
  font-size:12px;
  font-weight:700;
  text-align:center;
  font-variant-numeric:tabular-nums;
}
.nmc-home-center-carousel{
  position:relative;
  overflow:hidden;
  padding:4px 2px 24px;
}
.nmc-home-center-carousel .nmc-m3-center-grid{
  display:flex;
  grid-template-columns:none;
  gap:22px;
  margin:0;
  padding:0 0 12px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  touch-action:pan-y pinch-zoom;
}
.nmc-home-center-carousel .nmc-m3-center-grid::-webkit-scrollbar{
  display:none;
}
.nmc-home-center-carousel .nmc-m3-center-card{
  flex:0 0 calc((100% - 44px)/3);
  min-width:0;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.nmc-home-center-carousel::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#e30613 0 var(--nmc-center-progress,20%),#ececf0 var(--nmc-center-progress,20%) 100%);
  transition:background .25s ease;
}
.nmc-visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media(max-width:1120px){
  .nmc-home-center-carousel .nmc-m3-center-card{flex-basis:calc((100% - 22px)/2)}
}
@media(max-width:760px){
  .nmc-pro-section-head--centers{gap:20px}
  .nmc-home-center-actions{width:100%;justify-content:space-between;gap:12px}
  .nmc-home-center-actions>a{font-size:12px}
  .nmc-home-center-carousel{margin-right:-12px}
  .nmc-home-center-carousel .nmc-m3-center-grid{padding-right:12px}
  .nmc-home-center-carousel .nmc-m3-center-card{flex-basis:88%}
  .nmc-home-center-nav button{width:40px;height:40px}
  .nmc-home-center-nav span{min-width:52px;font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  .nmc-home-center-carousel .nmc-m3-center-grid{scroll-behavior:auto}
}
