/* =========================================
   Zona Sur vs Zona Norte (#sur-vs-norte)
   Objetivo: reducir espacio superior e inferior (subir y compactar).
   Solo espaciado.
   ========================================= */

/* Desktop */
#sur-vs-norte{
  padding-top: 4.2rem !important;
  padding-bottom: 4.6rem !important; /* reducido */
}

#sur-vs-norte .container{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* Mobile */
@media (max-width: 768px){
  #sur-vs-norte{
    padding-top: 3.0rem !important;
    padding-bottom: 3.6rem !important; /* reducido */
  }
  #sur-vs-norte .container{
    padding-top: 0.3rem !important;
    padding-bottom: 0.35rem !important;
  }
}

@media (max-width: 480px){
  #sur-vs-norte{
    padding-top: 2.6rem !important;
    padding-bottom: 3.2rem !important; /* reducido */
  }
}
